From 7c361f6fb4bbf6c3474867a0c8679e259ce45b1c Mon Sep 17 00:00:00 2001 From: damienharper Date: Tue, 15 Jan 2019 23:37:48 +0100 Subject: [PATCH] Wording --- .../1.0/config/packages/dh_doctrine_audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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