Skip to content

Commit 81c3ae3

Browse files
author
Nikita Chubukov
committed
MC-15256: Exported customer without modification can not be imported
- Fix static test
1 parent 6217ed8 commit 81c3ae3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class Customer extends AbstractCustomer
2424
{
2525
/**
26-
* Attribute collection name
26+
* Collection name attribute
2727
*/
2828
const ATTRIBUTE_COLLECTION_NAME = \Magento\Customer\Model\ResourceModel\Attribute\Collection::class;
2929

0 commit comments

Comments
 (0)