Skip to content

Commit

Permalink
Merge pull request #9170 from ThomasMeschke/develop
Browse files Browse the repository at this point in the history
refactor: fix typo in BaseConnection.php
  • Loading branch information
kenjis committed Sep 6, 2024
2 parents ffd1b68 + 06958be commit 4cbe5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Database/BaseConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,9 @@ public function transStart(bool $testMode = false): bool
*
* @return $this
*/
public function transException(bool $transExcetion)
public function transException(bool $transException)
{
$this->transException = $transExcetion;
$this->transException = $transException;

return $this;
}
Expand Down

0 comments on commit 4cbe5ec

Please sign in to comment.