Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43ecb46

Browse files
authored
Fixed a typo in "define commands as service"
1 parent 5f004c3 commit 43ecb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/commands_as_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Symfony will even inject the container.
1111
While making life easier, this has some limitations:
1212

1313
* Your command must live in the ``Command`` directory;
14-
* There's no way to conditionally register your service based on the environment
14+
* There's no way to conditionally register your command based on the environment
1515
or availability of some dependencies;
1616
* You can't access the container in the ``configure()`` method (because
1717
``setContainer`` hasn't been called yet);

0 commit comments

Comments
 (0)