Merge pull request #778

This commit is contained in:
symfony-flex-server[bot]
2019-11-28 16:37:18 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,8 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false
rundum.event.entity.subscriber:
class: Rundum\EventSubscriber\EntityEventSubscriber
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}