mod->delete(); $this->js('window.location.reload()'); } public function toggleDisabled(): void { $this->mod->disabled = ! $this->mod->disabled; $this->mod->save(); $this->js('window.location.reload()'); } }