Skip to content

Commit 85e0b04

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-72861: Visual Merchandiser category edit performance issue
1 parent ed6dbf5 commit 85e0b04

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/code/Magento/Catalog/Model/Category/Product/PositionResolver.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212
*/
1313
class PositionResolver extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
1414
{
15-
/**
16-
* @param \Magento\Framework\Model\ResourceModel\Db\Context $context
17-
* @param string $connectionName
18-
*/
19-
public function __construct(
20-
\Magento\Framework\Model\ResourceModel\Db\Context $context,
21-
$connectionName = null
22-
) {
23-
parent::__construct($context, $connectionName);
24-
}
25-
2615
/**
2716
* Initialize resource model
2817
*

0 commit comments

Comments
 (0)