Skip to content

Commit 2099778

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

2 files changed

Lines changed: 3 additions & 3 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_sylius_translation.default_locale%</bind>
100-
<bind key="array $locales">%locastic_sylius_translation.locales%</bind>
99+
<bind key="string $localeCode">%locastic_symfony_translation_bundle.default_locale%</bind>
100+
<bind key="array $locales">%locastic_symfony_translation_bundle.locales%</bind>
101101
</service>
102102
<service id="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtilsInterface"
103103
alias="Locastic\SymfonyTranslationBundle\Utils\SearchTranslationsUtils" />

src/Twig/TranslationExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct(TranslationValueToFormFieldTransformerInterface $tra
2121
public function getFilters(): iterable
2222
{
2323
return [
24-
new TwigFilter('locastic_sylius_translation_value_field_name', [$this, 'getTranslationValueFieldName'])
24+
new TwigFilter('locastic_symfony_translation_value_field_name', [$this, 'getTranslationValueFieldName'])
2525
];
2626
}
2727

0 commit comments

Comments
 (0)