Skip to content

Commit e1cc398

Browse files
committed
Test gpn
1 parent 9750721 commit e1cc398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)