From 03ee8f19b0c1d5edd23cf1a7d798ad2bf9626091 Mon Sep 17 00:00:00 2001 From: Artem Stepanenko Date: Tue, 26 Mar 2024 16:44:14 +0200 Subject: [PATCH] hotfix --- src/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers.php b/src/helpers.php index f0f21cc..1dc0aa1 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -8,7 +8,7 @@ function settings( ?string $key = null, ?string $default = null, ?string $env = null, - ): string { + ): mixed { if (!$env) { $env = config('app.env'); }