]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/BookshelfApiController.php
Aligned constructors across controller classes
[bookstack] / app / Http / Controllers / Api / BookshelfApiController.php
index 6792f9f45b7aa8f08c3e1511274d246fd7c0a8f2..212575c821de5c7f0ecee071f829e971d75de626 100644 (file)
@@ -30,7 +30,6 @@ class BookshelfApiController extends ApiController
 
     /**
      * BookshelfApiController constructor.
-     * @param BookshelfRepo $bookshelfRepo
      */
     public function __construct(BookshelfRepo $bookshelfRepo)
     {