]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/BookshelfApiController.php
Fix Crowdin name in the language_request issue template
[bookstack] / app / Http / Controllers / Api / BookshelfApiController.php
index 63275a72a66191fb9880c425629cbc99126ddf65..2720d1db2a15c71c74ec9bee5c7216eaaf0c83e5 100644 (file)
@@ -44,7 +44,7 @@ class BookshelfApiController extends ApiController
         $shelves = Bookshelf::visible();
 
         return $this->apiListingResponse($shelves, [
-            'id', 'name', 'slug', 'description', 'created_at', 'updated_at', 'created_by', 'updated_by', 'owned_by', 'image_id',
+            'id', 'name', 'slug', 'description', 'created_at', 'updated_at', 'created_by', 'updated_by', 'owned_by',
         ]);
     }