Create WebTools.php

This commit is contained in:
halorrr 2018-03-17 01:24:14 -04:00 committed by GitHub
parent eab3e4e6f7
commit 3d79694c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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';
}
}