user: correct dependency injection for form for locationType and userCurrentLocation

This commit is contained in:
nobohan
2021-11-18 11:26:14 +01:00
parent 11b82f7468
commit be92ac4a08
4 changed files with 24 additions and 27 deletions

View File

@@ -140,10 +140,10 @@ services:
autoconfigure: true
autowire: true
Chill\MainBundle\Form\Type\LocationFormType:
Chill\MainBundle\Form\LocationFormType:
autowire: true
autoconfigure: true
Chill\MainBundle\Form\Type\UserCurrentLocationType:
Chill\MainBundle\Form\UserCurrentLocationType:
autowire: true
autoconfigure: true
autoconfigure: true