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 b0e2308 commit 6de0d2dCopy full SHA for 6de0d2d
app/code/Magento/Catalog/Model/Product.php
@@ -530,17 +530,6 @@ public function getStoreId()
530
return $this->_storeManager->getStore()->getId();
531
}
532
533
- /**
534
- * Get collection instance
535
- *
536
- * @return object
537
- * @deprecated 101.1.0 because collections should be used directly via factory
538
- */
539
- public function getResourceCollection()
540
- {
541
- return parent::getResourceCollection();
542
- }
543
-
544
/**
545
* Get product url model
546
*
0 commit comments