讨论数量:
public function includeReplies($model)
{
return $this->collection($model->replies, new ReplyTransformer());
}
public function includeReplies($model)
{
return $this->collection($model->replies, new ReplyTransformer());
}
请登录
推荐文章: