]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/BookApiController.php
Code cleanup, bug squashing
[bookstack] / app / Http / Controllers / Api / BookApiController.php
index b7a5796c6d940f70fc3a329c38b524d0bf9f2bcf..1b25b9645288e9ccc3afc80b2a631423d509c98a 100644 (file)
@@ -79,7 +79,8 @@ class BookApiController extends ApiController
     }
 
     /**
-     * Delete a single book from the system.
+     * Delete a single book.
+     * This will typically send the book to the recycle bin.
      * @throws \Exception
      */
     public function delete(string $id)