mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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
6e6364638d
commit
2a5ab1f8aa
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ namespace Appwrite\Utopia\Database\Validator\Queries;
|
||||||
|
|
||||||
class Transactions extends Base
|
class Transactions extends Base
|
||||||
{
|
{
|
||||||
public const array ALLOWED_ATTRIBUTES = [
|
/** @var string[] */
|
||||||
|
public const ALLOWED_ATTRIBUTES = [
|
||||||
'status',
|
'status',
|
||||||
'expiresAt',
|
'expiresAt',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue