Siti Rahayu 5 anni fa
parent
commit
2a219586ea
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      app/Http/Controllers/Api/CompoundController.php

+ 0
- 1
app/Http/Controllers/Api/CompoundController.php Vedi File

@@ -153,7 +153,6 @@ class CompoundController extends BaseController
$kpd = $request->get('kpd');
$success_upload = 0; $count_upload = 0;
$compound = Compound::with('ConfidentialFile')->where('kpd', $kpd)->first();
dd($kpd);
if(!empty($compound)){
if($request->hasFile('file')) {

Loading…
Annulla
Salva