Skip to content

Commit

Permalink
undo list
Browse files Browse the repository at this point in the history
undo list
  • Loading branch information
shorif2000 authored Jul 26, 2018
1 parent 956074b commit 019c506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/objects.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function propagate_root($object, $parentObject, $parentKey)
return;
}

[$rootObject, $rootObjectKey] = call($parentObject, $parentKey, function($parentKey) {
list($rootObject, $rootObjectKey) = call($parentObject, $parentKey, function($parentKey) {
return [
isset($this->rootObject) ?: $this,
isset($this->rootObjectKey) ? $this->rootObjectKey.'.'.$parentKey : $parentKey
Expand Down

0 comments on commit 019c506

Please sign in to comment.