We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c475c6 commit cc3957bCopy full SHA for cc3957b
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