Skip to content

Commit 83803a1

Browse files
author
Ethan
committed
getTransactions
1 parent 8ffe266 commit 83803a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Connection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ public function rollBack()
350350
}
351351
}
352352

353+
public function getTransactions()
354+
{
355+
return $this->transactions;
356+
}
357+
353358
/**
354359
* 断开数据库链接
355360
*/

0 commit comments

Comments
 (0)