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 34e9cf4 commit 31bed7fCopy full SHA for 31bed7f
src/Model/Resource.php
@@ -147,7 +147,7 @@ protected static function deserializeCommonAttributes(array $data)
147
throw new \RuntimeException(sprintf('Error deserializing resource type "%s" into class "%s"', $data['meta']['resourceType'], get_class($result)));
148
}
149
$result->meta = Meta::deserializeObject($data['meta']);
150
- if (isset($arr['externalId'])) {
+ if (isset($data['externalId'])) {
151
$result->externalId = $data['externalId'];
152
153
if (isset($data['schemas'])) {
0 commit comments