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
Post a Comment