Browse Source

Add bookstack

pull/232/head
chbmb 6 years ago
committed by GitHub
parent
commit
5de473fa44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php

1
app/Item.php

@ -30,6 +30,7 @@ class Item extends Model
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Booksonic' => \App\SupportedApps\Booksonic::class,
'Bookstack' => \App\SupportedApps\Bookstack::class,
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
'Duplicati' => \App\SupportedApps\Duplicati::class,

Loading…
Cancel
Save