Skip to content

Commit 04920a2

Browse files
juliensantos87saimaz
authored andcommitted
load Embedded metaFields (#755)
1 parent d5475cd commit 04920a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mapping/DocumentParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private function getAliases(\ReflectionClass $reflectionClass, array &$metaField
279279
[
280280
'type' => $this->getObjectMapping($type->class)['type'],
281281
'multiple' => $type->multiple,
282-
'aliases' => $this->getAliases($child),
282+
'aliases' => $this->getAliases($child, $metaFields),
283283
'namespace' => $child->getName(),
284284
]
285285
);

0 commit comments

Comments
 (0)