userId)]; } public function broadcastWith(): array { return [ 'title' => $this->title, 'body' => $this->body, 'icon' => $this->icon, 'color' => $this->color, 'url' => $this->url, 'time' => now()->format('H:i'), ]; } }