1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00
This commit is contained in:
Damodar Lohani 2022-11-14 10:39:37 +00:00
parent f469d1ba45
commit 920cff8ce7

View file

@ -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