Update Item.php

This commit is contained in:
halorrr
2018-03-21 11:25:31 -04:00
committed by GitHub
parent 43d4b80e11
commit a98c30f7fa

View File

@@ -27,6 +27,7 @@ class Item extends Model
{
return [
'AirSonic' => \App\SupportedApps\AirSonic::class,
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,