@@ -82,7 +82,7 @@ |
||
82 | 82 | ); |
83 | 83 | } else { |
84 | 84 | //Syncing using promise |
85 | - $related->onExecute(function (ContextualCommandInterface $related) use ($command) { |
|
85 | + $related->onExecute(function(ContextualCommandInterface $related) use ($command) { |
|
86 | 86 | //Giving our child our context in a form of FK value |
87 | 87 | $command->addContext($this->key(Record::INNER_KEY), $related->primaryKey()); |
88 | 88 | }); |