chenge two table and improve safetyand privacy controller and request

This commit is contained in:
2025-04-23 14:01:03 +03:30
parent 89f39a1f33
commit 5e4f6379ff
3 changed files with 22 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ class SecondStepStoreRequest extends FormRequest
public function rules(): array
{
return [
'need_judiciary' => 'required|boolean',
'judiciary_document' => 'required|array',
'judiciary_document.*' => 'file',
];