diff --git a/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml b/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml index 4052a1a0..c8867316 100644 --- a/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml +++ b/damienharper/doctrine-audit-bundle/1.0/config/packages/dh_doctrine_audit.yaml @@ -5,6 +5,6 @@ dh_doctrine_audit: entities: # MyBundle\Entity\MyAuditedEntity1: ~ # all MyAuditedEntity1 properties are audited # MyBundle\Entity\MyAuditedEntity2: -# ignored_columns: # properties ignored by the audit process +# ignored_columns: # MyAuditedEntity2 properties to be ignored by the audit process # - createdAt # - updatedAt