Skip to content

Commit fd8a872

Browse files
committed
update channel
1 parent 710d472 commit fd8a872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/channels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
Broadcast::channel('App.User.{id}', function ($user, $id) {
16+
Broadcast::channel('App.Models.User.{id}', function ($user, $id) {
1717
return (int) $user->id === (int) $id;
1818
});

0 commit comments

Comments
 (0)