From 712277f225a6c2ecc3688dd24b1b5b8227baef66 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 6 Feb 2022 23:11:02 +0100 Subject: [PATCH] Update cart.php --- src/Config/cart.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' + ], ],