service = $service; } /** * @throws InstallationFailed * @throws Throwable */ public function handle(): void { $ssh = $this->service->server->ssh(); $ssh->exec(new UninstallPHPCommand($this->service->version), 'uninstall-php'); } }