Closed mscalessio closed 2 years ago
This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days
You have to extend the specific Laravel enum class and not the plain PHP one.
This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days
Hi there! Something strange is happening. I'm using your package in my project with Laravel and Filament admin:
I have this model in
App/Models/Lot
And here's my Enum Class
In the db table the item has the correct value
procedure_type_code = 0
But when i try to reach the listing page of admin filament for resource
Lot
, this error happens:Is that something I'm missing guys? Thank you in advance