質問編集履歴
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
-
My
|
69
|
+
MypageController.php
|
70
70
|
|
71
71
|
```
|
72
72
|
|
@@ -188,7 +188,7 @@
|
|
188
188
|
|
189
189
|
|
190
190
|
|
191
|
-
mypage.blade.php
|
191
|
+
views/mypage/mypage.blade.php
|
192
192
|
|
193
193
|
```
|
194
194
|
|
@@ -222,7 +222,7 @@
|
|
222
222
|
|
223
223
|
|
224
224
|
|
225
|
-
home.blade.php
|
225
|
+
views/home.blade.php
|
226
226
|
|
227
227
|
```
|
228
228
|
|