We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffd1b68 + 06958be commit 4cbe5ecCopy full SHA for 4cbe5ec
1 file changed
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