server = $server; } /** * @throws Throwable */ public function handle(): void { $this->server->ssh()->exec(new UpgradeCommand(), 'upgrade'); } }