We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbf7b4 commit 2eaaa2aCopy full SHA for 2eaaa2a
1 file changed
07-create-form.rst
@@ -42,6 +42,7 @@ Postモデル用のフォームの作成
42
.. code-block:: php
43
44
// src/My/BlogBundle/Controller/DefaultController.php
45
+ use Symfony\Component\HttpFoundation\Request;
46
use My\BlogBundle\Entity\Post;
47
// ...
48
0 commit comments