diff --git a/src/Livewire/NovaImpersonatingBanner.php b/src/Livewire/NovaImpersonatingBanner.php index b70d6ba..de29ddf 100644 --- a/src/Livewire/NovaImpersonatingBanner.php +++ b/src/Livewire/NovaImpersonatingBanner.php @@ -33,8 +33,6 @@ public function stopImpersonating() app(ImpersonatesUsers::class) ->stopImpersonating(request(), Auth::guard('web'), User::class); - ray('stopImpersonating'); - return redirect(config('nova.impersonation.stopped', request()->header('Referer'))); } }