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