Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Mar 4, 2021
1 parent 297c37a commit adc9fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The purpose of `auditor` is to provide an easy and standardized way to collect a
This library is architected around two concepts:
- Auditing services responsible for collecting audit events
- Storage services responsible for persisting audit traces

Those two kind of services are offered by Providers.


Expand All @@ -43,7 +44,7 @@ Though, we can only really support the ones we can test with [Travis CI](https:/

Basically you can track any change of any entity from audit logs.

**NOTE:** `DoctrineProvider` cannot track DQL or direct SQL update or delete statement executions.
**NOTE:** `DoctrineProvider` cannot track DQL or direct SQL statements executions.


## Official Documentation
Expand Down

0 comments on commit adc9fa1

Please sign in to comment.