We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
symfony/symfony#26768
You can now call PHP methods when usingregisterForAutoconfiguration():
registerForAutoconfiguration()
$container->registerForAutoconfiguration(LoggerAwareInterface::class) ->addMethodCall('setLogger',array(newReference(LoggerInterface::class)));