create a rule to verify otp

This commit is contained in:
2025-01-04 13:14:14 +03:30
parent 7a761b4fb5
commit 294f89b4ad
5 changed files with 31 additions and 20 deletions

View File

@@ -22,7 +22,6 @@ class FMSVehicleManagementController extends Controller
"machineCode" => $request->machineCode,
"startDT" => $request->startDT,
"endDT" => $request->endDT,
"minStopDuration" => $request->minStopDuration
]);
$data = $getVehicleActivityService->run();