We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbedd79 commit b98035dCopy full SHA for b98035d
service_container/definitions.rst
@@ -31,7 +31,7 @@ There are some helpful methods for working with the service definitions::
31
// get the definition with the "app.user_config_manager" ID or alias
32
$definition = $container->findDefinition('app.user_config_manager');
33
34
- // add a new "app.number_generator" definitions
+ // add a new "app.number_generator" definition
35
$definition = new Definition(\AppBundle\NumberGenerator::class);
36
$container->setDefinition('app.number_generator', $definition);
37
0 commit comments