回答編集履歴

1

内容の間違い

2016/10/02 00:10

投稿

onakanishi
onakanishi

スコア36

test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  ```php
74
74
 
75
- $place = new Places($placeArray);
75
+ $form = $this->createForm( new PlacesType($place));
76
76
 
77
77
  ```
78
78
 
@@ -80,4 +80,6 @@
80
80
 
81
81
  これでいけそうな気がします。
82
82
 
83
+ 3系はformtypeの指定の仕方が変わっている様なのでそこを変えないとダメっぽいですが
84
+
83
85
  ご参考程度になれば