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 ae9010b commit da4de8bCopy full SHA for da4de8b
app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Product.php
@@ -417,7 +417,7 @@ protected function _getMediaConfig()
417
* @param string $image
418
* @return mixed
419
*/
420
- protected function getProductImageUrl($image)
+ private function getProductImageUrl($image)
421
{
422
$productObject = ObjectManager::getInstance()->get(\Magento\Catalog\Model\Product::class);
423
$imgUrl = ObjectManager::getInstance()
0 commit comments