Create WebTools.php

This commit is contained in:
halorrr
2018-03-17 01:24:14 -04:00
committed by GitHub
parent eab3e4e6f7
commit 3d79694c0a

View File

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