mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Database/Validator/Queries/Base.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user