log->alumno_id) { return []; } return [ new PrivateChannel('whatsapp-chat.' . $this->log->alumno_id), ]; } public function broadcastWith(): array { return [ 'id' => $this->log->id, 'tipo' => $this->log->tipo, 'mensaje' => $this->log->mensaje, 'media_type' => $this->log->media_type, 'alumno_id' => $this->log->alumno_id, 'telefono' => $this->log->telefono, 'created_at' => $this->log->created_at?->format('H:i'), ]; } }