rename method
This commit is contained in:
parent
24d0102fcc
commit
7e41c61835
|
@ -19,7 +19,7 @@ public function boot()
|
|||
/*
|
||||
* Authenticate the user's personal channel...
|
||||
*/
|
||||
Broadcast::auth('App.User.*', function ($user, $userId) {
|
||||
Broadcast::channel('App.User.*', function ($user, $userId) {
|
||||
return (int) $user->id === (int) $userId;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue