using AsEnumArrayObject with enums
when I try to use
AsEnumArrayObject
in casting
in my model:
in the table:
Tables\Columns\TextColumn::make('permissions')
I get
is it even possible to use AsEnumArrayObject
with enums
in filament? couldent see anything here
https://filamentphp.com/docs/3.x/support/enums1 Reply
I think this is a bug
I had to add this to
text-column.blade.php
will do more checks and post it in github