Exemplo n.º 1
0
 function getInitedList()
 {
     $this->model->sorted();
     $this->applyWhereHas();
     $this->applyWith();
     return $this->model;
 }