mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
8 lines
157 B
PHP
8 lines
157 B
PHP
<?php namespace App\SupportedApps;
|
|
|
|
class Nzbget implements Contracts\Applications {
|
|
public function defaultColour()
|
|
{
|
|
return '#ccc';
|
|
}
|
|
} |