Skip to content

Commit ed0fd9c

Browse files
authored
Merge pull request #7 from mohammadv184/analysis-GDnYy9
Apply fixes from StyleCI
2 parents 0d09357 + 05aeb19 commit ed0fd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CartService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function __construct($instanceName, $storage, $connection, $user = null,
7373
]];
7474
})->toArray()
7575
: $session->toArray();
76-
$this->cart=collect($cart);
76+
$this->cart = collect($cart);
7777
if ($this->connection == 'database' && is_null($this->user)) {
7878
throw new \Exception('user is required');
7979
}

0 commit comments

Comments
 (0)