|
@@ -2,11 +2,11 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace BeyondCode\LaravelWebSockets\Statistics\Events; |
|
4
|
4
|
|
|
5
|
|
-use Illuminate\Queue\SerializesModels; |
|
6
|
|
-use Illuminate\Broadcasting\PrivateChannel; |
|
7
|
|
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast; |
|
8
|
5
|
use BeyondCode\LaravelWebSockets\Dashboard\DashboardLogger; |
|
9
|
6
|
use BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry; |
|
|
7
|
+use Illuminate\Broadcasting\PrivateChannel; |
|
|
8
|
+use Illuminate\Contracts\Broadcasting\ShouldBroadcast; |
|
|
9
|
+use Illuminate\Queue\SerializesModels; |
|
10
|
10
|
|
|
11
|
11
|
class StatisticsUpdated implements ShouldBroadcast |
|
12
|
12
|
{ |
Please login to merge, or discard this patch.