create($this->server, $this->all()); $this->dispatch('$refresh')->to(CronjobsList::class); $this->dispatch('created'); } public function render(): View { return view('livewire.cronjobs.create-cronjob'); } }