Skip to content

Commit 2f7146c

Browse files
cosmohdxLKaemmerling
authored andcommitted
fix styles
1 parent 8ec932e commit 2f7146c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/PlacementGroups/PlacementGroups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function list(RequestOpts $requestOpts = null): ?APIResponse
5959

6060
return APIResponse::create([
6161
'meta' => Meta::parse($resp->meta),
62-
$this->_getKeys()['many']=> self::parse($resp->{$this->_getKeys()['many']})->{$this->_getKeys()['many']},
62+
$this->_getKeys()['many'] => self::parse($resp->{$this->_getKeys()['many']})->{$this->_getKeys()['many']},
6363
], $response->getHeaders());
6464
}
6565

0 commit comments

Comments
 (0)