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 42d49006..4052a1a0 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 @@ -7,4 +7,4 @@ dh_doctrine_audit: # MyBundle\Entity\MyAuditedEntity2: # ignored_columns: # properties ignored by the audit process # - createdAt -# - updatedAt \ No newline at end of file +# - updatedAt diff --git a/damienharper/doctrine-audit-bundle/1.0/manifest.json b/damienharper/doctrine-audit-bundle/1.0/manifest.json index ed4b07bd..743ab86d 100644 --- a/damienharper/doctrine-audit-bundle/1.0/manifest.json +++ b/damienharper/doctrine-audit-bundle/1.0/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -} \ No newline at end of file + "bundles": { + "DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}