diff --git a/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml b/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml index 7b8d5b05..6365179b 100644 --- a/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml +++ b/prooph/service-bus-symfony-bundle/0.6/config/packages/prooph_service_bus.yaml @@ -8,5 +8,5 @@ services: _defaults: autowire: true - Prooph\Bundle\ServiceBus\CommandBus: '@prooph_service_bus.app_command_bus' + Prooph\ServiceBus\CommandBus: '@prooph_service_bus.app_command_bus' Prooph\ServiceBus\EventBus: '@prooph_service_bus.app_event_bus'