diff --git a/quick_tour/the_controller.rst b/quick_tour/the_controller.rst index 73b00b494a7..35e740241d1 100644 --- a/quick_tour/the_controller.rst +++ b/quick_tour/the_controller.rst @@ -109,7 +109,7 @@ Getting information from the Request ------------------------------------ Symfony automatically injects the ``Request`` object when the controller has an -argument that's type hinted with ``Symfony\Component\HttpFoundation\Request`:: +argument that's type hinted with ``Symfony\Component\HttpFoundation\Request``:: use Symfony\Component\HttpFoundation\Request;