Remove deprecated configuration

This commit is contained in:
Roni Kumar Saha
2020-01-13 08:39:29 +06:00
parent 3864974895
commit dec3d882e8
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
# Read the documentation: http://xiidea.github.io/EasyAuditBundle/
xiidea_easy_audit:
audit_log_class: Xiidea\EasyAuditBundle\Model\BaseAuditLog
default_logger: false
user_property : null # or username
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Xiidea\\EasyAuditBundle\\XiideaEasyAuditBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}