]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ForgotPasswordController.php
Merge pull request #3728 from BookStackApp/php_formatting
[bookstack] / app / Http / Controllers / Auth / ForgotPasswordController.php
index 212bb6ab18c3aee5a460053784bdc9fb2d8f94c8..b345fad1c1f6570bdc4c1db58435dd13881d6873 100644 (file)
@@ -20,7 +20,6 @@ class ForgotPasswordController extends Controller
     | your application to your users. Feel free to explore this trait.
     |
     */
-
     use SendsPasswordResetEmails;
 
     /**
@@ -44,7 +43,7 @@ class ForgotPasswordController extends Controller
     public function sendResetLinkEmail(Request $request)
     {
         $this->validate($request, [
-            'email' => ['required', 'email']
+            'email' => ['required', 'email'],
         ]);
 
         // We will send the password reset link to this user. Once we have attempted