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