Skip to content

Commit 7eea761

Browse files
committed
Update ForgotPasswordController.php
1 parent ccbfe00 commit 7eea761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Auth/ForgotPasswordController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function validateEmail(Request $request)
5454
];
5555
} else {
5656
throw new \RuntimeException(
57-
'Captcha is enabled but driver is not properly configured. ' .
57+
'Captcha is enabled but driver is not properly configured. '.
5858
'Set LOOPS_CAPTCHA_DRIVER to either "turnstile" or "hcaptcha".'
5959
);
6060
}

0 commit comments

Comments
 (0)