diff --git a/console.rst b/console.rst index 5ce2cba2459..058491bfec9 100644 --- a/console.rst +++ b/console.rst @@ -166,7 +166,7 @@ Now, you can pass the username to the command: Getting Services from the Service Container ------------------------------------------- -To actually create a new user, the command has to access to some +To actually create a new user, the command has to access some :doc:`services `. This can be done by making the command extend the :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand` instead::