Update src/Appwrite/Utopia/Database/Validator/Queries/Base.php

This commit is contained in:
Jake Barnby 2025-03-25 16:01:27 +13:00 committed by GitHub
parent 2795505e82
commit 6bcdc8c769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);