Merge pull request #600

This commit is contained in:
symfony-flex-server[bot]
2019-02-08 06:30:34 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
dh_doctrine_audit:
# Configuration reference available at:
# https://github.com/DamienHarper/DoctrineAuditBundle#configuration
entities:
# MyBundle\Entity\MyAuditedEntity1: ~ # all MyAuditedEntity1 properties are audited
# MyBundle\Entity\MyAuditedEntity2:
# ignored_columns: # MyAuditedEntity2 properties to be ignored by the audit process
# - createdAt
# - updatedAt
@@ -0,0 +1,8 @@
{
"bundles": {
"DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}