driver cartable
This commit is contained in:
@@ -39,6 +39,7 @@ class TransportationUnitController extends Controller
|
||||
$mission->update([
|
||||
'state_id' => $state,
|
||||
'state_name' => MissionStates::name($state),
|
||||
'km' => $request->km
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user