]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Bookshelf.php
Default OpenID display name set to standard value
[bookstack] / app / Entities / Bookshelf.php
index c7ba840e0ce0803f5e2da79ddf177bc1bb0dc563..474ba51cd8204bf27dfc95ad421029cdaa8e7375 100644 (file)
@@ -12,7 +12,7 @@ class Bookshelf extends Entity implements HasCoverImage
 
     protected $fillable = ['name', 'description', 'image_id'];
 
-    protected $hidden = ['restricted'];
+    protected $hidden = ['restricted', 'image_id'];
 
     /**
      * Get the books in this shelf.