Example #1
0
 public function getReplies(Request $request)
 {
     $topic = new Topic();
     return $topic_replies = $topic->getReplies($request->topic_uuid);
 }