diff --git a/helpers/extensions.php b/helpers/extensions.php index 5537058f..5fb4c8d7 100644 --- a/helpers/extensions.php +++ b/helpers/extensions.php @@ -128,7 +128,7 @@ function BoolToString(bool $bool) return $bool ? 'true' : 'false'; } -function Setting(string $name, string $value) +function Setting(string $name, $value) { if (!defined($name)) {