userId}")]; } public function broadcastAs(): string { return 'notification.created'; } // 不需要 payload,前端收到後直接呼叫 fetchUnreadCount() public function broadcastWith(): array { return []; } }