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 8351462 commit 9cc174cCopy full SHA for 9cc174c
app/code/Magento/Catalog/Model/Resource/Product/Option.php
@@ -45,8 +45,8 @@ class Option extends \Magento\Framework\Model\Resource\Db\AbstractDb
45
public function __construct(
46
\Magento\Framework\Model\Resource\Db\Context $context,
47
\Magento\Directory\Model\CurrencyFactory $currencyFactory,
48
- \Magento\Framework\Store\StoreManagerInterface $storeManager,
49
- \Magento\Store\Model\StoreManagerInterface $config,
+ \Magento\Store\Model\StoreManagerInterface $storeManager,
+ \Magento\Framework\App\Config\ScopeConfigInterface $config,
50
$resourcePrefix = null
51
) {
52
$this->_currencyFactory = $currencyFactory;
0 commit comments