diff --git a/src/session/Mysql.php b/src/session/Mysql.php index 63535f3dc16c958f3ce8b488b236607123680710..450e5e760ca465711a8e5e0bc048b801f098c774 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