12 lines
No EOL
242 B
PHP
12 lines
No EOL
242 B
PHP
<?php namespace App\SupportedApps;
|
|
|
|
class Radarr implements Contracts\Applications {
|
|
public function defaultColour()
|
|
{
|
|
return '#3e3726';
|
|
}
|
|
public function icon()
|
|
{
|
|
return 'supportedapps/radarr.png';
|
|
}
|
|
} |