]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ResetPasswordController.php
Entity Repo & Controller Refactor (#1690)
[bookstack] / app / Http / Controllers / Auth / ResetPasswordController.php
index 540d2e679c1ef81dab9aeafed297d352a81298d3..4d98eca597c3fffcece65fc79209bae646a49ab9 100644 (file)
@@ -44,7 +44,7 @@ class ResetPasswordController extends Controller
     protected function sendResetResponse(Request $request, $response)
     {
         $message = trans('auth.reset_password_success');
-        $this->showSuccessNotification( $message);
+        $this->showSuccessNotification($message);
         return redirect($this->redirectPath())
             ->with('status', trans($response));
     }