Fix DI for ReportDateFilter

This commit is contained in:
Julien Fastré 2023-07-22 23:50:12 +02:00
parent 7a5db59ac2
commit d87cd0c685
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -8,7 +8,8 @@ services:
tags:
- { name: chill.export_elements_provider, prefix: 'report' }
chill.report.export.filter_date:
class: Chill\ReportBundle\Export\Filter\ReportDateFilter
Chill\ReportBundle\Export\Filter\ReportDateFilter:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: 'report_date_filter' }