]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Book.php
Default OpenID display name set to standard value
[bookstack] / app / Entities / Book.php
index df0d992284795232a7af98e6410a7c4797d43e17..af8344b88f5cb440b9abeb6913e3e55ffeda68f6 100644 (file)
@@ -19,7 +19,7 @@ class Book extends Entity implements HasCoverImage
     public $searchFactor = 2;
 
     protected $fillable = ['name', 'description'];
-    protected $hidden = ['restricted'];
+    protected $hidden = ['restricted', 'pivot', 'image_id'];
 
     /**
      * Get the url for this book.