Skip to content

Commit

Permalink
Merge branch 'master' into refactor_dml_query_builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Aug 26, 2023
2 parents a1af8a8 + 6bb534e commit 4763687
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ protected function internalExecute(?string $rawSql): void
&& $this->db->getTransaction() === null
) {
$this->db->transaction(
function () use ($rawSql): void {
$this->internalExecute($rawSql);
},
fn () => $this->internalExecute($rawSql),
$this->isolationLevel
);
} else {
Expand Down

0 comments on commit 4763687

Please sign in to comment.