Skip to content

Commit

Permalink
load Embedded metaFields (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliensantos87 authored and saimaz committed Mar 16, 2017
1 parent d5475cd commit 04920a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mapping/DocumentParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private function getAliases(\ReflectionClass $reflectionClass, array &$metaField
[
'type' => $this->getObjectMapping($type->class)['type'],
'multiple' => $type->multiple,
'aliases' => $this->getAliases($child),
'aliases' => $this->getAliases($child, $metaFields),
'namespace' => $child->getName(),
]
);
Expand Down

0 comments on commit 04920a2

Please sign in to comment.