Skip to content

Commit

Permalink
Add phone email to mass assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Mar 18, 2021
1 parent aaaa441 commit 9a601f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core/Addresses/Models/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public function getFieldsAttribute()
'address_three',
'city',
'state',
'state',
'phone',
'email',
'country_id',
'postal_code',
]);
Expand Down

0 comments on commit 9a601f7

Please sign in to comment.