fix: 尝试修复无法登录的问题

This commit is contained in:
李东云
2023-03-14 15:09:25 +08:00
parent 39f6e7a8e1
commit 9c8a5c7cbd

View File

@@ -33,13 +33,11 @@ abstract class AbstractService
* @Value("idp_id")
*/
protected ?string $idpId;
/**
* @Inject
* @var \Hyperf\HttpServer\Contract\RequestInterface
*/
protected RequestInterface $request;
public function __construct(protected RequestInterface $request)
{
}
/**
* 解析 SAMLRequest
*