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; }