1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13: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 $this
->desc('List all the server environment variables') ->desc('List all the server environment variables')
->callback($this->action); ->callback(fn () => $this->action());
} }
public function action(): void public function action(): void