We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b40c1a + d573401 commit a69400bCopy full SHA for a69400b
1 file changed
app/app/Http/Controllers/PasswordRecoveryController.php
@@ -36,7 +36,7 @@ public function sendEmail(Request $request)
36
return view('pages.password_recovery.unmatched_email');
37
}
38
39
- if( $matching_user->email_verification_time == null) {
+ if ($matching_user->email_verification_time == null) {
40
$confirmationLink = BaseUser::generateConfirmationLink($matching_user);
41
Mail::send(new ConfirmationMail(
42
$matching_user->first_name,
0 commit comments