Skip to content

Commit 0cdedd1

Browse files
committed
Fix return type
1 parent 47e5b27 commit 0cdedd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ public function getTree(): Collection|array
563563
);
564564
}
565565

566-
public function getResults(): Collection|array|null
566+
public function getResults(): LazyCollection|array|null
567567
{
568568
return $this->evaluate($this->results);
569569
}

0 commit comments

Comments
 (0)