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