We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a40f91 commit 1f20d05Copy full SHA for 1f20d05
1 file changed
src/DependentData.php
@@ -124,8 +124,8 @@ public function getPreparedItems($disabledItems = null)
124
foreach ($item as $innerKey => $innerItem) {
125
$el = $this->getPreparedElement($innerKey, $innerItem, $disabledItems);
126
$this->addElementToItemsList($groupItems, $el);
127
-
128
}
+
129
$items[$key] = [
130
'key' => $key,
131
'value' => $groupItems,
0 commit comments