diff --git a/src/Events/ConnectionPruned.php b/src/Events/ConnectionPruned.php new file mode 100644 index 00000000..694f2e82 --- /dev/null +++ b/src/Events/ConnectionPruned.php @@ -0,0 +1,19 @@ +disconnect(); Log::info('Connection Pruned', $connection->id()); + + ConnectionPruned::dispatch($connection); } }); }