xiidea / EasyAuditBundle

A Symfony Bundle To Log Selective Events
http://xiidea.github.io/EasyAuditBundle/
MIT License
89 stars 22 forks source link

Upgraded to Symfony 5 #52

Closed denis1994 closed 3 years ago

denis1994 commented 3 years ago

Hello,

I upgraded to Symfony 5 and also the EasyAuditBundle to v2.0 but I still have this error:

Argument 1 passed to Xiidea\EasyAuditBundle\Logger\Logger::__construct() must be an instance of Doctrine\Common\Persistence\ManagerRegistry, instance of Doctrine\Bundle\DoctrineBundle\Registry given

Does anyone have a fix for this ?

ronisaha commented 3 years ago

@denis1994 You can update to v2.0.1 or Use some alias for changed package namespace.

denis1994 commented 3 years ago

It works now with 2.0.1! Thank you!