Browse Source

Update Item.php

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

1
app/Item.php

@ -65,6 +65,7 @@ class Item extends Model
'UniFi' => \App\SupportedApps\Unifi::class,
'pFsense' => \App\SupportedApps\Pfsense::class,
'ruTorrent' => \App\SupportedApps\ruTorrent::class,
'WebTools' => \App\SupportedApps\WebTools::class,
];
}
public static function supportedOptions()

Loading…
Cancel
Save