Skip to content

Commit

Permalink
Update documentation to point to correct config file for cart session (
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekanderson authored Sep 18, 2024
1 parent 80d4b39 commit 24cba88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/reference/carts.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ When you call current, you have two options, you either return `null` if they
don't have a cart, or you want to create one straight away. By default, we do
not create them initially as this could lead to a ton of cart models being
created for no good reason. If you want to enable this functionality, you can
adjust the config in `lunar/cart.php`
adjust the config in `lunar/cart_session.php`

### Forgetting the cart
Forgetting the cart will remove it from the user session and also soft-delete
Expand Down

0 comments on commit 24cba88

Please sign in to comment.