Skip to content

Commit f07297c

Browse files
committed
Solve conflict
1 parent 9149af2 commit f07297c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SelectTree.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ private function buildNode($result, $resultMap, $disabledOptions, $hiddenOptions
189189
$node = [
190190
'name' => $result->{$this->getTitleAttribute()},
191191
'value' => $key,
192+
'parent' => $result->{$this->getParentAttribute()},
192193
'disabled' => in_array($key, $disabledOptions),
193194
'hidden' => in_array($key, $hiddenOptions),
194195
];

0 commit comments

Comments
 (0)