Example #1
0
 public function editar($request)
 {
     $habitacion = habitacion::update($request);
     return $habitacion;
 }