mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix DI for ReportDateFilter
This commit is contained in:
parent
7a5db59ac2
commit
d87cd0c685
@ -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' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user