Skip to content

Commit e6e7406

Browse files
committed
Apply fixes from StyleCI
1 parent 74279f7 commit e6e7406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Responses/FailedTwoFactorLoginResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public function toResponse($request)
2424
}
2525

2626
return redirect()->route('two-factor.login')->withErrors([
27-
'code' => $message,
28-
'email' => $message
27+
'code' => $message,
28+
'email' => $message,
2929
]);
3030
}
3131
}

0 commit comments

Comments
 (0)