Merge pull request #763

This commit is contained in:
symfony-flex-server[bot]
2019-11-28 16:48:11 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,9 @@
biig_domain:
# Learn more about configuration in the bundle configuration reference
# https://github.com/biig-io/DomainComponent/blob/v1/docs/domain_event_dispatcher.md#configuration-reference
# Post persist events are *not* activated by default, you need to enable the post persist listeners
persist_listeners:
# As doctrine supports many connections, you need to enable your connections one by one
doctrine: ['default']
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}