fix missing service declaration + remove unused form method

This commit is contained in:
2022-10-10 17:37:45 +02:00
parent 631111b0c7
commit c41f9d8f5b
3 changed files with 6 additions and 10 deletions

View File

@@ -122,8 +122,6 @@ services:
Chill\MainBundle\Form\Type\PickAddressType: ~
Chill\MainBundle\Form\DataTransform\AddressToIdDataTransformer: ~
Chill\MainBundle\Form\DataTransform\AddressToIdDataTransformer:
autoconfigure: true
autowire: true
@@ -136,6 +134,10 @@ services:
autowire: true
autoconfigure: true
Chill\MainBundle\Form\Type\Select2LocationTypeType:
autowire: true
autoconfigure: true
Chill\MainBundle\Form\Type\LocationFormType: ~
Chill\MainBundle\Form\WorkflowStepType: ~