stats = (new SystemStatsService)->getAllStats(); } /** * Get the channels the event should broadcast on. * * @return array */ public function broadcastOn(): array { return [ new PrivateChannel('systemstats'), ]; } public function broadcastWith() { return $this->stats; } }