Skip to content

Commit

Permalink
Update DependentData.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Mar 8, 2018
1 parent 9a40f91 commit 1f20d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependentData.php
Expand Up @@ -124,8 +124,8 @@ public function getPreparedItems($disabledItems = null)
foreach ($item as $innerKey => $innerItem) {
$el = $this->getPreparedElement($innerKey, $innerItem, $disabledItems);
$this->addElementToItemsList($groupItems, $el);

}

$items[$key] = [
'key' => $key,
'value' => $groupItems,
Expand Down

0 comments on commit 1f20d05

Please sign in to comment.