芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Events/Admin/SupportConversationEvent.php
support_ticket = $support_ticket; $this->conversation = $conversation; } /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { return ["support.conversation.".$this->support_ticket->token]; } public function broadcastAs() { return 'support-conversation'; } }