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 3a36f4f commit d2befb2Copy full SHA for d2befb2
dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_with_design_attributes.php
@@ -42,5 +42,5 @@
42
->setCustomDesignTo('2020-01-03')
43
->setHasOptions(true);
44
/** @var ProductRepositoryInterface $productRepositoryFactory */
45
-$productRepository = $objectManager->create(ProductRepositoryInterface::class);
+$productRepository = $objectManager->get(ProductRepositoryInterface::class);
46
$productRepository->save($product);
0 commit comments