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 ed6dbf5 commit 85e0b04Copy full SHA for 85e0b04
app/code/Magento/Catalog/Model/Category/Product/PositionResolver.php
@@ -12,17 +12,6 @@
12
*/
13
class PositionResolver extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
14
{
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
-
26
/**
27
* Initialize resource model
28
*
0 commit comments