|
|
@@ -35,6 +35,10 @@ class SessionUser |
|
|
// 認証していない場合はスキップ |
|
|
// 認証していない場合はスキップ |
|
|
$this->user = Auth::user(); |
|
|
$this->user = Auth::user(); |
|
|
|
|
|
|
|
|
|
|
|
if ($this->user instanceof User && $this->user->customer_id) { |
|
|
|
|
|
HtpmsCustomerConnectionSwitch::switch($this->user->customer_id); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
$user = Auth::user(); |
|
|
$user = Auth::user(); |
|
|
$ckeck = Auth::check(); |
|
|
$ckeck = Auth::check(); |
|
|
if ($this->user === null) { |
|
|
if ($this->user === null) { |
|
|
|