install($this->server, $this->all()); $this->dispatch('started'); $this->dispatch('$refresh')->to(ServicesList::class); } public function render(): View { return view('livewire.services.install-phpmyadmin'); } }