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
If the relation is the only thing changing on a related model instance, then the instance itself should not receive $beforeUpdate & co. calls, because the only update that occurs is of the relation on the parent model, the instance itself is not touched.
The text was updated successfully, but these errors were encountered:
If the relation is the only thing changing on a related model instance, then the instance itself should not receive
$beforeUpdate
& co. calls, because the only update that occurs is of the relation on the parent model, the instance itself is not touched.The text was updated successfully, but these errors were encountered: