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 5478082 commit dfb69d1Copy full SHA for dfb69d1
app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Category.php
@@ -71,7 +71,7 @@ public function __construct(
71
$this->_categoryResource = $categoryResource;
72
parent::__construct($context, $connectionName);
73
$this->metadataPool = $metadataPool;
74
- $this->categorySelectBuilder = $selectWrapper ??
+ $this->categorySelectBuilder = $categorySelectBuilder ??
75
ObjectManager::getInstance()->get(CategorySelectBuilder::class);
76
}
77
0 commit comments