xiidea / EasyAuditBundle

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

The service "xiidea.easy_audit.entity_delete_event.subscriber" must be public as event subscribers are lazy-loaded. #30

Closed jayesbe closed 6 years ago

Tanktiger commented 6 years ago

Ive added the bundle and wanted to execute the doctrine schema update but i am getting the error: The service "xiidea.easy_audit.entity_delete_event.subscriber" must be public as event subscribers are lazy-loaded.

composer.lock says i have version 1.4.8

How can i fix this?

ronisaha commented 6 years ago

Please Update to v 1.4.9

Tanktiger commented 6 years ago

thanks