diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 0b70120b6f4..f336a639e67 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -487,7 +487,7 @@ method: .. code-block:: php-standalone - use Symfony\HttpFoundation\Request; + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RedirectResponse; $form = $formFactory->createBuilder()