正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -36,7 +36,7 @@ class BaseLogic extends Logic | @@ -36,7 +36,7 @@ class BaseLogic extends Logic | ||
| 36 | $this->request = request(); | 36 | $this->request = request(); |
| 37 | $this->requestAll = request()->all(); | 37 | $this->requestAll = request()->all(); |
| 38 | $this->user = Cache::get(request()->header('token')); | 38 | $this->user = Cache::get(request()->header('token')); |
| 39 | - $this->project = (new ProjectLogic())->getInfo($this->user['project_id']); | 39 | + $this->project = (new ProjectLogic())->getProjectInfo($this->user['project_id']); |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | 42 |
-
请 注册 或 登录 后发表评论