Exemplo n.º 1
0
 public static function lugares($id)
 {
     return mapaslugares::where('municipio_id', '=', $id)->get();
 }