|
@@ -16,7 +16,7 @@ class GlendaleController extends Controller
|
|
|
|
|
|
Log::info('glendale callback params:', $arr);
|
|
|
|
|
|
- $bimService->setGlendaleModelCovertStatus($arr['LightweightName'] ?? '', sourceStatus: (int)($arr['status'] ?? 0));
|
|
|
+ $bimService->setGlendaleModelCovertStatus($arr['LightweightName'] ?? '', (int) ($arr['status'] ?? 0));
|
|
|
|
|
|
return $this->success($arr);
|
|
|
}
|