Fixed rollback

This commit is contained in:
Eldad Fux
2021-05-27 17:58:07 +03:00
parent 7720e2cdf9
commit d4868860a1
-1
View File
@@ -77,7 +77,6 @@ class PDO extends PDONative
$result = $this->pdo->rollBack();
} catch (\Throwable $th) {
$this->pdo = $this->reconnect();
$result = $this->pdo->rollBack();
}
return $result;