diff --git a/app/Http/Controllers/Api/ProfileController.php b/app/Http/Controllers/Api/ProfileController.php index 4026cff..d5378cd 100644 --- a/app/Http/Controllers/Api/ProfileController.php +++ b/app/Http/Controllers/Api/ProfileController.php @@ -71,7 +71,7 @@ public function update(Request $request, string $id): JSONResponse 'file_ktp' => ['nullable', 'file', 'mimes:jpg,jpeg,png,pdf', 'max:2048'], 'desa_kelurahan_id' => ['nullable', 'exists:master_desa_kelurahan,id'], ]); - + dd($validated); $profile = Profile::where('user_id', Auth::id())->first(); if ($request->hasFile('file_kk')) {