remove debug
This commit is contained in:
parent
e60e5db51c
commit
b06b5c8f51
@ -71,7 +71,7 @@ public function update(Request $request, string $id): JSONResponse
|
|||||||
'file_ktp' => ['nullable', 'file', 'mimes:jpg,jpeg,png,pdf', 'max:2048'],
|
'file_ktp' => ['nullable', 'file', 'mimes:jpg,jpeg,png,pdf', 'max:2048'],
|
||||||
'desa_kelurahan_id' => ['nullable', 'exists:master_desa_kelurahan,id'],
|
'desa_kelurahan_id' => ['nullable', 'exists:master_desa_kelurahan,id'],
|
||||||
]);
|
]);
|
||||||
dd($validated);
|
|
||||||
$profile = Profile::where('user_id', Auth::id())->first();
|
$profile = Profile::where('user_id', Auth::id())->first();
|
||||||
|
|
||||||
if ($request->hasFile('file_kk')) {
|
if ($request->hasFile('file_kk')) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user