diff --git a/common/components/SkinSystem/Api.php b/common/components/SkinSystem/Api.php index 5df933e..345a155 100644 --- a/common/components/SkinSystem/Api.php +++ b/common/components/SkinSystem/Api.php @@ -26,7 +26,7 @@ class Api { return null; } - return json_decode($response->getBody(), true); + return json_decode($response->getBody()->getContents(), true); } public function setClient(ClientInterface $client): void {