Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Jan 17, 2023
1 parent 0d04d3a commit 14bf423
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ queries, just as if they were declared in the Product class itself:
SELECT p FROM Product p WHERE p.price.amount > 1000 AND p.price.currency.code = 'EUR'
```

You can disable this integration by modifying the configuration:

```yaml
money:
doctrine:
enabled: false
```

## License

This software is published under the [MIT License](LICENSE)

0 comments on commit 14bf423

Please sign in to comment.