Exemplo n.º 1
0
 public static function searchWithParam($find_name, $find_age)
 {
     return FoundPeople::getBuilderWithParam($find_name, $find_age)->get();
 }