diff --git a/sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml b/sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml new file mode 100644 index 000000000..f1a71b09e --- /dev/null +++ b/sonata-project/entity-audit-bundle/1.1/config/routes/sonata_entity_audit.yaml @@ -0,0 +1,3 @@ +sonata_entity_audit: + resource: '@SimpleThingsEntityAuditBundle/Resources/config/routing/audit.xml' + prefix: /audit diff --git a/sonata-project/entity-audit-bundle/1.1/manifest.json b/sonata-project/entity-audit-bundle/1.1/manifest.json new file mode 100644 index 000000000..6222397c4 --- /dev/null +++ b/sonata-project/entity-audit-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "SimpleThings\\EntityAudit\\SimpleThingsEntityAuditBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}