Create WebTools.php
This commit is contained in:
parent
eab3e4e6f7
commit
3d79694c0a
1 changed files with 12 additions and 0 deletions
12
app/SupportedApps/WebTools.php
Normal file
12
app/SupportedApps/WebTools.php
Normal 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';
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue