symfony - Service missing displayed when it axiously exists -


i can't figure out why error regarding 'missing' service occurs:

the service "user.send_email" has dependency on non-existent service "test".   test:     class: ..     arguments: ...  user.send_email:     class: ...     arguments: [@test]     tags:         - { name: kernel.event_subscriber } 

edit: services in different bundles.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -