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
With Symfony 4, all services are private by default. But Enqueue\Symfony\Client\ContainerAwareProcessorRegistry keeps them as a set of names which it tries to get() from the container.
A better approach might be to inject tagged services or alternatively use a service locator.