mrquatsch
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/Item.php
|
|
@ -50,6 +50,7 @@ class Item extends Model |
|
|
|
'Portainer' => \App\SupportedApps\Portainer::class, |
|
|
|
'Proxmox' => \App\SupportedApps\Proxmox::class, |
|
|
|
'Radarr' => \App\SupportedApps\Radarr::class, |
|
|
|
'Runeaudio' => \App\SupportedApps\Runeaudio::class, |
|
|
|
'Sabnzbd' => \App\SupportedApps\Sabnzbd::class, |
|
|
|
'Sonarr' => \App\SupportedApps\Sonarr::class, |
|
|
|
'Traefik' => \App\SupportedApps\Traefik::class, |
|
|
|