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 006486e commit 068bfa6Copy full SHA for 068bfa6
components/console.rst
@@ -273,9 +273,9 @@ console.
273
Getting Services from the Service Container
274
-------------------------------------------
275
276
-By using :class:`Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand`
+By using :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand`
277
as the base class for the command (instead of the more basic
278
-:class:`Symfony\Component\Console\Command\Command`), you have access to the
+:class:`Symfony\\Component\\Console\\Command\\Command`), you have access to the
279
service container. In other words, you have access to any configured service.
280
For example, you could easily extend the task to be translatable::
281
0 commit comments