Merge pull request #117

This commit is contained in:
symfony-flex-server[bot]
2017-10-26 14:14:06 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
# Read the documentation: http://xiidea.github.io/EasyAuditBundle/
xiidea_easy_audit:
entity_class: Xiidea\EasyAuditBundle\Entity\BaseAuditLog
default_logger: false
user_property : ~ # or username
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Xiidea\\EasyAuditBundle\\XiideaEasyAuditBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}