halorrr
7 years ago
committed by
GitHub
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
|
|||
<?php namespace App\SupportedApps; |
|||
class Cardigann implements Contracts\Applications { |
|||
public function defaultColour() |
|||
{ |
|||
return '#753'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/cardigann.png'; |
|||
} |
|||
} |
Loading…
Reference in new issue