Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultjunin committed Nov 30, 2024
1 parent f45945a commit 628481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/SearcadeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class SearcadeController extends AbstractLoginController
{

protected function login(Request $request): RedirectResponse
public function login(Request $request): RedirectResponse
{
if ($request->user()) {
return redirect('/');
Expand Down

0 comments on commit 628481b

Please sign in to comment.