mutateFormDataBeforeSave and mutateFormDataBeforeCreate for all items in hasMany
Hi everyone.
How can I change all fields in all related items in a model that has using mutateFormDataBeforeSave and mutateFormDataBeforeCreate?
For example:
post -> comments
I want to change user_id field in all comments
1 Reply
Solution
I found:
mutateRelationshipDataBeforeFillUsing