예제 #1
0
파일: PressRepo.php 프로젝트: sidis405/KP
 public function getAllFront()
 {
     return Press::with('coverImage')->where('cover_image_id', '>', 0)->orderBy('position', 'ASC')->get();
 }