diff --git a/Model/Indexer/Eav.php b/Model/Indexer/Eav.php index 23938fe..029c138 100644 --- a/Model/Indexer/Eav.php +++ b/Model/Indexer/Eav.php @@ -976,7 +976,7 @@ public function executeRow($id): bool * @return mixed * @throws \Magento\Framework\Exception\LocalizedException */ - private function getImageUrl($store, $indexData) + public function getImageUrl($store, $indexData) { /** * Use parent image if appropriate diff --git a/Model/Indexer/Flat.php b/Model/Indexer/Flat.php index e165de3..56c1c68 100644 --- a/Model/Indexer/Flat.php +++ b/Model/Indexer/Flat.php @@ -1016,7 +1016,7 @@ public function executeRow($id) * * @return mixed */ - private function getImageUrl($store, $indexData) + public function getImageUrl($store, $indexData) { /** * Use parent image if appropriate