Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit af3c8e0

Browse files
committed
Merge branch 'fix/multiple-channel-members' of github.com:beyondcode/laravel-websockets into fix/multiple-channel-members
2 parents 049950f + 5877232 commit af3c8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Channels/PresenceChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function unsubscribe(ConnectionInterface $connection)
127127
$connection->app->id
128128
);
129129
}
130-
});
130+
});
131131
});
132132
}
133133
}

0 commit comments

Comments
 (0)