mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Utopia/Database/Validator/Queries/Base.php
This commit is contained in:
parent
2795505e82
commit
6bcdc8c769
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class Base extends Queries
|
|||
new Offset(),
|
||||
new Cursor(),
|
||||
new Filter($attributes, APP_DATABASE_QUERY_MAX_VALUES),
|
||||
new Order(array_merge($attributes, [$internalId])),
|
||||
new Order([...$attributes, $internalId])),
|
||||
];
|
||||
|
||||
parent::__construct($validators);
|
||||
|
|
|
|||
Loading…
Reference in a new issue