resto_id = $resto_id; $this->message = "New Order is placed"; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return new PrivateChannel('meem-order-production'); } }