Browse Source

Create TVheadend.php

pull/231/head
chbmb 7 years ago
committed by GitHub
parent
commit
06a655ac0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      app/SupportedApps/TVheadend.php

14
app/SupportedApps/TVheadend.php

@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class TVheadend implements Contracts\Applications {
public function defaultColour()
{
return '#006080';
}
public function icon()
{
return 'supportedapps/tvheadend.png';
}
}
Loading…
Cancel
Save