diff --git a/app/Request.php b/app/Request.php index 1544ddfe843f24d17c4e69f99403c282ab684f3d..074ed04230530eef5011019b55f5b4e138f19c06 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 8ca8a5396c61ee99a6e934ad44c52cf48728214a..7643897dbe5b77d86829249ae447e944ce226939 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 eb56e202cf99d803a72c319afebc6eaa2d09fd0a..eaad32abcdfb0129d5328b5b25baa50ca32f7b84 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