We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7399c commit b3b44f0Copy full SHA for b3b44f0
README.md
@@ -56,7 +56,7 @@ php artisan vendor:publish --provider="Darryldecode\Cart\CartServiceProvider" --
56
57
### IMPORTANT NOTE!
58
By default, the cart has a default sessionKey that holds the cart data. This
59
-also servers as a cart unique identifier which you can use to bind a cart to a specific user.
+also serves as a cart unique identifier which you can use to bind a cart to a specific user.
60
To override this default session Key, you will just simply call the ```session($sessionKey)``` method
61
BEFORE ANY OTHER METHODS!!.
62
0 commit comments