diff --git a/biig/domain/2.0/config/packages/biig_domain.yaml b/biig/domain/2.0/config/packages/biig_domain.yaml deleted file mode 100644 index 7d142d85..00000000 --- a/biig/domain/2.0/config/packages/biig_domain.yaml +++ /dev/null @@ -1,9 +0,0 @@ -biig_domain: - # Learn more about configuration in the bundle configuration reference - # https://github.com/biig-io/DomainComponent/blob/master/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'] - diff --git a/biig/domain/2.0/manifest.json b/biig/domain/2.0/manifest.json deleted file mode 100644 index 48c4d407..00000000 --- a/biig/domain/2.0/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}