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