Merge pull request #731

This commit is contained in:
symfony-flex-server[bot]
2019-09-30 09:33:10 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
# see https://github.com/gpslab/domain-event-bundle/blob/master/README.md#configuration
gpslab_domain_event:
# Publish domain events post a Doctrine flush event
publish_on_flush: true
@@ -0,0 +1,8 @@
{
"bundles": {
"GpsLab\\Bundle\\DomainEvent\\GpsLabDomainEventBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}