mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Utopia/Database/Validator/Queries/Transactions.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a5ab1f8aa
commit
875338d133
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ class Transactions extends Base
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('functions', self::ALLOWED_ATTRIBUTES);
|
||||
parent::__construct('transactions', self::ALLOWED_ATTRIBUTES);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue