mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Codestyle
This commit is contained in:
@@ -581,7 +581,7 @@ class Cart
|
||||
'instance' => $this->currentInstance(),
|
||||
'content' => serialize($content),
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
'updated_at' => date('Y-m-d H:i:s'),
|
||||
]);
|
||||
|
||||
$this->events->fire('cart.stored');
|
||||
|
||||
Reference in New Issue
Block a user