From b26eb788bd2ba300445bb05b8f4468a5610677f5 Mon Sep 17 00:00:00 2001 From: Devil Date: Sat, 7 Aug 2021 01:40:40 +0800 Subject: [PATCH] update --- app/Request.php | 1 + app/provider.php | 1 + app/service.php | 1 + 3 files changed, 3 insertions(+) diff --git a/app/Request.php b/app/Request.php index 1544ddfe8..074ed0423 100644 --- a/app/Request.php +++ b/app/Request.php @@ -16,3 +16,4 @@ class Request extends \think\Request // 全局参数过滤 protected $filter = ['htmlspecialchars']; } +?> \ No newline at end of file diff --git a/app/provider.php b/app/provider.php index 8ca8a5396..7643897db 100644 --- a/app/provider.php +++ b/app/provider.php @@ -16,3 +16,4 @@ return [ 'think\Request' => Request::class, 'think\exception\Handle' => ExceptionHandle::class, ]; +?> \ No newline at end of file diff --git a/app/service.php b/app/service.php index eb56e202c..eaad32abc 100644 --- a/app/service.php +++ b/app/service.php @@ -15,3 +15,4 @@ use app\AppService; return [ AppService::class, ]; +?> \ No newline at end of file -- GitLab