Skip to content

Commit

Permalink
cleanup old variables
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjr82 committed Dec 20, 2024
1 parent 060aa29 commit 289f475
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 @@ -155,6 +155,6 @@ private function getLocalConfig($key)

$configuration = require $configPath;

return Arr::get($configuration, implode('.', $parts), $default);
return Arr::get($configuration, $key);
}
}

0 comments on commit 289f475

Please sign in to comment.