Skip to content

Commit fe81b9e

Browse files
Update SelectTree.php
1 parent b2ab201 commit fe81b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function buildTreeFromResults($results, $parent = null): Collection
126126
$resultMap[$parentId][] = $result;
127127
}
128128

129-
// Define disabled options
129+
// Define disabled options
130130
$disabledOptions = $this->getDisabledOptions();
131131

132132
// Recursively build the tree starting from the root (null parent)

0 commit comments

Comments
 (0)