Skip to content

Commit 9c21f16

Browse files
committed
test
1 parent e1cc398 commit 9c21f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo $invoices[0]->items_price_min;
3838
$invoices = Invoice::withMax('items:price,price2')->get();
3939
echo $invoices[0]->items_price_max;
4040
```
41-
The following methods apply to all methods!!!
41+
The following methods apply to all methods!!!!
4242

4343
You may add the "sum" for multiple relations as well as add constraints to the queries:
4444
```php

0 commit comments

Comments
 (0)