Skip to content

Commit

Permalink
fix service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Feb 13, 2024
1 parent 83ff26e commit 63732e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
</service>

<service id="lexik_currency.currency_runtime" class="Lexik\Bundle\CurrencyBundle\Twig\Extension\CurrencyRuntime">
<argument type="service" id="lexik_currency.formatter" />
<argument type="service" id="lexik_currency.converter" />
<tag name="twig.runtime" />
</service>

Expand Down

0 comments on commit 63732e5

Please sign in to comment.