uid = session('user_id'); $this->adminName = session('name'); $this->model = $model; $this->aid = $aid; $this->type = $type; $this->content = $content; } /** * Get the channels the event should be broadcast on. * * @return array */ public function broadcastOn() { return []; } }