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