作者 lyh

gx

@@ -46,7 +46,7 @@ class WebSettingReceivingLogic extends BaseLogic @@ -46,7 +46,7 @@ class WebSettingReceivingLogic extends BaseLogic
46 }catch (\Exception $e){ 46 }catch (\Exception $e){
47 $this->fail('error'); 47 $this->fail('error');
48 } 48 }
49 - app(SyncService::class)->projectAcceptAddress($this->user['project_id']); 49 + (new SyncService())->projectAcceptAddress($this->user['project_id']);
50 return $this->success(); 50 return $this->success();
51 } 51 }
52 } 52 }