Browse Source

Create NowShowing.php

pull/176/head
ninthwalker 7 years ago
committed by GitHub
parent
commit
c1de609b1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      app/SupportedApps/NowShowing.php

11
app/SupportedApps/NowShowing.php

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