]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ResetPasswordController.php
Added deletion of revisions on page delete
[bookstack] / app / Http / Controllers / Auth / ResetPasswordController.php
index 96f05db267b4f8887adb0c948a7ace8aed365753..59e9ab79baa7cb146ed7582e1fc50cd88a7d9e31 100644 (file)
@@ -34,7 +34,6 @@ class ResetPasswordController extends Controller
     {
         $this->middleware('guest');
         $this->middleware('guard:standard');
-        parent::__construct();
     }
 
     /**