solutionforest / filament-tree

Filament Tree is a plugin for Filament Admin that creates a model management page with a heritage tree structure view. This plugin can be used to create menus and more.
MIT License
136 stars 45 forks source link

Fix Some Bug and Added Persian Language #57

Closed prs1378 closed 3 months ago

prs1378 commented 3 months ago

Or You can fix this issues by added Casts to Model

    protected $casts = [

        'parent_id' => 'int'
    ];

please add this Casts to Document on filamentphp.com/