Skip to content

Commit b7f512b

Browse files
committed
MAGETWO-53305: [Staging] When update was applied Cross-Sells data are not displayed in the shopping cart
1 parent 6c34ce2 commit b7f512b

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product/Collection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,9 @@ public function addLinkAttributeToFilter($code, $condition)
425425
/**
426426
* Get MetadataPool instance
427427
* @return MetadataPool
428+
* @deprecated
428429
*/
429-
protected function getMetadataPool()
430+
private function getMetadataPool()
430431
{
431432
if (!$this->metadataPool) {
432433
$this->metadataPool = ObjectManager::getInstance()->get(MetadataPool::class);

0 commit comments

Comments
 (0)