Skip to content

Commit 9a40f91

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DependentData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ public function getPreparedItems($disabledItems = null)
130130
'key' => $key,
131131
'value' => $groupItems,
132132
];
133-
}
134-
else {
133+
134+
} else {
135135
$el = $this->getPreparedElement($key, $item, $disabledItems);
136136
$this->addElementToItemsList($items, $el);
137137
}

0 commit comments

Comments
 (0)