Browse Source

file-batch-bim-view

peterguo 1 tháng trước cách đây
mục cha
commit
bf81061819
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/API/FileController.php

+ 1 - 0
app/Http/Controllers/API/FileController.php

@@ -306,6 +306,7 @@ class FileController extends Controller
             $data[] = [
                 'bim_driver' => $bimFile->bim_driver,
                 'bim_view' => $result,
+                'file' => new FileSimpleResource($file)
             ];
         }