Create NowShowing.php
This commit is contained in:
parent
4e84807950
commit
c1de609b1a
1 changed files with 11 additions and 0 deletions
11
app/SupportedApps/NowShowing.php
Normal file
11
app/SupportedApps/NowShowing.php
Normal file
|
@ -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';
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue