]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Bookshelf.php
Add prev and next button to navigate through different pages
[bookstack] / app / Entities / Models / Bookshelf.php
index edba8f61f05d5f7b3c94d1d8c7ad7e1790ceca75..8ffd06d2e2f1b9d22dee6cabb23318976c85ddac 100644 (file)
@@ -12,7 +12,7 @@ class Bookshelf extends Entity implements HasCoverImage
 
     protected $fillable = ['name', 'description', 'image_id'];
 
-    protected $hidden = ['restricted', 'image_id'];
+    protected $hidden = ['restricted', 'image_id', 'deleted_at'];
 
     /**
      * Get the books in this shelf.