modify plugin name

This commit is contained in:
2022-02-25 18:32:20 +08:00
parent a78760cc3e
commit d6dce71c6c
+2
View File
@@ -259,6 +259,8 @@ class Connection extends Component
} else { } else {
$connections->addItem($this->cds, $pdo); $connections->addItem($this->cds, $pdo);
} }
Context::remove($this->cds);
Context::remove($this->slaveConfig['cds']);
} }