waymen 4 mēneši atpakaļ
vecāks
revīzija
78e1dfc312
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      app/Http/Controllers/API/GlendaleController.php

+ 0 - 4
app/Http/Controllers/API/GlendaleController.php

@@ -50,10 +50,6 @@ class GlendaleController extends Controller
         $arr = $this->parseInput($request);
         $arr = $this->parseInput($request);
         $lightweightName = $arr['LightweightName'] ?? '';
         $lightweightName = $arr['LightweightName'] ?? '';
 
 
-        $bimFile = BimFile::where("bim_file_id", $lightweightName)->gelendale()->firstOrFail();
-
-        $bimService->syncGlendaleBimData($bimFile);
-
         return $this->success($arr);
         return $this->success($arr);
     }
     }
 }
 }