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