mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Merge pull request #731
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user