|
...
|
...
|
@@ -35,7 +35,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())->getInfo($this->user['project_id']);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
...
|
...
|
|