Skip to content

Commit 3fe629a

Browse files
committed
fix: removed unused $request param
1 parent 043fb6e commit 3fe629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FortifyAdminLTEPresetServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function boot()
4141
return view('auth.passwords.email');
4242
});
4343

44-
Fortify::resetPasswordView(function (Request $request) {
44+
Fortify::resetPasswordView(function () {
4545
return view('auth.passwords.reset');
4646
});
4747

0 commit comments

Comments
 (0)