回答編集履歴
1
コメント修正
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
//DBからステータスを取得
|
48
48
|
|
49
|
-
$status = DB::table('users')->where('staut', 1)->where('email', $request->email)->
|
49
|
+
$status = DB::table('users')->where('staut', 1)->where('email', $request->email)->->value('staut');
|
50
50
|
|
51
51
|
|
52
52
|
|