Skip to content

Commit a69400b

Browse files
authored
Merge pull request #678 from hhaccessibility/fix-password-recovery-controller
app: fixed code styling in PasswordRecoveryController.php
2 parents 8b40c1a + d573401 commit a69400b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/app/Http/Controllers/PasswordRecoveryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function sendEmail(Request $request)
3636
return view('pages.password_recovery.unmatched_email');
3737
}
3838

39-
if( $matching_user->email_verification_time == null) {
39+
if ($matching_user->email_verification_time == null) {
4040
$confirmationLink = BaseUser::generateConfirmationLink($matching_user);
4141
Mail::send(new ConfirmationMail(
4242
$matching_user->first_name,

0 commit comments

Comments
 (0)