Skip to content

Commit 06958be

Browse files
Fix typo in BaseConnection.php
1 parent ffd1b68 commit 06958be

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)