Skip to content
Snippets Groups Projects
Commit daf95b87 authored by neeta-wagento's avatar neeta-wagento
Browse files

make existing non usable constructor parameter as null

parent 5665548e
Branches
No related merge requests found
...@@ -37,7 +37,7 @@ class ValidationMessage ...@@ -37,7 +37,7 @@ class ValidationMessage
public function __construct( public function __construct(
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
\Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Store\Model\StoreManagerInterface $storeManager,
\Magento\Framework\Locale\CurrencyInterface $currency, \Magento\Framework\Locale\CurrencyInterface $currency = null,
\Magento\Framework\Pricing\Helper\Data $priceHelper \Magento\Framework\Pricing\Helper\Data $priceHelper
) { ) {
$this->scopeConfig = $scopeConfig; $this->scopeConfig = $scopeConfig;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment