mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
Defined recipe for the prooph pack
This commit is contained in:
@@ -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: ~
|
||||
Reference in New Issue
Block a user