diff --git a/app/Services/PadronEstatalService.php b/app/Services/PadronEstatalService.php index 6f5eb4f..e937ab4 100644 --- a/app/Services/PadronEstatalService.php +++ b/app/Services/PadronEstatalService.php @@ -150,6 +150,7 @@ public function extraerDatosVehiculo(array $datos): array 'numptas' => $datos['numptas'] ?? null, 'observac' => $datos['observac'] ?? null, 'cve_vehi' => $datos['cve_vehi'] ?? null, + 'nrpv' => $datos['nrpv'] ?? null, 'tipo_mov' => $datos['tipo_mov'] ?? null, ]; }