From 9135cda5e62b529320c65505f7453d421acabfb3 Mon Sep 17 00:00:00 2001 From: bingcool <2437667702@qq.com> Date: Thu, 17 Jan 2019 11:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmysql=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=AF=AF=E5=88=A0query=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- score/Core/Db/Mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score/Core/Db/Mysql.php b/score/Core/Db/Mysql.php index 9beb5239..5f855ca2 100755 --- a/score/Core/Db/Mysql.php +++ b/score/Core/Db/Mysql.php @@ -252,7 +252,7 @@ public function __call($method, $args) { * __destruct */ public function __destruct() { - + Db::destroy(); } } \ No newline at end of file