diff --git a/app/Http/Livewire/NotificationChannels/AddChannel.php b/app/Http/Livewire/NotificationChannels/AddChannel.php index 8b7fe83..5b8d6a5 100644 --- a/app/Http/Livewire/NotificationChannels/AddChannel.php +++ b/app/Http/Livewire/NotificationChannels/AddChannel.php @@ -22,7 +22,7 @@ public function add(): void $this->all() ); - $this->emitTo(KeysList::class, '$refresh'); + $this->emitTo(ChannelsList::class, '$refresh'); $this->dispatchBrowserEvent('added', true); }