Skip to content

Commit

Permalink
update what is passed to custom callback
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 11, 2020
1 parent c58a2fb commit 9215e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ConfirmablePasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function confirmPasswordUsingCustomCallback(Request $request)
return call_user_func(
Fortify::$confirmPasswordsUsingCallback,
$request->user(),
$request
$request->input('password')
);
}
}

0 comments on commit 9215e54

Please sign in to comment.