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 554fc00 commit 0483ed6Copy full SHA for 0483ed6
service_container/debug.rst
@@ -29,7 +29,7 @@ its id:
29
30
.. code-block:: terminal
31
32
- $ php bin/console debug:container 'App\Service\Mailer'
+ $ php bin/console debug:container App\Service\Mailer
33
34
# to show the service arguments:
35
- $ php bin/console debug:container 'App\Service\Mailer' --show-arguments
+ $ php bin/console debug:container App\Service\Mailer --show-arguments
0 commit comments