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
handle all Enum types for default values (laravel#57040)
by using the internal `enum_value()` helper, we can handle both `UnitEnum`s and `BackedEnum`s, similar to how we do elsewhere in the framework.
we check for `UnitEnum`, because it is the broader of the 2 types.
0 commit comments