xiidea / EasyAuditBundle

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

Replaced all get_class calls with Doctrine\Common\Util\ClassUtils::getClass to handle proxy classes #26

Closed Nils-1st-retail closed 6 years ago

Nils-1st-retail commented 6 years ago

This fixes issues #25 and #23

ronisaha commented 6 years ago

Thanks I'll look into it. it seams its breaking the test. I may have to update the test cases. Thanks for your effort.