예제 #1
0
파일: FormFilter.php 프로젝트: larakit/lk
 function getInitedList()
 {
     $this->model->sorted();
     $this->applyWhereHas();
     $this->applyWith();
     return $this->model;
 }