From 1e27d528576a9223d740cd613207f4cc46b972d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 25 Feb 2022 18:21:57 +0800 Subject: [PATCH] modify plugin name --- Mysql/PDO.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Mysql/PDO.php b/Mysql/PDO.php index c587a02..80af2db 100644 --- a/Mysql/PDO.php +++ b/Mysql/PDO.php @@ -74,6 +74,7 @@ class PDO implements StopHeartbeatCheck */ public function inTransaction(): bool { + echo __FUNCTION__, $this->_transaction, PHP_EOL; return $this->_transaction > 0; }