示例#1
0
 public function forSection($section_id)
 {
     return $this->post->where('section_id', $section_id)->get();
 }