This commit is contained in:
Saeed Vaziry
2023-08-26 09:59:36 +02:00
parent fdd4b142e9
commit dacbb10ef0
3 changed files with 35 additions and 3 deletions

View File

@ -27,7 +27,7 @@ public function save(): void
session()->flash('status', 'script-updated');
$this->emit(Deploy::class, '$refresh');
$this->emitTo(Deploy::class, '$refresh');
}
public function render(): View