Skip to content

Commit 9960f0c

Browse files
Fixed some wrong file paths
1 parent 8e2ff4a commit 9960f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/commands_as_services.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with ``console.command``:
3434
3535
.. code-block:: xml
3636
37-
<!-- app/config/config.xml -->
37+
<!-- app/config/services.xml -->
3838
<?xml version="1.0" encoding="UTF-8" ?>
3939
<container xmlns="http://symfony.com/schema/dic/services"
4040
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -52,7 +52,7 @@ with ``console.command``:
5252
5353
.. code-block:: php
5454
55-
// app/config/config.php
55+
// app/config/services.php
5656
use AppBundle\Command\MyCommand;
5757
5858
$container

0 commit comments

Comments
 (0)