|
...
|
...
|
@@ -38,6 +38,8 @@ class BaseLogic extends Logic |
|
|
|
$this->requestAll = request()->all();
|
|
|
|
$this->user = Cache::get(request()->header('token'));
|
|
|
|
$this->project = Cache::get('user-'.$this->user['project_id']);
|
|
|
|
var_dump($this->project);
|
|
|
|
die();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|