remove address3 from customer_addresses fillable

This commit is contained in:
David Große 2020-01-13 09:38:48 +01:00
parent 6cae8f5118
commit 81c928025b
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class CustomerAddress extends Model implements CustomerAddressContract
'vat_id',
'address1',
'address2',
'address3',
'country',
'state',
'city',