Skip to content

Commit 6de0d2d

Browse files
committed
MAGETWO-74766: Product ResourceCollection wrong Join Query
1 parent b0e2308 commit 6de0d2d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -530,17 +530,6 @@ public function getStoreId()
530530
return $this->_storeManager->getStore()->getId();
531531
}
532532

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-
544533
/**
545534
* Get product url model
546535
*

0 commit comments

Comments
 (0)