Skip to content

Commit 1f20d05

Browse files
author
Aleš
authored
Update DependentData.php
1 parent 9a40f91 commit 1f20d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependentData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ public function getPreparedItems($disabledItems = null)
124124
foreach ($item as $innerKey => $innerItem) {
125125
$el = $this->getPreparedElement($innerKey, $innerItem, $disabledItems);
126126
$this->addElementToItemsList($groupItems, $el);
127-
128127
}
128+
129129
$items[$key] = [
130130
'key' => $key,
131131
'value' => $groupItems,

0 commit comments

Comments
 (0)