From d6dce71c6c9ef07f9d0d11c7cc96626e9c7dd971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 25 Feb 2022 18:32:20 +0800 Subject: [PATCH] modify plugin name --- Connection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Connection.php b/Connection.php index 3c3ae3a..d27c5ca 100644 --- a/Connection.php +++ b/Connection.php @@ -259,6 +259,8 @@ class Connection extends Component } else { $connections->addItem($this->cds, $pdo); } + Context::remove($this->cds); + Context::remove($this->slaveConfig['cds']); }