改进Query

This commit is contained in:
thinkphp
2018-12-14 11:23:05 +08:00
parent 480b56767b
commit 5b3bbac60c

View File

@@ -54,7 +54,7 @@ class Query
// 回调事件 // 回调事件
private static $event = []; private static $event = [];
// 读取主库 // 读取主库
private static $readMaster = []; protected static $readMaster = [];
/** /**
* 构造函数 * 构造函数