diff --git a/src/Config/cart.php b/src/Config/cart.php index eb072dd..a0228e5 100644 --- a/src/Config/cart.php +++ b/src/Config/cart.php @@ -42,7 +42,10 @@ return [ 'connection' => null, - 'table' => 'shoppingcart', + 'tables' => [ + 'cart' => 'cart', + 'cart_item' => 'cart_item' + ], ],