正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论