From fbae80215e74c06face239daa5bf75ea810c5261 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Thu, 4 May 2023 23:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E4=BF=9D=E6=8A=A4=E8=8C=83=E5=9B=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class/Sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/Sql.php b/class/Sql.php index 0da4221..63ec439 100644 --- a/class/Sql.php +++ b/class/Sql.php @@ -10,7 +10,7 @@ class Sql /** * @return false|mysqli */ - public static function MySqlConn() + protected static function MySqlConn() { // 从文件获取数据 $Array_ConfigData = null;