committed by
GitHub
3 changed files with 12 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
<?php namespace App\SupportedApps; |
|||
class NowShowing implements Contracts\Applications { |
|||
public function defaultColour() |
|||
{ |
|||
return '#690000'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/nowshowing.png'; |
|||
} |
|||
} |
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in new issue