Skip to content

Commit

Permalink
Merge pull request #6 from adriangonzales/patch-1
Browse files Browse the repository at this point in the history
Remove `ray()` call from NovaImpersonatingBanner.php
  • Loading branch information
RhysLees authored Oct 25, 2023
2 parents 032cf75 + 6f644d6 commit b708086
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Livewire/NovaImpersonatingBanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')));
}
}

0 comments on commit b708086

Please sign in to comment.