Defined recipe for the prooph pack

This commit is contained in:
Gildas Quéméner
2018-03-20 16:24:34 +01:00
parent 9e9d069420
commit 2fde35c791
3 changed files with 6 additions and 6 deletions
@@ -0,0 +1,6 @@
services:
Prooph\Bundle\ServiceBus\CommandBus: '@prooph_service_bus.app_command_bus'
prooph_service_bus:
command_buses:
app_command_bus: ~
@@ -1,6 +0,0 @@
services:
Prooph\Bundle\ServiceBus\CommandBus: '@prooph_service_bus.default_command_bus'
prooph_service_bus:
command_buses:
default_command_bus: ~