This commit is contained in:
Justin Smith
2020-01-17 10:37:58 -07:00
committed by GitHub
parent df121b20d3
commit d9cc3e2eb4

View File

@@ -155,7 +155,7 @@ Cart::destroy();
### Cart::weight() ### 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 ```php
Cart::weight(); Cart::weight();