Ejemplo n.º 1
0
 public static function searchWithParam($find_name, $find_age)
 {
     return FindPeople::getBuilderWithParam($find_name, $find_age)->where('deleted_at', '=', NULL)->get();
 }