]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/BookApiController.php
Added testing to favourite system
[bookstack] / app / Http / Controllers / Api / BookApiController.php
index 1b9bddbb166321d33c7ae4c65dd931f46141365b..81ac9c7aa6c56e44bd2551e379d37e1f75ec5882 100644 (file)
@@ -91,4 +91,4 @@ class BookApiController extends ApiController
         $this->bookRepo->destroy($book);
         return response('', 204);
     }
-}
\ No newline at end of file
+}