From ae5e96ec1bc74b0f6b4977a49edbe0e171e54770 Mon Sep 17 00:00:00 2001 From: yuj <353399459@qq.com> Date: Mon, 13 Jun 2022 02:40:47 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BE=8B=E7=9A=84=20construct=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=BA=94=E4=B8=BA=20=E7=A7=81=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/service/JwtAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/service/JwtAuth.php b/app/api/service/JwtAuth.php index 8d13079..9f94450 100644 --- a/app/api/service/JwtAuth.php +++ b/app/api/service/JwtAuth.php @@ -53,7 +53,7 @@ class JwtAuth } // 私有化构造函数 - public function __construct() + private function __construct() { // jwt 过期时间 $this->expTime = get_system_config('token','exptime');