mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Refactoring : removing useless line return
This commit is contained in:
parent
5bb74ab09e
commit
767a72e3cf
@ -81,7 +81,6 @@ services:
|
|||||||
- "@doctrine.orm.entity_manager"
|
- "@doctrine.orm.entity_manager"
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type, alias: select2_chill_language }
|
- { name: form.type, alias: select2_chill_language }
|
||||||
|
|
||||||
chill.main.form.type.center:
|
chill.main.form.type.center:
|
||||||
class: Chill\MainBundle\Form\Type\CenterType
|
class: Chill\MainBundle\Form\Type\CenterType
|
||||||
arguments:
|
arguments:
|
||||||
@ -89,7 +88,6 @@ services:
|
|||||||
- "@chill.main.form.data_transformer.center_transformer"
|
- "@chill.main.form.data_transformer.center_transformer"
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type, alias: center }
|
- { name: form.type, alias: center }
|
||||||
|
|
||||||
chill.main.form.data_transformer.center_transformer:
|
chill.main.form.data_transformer.center_transformer:
|
||||||
class: Chill\MainBundle\Form\Type\DataTransformer\CenterTransformer
|
class: Chill\MainBundle\Form\Type\DataTransformer\CenterTransformer
|
||||||
arguments:
|
arguments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user