fix some code for some thing such as mission accident and safety privacy

This commit is contained in:
2025-08-31 13:21:58 +03:30
parent 389b8307dd
commit 96bf586604
4 changed files with 6 additions and 3 deletions

View File

@@ -153,6 +153,8 @@ class RequestPortalController extends Controller
'finish_time' => $request->end_date,
'state_id' => $state,
'state_name' => MissionStates::name($state),
'explanation' => $request->explanation,
'request_date' => now(),
]);
$mission->rahdaran()->sync($request->rahdaran);