Skip to content

Commit

Permalink
Update LoginLinkController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Dec 23, 2024
1 parent 9b613fa commit bee6d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/LoginLinkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected function getRedirectUrl(LoginLinkRequest $request): string
return redirect()->intended()->getTargetUrl();
}

private function getUserConfig($key)
protected function getUserConfig($key)
{
$parts = explode('.', $key);

Expand Down

0 comments on commit bee6d07

Please sign in to comment.