This commit is contained in:
2023-04-06 22:20:08 +08:00
parent 919ed98422
commit 4843abfdfa
-1
View File
@@ -262,7 +262,6 @@ class Connection extends Component
{
if ($PDO->inTransaction() === false) {
$this->connection->addItem($this->cds, $PDO);
Context::remove($this->cds);
}
}