mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 07:31:31 +00:00
Merge branch 'master' into fix-cart-total-rounding-issue
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