Skip to content

Commit 68e5211

Browse files
committed
Merge pull request #3239 from zsjavorszky/fix_form_handling_example
Fixed namespace in Handling Form Submissions standalone example.
2 parents 1b67fd0 + 78f810c commit 68e5211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ method:
487487

488488
.. code-block:: php-standalone
489489
490-
use Symfony\HttpFoundation\Request;
490+
use Symfony\Component\HttpFoundation\Request;
491491
use Symfony\Component\HttpFoundation\RedirectResponse;
492492
493493
$form = $formFactory->createBuilder()

0 commit comments

Comments
 (0)