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 7a59ce5 commit 419aaaeCopy full SHA for 419aaae
app/code/Magento/ConfigurableProduct/Model/Product/SaveHandler.php
@@ -43,7 +43,7 @@ class SaveHandler implements ExtensionInterface
43
public function __construct(
44
ResourceModelConfigurable $resourceModel,
45
OptionRepositoryInterface $optionRepository,
46
- ?ProductRepositoryInterface $productRepository
+ ?ProductRepositoryInterface $productRepository = null
47
) {
48
$this->resourceModel = $resourceModel;
49
$this->optionRepository = $optionRepository;
0 commit comments