Cannot use object of type GuzzleHttp\Psr7\Response as array
patriceckhart opened this issue · 0 comments
patriceckhart commented
If I do
$services = $client->services()->setFieldSelector([
'metadata.name' => 'site-747809365e',
])->first();
I get: Cannot use object of type GuzzleHttp\Psr7\Response as array