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.
2 parents 74d129d + 90eed8a commit 556bb55Copy full SHA for 556bb55
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