讨论数量:
public function includeReplies($model)
{
return $this->collection($model->replies, new ReplyTransformer());
}
public function includeReplies($model)
{
return $this->collection($model->replies, new ReplyTransformer());
}
请登录
https://learnku.com/courses/laravel-advanc... 注意一下这一节的内容