提交 b26eb788 编写于 作者: D Devil

update

上级 0a03f399
...@@ -16,3 +16,4 @@ class Request extends \think\Request ...@@ -16,3 +16,4 @@ class Request extends \think\Request
// 全局参数过滤 // 全局参数过滤
protected $filter = ['htmlspecialchars']; protected $filter = ['htmlspecialchars'];
} }
?>
\ No newline at end of file
...@@ -16,3 +16,4 @@ return [ ...@@ -16,3 +16,4 @@ return [
'think\Request' => Request::class, 'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class, 'think\exception\Handle' => ExceptionHandle::class,
]; ];
?>
\ No newline at end of file
...@@ -15,3 +15,4 @@ use app\AppService; ...@@ -15,3 +15,4 @@ use app\AppService;
return [ return [
AppService::class, AppService::class,
]; ];
?>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册