laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.05k stars 76 forks source link

Fix invalid response data of event pusher_internal:subscription_succeeded #95

Closed pnlinh-it closed 5 months ago

pnlinh-it commented 5 months ago

Issue

Overview

Using collection->values()->all() instead of collection->all() to reset the array key.

Screenshot

Before After