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

質問編集履歴

1

変数名が間違えていたので修正

2021/12/03 09:50

投稿

yosida001
yosida001

スコア56

title CHANGED
File without changes
body CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  dispatch(new CreateTunnel());
18
18
 
19
- $makers = DB::connection("mysql_tunnel")->table("user")->get();
19
+ $user = DB::connection("mysql_tunnel")->table("user")->get();
20
20
 
21
- dd($makers);
21
+ dd($user);
22
22
 
23
23
  $this->line("-----------------------------");
24
24
  $this->line("end remote_mysql test connection.");