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
Status swapping & swapped events (observable) to Eloquent models that uses the HasStatuses trait: swappingStatusName, swappedStatusName. Do not confuse with saving, saved Eloquent events, these are triggered from setStatus & setStatusWhen functions, so may you always use these
Changed
setStatus and setStatusWhen functions doesn't return self, instead they return always true when not saving, true or false otherwise
Fixed
StatusEnumCaseName attribute cast now returns defaultStatus if defined on the trait, null otherwise