mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix error: arguments were missing in service definition
This commit is contained in:
parent
f9723e587f
commit
3033be78d2
@ -70,16 +70,21 @@ services:
|
||||
class: Chill\MainBundle\Form\Type\Export\ExportType
|
||||
tags:
|
||||
- { name: form.type }
|
||||
arguments:
|
||||
- '@Chill\MainBundle\Export\ExportManager'
|
||||
|
||||
chill.main.form.pick_formatter_type:
|
||||
class: Chill\MainBundle\Form\Type\Export\PickFormatterType
|
||||
tags:
|
||||
- { name: form.type }
|
||||
arguments:
|
||||
- '@Chill\MainBundle\Export\ExportManager'
|
||||
|
||||
chill.main.form.pick_centers_type:
|
||||
class: Chill\MainBundle\Form\Type\Export\PickCenterType
|
||||
arguments:
|
||||
- "@security.token_storage"
|
||||
- '@Chill\MainBundle\Export\ExportManager'
|
||||
- "@chill.main.security.authorization.helper"
|
||||
tags:
|
||||
- { name: form.type }
|
||||
@ -88,6 +93,8 @@ services:
|
||||
class: Chill\MainBundle\Form\Type\Export\FormatterType
|
||||
tags:
|
||||
- { name: form.type }
|
||||
arguments:
|
||||
- '@Chill\MainBundle\Export\ExportManager'
|
||||
|
||||
chill.main.form.date_type:
|
||||
class: Chill\MainBundle\Form\Type\ChillDateType
|
||||
|
Loading…
x
Reference in New Issue
Block a user