Skip to content

Commit 6539bdd

Browse files
authored
Update README.md
1 parent 75cf8d7 commit 6539bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
5353
And all the database changes will be reflected in the audit log afterwards.
5454

55-
### Unaudited Entities
55+
### Unaudited Entities (deprecated, use `entities`)
5656

5757
Sometimes, you might not want to create audit log entries for particular entities.
5858
You 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

6969
Sometimes, it is also possible, that you want to create audit log entries only for particular entities.
7070
You can achieve it quite similar to unaudited entities. You can list them under the `audited_entities`

0 commit comments

Comments
 (0)