From 5b3bbac60c940d0dc808cab661e5f774b81dae09 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 14 Dec 2018 11:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BQuery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index 75086bc6..ac4adea1 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -54,7 +54,7 @@ class Query // 回调事件 private static $event = []; // 读取主库 - private static $readMaster = []; + protected static $readMaster = []; /** * 构造函数