id === (int) $id; }); Broadcast::channel('notifications.{userId}', function ($user, $userId) { return (int) $user->id === (int) $userId; });