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

@@ -36,6 +36,7 @@ class NoProcessRequest extends FormRequest
'area.type' => 'required|string',
'area.coordinates' => 'required|array',
'category_id' => 'required|in:1,2,3',
'explanation' => 'required|string',
];
}