X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a042e22481181fd6d7ef608142e084b106f8274c..refs/pull/2511/head:/app/Entities/Models/Book.php diff --git a/app/Entities/Models/Book.php b/app/Entities/Models/Book.php index afa2cde49..6c5676765 100644 --- a/app/Entities/Models/Book.php +++ b/app/Entities/Models/Book.php @@ -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.