mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-20 22:35:14 +00:00
Improved Readme
Manually merged https://github.com/Crinsane/LaravelShoppingcart/pull/311
This commit is contained in:
@@ -580,6 +580,8 @@ class Cart
|
||||
'identifier' => $identifier,
|
||||
'instance' => $this->currentInstance(),
|
||||
'content' => serialize($content),
|
||||
'created_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