Recipe for upcoming 4.0 version of auditor-bundle

This commit is contained in:
Damien Harper
2020-12-05 00:40:40 +01:00
parent 6e7758d27a
commit 6743f25828
4 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
dh_auditor:
# Configuration reference available at:
# https://damienharper.github.io/auditor-docs/docs/auditor-bundle/configuration/reference.html
enabled: true

View File

@@ -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'

View File

@@ -0,0 +1,3 @@
dh_auditor:
resource: "@DHAuditorBundle/Controller/"
type: auditor