Merge pull request #1054

This commit is contained in:
symfony-flex-server[bot]
2020-12-05 19:49:11 +00:00
committed by GitHub
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,8 @@
# Full configuration reference available at:
# https://damienharper.github.io/auditor-docs/docs/auditor-bundle/configuration/reference.html
dh_auditor:
enabled: true
providers:
doctrine:
table_prefix: null
table_suffix: '_audit'
@@ -0,0 +1,3 @@
dh_auditor:
resource: "@DHAuditorBundle/Controller/"
type: auditor
@@ -0,0 +1,8 @@
{
"bundles": {
"DH\\AuditorBundle\\DHAuditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}