質問編集履歴
1
修正!
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
post_id - integer
|
34
34
|
|
35
|
-
body -
|
35
|
+
body - string
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -156,7 +156,7 @@
|
|
156
156
|
|
157
157
|
```PHP
|
158
158
|
|
159
|
-
public function user()
|
159
|
+
public function user()
|
160
160
|
|
161
161
|
{
|
162
162
|
|
@@ -166,7 +166,7 @@
|
|
166
166
|
|
167
167
|
|
168
168
|
|
169
|
-
public function reply()
|
169
|
+
public function reply()
|
170
170
|
|
171
171
|
{
|
172
172
|
|