]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Book.php
Code cleanup, bug squashing
[bookstack] / app / Entities / Models / Book.php
index afa2cde497578b3316f067006b5d1a6bb4048aa5..6c56767655c894b22c548e7ff552a07f36940ea6 100644 (file)
@@ -18,7 +18,7 @@ class Book extends Entity implements HasCoverImage
     public $searchFactor = 2;
 
     protected $fillable = ['name', 'description'];
-    protected $hidden = ['restricted', 'pivot', 'image_id'];
+    protected $hidden = ['restricted', 'pivot', 'image_id', 'deleted_at'];
 
     /**
      * Get the url for this book.