|
@@ -79,7 +79,7 @@ |
|
|
block discarded – undo |
|
79
|
79
|
|
|
80
|
80
|
if (!$this->isSynced($this->parent, $this->instance)) { |
|
81
|
81
|
//Syncing FKs before primary command been executed |
|
82
|
|
- $innerCommand->onExecute(function ($innerCommand) use ($parentCommand) { |
|
|
82
|
+ $innerCommand->onExecute(function($innerCommand) use ($parentCommand) { |
|
83
|
83
|
$parentCommand->addContext( |
|
84
|
84
|
$this->key(Record::INNER_KEY), |
|
85
|
85
|
$this->lookupKey(Record::OUTER_KEY, $this->parent, $innerCommand) |
Please login to merge, or discard this patch.