File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/CustomerImportExport/Model/Export Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
27
27
28
28
const COLUMN_STORE = '_store ' ;
29
29
30
- /**
31
- * Attribute collection name
30
+ /** Attribute collection name.
31
+ *
32
+ * Used to resolve entity attribute collection.
32
33
*/
33
34
const ATTRIBUTE_COLLECTION_NAME = \Magento \Customer \Model \ResourceModel \Attribute \Collection::class;
34
35
@@ -139,12 +140,12 @@ protected function _getEntityCollection()
139
140
}
140
141
141
142
/**
142
- * { @inheritdoc}
143
+ * @inheritdoc
143
144
*/
144
145
protected function _getHeaderColumns ()
145
146
{
146
147
$ validAttributeCodes = $ this ->_getExportAttributeCodes ();
147
- return array_merge ($ this ->_permanentAttributes , $ validAttributeCodes, [ ' password ' ] );
148
+ return array_merge ($ this ->_permanentAttributes , $ validAttributeCodes );
148
149
}
149
150
150
151
/**
You can’t perform that action at this time.
0 commit comments