add description section to second step

This commit is contained in:
2025-04-27 10:51:11 +03:30
parent c754a2a7ba
commit 65375bf399
4 changed files with 23 additions and 22 deletions

View File

@@ -120,6 +120,7 @@ class OperatorController extends Controller
'judiciary_document' => $need_judiciary ? serialize($judiciary_document) : null,
'judiciary_document_upload_date' => $need_judiciary ? now() : null,
'need_judiciary' => $need_judiciary,
'operator_description' => $request->operator_description,
]);
$user->addActivityComplete(1135);