rundum/event-base v0.0.1 recipe

This commit is contained in:
Hendrik Pilz
2019-10-28 21:34:23 +01:00
parent 9e03820521
commit 237838c262
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%/"
}
}