We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cc398 commit 9c21f16Copy full SHA for 9c21f16
README.md
@@ -38,7 +38,7 @@ echo $invoices[0]->items_price_min;
38
$invoices = Invoice::withMax('items:price,price2')->get();
39
echo $invoices[0]->items_price_max;
40
```
41
-The following methods apply to all methods!!!
+The following methods apply to all methods!!!!
42
43
You may add the "sum" for multiple relations as well as add constraints to the queries:
44
```php
0 commit comments