コード例 #1
0
ファイル: TopicController.php プロジェクト: ktardthong/qanya
 public function getReplies(Request $request)
 {
     $topic = new Topic();
     return $topic_replies = $topic->getReplies($request->topic_uuid);
 }