作者 lyh

gx

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