diff --git a/config/services/queue.yaml b/config/services/queue.yaml index cddb2f2..ccaccb1 100644 --- a/config/services/queue.yaml +++ b/config/services/queue.yaml @@ -19,6 +19,3 @@ services: DynamicSearchBundle\Queue\DataCollector: arguments: $messageBus: '@dynamic_search.bus' - - DynamicSearchBundle\Queue\DataProcessorInterface: '@DynamicSearchBundle\Queue\DataProcessor' - DynamicSearchBundle\Queue\DataProcessor: ~