コード例 #1
0
ファイル: PostRepository.php プロジェクト: vinelab/agency
 public function forSection($section_id)
 {
     return $this->post->where('section_id', $section_id)->get();
 }