*/ public function broadcastOn(): array { return [new PrivateChannel('App.Models.User.'.$this->userId)]; } public function broadcastWith(): array { return [ 'notificationId' => $this->notificationId, 'message' => $this->message, 'url' => $this->url, ]; } }