質問編集履歴
1
コードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
|
15
15
|
PostController.php
|
16
16
|
|
17
|
+
22 use App\Model\Post;
|
18
|
+
|
17
19
|
|
18
20
|
|
19
21
|
96 public function index(Request $request)
|