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 36a053f commit 2bbf5e0Copy full SHA for 2bbf5e0
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -844,7 +844,7 @@ public function __construct(
844
$this->_initAttributeSets()
845
->_initTypeModels()
846
->_initSkus()
847
- ->_initImagesArrayKeys();
+ ->initImagesArrayKeys();
848
$this->validator->init($this);
849
}
850
@@ -1092,7 +1092,7 @@ protected function _initSkus()
1092
*
1093
* @return $this
1094
*/
1095
- protected function _initImagesArrayKeys()
+ private function initImagesArrayKeys()
1096
{
1097
$this->_imagesArrayKeys = $this->imageTypeProcessor->getImageTypes();
1098
return $this;
0 commit comments