Thanks to visit codestin.com Credit goes to github.com
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 5f004c3 commit 43ecb46Copy full SHA for 43ecb46
console/commands_as_services.rst
@@ -11,7 +11,7 @@ Symfony will even inject the container.
11
While making life easier, this has some limitations:
12
13
* Your command must live in the ``Command`` directory;
14
-* There's no way to conditionally register your service based on the environment
+* There's no way to conditionally register your command based on the environment
15
or availability of some dependencies;
16
* You can't access the container in the ``configure()`` method (because
17
``setContainer`` hasn't been called yet);
0 commit comments