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 e07a221 commit 4905190Copy full SHA for 4905190
service_container/definitions.rst
@@ -38,9 +38,6 @@ There are some helpful methods for working with the service definitions::
38
// shortcut for the previous method
39
$container->register('app.number_generator', \AppBundle\NumberGenerator::class);
40
41
- // or create a service whose id matches its class
42
- $container->register(\AppBundle\NumberGenerator::class);
43
-
44
Working with a Definition
45
-------------------------
46
0 commit comments