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 beae948 commit dfb3233Copy full SHA for dfb3233
app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php
@@ -407,7 +407,7 @@ private function getProductRepository()
407
{
408
if (null === $this->productRepository) {
409
$this->productRepository = \Magento\Framework\App\ObjectManager::getInstance()
410
- ->get(\Magento\Catalog\Api\ProductRepositoryInterface\Proxy::class);
+ ->get('\Magento\Catalog\Api\ProductRepositoryInterface\Proxy');
411
}
412
413
return $this->productRepository;
0 commit comments