mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix transaction method name
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user