diff --git a/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php b/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php index 1726321a90..32318dd189 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/Projects/XList.php @@ -30,16 +30,16 @@ class XList extends Action // cached mapping of columns to their subQuery filters private static ?array $attributeToSubQueryFilters = null; - protected function getQueriesValidator(): Validator - { - return new Projects(); - } - public static function getName() { return 'listProjects'; } + protected function getQueriesValidator(): Validator + { + return new Projects(); + } + public function __construct() { $this