Fix transaction method name

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-02-24 11:54:06 +01:00
parent 3b33f6a04e
commit ee73b3e241
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA

View File

@ -54,7 +54,7 @@ Database operations can be run in a transaction to commit or roll back a group o
<?php
$this->db->startTransaction();
$this->db->beginTransaction();
try {
// DB operations