teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字

2020/04/17 06:49

投稿

tomato01
tomato01

スコア82

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ```ここに言語を入力
7
7
  HelloController.php
8
- $items = DB::table(list)->get();
8
+ $items = DB::table('list')->get();
9
9
 
10
10
  index.blade.php
11
11
  @foreach ($items as $item)