Skip to content

Commit 55c8584

Browse files
Added modifyQueryUsing closure
1 parent a811ee3 commit 55c8584

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
@@ -67,7 +67,7 @@ public function tree(string $treeModel, string $treeParentKey, string $titleAttr
6767

6868
return $this;
6969
}
70-
70+
7171
private function buildTree(int $parent = null): Collection
7272
{
7373
// Create a default query to fetch items with the specified parent ID.

0 commit comments

Comments
 (0)