소스 검색

latest

master
Siti Rahayu 5 년 전
부모
커밋
2a219586ea
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      app/Http/Controllers/Api/CompoundController.php

+ 0
- 1
app/Http/Controllers/Api/CompoundController.php 파일 보기

@@ -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…
취소
저장