From e748456320579a3dbc824f6ed529740fcf07420b Mon Sep 17 00:00:00 2001 From: Chaim Date: Sat, 8 Aug 2020 17:09:34 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/session/Mysql.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/session/Mysql.php b/src/session/Mysql.php index 63535f3..450e5e7 100644 --- a/src/session/Mysql.php +++ b/src/session/Mysql.php @@ -23,7 +23,6 @@ use DtApp\ThinkLibrary\facade\Times; use think\contract\SessionHandlerInterface; use think\facade\Db; - /** * Session保存在MySQL驱动 * Class Mysql -- GitLab