Skip to content

Commit

Permalink
Fixed LanguageChoiceType service definition (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Sep 1, 2021
1 parent ca76430 commit 45dea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/forms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
arguments:
$languageChoiceLoader: '@Ibexa\Platform\Bundle\Search\Form\ChoiceLoader\ConfiguredLanguagesChoiceLoader'
tags:
- { name: form.type, alias: Ibexa\Platform\Bundle\Search\Form\Type\UserType }
- { name: form.type, alias: Ibexa\Platform\Bundle\Search\Form\Type\LanguageChoiceType }

Ibexa\Platform\Bundle\Search\Form\ChoiceLoader\ContentTypeChoiceLoader:
arguments:
Expand Down

0 comments on commit 45dea3f

Please sign in to comment.