DamienHarper / auditor

auditor, the missing audit log library
MIT License
164 stars 53 forks source link

Deprecation of Doctrine\DBAL\Logging\SQLLogger Interface #113 #123

Closed dmitryuk closed 2 years ago

dmitryuk commented 2 years ago

Related #113 Also fixes $args->getEntityManager(); method deprecated

Inspired from https://github.com/symfony/symfony/tree/6.2/src/Symfony/Bridge/Doctrine/Middleware/Debug It's first part to done #113, because we need to do extra in auditor-bundle to add Middleware to Connection

@DamienHarper please do not merge before I'll complete a second PR, but you can review