root 4 years ago
parent
commit
d0057ed464
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/Http/Controllers/Api/CompoundController.php

+ 0
- 1
app/Http/Controllers/Api/CompoundController.php View 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…
Cancel
Save