8000
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 5438dc7 commit 762e1cbCopy full SHA for 762e1cb
service_container.rst
@@ -60,7 +60,7 @@ Find out by running:
60
61
.. code-block:: terminal
62
63
- $ php bin/console debug:container
+ $ php app/console debug:container
64
65
This is just a *small* sample of the output:
66
@@ -222,7 +222,7 @@ and set it on a ``$logger`` property::
222
223
The ``LoggerInterface`` type-hint in the ``__construct()`` method is optional,
224
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.
+ service or by using the ``php app/console debug:container`` console command.
226
227
Next, tell the container the service has a constructor argument:
228
0 commit comments