mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix #12
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user