Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenko3 committed Mar 26, 2024
1 parent b0d0ba0 commit 03ee8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function settings(
?string $key = null,
?string $default = null,
?string $env = null,
): string {
): mixed {
if (!$env) {
$env = config('app.env');
}
Expand Down

0 comments on commit 03ee8f1

Please sign in to comment.