Browse Source

Update Item.php

pull/157/head
halorrr 7 years ago
committed by GitHub
parent
commit
a98c30f7fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php

1
app/Item.php

@ -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,

Loading…
Cancel
Save