force object return

This commit is contained in:
ghost 2023-09-25 00:35:16 +03:00
parent 9aaa5d5989
commit d949474737

View File

@ -18,7 +18,7 @@ class Environment
}
}
return json_decode(
return (object) json_decode(
file_get_contents(
$config
)