Closed
Description
It would be nice if you added a configuration example to the docs that defines how a controller can be configured correctly as service, if it extends the abstractcontroller without autowire/autoconfigure.
if I understand it correctly, this would be the correct configuration:
<tag name="container.service_subscriber" />
<tag name="controller.service_arguments" />
<call method="setContainer">
<argument type="service" id="Psr\Container\ContainerInterface" />
Show conversation
</call>