Is it possible have each `ItemProjector` registered in the container as a separate service with it's own id? Currently `ItemProjector` services don't have service id's and there is no way to reuse them or make decorators for each service. Same goes to the doctrine event listeners (`CategorySavedListener` etc.). Is there a reason for this, if not could they be added?
Is it possible have each
ItemProjectorregistered in the container as a separate service with it's own id?Currently
ItemProjectorservices don't have service id's and there is no way to reuse them or make decorators for each service.Same goes to the doctrine event listeners (
CategorySavedListeneretc.).Is there a reason for this, if not could they be added?