Skip to content

Commit 696f672

Browse files
Update src/SelectTree.php
Co-authored-by: CodeWithDennis <[email protected]>
1 parent 32dd56e commit 696f672

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
@@ -397,7 +397,7 @@ public function getTree(): Collection|array
397397

398398
public function getResults(): Collection|array|null
399399
{
400-
return $this->results;
400+
return $this->evaluate($this->results);
401401
}
402402

403403
public function getExpandSelected(): bool

0 commit comments

Comments
 (0)