Skip to content

Commit 9cc174c

Browse files
author
Olexii Korshenko
committed
MAGETWO-34143: DB Foreign Keys Management on the Application Level. Builds Stabilization
1 parent 8351462 commit 9cc174c

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Model/Resource/Product

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Resource/Product/Option.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class Option extends \Magento\Framework\Model\Resource\Db\AbstractDb
4545
public function __construct(
4646
\Magento\Framework\Model\Resource\Db\Context $context,
4747
\Magento\Directory\Model\CurrencyFactory $currencyFactory,
48-
\Magento\Framework\Store\StoreManagerInterface $storeManager,
49-
\Magento\Store\Model\StoreManagerInterface $config,
48+
\Magento\Store\Model\StoreManagerInterface $storeManager,
49+
\Magento\Framework\App\Config\ScopeConfigInterface $config,
5050
$resourcePrefix = null
5151
) {
5252
$this->_currencyFactory = $currencyFactory;

0 commit comments

Comments
 (0)