Skip to content

Commit dfb69d1

Browse files
committed
ACP2E-2300: fix static errors
1 parent 5478082 commit dfb69d1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sitemap/Model/ResourceModel/Catalog

1 file changed

+1
-1
lines changed

app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct(
7171
$this->_categoryResource = $categoryResource;
7272
parent::__construct($context, $connectionName);
7373
$this->metadataPool = $metadataPool;
74-
$this->categorySelectBuilder = $selectWrapper ??
74+
$this->categorySelectBuilder = $categorySelectBuilder ??
7575
ObjectManager::getInstance()->get(CategorySelectBuilder::class);
7676
}
7777

0 commit comments

Comments
 (0)