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 3e9a372 commit e099ce0Copy full SHA for e099ce0
app/code/Magento/Catalog/Controller/Adminhtml/Product/Builder.php
@@ -77,10 +77,8 @@ public function __construct(
77
$this->logger = $logger;
78
$this->registry = $registry;
79
$this->wysiwygConfig = $wysiwygConfig;
80
- // phpcs:disable
81
$this->storeFactory = $storeFactory ?: \Magento\Framework\App\ObjectManager::getInstance()
82
- ->get(\Magento\Store\Model\StoreFactory::class);
83
- // phpcs:enable
+ ->get(StoreFactory::class);
84
$this->productRepository = $productRepository ?: \Magento\Framework\App\ObjectManager::getInstance()
85
->get(ProductRepositoryInterface::class);
86
}
0 commit comments