Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Jun 6, 2019
1 parent 4306a3f commit 8af41a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Relation/Embedded.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public function queue(CC $store, $entity, Node $node, $related, $original): Comm
// exposing relationMap inside this method. in theory it is possible to use
// parent entity command to carry context for nested relations, however, custom context
// propagation chain must be defined (embedded node => parent command)
// in short, we need to get access to getRelationMap from orm to support it.

return new Nil();
}
Expand Down

0 comments on commit 8af41a5

Please sign in to comment.