예제 #1
0
파일: PagineRepo.php 프로젝트: sidis405/ibi
 public function getById($id)
 {
     return Pages::where('id', $id)->first();
 }