|
...
|
...
|
@@ -36,7 +36,7 @@ class BaseLogic extends Logic |
|
|
|
$this->request = request();
|
|
|
|
$this->requestAll = request()->all();
|
|
|
|
$this->user = Cache::get(request()->header('token'));
|
|
|
|
$this->project = (new ProjectLogic())->getInfo($this->user['project_id']);
|
|
|
|
$this->project = (new ProjectLogic())->getProjectInfo($this->user['project_id']);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
...
|
...
|
|