]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Bookshelf.php
respective book and chapter structure added.
[bookstack] / app / Entities / Models / Bookshelf.php
index 464c127b82f667fa47e3de5b176bd347db95a53f..9ffa0ea9cabd9a9b3beed43ea65cc4c21f2f0aad 100644 (file)
@@ -19,7 +19,7 @@ class Bookshelf extends Entity implements HasCoverImage
 
     protected $fillable = ['name', 'description', 'image_id'];
 
-    protected $hidden = ['image_id', 'deleted_at'];
+    protected $hidden = ['image_id', 'deleted_at', 'description_html'];
 
     /**
      * Get the books in this shelf.