From 4843abfdfa23dabab8364c6d9aa7c699c0ad520f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 6 Apr 2023 22:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Connection.php b/Connection.php index 7adb41a..02844b1 100644 --- a/Connection.php +++ b/Connection.php @@ -262,7 +262,6 @@ class Connection extends Component { if ($PDO->inTransaction() === false) { $this->connection->addItem($this->cds, $PDO); - Context::remove($this->cds); } }