App\SupportedApps\Nzbget::class, 'Plex' => App\SupportedApps\Plex::class, ]; } public static function supportedOptions() { return array_keys(self::supportedList()); } }