id === (int) $id; }); Broadcast::channel('chats.{chat}', function ($user, Chat $chat) { return $user->can('view', $chat->chatable); });