mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Update cart.php
This commit is contained in:
@@ -42,7 +42,10 @@ return [
|
|||||||
|
|
||||||
'connection' => null,
|
'connection' => null,
|
||||||
|
|
||||||
'table' => 'shoppingcart',
|
'tables' => [
|
||||||
|
'cart' => 'cart',
|
||||||
|
'cart_item' => 'cart_item'
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user