兼容PHP8.1

This commit is contained in:
2022-07-21 09:41:22 +08:00
parent d9b337629f
commit da8b9b5e30
4 changed files with 29 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ namespace app;
class Request extends \think\Request
{
protected $filter = ['ua_htmlspecialchars'];
}