Exemplo n.º 1
0
 public function getForChannel(Channel $channel)
 {
     return $this->model->whereIn('topic_id', $channel->topics()->lists('id'))->get();
 }