zhangdehua преди 8 месеца
родител
ревизия
26187a8e07
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/store/controller/Upload.php

+ 1 - 0
app/store/controller/Upload.php

@@ -76,6 +76,7 @@ class Upload extends Controller
         $bucket = $storage->bucket('freeshippingvps');
 
         $filePath = config('app.host') . '/uploads/' . $fileInfo['file_path'];
+        Log::error($filePath);
         $storageObj = $bucket->upload(
             fopen($filePath, 'r'),
             [