Skip to content

Commit 45dea3f

Browse files
authored
Fixed LanguageChoiceType service definition (#18)
1 parent ca76430 commit 45dea3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/config/forms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
arguments:
2222
$languageChoiceLoader: '@Ibexa\Platform\Bundle\Search\Form\ChoiceLoader\ConfiguredLanguagesChoiceLoader'
2323
tags:
24-
- { name: form.type, alias: Ibexa\Platform\Bundle\Search\Form\Type\UserType }
24+
- { name: form.type, alias: Ibexa\Platform\Bundle\Search\Form\Type\LanguageChoiceType }
2525

2626
Ibexa\Platform\Bundle\Search\Form\ChoiceLoader\ContentTypeChoiceLoader:
2727
arguments:

0 commit comments

Comments
 (0)