예제 #1
0
파일: PagineRepo.php 프로젝트: sidis405/ibi
 public function getAllFront()
 {
     return Pages::orderBy('name', 'ASC')->get();
 }