Symfony exception when registering new Doctrine event subscriber (SoftDeleteable)
问题 I'm using Symfony 2.3 with Sonata Admin Bundle with DoctrineExtensions (which is enabled by StofDoctrineExtensionsBundle). I enabled, configured and successfully tested SoftDeleteable and Timestampable components. Now, when I try adding another Doctrine event subscriber using Symfony tagged service, it seems as the softdeleteable listener is being disabled. My service: my.contact.listener.tag: class: My\ContactBundle\EventListener\TagListener tags: - { name: doctrine.event_subscriber,