mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix vars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user