We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2099778 commit ef34c28Copy full SHA for ef34c28
1 file changed
src/Resources/config/services.xml
@@ -96,8 +96,8 @@
96
97
<!-- Utils -->
98
<service id="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtils">
99
- <bind key="string $localeCode">%locastic_symfony_translation_bundle.default_locale%</bind>
100
- <bind key="array $locales">%locastic_symfony_translation_bundle.locales%</bind>
+ <bind key="string $localeCode">%locastic_symfony_translation.default_locale%</bind>
+ <bind key="array $locales">%locastic_symfony_translation.locales%</bind>
101
</service>
102
<service id="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtilsInterface"
103
alias="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtils" />
0 commit comments