xiidea / EasyAuditBundle

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

undefined index throwing notice #32

Closed jayesbe closed 6 years ago

jayesbe commented 6 years ago

[04-Aug-2018 11:12:33 America/Toronto] PHP Notice: Undefined index: AppBundle\Entity\ProductTag in /var/www/rewardify/releases/04082018114835/vendor/xiidea/easy-audit/Subscriber/DoctrineSubscriber.php on line 90

in my case.. the entity ProductTag does not have the subscriber defined.. so im not sure why it's performing this.. but it looks like the code should check to see if the index exist ?