neurony / laravel-duplicate

Duplicate any Eloquent model along with its underlying relationships
MIT License
122 stars 27 forks source link

Custom attributes belongsToMany are not cloned #9

Closed iparrabb closed 4 years ago

iparrabb commented 4 years ago

Hi,

How can I clone relationships belongsToMany with custom attributes? Currently these values ​​are not being saved. Any idea?

Thank you!

iparrabb commented 4 years ago

My mistake sorry, withPivot is the solution. Thanks.