Skip to content

Commit

Permalink
Remove dead code (#51106)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnabil230 authored Apr 18, 2024
1 parent d58be75 commit 57c6f97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Broadcasting/AnonymousEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ public function send(): void
public function broadcastAs(): string
{
return $this->name ?: class_basename($this);

return $this;
}

/**
Expand Down

0 comments on commit 57c6f97

Please sign in to comment.