You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update getModel() method signature for Filament v4 compatibility
- Fix method signature incompatibility in SolutionForest\FilamentTree\Actions\Action::getModel()
- Add missing parameter: bool $withDefault = true
- Change return type from string to ?string to match parent class
- Resolves PHP Fatal Error: "Declaration of getModel(): string must be compatible with Filament\Actions\Action::getModel(bool $withDefault = true): ?string"
Fixes#78
0 commit comments