diff --git a/src/Channels/PresenceChannel.php b/src/Channels/PresenceChannel.php index 7aaf31b926..7e7b81a14f 100644 --- a/src/Channels/PresenceChannel.php +++ b/src/Channels/PresenceChannel.php @@ -127,7 +127,7 @@ public function unsubscribe(ConnectionInterface $connection) $connection->app->id ); } - }); + }); }); } }