add end_km to violations
This commit is contained in:
@@ -70,6 +70,7 @@ class ViolationManagementController extends Controller
|
||||
$violation->update([
|
||||
'enter_time' => $request->enter_time,
|
||||
'status' => MissionViolationStatus::BEDON_EGHDAM->value,
|
||||
'end_km' => $request->end_km,
|
||||
]);
|
||||
|
||||
return $this->successResponse();
|
||||
|
||||
Reference in New Issue
Block a user