X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c157dc3490c39aa236e22714019a649ebeb11f13..refs/pull/2416/head:/app/Http/Controllers/Api/BookApiController.php diff --git a/app/Http/Controllers/Api/BookApiController.php b/app/Http/Controllers/Api/BookApiController.php index 8ec9fdc06..1b25b9645 100644 --- a/app/Http/Controllers/Api/BookApiController.php +++ b/app/Http/Controllers/Api/BookApiController.php @@ -1,10 +1,8 @@ bookRepo = $bookRepo; @@ -84,9 +79,9 @@ class BookApiController extends ApiController } /** - * Delete a single book from the system. - * @throws NotifyException - * @throws BindingResolutionException + * Delete a single book. + * This will typically send the book to the recycle bin. + * @throws \Exception */ public function delete(string $id) {