Skip to content

Commit

Permalink
8003: Using System Value for Base Currency Results in Config Error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and dmanners committed Nov 17, 2017
1 parent b63ceb9 commit 3e0c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Directory/Model/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Currency extends \Magento\Framework\Model\AbstractModel
* @param \Magento\Framework\Model\ResourceModel\AbstractResource $resource
* @param \Magento\Framework\Data\Collection\AbstractDb $resourceCollection
* @param array $data
* @param CurrencyConfig|null $currencyConfig
* @param CurrencyConfig $currencyConfig
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
*/
public function __construct(
Expand Down

0 comments on commit 3e0c785

Please sign in to comment.