1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Fixed rollback

This commit is contained in:
Eldad Fux 2021-05-27 17:58:07 +03:00
parent 7720e2cdf9
commit d4868860a1

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;