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 67d9dde commit 2112d35Copy full SHA for 2112d35
app/code/Magento/ImportExport/Model/Source/Upload.php
@@ -55,8 +55,7 @@ public function __construct(
55
$this->_httpFactory = $httpFactory;
56
$this->_importExportData = $importExportData;
57
$this->_uploaderFactory = $uploaderFactory;
58
- $this->random = $random ?: ObjectManager::getInstance()
59
- ->get(Random::class);
+ $this->random = $random;
60
}
61
/**
62
* Move uploaded file.
0 commit comments