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
BelongsToMany::touch() does not call Model::isIgnoringTouch() to check if the models should be touched, so Model::withoutTouching() is not working for Many-To-Many relations.
Steps To Reproduce
Create two Models with Many-To-Many relation
Add $touches variable to the models and add the other model
Update one model by Model::withoutTouching(fn() => $model1->update(['column' => '::newVallue::']))