Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit daf95b8

Browse files
committed
make existing non usable constructor parameter as null
1 parent 5665548 commit daf95b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/Validator/MinimumOrderAmount/ValidationMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ValidationMessage
3737
public function __construct(
3838
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
3939
\Magento\Store\Model\StoreManagerInterface $storeManager,
40-
\Magento\Framework\Locale\CurrencyInterface $currency,
40+
\Magento\Framework\Locale\CurrencyInterface $currency = null,
4141
\Magento\Framework\Pricing\Helper\Data $priceHelper
4242
) {
4343
$this->scopeConfig = $scopeConfig;

0 commit comments

Comments
 (0)