mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
bump: order for easier review.
This commit is contained in:
parent
406181e887
commit
bf50fbeb6c
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue