Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Milestone
Description
The newautowire() method of theContainerBuilder that was introduced insymfony/symfony#20648 is a shortcut for$container->setDefinition($id, (new Definition($class))->setAutowired(true)).