Skip to content

Commit a9908bc

Browse files
authored
Avoid using a deprecated service alias (#30)
1 parent 5a7abb0 commit a9908bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
decorates: translator
5757
arguments:
5858
- '@Webfactory\IcuTranslationBundle\Translator\FormatterDecorator.inner'
59-
- '@webfactory_icu_translation.formatter'
59+
- '@Webfactory\IcuTranslationBundle\Translator\Formatting\FormatterInterface'
6060

6161
# Then top/end of the decoration stack set up by this bundle:
6262
webfactory_icu_translation.translator:

0 commit comments

Comments
 (0)