]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/ChapterApiController.php
Code cleanup, bug squashing
[bookstack] / app / Http / Controllers / Api / ChapterApiController.php
index c7dd38c1b63b4f4e7d3f48ac50198955d5c44513..e69aecc2ddcd9df9141e30f30edd2bcd821bd590 100644 (file)
@@ -86,7 +86,8 @@ class ChapterApiController extends ApiController
     }
 
     /**
-     * Delete a chapter from the system.
+     * Delete a chapter.
+     * This will typically send the chapter to the recycle bin.
      */
     public function delete(string $id)
     {