mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
force object return
This commit is contained in:
parent
9aaa5d5989
commit
d949474737
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class Environment
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return json_decode(
|
return (object) json_decode(
|
||||||
file_get_contents(
|
file_get_contents(
|
||||||
$config
|
$config
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue