Update Item.php

This commit is contained in:
ullbergm
2018-06-06 19:08:51 -04:00
committed by GitHub
parent 30c6020ce7
commit 2551c949ae

View File

@@ -42,7 +42,6 @@ class Item extends Model
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
'Krusader' => \App\SupportedApps\Krusader::class,
'LibreNMS' => \App\SupportedApps\LibreNMS::class,
'LazyLibrarian' => \App\SupportedApps\LazyLibrarian::class,
'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class,