We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70708ac commit 2751081Copy full SHA for 2751081
src/SelectTree.php
@@ -439,7 +439,7 @@ public function getTree(): Collection|array
439
{
440
return $this->evaluate($this->buildTree()
441
->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)))
+ ->when($this->append, fn (Collection $tree) => $tree->push($this->evaluate($this->append)))
443
);
444
}
445
0 commit comments