X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6caedc7a37a5ca6cee39b69c3c651230a5e30b52..refs/pull/2023/head:/app/Entities/Book.php diff --git a/app/Entities/Book.php b/app/Entities/Book.php index df0d99228..38b7d4a8c 100644 --- a/app/Entities/Book.php +++ b/app/Entities/Book.php @@ -19,7 +19,7 @@ class Book extends Entity implements HasCoverImage public $searchFactor = 2; protected $fillable = ['name', 'description']; - protected $hidden = ['restricted']; + protected $hidden = ['restricted', 'pivot']; /** * Get the url for this book.