]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ForgotPasswordController.php
Fixed conctenation of direct book pages within markdown export
[bookstack] / app / Http / Controllers / Auth / ForgotPasswordController.php
index 212bb6ab18c3aee5a460053784bdc9fb2d8f94c8..5e73b232ca734f6a4a5126d1b059a067ee314569 100644 (file)
@@ -44,7 +44,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