filament-select-tree icon indicating copy to clipboard operation
filament-select-tree copied to clipboard

Fix return type

Open stefket opened this issue 1 month ago • 0 comments

In version 4.0.8, the following error occurs:

CodeWithDennis\FilamentSelectTree\SelectTree::getResults(): Return value must be of type Illuminate\Support\Collection|array|null, Illuminate\Support\LazyCollection returned

This commit updates the return type to ensure compatibility.

stefket avatar Nov 07 '25 18:11 stefket