radarrplexorganizrnginxsonarrdashboardserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpc
12 lines
238 B
12 lines
238 B
7 years ago
|
<?php namespace App\SupportedApps;
|
||
|
|
||
|
class Ombi implements Contracts\Applications {
|
||
|
public function defaultColour()
|
||
|
{
|
||
|
return '#150f09';
|
||
|
}
|
||
|
public function icon()
|
||
|
{
|
||
|
return 'supportedapps/ombi.png';
|
||
|
}
|
||
|
}
|