mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Merge pull request #1054
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user