質問編集履歴
1
変数名が間違えていたので修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,9 +16,9 @@
|
|
16
16
|
|
17
17
|
dispatch(new CreateTunnel());
|
18
18
|
|
19
|
-
$
|
19
|
+
$user = DB::connection("mysql_tunnel")->table("user")->get();
|
20
20
|
|
21
|
-
dd($
|
21
|
+
dd($user);
|
22
22
|
|
23
23
|
$this->line("-----------------------------");
|
24
24
|
$this->line("end remote_mysql test connection.");
|