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 54e25b9 commit a669f4bCopy full SHA for a669f4b
app/code/Magento/CustomerImportExport/Model/Import/Address.php
@@ -253,11 +253,6 @@ class Address extends AbstractCustomer
253
*/
254
private $indexerProcessor;
255
256
- /**
257
- * @var Share
258
- */
259
- private $configShare;
260
-
261
/**
262
* @param \Magento\Framework\Stdlib\StringUtils $string
263
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
@@ -360,7 +355,6 @@ public function __construct(
360
355
$this->indexerProcessor = $indexerProcessor
361
356
?: ObjectManager::getInstance()->get(Processor::class);
362
357
363
- $this->configShare = $configShare ?? ObjectManager::getInstance()->get(Share::class);
364
358
$this->_initAttributes();
365
359
$this->_initCountryRegions();
366
}
0 commit comments