From c48c336ef2fa19039f259fe658d3cb740765c24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Fri, 23 Mar 2018 10:14:04 +0100 Subject: [PATCH] Used comand bus lib interface for service id --- .../0.6/config/packages/prooph_service_bus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'