mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix syntax
This commit is contained in:
parent
6bcdc8c769
commit
74d9a3c181
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([...$attributes, $internalId])),
|
||||
new Order([...$attributes, $internalId]),
|
||||
];
|
||||
|
||||
parent::__construct($validators);
|
||||
|
|
|
|||
Loading…
Reference in a new issue