We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28f9e7 commit 3d492feCopy full SHA for 3d492fe
1 file changed
src/Controllers/LoginController.php
@@ -50,7 +50,7 @@ public function loginAction(): RedirectResponse
50
// If an action has been defined for login, start it up.
51
$actionClass = setting('Auth.actions')['login'] ?? null;
52
if (! empty($actionClass)) {
53
- return redirect()->to(route_to('auth-action-show'))->withCookies();
+ return redirect()->route('auth-action-show')->withCookies();
54
}
55
56
return redirect()->to(config('Auth')->loginRedirect())->withCookies();
0 commit comments