Browse Source

force object return

main
ghost 1 year ago
parent
commit
d949474737
  1. 2
      src/library/environment.php

2
src/library/environment.php

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

Loading…
Cancel
Save