Skip to content

Commit

Permalink
Fix cast example (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored Feb 18, 2023
1 parent 52da984 commit a98ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ the currency defined in the package configuration is used instead.
Setting money can be done in several ways:

```php
$model->money = 10; // 10.00 USD or any other currency defined
$model->money = 10; // 0.10 USD or any other currency defined
$model->money = 10.23; // 10.23 USD or any other currency defined
$model->money = 'A$10'; // 10.00 AUD
$model->money = '1,000.23'; // 1000.23 USD or any other currency defined
Expand Down

0 comments on commit a98ca18

Please sign in to comment.