質問編集履歴

1

エラー箇所の表記

2022/05/11 14:12

投稿

soramaru
soramaru

スコア25

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  public function index() {
45
- $players = $this->Player->findAll();
45
+ $players = $this->Player->findAll(); //←エラー箇所
46
46
  $params = [
47
47
  'players' => $players
48
48
  ];