Fix syntax

This commit is contained in:
Jake Barnby 2025-03-25 16:19:18 +13:00
parent 6bcdc8c769
commit 74d9a3c181
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

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