response = new Response(); $token = request()->header('Token'); $this->user = ($token) ? AuthAPI::getInstance()->getSession($token) : false; } }