Skip to content

Commit 2751081

Browse files
Update src/SelectTree.php
1 parent 70708ac commit 2751081

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
@@ -439,7 +439,7 @@ public function getTree(): Collection|array
439439
{
440440
return $this->evaluate($this->buildTree()
441441
->when($this->prepend, fn (Collection $tree) => $tree->prepend($this->evaluate($this->prepend)))
442-
->when($this->append, fn(Collection $tree) => $tree->push($this->evaluate($this->append)))
442+
->when($this->append, fn (Collection $tree) => $tree->push($this->evaluate($this->append)))
443443
);
444444
}
445445

0 commit comments

Comments
 (0)