Skip to content

Commit a13867a

Browse files
committed
update readme
1 parent d38694d commit a13867a

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
@@ -54,7 +54,7 @@ echo $invoices[0]->items_price_min;
5454
echo $invoices[0]->items_price_max;
5555
echo $invoices[0]->items_price_avg;
5656
```
57-
The resulting value can be loaded through the third parameter. Some types for example: date, datetime, time, char, signed, unsigned, binary.
57+
The resulting value can be casting through the third parameter. Some types for example: date, datetime, time, char, signed, unsigned, binary.
5858
```php
5959
$invoices = Invoice::withSum('items:price:signed')->get();
6060
```

0 commit comments

Comments
 (0)