回答編集履歴
1
誤字の修正
answer
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
if($this->request->is('post')){
|
26
26
|
foreach ($entities as $entity) {
|
27
27
|
// Save entity
|
28
|
-
$
|
28
|
+
$questions->save($entity);
|
29
29
|
}
|
30
30
|
}
|
31
31
|
$this->set(compact('questions'));
|