Skip to content

Commit 068bfa6

Browse files
committed
Fixing bad formatting
1 parent 006486e commit 068bfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ console.
273273
Getting Services from the Service Container
274274
-------------------------------------------
275275

276-
By using :class:`Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand`
276+
By using :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand`
277277
as the base class for the command (instead of the more basic
278-
:class:`Symfony\Component\Console\Command\Command`), you have access to the
278+
:class:`Symfony\\Component\\Console\\Command\\Command`), you have access to the
279279
service container. In other words, you have access to any configured service.
280280
For example, you could easily extend the task to be translatable::
281281

0 commit comments

Comments
 (0)