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
JsonModel implements a ->delete() method that emits deleting and deleted Eloquent events, then sets the model to null in the upstream model.
The problem is this won't work of the JsonModel is in a CollectionOfJsonModels, because the collection expects every element to continue to validate as the original model.