Heimdall/app/SupportedApps/Watcher3.php

13 lines
244 B
PHP
Raw Normal View History

2018-03-18 13:20:39 +00:00
<?php namespace App\SupportedApps;
class Watcher3 implements Contracts\Applications {
public function defaultColour()
{
return '#500';
}
public function icon()
{
return 'supportedapps/watcher3.png';
}
}