Skip to content

Commit 4d81abb

Browse files
committed
formatting
1 parent 2208e81 commit 4d81abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Foundation/Auth/SendsPasswordResetEmails.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ protected function sendResetLinkResponse($response)
7171
protected function sendResetLinkFailedResponse(Request $request, $response)
7272
{
7373
return back()
74-
->withInput($request->only('email'))
75-
->withErrors(['email' => trans($response)]);
74+
->withInput($request->only('email'))
75+
->withErrors(['email' => trans($response)]);
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)