DivineOmega / uxdm

🔀 UXDM helps developers migrate data from one system or format to another.
GNU Lesser General Public License v3.0
167 stars 9 forks source link

Change Eloquent Destination to use `create` and `update` methods #17

Closed DivineOmega closed 6 years ago

DivineOmega commented 6 years ago

The Eloquent Destination should be changed to use the create and update methods of the model.

For this to work reliably we will have to unguard() then reguard() the model to temporarily disable then re-enable mass assignment protection.