Files
hyperf-saml/publish/languages/zh_CN/saml_error.php
2023-12-25 17:10:21 +08:00

18 lines
383 B
PHP

<?php
/**
* saml_error.php@HyperfSaml
*
* @author 李东云<dongyun.li@luxcreo.cn>
* Powered by PhpStorm
* Created on 2022/4/25
*/
return [
'default' => 'SAML 检验失败',
'params' => [
'default' => 'SAML 参数校验失败',
'saml_request' => 'SAMLRequest 参数不能为空',
'saml_response' => 'SAMLResponse 参数不能为空',
],
];