mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
11 lines
459 B
YAML
11 lines
459 B
YAML
dh_doctrine_audit:
|
|
# Configuration reference available at:
|
|
# https://github.com/DamienHarper/DoctrineAuditBundle#configuration
|
|
|
|
entities:
|
|
# MyBundle\Entity\MyAuditedEntity1: null # all MyAuditedEntity1 properties are audited
|
|
# MyBundle\Entity\MyAuditedEntity2:
|
|
# ignored_columns: # MyAuditedEntity2 properties to be ignored by the audit process
|
|
# - createdAt
|
|
# - updatedAt
|