Skip to content

Commit 9a7fa4c

Browse files
committed
Added $_regionCollection property to class
1 parent eb27ac2 commit 9a7fa4c

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/CustomerImportExport/Model/Import

1 file changed

+7
-0
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Address.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ class Address extends AbstractCustomer
101101
*/
102102
protected $_entityTable;
103103

104+
/**
105+
* Region collection instance
106+
*
107+
* @var string
108+
*/
109+
protected $_regionCollection;
110+
104111
/**
105112
* Countries and regions
106113
*

0 commit comments

Comments
 (0)