質問編集履歴
1
コードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
|
7
7
|
```larevel
|
8
8
|
PostController.php
|
9
|
+
22 use App\Model\Post;
|
9
10
|
|
10
11
|
96 public function index(Request $request)
|
11
12
|
97 {
|