Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Nov 10, 2023
1 parent 01bd426 commit 409dd56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/EntitySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@ public function arrayToPropertyValues(array $values): PropertyValues
continue;
}

if (Str::endsWith($key, '@odata.type')) {
continue;
}

if (!$property) {
$property = new DynamicProperty($key, Type::fromInternalValue($value));
}
Expand Down

0 comments on commit 409dd56

Please sign in to comment.