File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ protected function setUp(): void
3030 );
3131
3232 $ this ->success ();
33-
34- // Ask any listening components (like the sidebar) to refresh
35- /** @var \Livewire\Component|null $livewire */
36- $ livewire = $ this ->getLivewire ();
37- $ livewire ?->dispatch('commentions:subscription:toggled ' )->to ('commentions::subscription-sidebar ' );
3833 })
3934 ->requiresConfirmation (false );
4035 }
Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ protected function setUp(): void
3030 );
3131
3232 $ this ->success ();
33-
34- // Ask any listening components (like the sidebar) to refresh
35- /** @var \Livewire\Component|null $livewire */
36- $ livewire = $ this ->getLivewire ();
37- $ livewire ?->dispatch('commentions:subscription:toggled ' )->to ('commentions::subscription-sidebar ' );
3833 })
3934 ->requiresConfirmation (false );
4035 }
You can’t perform that action at this time.
0 commit comments