sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
12 lines
241 B
12 lines
241 B
7 years ago
|
<?php namespace App\SupportedApps;
|
||
|
|
||
|
class Ttrss implements Contracts\Applications {
|
||
|
public function defaultColour()
|
||
|
{
|
||
|
return '#9d704c';
|
||
|
}
|
||
|
public function icon()
|
||
|
{
|
||
|
return 'supportedapps/tt-rss.png';
|
||
|
}
|
||
|
}
|