We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043fb6e commit 3fe629aCopy full SHA for 3fe629a
src/FortifyAdminLTEPresetServiceProvider.php
@@ -41,7 +41,7 @@ public function boot()
41
return view('auth.passwords.email');
42
});
43
44
- Fortify::resetPasswordView(function (Request $request) {
+ Fortify::resetPasswordView(function () {
45
return view('auth.passwords.reset');
46
47
0 commit comments