Added boom opened in vehicle entry mail
This commit is contained in:
@@ -61,6 +61,7 @@ class SendVehicleReport extends Command
|
||||
|
||||
$vehicleEntries = VehicleEntry::select([
|
||||
'vehicle_number',
|
||||
'boom_opened',
|
||||
'entry_time',
|
||||
'exit_time',
|
||||
'duration',
|
||||
@@ -87,6 +88,7 @@ class SendVehicleReport extends Command
|
||||
'exitTime' => $vehicleEntry->exit_time,
|
||||
'duration' => $vehicleEntry->duration,
|
||||
'type' => $vehicleEntry->type,
|
||||
'boom' => $vehicleEntry->boom_opened,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user