Skip to content

Commit 4897c36

Browse files
committed
MAGETWO-43599: Prepare Pull Request for Gallery Widget on Configurable Product
- Fix for unit tests
1 parent 22b2b60 commit 4897c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Catalog product model
2020
*
2121
* @method Product setHasError(bool $value)
22-
* @method \Magento\Catalog\Model\Resource\Product getResource()
22+
* @method \Magento\Catalog\Model\ResourceModel\Product getResource()
2323
* @method null|bool getHasError()
2424
* @method Product setAssociatedProductIds(array $productIds)
2525
* @method array getAssociatedProductIds()

0 commit comments

Comments
 (0)