fix(surveyor): perbaiikan save pembanding kendaraan
This commit is contained in:
@@ -1385,7 +1385,7 @@ class SurveyorController extends Controller
|
||||
$maxSize = getMaxFileSize('Foto');
|
||||
$validator = $request->validate([
|
||||
'permohonan_id' => 'required|exists:permohonan,id',
|
||||
'type' => 'required|string',
|
||||
'type' => 'nullable|string',
|
||||
'dokument_id' => 'required',
|
||||
'name_foto_objek' => 'nullable|string',
|
||||
'nomor_registrasi' => 'required|string',
|
||||
|
||||
Reference in New Issue
Block a user