mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
fix vars
This commit is contained in:
parent
f469d1ba45
commit
920cff8ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class Vars extends Action
|
|||
{
|
||||
$this
|
||||
->desc('List all the server environment variables')
|
||||
->callback($this->action);
|
||||
->callback(fn () => $this->action());
|
||||
}
|
||||
|
||||
public function action(): void
|
||||
|
|
|
|||
Loading…
Reference in a new issue