Heimdall/app/SupportedApps/WebTools.php

13 lines
244 B
PHP
Raw Normal View History

2018-03-17 05:24:14 +00:00
<?php namespace App\SupportedApps;
class WebTools implements Contracts\Applications {
public function defaultColour()
{
return '#555';
}
public function icon()
{
return 'supportedapps/webtools.png';
}
}