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.
2 parents 4d47daf + 1483db5 commit 5d1b77eCopy full SHA for 5d1b77e
app/code/Magento/Msrp/Pricing/MsrpPriceCalculator.php
@@ -23,7 +23,7 @@ class MsrpPriceCalculator implements MsrpPriceCalculatorInterface
23
/**
24
* @param array $msrpPriceCalculators
25
*/
26
- public function __construct(array $msrpPriceCalculators)
+ public function __construct(array $msrpPriceCalculators = [])
27
{
28
$this->msrpPriceCalculators = $this->getMsrpPriceCalculators($msrpPriceCalculators);
29
}
0 commit comments