We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b28f9e7 + 3d492fe commit c17aaebCopy full SHA for c17aaeb
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