chenge two table and improve safetyand privacy controller and request
This commit is contained in:
@@ -22,6 +22,7 @@ class SecondStepStoreRequest extends FormRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'need_judiciary' => 'required|boolean',
|
||||
'judiciary_document' => 'required|array',
|
||||
'judiciary_document.*' => 'file',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user