質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,11 +32,7 @@
|
|
32
32
|
|
33
33
|
$msg = "あなたのIDは2です";
|
34
34
|
|
35
|
-
} else {
|
36
|
-
|
37
|
-
abort(404);
|
38
|
-
|
39
|
-
}
|
35
|
+
}
|
40
36
|
|
41
37
|
return view('index')->with(['msg' => $msg]);
|
42
38
|
|