$invoices * @return void */ public function __construct(public int $year, public Collection $invoices) { // } /** * Get the channels the event should broadcast on. * * @return PrivateChannel */ public function broadcastOn() { return new PrivateChannel('channel-name'); } }