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 9dcdc29 commit 6c34ce2Copy full SHA for 6c34ce2
app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product/Collection.php
@@ -438,7 +438,7 @@ protected function getMetadataPool()
438
* Join Product To Links
439
* @return void
440
*/
441
- protected function joinProductsToLinks()
+ private function joinProductsToLinks()
442
{
443
$linkField = $this->getMetadataPool()->getMetadata(ProductInterface::class)->getLinkField();
444
$this->getSelect()
0 commit comments