Skip to content

[Bundle] Enqueue\Symfony\Client\ContainerAwareProcessorRegistry expects processors to be public #410

Closed
@dkarlovi

Description

@dkarlovi

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions