KodeStar
7 years ago
committed by
GitHub
4 changed files with 16 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||
<?php namespace App\SupportedApps; |
|||
|
|||
class Flood implements Contracts\Applications { |
|||
public function defaultColour() |
|||
{ |
|||
return '##00D091'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/Flood.png'; |
|||
} |
|||
} |
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in new issue