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.
2 parents 433dd2e + daf2779 commit 1ec683fCopy full SHA for 1ec683f
app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php
@@ -90,9 +90,9 @@ public function __construct(
90
$this->productCopier = $productCopier;
91
$this->productTypeManager = $productTypeManager;
92
$this->productRepository = $productRepository;
93
+ parent::__construct($context, $productBuilder);
94
$this->escaper = $escaper ?? $this->_objectManager->get(\Magento\Framework\Escaper::class);
95
$this->logger = $logger ?? $this->_objectManager->get(\Psr\Log\LoggerInterface::class);
- parent::__construct($context, $productBuilder);
96
}
97
98
/**
0 commit comments