File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Sitemap/Model/ResourceModel/Catalog Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \CatalogUrlRewrite \Model \CategoryUrlRewriteGenerator ;
9
9
use Magento \Framework \App \ObjectManager ;
10
- use Magento \Framework \Event \ManagerInterface ;
11
10
12
11
/**
13
12
* Sitemap resource catalog collection model
@@ -58,7 +57,7 @@ class Category extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
58
57
* @param \Magento\Catalog\Model\ResourceModel\Category $categoryResource
59
58
* @param \Magento\Framework\EntityManager\MetadataPool $metadataPool
60
59
* @param string $connectionName
61
- * @param ManagerInterface |null $eventManager
60
+ * @param SelectWrapper |null $selectWrapper
62
61
*/
63
62
public function __construct (
64
63
\Magento \Framework \Model \ResourceModel \Db \Context $ context ,
You can’t perform that action at this time.
0 commit comments