File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ php app/console doctrine:schema:update --force
5252** audit** entities will be mapped automatically if you run schema update or similar.
5353And all the database changes will be reflected in the audit log afterwards.
5454
55- ### Unaudited Entities
55+ ### Unaudited Entities (deprecated, use ` entities ` )
5656
5757Sometimes, you might not want to create audit log entries for particular entities.
5858You can achieve this by listing those entities under the ` unaudited_entities ` configuration
@@ -64,7 +64,7 @@ data_dog_audit:
6464 - App\Entity\NoAuditForThis
6565` ` `
6666
67- ### Specify Audited Entities
67+ ### Specify Audited Entities (deprecated, use ` entities`)
6868
6969Sometimes, it is also possible, that you want to create audit log entries only for particular entities.
7070You can achieve it quite similar to unaudited entities. You can list them under the `audited_entities`
You can’t perform that action at this time.
0 commit comments