mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
remove not required configurations
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
gpslab_domain_event:
|
||||
# Event bus service
|
||||
# Support 'listener_located', 'queue' or a custom service
|
||||
bus: 'listener_located'
|
||||
|
||||
# Event queue service
|
||||
# Support 'pull_memory', 'subscribe_executing' or a custom service
|
||||
queue: 'pull_memory'
|
||||
|
||||
# Event listener locator
|
||||
# Support 'symfony', 'container', 'direct_binding' or custom service
|
||||
locator: 'symfony'
|
||||
|
||||
# Publish domain events post a Doctrine flush event
|
||||
publish_on_flush: true
|
||||
|
||||
Reference in New Issue
Block a user