From 78f810cb9f661c3a2293ec50a79125f46c3c667c Mon Sep 17 00:00:00 2001 From: Zsolt Javorszky Date: Fri, 29 Nov 2013 12:57:23 +0100 Subject: [PATCH] Fixed namespace in Handling Form Submissions standalone example. --- components/form/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()