We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec932e commit 2f7146cCopy full SHA for 2f7146c
src/Models/PlacementGroups/PlacementGroups.php
@@ -59,7 +59,7 @@ public function list(RequestOpts $requestOpts = null): ?APIResponse
59
60
return APIResponse::create([
61
'meta' => Meta::parse($resp->meta),
62
- $this->_getKeys()['many']=> self::parse($resp->{$this->_getKeys()['many']})->{$this->_getKeys()['many']},
+ $this->_getKeys()['many'] => self::parse($resp->{$this->_getKeys()['many']})->{$this->_getKeys()['many']},
63
], $response->getHeaders());
64
}
65
0 commit comments