$message, 'info' => 'triggered']); } /** * Get the channels the event should broadcast on. * * @return array */ public function broadcastOn() { return new Channel('notification'); } }