diff --git a/app/Console/Commands/SendVehicleReport.php b/app/Console/Commands/SendVehicleReport.php index f255d42..3b73e16 100644 --- a/app/Console/Commands/SendVehicleReport.php +++ b/app/Console/Commands/SendVehicleReport.php @@ -82,7 +82,7 @@ class SendVehicleReport extends Command $tableData[] = [ 'no' => $no++, 'plant' => $plant->name, - 'vehicleNumber' => $vehicleEntry->vehicle_number, + 'vehicleNumber' => strtoupper($vehicleEntry->vehicle_number), 'entryTime' => $vehicleEntry->entry_time, 'exitTime' => $vehicleEntry->exit_time, 'duration' => $vehicleEntry->duration,