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 d0c92dd commit f4ee0b0Copy full SHA for f4ee0b0
app/code/Magento/QuoteGraphQl/Model/CartItem/PrecursorComposite.php
@@ -22,7 +22,7 @@ class PrecursorComposite implements PrecursorInterface
22
/**
23
* @param array $precursors
24
*/
25
- public function __construct(array $precursors)
+ public function __construct(array $precursors = [])
26
{
27
$this->precursors = $precursors;
28
}
0 commit comments