Skip to content

Commit

Permalink
Fix tbbc_money.pair_history_manager service definition (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon authored Aug 27, 2024
1 parent 37394d8 commit f5d13ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<service id="%tbbc_money.pair_manager_interface.class%" alias="tbbc_money.pair_manager" public="false">
</service>
<service id="tbbc_money.pair_history_manager" class="%tbbc_money.pair_history_manager.class%" public="true">
<argument type="service" id="Doctrine\ORM\EntityManagerInterface"/>
<argument>%tbbc_money.reference_currency%</argument>
</service>
<service id="%tbbc_money.pair_history_manager_interface.class%" alias="tbbc_money.pair_history_manager" public="false">
Expand Down

0 comments on commit f5d13ce

Please sign in to comment.