Create Watcher3.php

This commit is contained in:
halorrr 2018-03-18 09:20:39 -04:00 committed by GitHub
parent 27dd2dd5f3
commit dc86d636ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Watcher3 implements Contracts\Applications {
public function defaultColour()
{
return '#500';
}
public function icon()
{
return 'supportedapps/watcher3.png';
}
}