ソースを参照

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')) {

読み込み中…
キャンセル
保存