id === (int) $id; }); Broadcast::channel('Modules.Core.Entities.User.{id}', function ($user, $id) { return (int) $user->id === (int) $id; });