modify plugin name

This commit is contained in:
2022-02-25 18:21:57 +08:00
parent 1c24908d23
commit 1e27d52857
+1
View File
@@ -74,6 +74,7 @@ class PDO implements StopHeartbeatCheck
*/
public function inTransaction(): bool
{
echo __FUNCTION__, $this->_transaction, PHP_EOL;
return $this->_transaction > 0;
}