socket = Broadcast::socket(); return $this; } /** * Broadcast the event to everyone. * * @return $this */ public function broadcastToEveryone() { $this->socket = null; return $this; } }