filament-select-tree
filament-select-tree copied to clipboard
Fix return type
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.