We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dce4bd commit bb7dedbCopy full SHA for bb7dedb
app/code/Magento/CustomerImportExport/Model/Export/Customer.php
@@ -27,7 +27,7 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
27
28
public const COLUMN_STORE = '_store';
29
30
- public const COLUMN_CREATED_AT = 'created_at';
+ private const COLUMN_CREATED_AT = 'created_at';
31
32
/**
33
* A constant declaration for attribute collection name
@@ -37,7 +37,7 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
37
38
* XML path to page size parameter
39
*/
40
- private const XML_PATH_PAGE_SIZE = 'export/customer_page_size/customer';
+ public const XML_PATH_PAGE_SIZE = 'export/customer_page_size/customer';
41
42
43
* @var array
0 commit comments