mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Typofix
This commit is contained in:
@@ -155,7 +155,7 @@ Cart::destroy();
|
||||
|
||||
### Cart::weight()
|
||||
|
||||
The `weight()` method can be used to get the weight total of all items in the cart, given there weight and quantity.
|
||||
The `weight()` method can be used to get the weight total of all items in the cart, given their weight and quantity.
|
||||
|
||||
```php
|
||||
Cart::weight();
|
||||
|
||||
Reference in New Issue
Block a user