From a3e37cc24e0febbc0ac4e6a5cbe6e16722b3e583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Mon, 19 Mar 2018 13:30:40 +0100 Subject: [PATCH] Autowired default command bus --- .../0.6/config/packages/prooph_service_bus.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 1f7158ae..35d75750 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 @@ -1,3 +1,6 @@ +services: + Prooph\Bundle\ServiceBus\CommandBus: '@prooph_service_bus.default_command_bus' + prooph_service_bus: command_buses: default_command_bus: ~