mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fix DI for ReportDateFilter
This commit is contained in:
@@ -7,8 +7,9 @@ services:
|
||||
$customFieldProvider: '@Chill\CustomFieldsBundle\Service\CustomFieldProvider'
|
||||
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' }
|
||||
|
Reference in New Issue
Block a user