Create TVheadend.php

This commit is contained in:
chbmb 2018-07-18 20:43:36 +01:00 committed by GitHub
parent 875ddaa834
commit 06a655ac0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';
}
}