Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f016278

Browse files
committed
MSI: Update Magento 2 core to support MSI
1 parent 36098f4 commit f016278

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,6 @@ public function __construct(
847847
$this->mediaProcessor = $mediaProcessor ?: ObjectManager::getInstance()->get(MediaGalleryProcessor::class);
848848
$this->stockItemImporter = $stockItemImporter ?: ObjectManager::getInstance()
849849
->get(StockItemImporterInterface::class);
850-
851850
parent::__construct(
852851
$jsonHelper,
853852
$importExportData,

0 commit comments

Comments
 (0)