Skip to content

Commit 56a16b4

Browse files
committed
WIP
1 parent 94cd40a commit 56a16b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/EntityManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function getExpressionBuilder(): Expr
165165

166166
public function beginTransaction(): void
167167
{
168-
$this->conn->beginTransaction();
168+
$this->conn->beginTansation();
169169
}
170170

171171
public function getCache(): Cache|null

0 commit comments

Comments
 (0)