Ejemplo n.º 1
0
 public function getMunicipios($id)
 {
     $municipios = \Municipio::getCombo($id);
     return \Response::json($municipios);
 }