Skip to content

Commit ef34c28

Browse files
author
stephaneDecockLocastic
committed
Fix naming
1 parent 2099778 commit ef34c28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Resources/config/services.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696

9797
<!-- Utils -->
9898
<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>
99+
<bind key="string $localeCode">%locastic_symfony_translation.default_locale%</bind>
100+
<bind key="array $locales">%locastic_symfony_translation.locales%</bind>
101101
</service>
102102
<service id="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtilsInterface"
103103
alias="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtils" />

0 commit comments

Comments
 (0)