mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
user: correct dependency injection for form for locationType and userCurrentLocation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user