Skip to content

Commit 2eaaa2a

Browse files
committed
[07] サンプルコードのuse行にRequest追加 closes #2
1 parent efbf7b4 commit 2eaaa2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

07-create-form.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Postモデル用のフォームの作成
4242
.. code-block:: php
4343
4444
// src/My/BlogBundle/Controller/DefaultController.php
45+
use Symfony\Component\HttpFoundation\Request;
4546
use My\BlogBundle\Entity\Post;
4647
// ...
4748

0 commit comments

Comments
 (0)