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 7dd93a3 commit e9f00c2Copy full SHA for e9f00c2
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