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.
2 parents 47e5b27 + 948e65a commit db4678cCopy full SHA for db4678c
src/SelectTree.php
@@ -96,7 +96,7 @@ class SelectTree extends Field implements HasAffixActions
96
97
protected Closure|array|null $getTreeUsing = null;
98
99
- protected LazyCollection|array|null $results = null;
+ protected Collection|LazyCollection|array|null $results = null;
100
101
protected Closure|bool|null $multiple = null;
102
@@ -563,7 +563,7 @@ public function getTree(): Collection|array
563
);
564
}
565
566
- public function getResults(): Collection|array|null
+ public function getResults(): Collection|LazyCollection|array|null
567
{
568
return $this->evaluate($this->results);
569
0 commit comments