数据库操作保护范围修改

This commit is contained in:
筱锋xiao_lfeng 2023-05-04 23:31:40 +08:00
parent cc59903b29
commit fbae80215e

View File

@ -10,7 +10,7 @@ class Sql
/**
* @return false|mysqli
*/
public static function MySqlConn()
protected static function MySqlConn()
{
// 从文件获取数据
$Array_ConfigData = null;