From 9e2ef9eae6d4c96cd26267d4f9a0f989b5ac8947 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 3 Aug 2022 15:18:22 +0200 Subject: [PATCH] fix redundant referrerFilter --- .../config/services/exports_social_actions.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml b/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml index a274f7ca1..401e82649 100644 --- a/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml +++ b/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml @@ -8,13 +8,7 @@ services: - { name: chill.export, alias: count_social_work_actions } ## FILTERS - chill.person.export.filter_referrers: - class: Chill\PersonBundle\Export\Filter\ReferrerFilter - autowire: true - autoconfigure: true - tags: - - { name: chill.export_filter, alias: social_work_actions_referrer_filter } - + # chill.person.export.filter_social_work_type: # class: Chill\PersonBundle\Export\Filter\SocialWorkTypeFilter # autowire: true