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
|
@ -26,6 +26,7 @@ class Item extends Model |
|
|
public static function supportedList() |
|
|
public static function supportedList() |
|
|
{ |
|
|
{ |
|
|
return [ |
|
|
return [ |
|
|
|
|
|
'AirSonic' => \App\SupportedApps\AirSonic::class, |
|
|
'Deluge' => \App\SupportedApps\Deluge::class, |
|
|
'Deluge' => \App\SupportedApps\Deluge::class, |
|
|
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class, |
|
|
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class, |
|
|
'Duplicati' => \App\SupportedApps\Duplicati::class, |
|
|
'Duplicati' => \App\SupportedApps\Duplicati::class, |
|
|