We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd1b68 commit 06958beCopy full SHA for 06958be
system/Database/BaseConnection.php
@@ -784,9 +784,9 @@ public function transStart(bool $testMode = false): bool
784
*
785
* @return $this
786
*/
787
- public function transException(bool $transExcetion)
+ public function transException(bool $transException)
788
{
789
- $this->transException = $transExcetion;
+ $this->transException = $transException;
790
791
return $this;
792
}
0 commit comments