Skip to content

Commit

Permalink
Fix typo in BaseConnection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeschke authored Sep 5, 2024
1 parent ffd1b68 commit 06958be
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 06958be

Please sign in to comment.