File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/CustomerImportExport/Model/Export Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
21
21
* Names that begins with underscore is not an attribute. This name convention is for
22
22
* to avoid interference with same attribute name.
23
23
*/
24
- private const COLUMN_EMAIL = 'email ' ;
24
+ public const COLUMN_EMAIL = 'email ' ;
25
25
26
- private const COLUMN_WEBSITE = '_website ' ;
26
+ public const COLUMN_WEBSITE = '_website ' ;
27
27
28
- private const COLUMN_STORE = '_store ' ;
28
+ public const COLUMN_STORE = '_store ' ;
29
29
30
- private const COLUMN_CREATED_AT = 'created_at ' ;
30
+ public const COLUMN_CREATED_AT = 'created_at ' ;
31
31
32
32
/**
33
33
* A constant declaration for attribute collection name
34
34
*/
35
- private const ATTRIBUTE_COLLECTION_NAME = \Magento \Customer \Model \ResourceModel \Attribute \Collection::class;
35
+ public const ATTRIBUTE_COLLECTION_NAME = \Magento \Customer \Model \ResourceModel \Attribute \Collection::class;
36
36
37
37
/**
38
38
* XML path to page size parameter
You can’t perform that action at this time.
0 commit comments