Skip to content

Commit 4cbe5ec

Browse files
authored
Merge pull request #9170 from ThomasMeschke/develop
refactor: fix typo in BaseConnection.php
2 parents ffd1b68 + 06958be commit 4cbe5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Database/BaseConnection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,9 +784,9 @@ public function transStart(bool $testMode = false): bool
784784
*
785785
* @return $this
786786
*/
787-
public function transException(bool $transExcetion)
787+
public function transException(bool $transException)
788788
{
789-
$this->transException = $transExcetion;
789+
$this->transException = $transException;
790790

791791
return $this;
792792
}

0 commit comments

Comments
 (0)