We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a770f6 commit 5c99a0dCopy full SHA for 5c99a0d
src/Darryldecode/Cart/ItemCollection.php
@@ -24,7 +24,7 @@ class ItemCollection extends Collection {
24
* @param array|mixed $items
25
* @param $config
26
*/
27
- public function __construct($items, $config)
+ public function __construct($items, $config = [])
28
{
29
parent::__construct($items);
30
0 commit comments