Skip to content

Commit

Permalink
fix future doctrine orm compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Nov 7, 2023
1 parent f182e66 commit 4790c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/doctrine/mapping/Money.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">

<embeddable name="Money\Money">
<field name="amount" type="integer" />
<field name="amount" type="string" />
<embedded name="currency" class="Money\Currency" use-column-prefix="false" />
</embeddable>
</doctrine-mapping>

0 comments on commit 4790c6e

Please sign in to comment.