8000 minor #8738 Correction in the console command folder (paengski13) · symfony/symfony-docs@5b0af99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b0af99

Browse files
committed
minor #8738 Correction in the console command folder (paengski13)
This PR was merged into the 2.7 branch. Discussion ---------- Correction in the console command folder replaced bin/console with app/console command as per Symfony 2.7 folder structure Commits ------- 762e1cb Correction in the console command folder
2 parents 5438dc7 + 762e1cb commit 5b0af99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Find out by running:
6060

6161
.. code-block:: terminal
6262
63-
$ php bin/console debug:container
63+
$ php app/console debug:container
6464
6565
This is just a *small* sample of the output:
6666

@@ -222,7 +222,7 @@ and set it on a ``$logger`` property::
222222

223223
The ``LoggerInterface`` type-hint in the ``__construct()`` method is optional,
224224
but a good idea. You can find the correct type-hint by reading the docs for the
225-
service or by using the ``php bin/console debug:container`` console command.
225+
service or by using the ``php app/console debug:container`` console command.
226226

227227
Next, tell the container the service has a constructor argument:
228228

0 commit comments

Comments
 (0)
0