Is it possible to register a service at run-time, meaning after the ContainerBuilder has been built and the Container has been created (and ContainerBuilder disposed of)?
Is it possible to register a service at run-time, meaning after the ContainerBuilder has
Share
Yes you can, using the
Updatemethod onContainerBuilder: