Removed route examples.
This commit is contained in:
@@ -12,7 +12,3 @@ use Illuminate\Support\Facades\Broadcast;
|
||||
| used to check if an authenticated user can listen to the channel.
|
||||
|
|
||||
*/
|
||||
|
||||
Broadcast::channel('App.Models.User.{id}', function ($user, $id) {
|
||||
return (int) $user->id === (int) $id;
|
||||
});
|
||||
|
Reference in New Issue
Block a user