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 94a9476 commit 187f1a2Copy full SHA for 187f1a2
src/Picqer/Financials/Moneybird/Model.php
@@ -227,7 +227,7 @@ private function getArrayWithNestedObjects($useAttributesAppend = true)
227
}
228
229
if ($multipleNestedEntities[$attributeName]['type'] === self::NESTING_TYPE_NESTED_OBJECTS) {
230
- $result[$attributeNameToUse] = (object)$result[$attributeNameToUse];
+ $result[$attributeNameToUse] = (object) $result[$attributeNameToUse];
231
232
233
if (
0 commit comments