mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Formatting fix
This commit is contained in:
parent
c894b0ab6a
commit
cc50302530
1 changed files with 2 additions and 2 deletions
|
|
@ -27,14 +27,14 @@ class XList extends Action
|
|||
{
|
||||
return 'listProjects';
|
||||
}
|
||||
|
||||
|
||||
// Stored as property intentionally for extensibility
|
||||
protected Validator $queriesValidator;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->queriesValidator = new Projects();
|
||||
|
||||
|
||||
$this
|
||||
->setHttpMethod(Action::HTTP_REQUEST_METHOD_GET)
|
||||
->setHttpPath('/v1/projects')
|
||||
|
|
|
|||
Loading…
Reference in a new issue