mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Fix wrong config path
This commit is contained in:
@@ -743,7 +743,7 @@ class Cart
|
||||
*/
|
||||
private static function getTableName(): string
|
||||
{
|
||||
return Config::get('cart.database.table', 'shoppingcart');
|
||||
return Config::get('cart.database.tables.cart', 'cart');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user