You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating a receiver which implements Bernard\Consumer there is a problem with autowiring because interface Bernard\Router needs to be specified in services.yaml manually like:
Bernard\Router: '@bernard.router'
That IMO should be done by DI configuration out-of-the-box.
I didn't define anything else than driver in bernard.yaml
The text was updated successfully, but these errors were encountered:
While creating a receiver which implements
Bernard\Consumer
there is a problem with autowiring because interfaceBernard\Router
needs to be specified inservices.yaml
manually like:That IMO should be done by DI configuration out-of-the-box.
I didn't define anything else than driver in
bernard.yaml
The text was updated successfully, but these errors were encountered: