mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Recipe for upcoming 4.0 version of auditor-bundle
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
dh_auditor:
|
||||
# Configuration reference available at:
|
||||
# https://damienharper.github.io/auditor-docs/docs/auditor-bundle/configuration/reference.html
|
||||
|
||||
enabled: true
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user