Update cart.php

This commit is contained in:
Patrick
2022-02-06 23:11:02 +01:00
committed by GitHub
parent ed0a3fa1d6
commit 712277f225

View File

@@ -42,7 +42,10 @@ return [
'connection' => null,
'table' => 'shoppingcart',
'tables' => [
'cart' => 'cart',
'cart_item' => 'cart_item'
],
],