Skip to content

Commit a036e15

Browse files
committed
MAGETWO-58516: Product catalog Import/export – Date & Timezone issue. Other fields.
- change property scope to private
1 parent 5e303ca commit a036e15

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
132132
*
133133
* @var array
134134
*/
135-
protected $userDefinedAttributes = [];
135+
private $userDefinedAttributes = [];
136136

137137
/**
138138
* Product collection

0 commit comments

Comments
 (0)