Browse Source

Create WebTools.php

pull/145/head
halorrr 7 years ago
committed by GitHub
parent
commit
3d79694c0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/SupportedApps/WebTools.php

12
app/SupportedApps/WebTools.php

@ -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…
Cancel
Save