register horizontal list in services

This commit is contained in:
Julien Fastré 2016-05-25 10:57:09 +02:00
parent baba8dbe5f
commit 5bad2b7ef4

View File

@ -209,3 +209,11 @@ services:
- "@chill.main.export_manager"
tags:
- { name: chill.export_formatter, alias: 'csvlist' }
chill.main.export.pivoted_list_formatter:
class: Chill\MainBundle\Export\Formatter\CSVPivotedListFormatter
arguments:
- "@translator"
- "@chill.main.export_manager"
tags:
- { name: chill.export_formatter, alias: 'csv_pivoted_list' }