fix(penilai): perbaikkan save laporan di penilai

This commit is contained in:
majid
2025-03-07 14:07:51 +07:00
committed by putrakuningan
parent dd46a02626
commit 0c33c1e070
2 changed files with 6 additions and 15 deletions

View File

@@ -626,6 +626,8 @@ class FormSurveyorRequest extends FormRequest
'foto_bhumi' => 'nullable',
'foto_argis_region' => 'nullable',
'foto_tempat' => 'nullable',
'upload_gs' => 'nullable',
'foto_sentuh_tanahku' => 'nullable',
'keterangan' => 'nullable|array',
];
}
@@ -687,6 +689,8 @@ class FormSurveyorRequest extends FormRequest
'foto_bhumi' => 'nullable',
'foto_argis_region' => 'nullable',
'foto_tempat' => 'nullable',
'upload_gs' => 'nullable',
'foto_sentuh_tanahku' => 'nullable',
'keterangan' => 'nullable|array',
];