]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/BookshelfApiController.php
Fix timestamp in API docs example response
[bookstack] / app / Http / Controllers / Api / BookshelfApiController.php
index 620df1638f903c9d1f39e41648866c570f5fb069..b6b78e80ebe762df7719f7f40e93d26713a54ab4 100644 (file)
@@ -13,9 +13,6 @@ class BookshelfApiController extends ApiController
 {
     protected BookshelfRepo $bookshelfRepo;
 
-    /**
-     * BookshelfApiController constructor.
-     */
     public function __construct(BookshelfRepo $bookshelfRepo)
     {
         $this->bookshelfRepo = $bookshelfRepo;