diff options
Diffstat (limited to 'routes/channels.php')
-rw-r--r-- | routes/channels.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/routes/channels.php b/routes/channels.php index 5d451e1..409c335 100644 --- a/routes/channels.php +++ b/routes/channels.php @@ -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; -}); |