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