mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Fixed example buses indentation
This commit is contained in:
@@ -7,11 +7,11 @@ tactician:
|
||||
middleware:
|
||||
- tactician.middleware.command_handler
|
||||
# Example of separate command/query buses with transactional command bus
|
||||
# query:
|
||||
# middleware:
|
||||
# - tactician.middleware.command_handler
|
||||
# command:
|
||||
# middleware:
|
||||
# # Transactional command bus - requires http://tactician.thephpleague.com/plugins/doctrine/
|
||||
# - tactician.middleware.doctrine
|
||||
# - tactician.middleware.command_handler
|
||||
# query:
|
||||
# middleware:
|
||||
# - tactician.middleware.command_handler
|
||||
# command:
|
||||
# middleware:
|
||||
# # Transactional command bus - requires http://tactician.thephpleague.com/plugins/doctrine/
|
||||
# - tactician.middleware.doctrine
|
||||
# - tactician.middleware.command_handler
|
||||
|
||||
Reference in New Issue
Block a user