mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	fix bug on PostalCodeChoiceLoader (not understood)
This commit is contained in:
		| @@ -58,13 +58,14 @@ services: | ||||
|         arguments: | ||||
|             - "@chill.main.helper.translatable_string" | ||||
|             - '@Symfony\Component\Routing\Generator\UrlGeneratorInterface' | ||||
|             - '@chill.main.form.choice_loader.postal_code' | ||||
|             - '@Chill\MainBundle\Form\ChoiceLoader\PostalCodeChoiceLoader' | ||||
|             - '@Symfony\Component\Translation\TranslatorInterface' | ||||
|         tags: | ||||
|             - { name: form.type } | ||||
|  | ||||
|     chill.main.form.choice_loader.postal_code: | ||||
|         class: Chill\MainBundle\Form\ChoiceLoader\PostalCodeChoiceLoader | ||||
|     Chill\MainBundle\Form\ChoiceLoader\PostalCodeChoiceLoader: | ||||
|         autowire: true | ||||
|         autoconfigure: true | ||||
|  | ||||
|     chill.main.form.type.export: | ||||
|         class: Chill\MainBundle\Form\Type\Export\ExportType | ||||
|   | ||||
		Reference in New Issue
	
	Block a user