Ver Fonte

file-batch-bim-view

peterguo há 1 mês atrás
pai
commit
bf81061819
1 ficheiros alterados com 1 adições e 0 exclusões
  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)
             ];
         }