]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/PageController.php
edit summary
[bookstack] / app / Http / Controllers / PageController.php
index 373e49de762a2a113793cc20a96b9c195ea0d9cc..f35834e6221ea73332b7e88b9187c73b899fb8a5 100644 (file)
@@ -468,6 +468,14 @@ class PageController extends Controller
         ]);
     }
 
+    /**
+     * Does the action of moving the location of a page
+     * @param $bookSlug
+     * @param $pageSlug
+     * @param Request $request
+     * @return mixed
+     * @throws NotFoundException
+     */
     public function move($bookSlug, $pageSlug, Request $request)
     {
         $book = $this->bookRepo->getBySlug($bookSlug);