This commit is contained in:
Patrick Henninger
2018-12-28 03:40:59 +01:00
parent f38cdb4ba9
commit 4a2ae61ed4

View File

@@ -481,8 +481,8 @@ foreach(Cart::content() as $row) {
## Database
- [Config](#configuration)
- [Storing the cart](#save-cart-to-database)
- [Restoring the cart](#retrieve-cart-from-database)
- [Storing the cart](#storing-the-cart)
- [Restoring the cart](#restoring-the-cart)
### Configuration
To save cart into the database so you can retrieve it later, the package needs to know which database connection to use and what the name of the table is.