コード例 #1
0
 public function retrieveCommentsOf(Chat $chat)
 {
     return $chat->comments()->get();
 }