new DiscordSender(), 'telegram' => new TelegramSender(), default => throw new \InvalidArgumentException("Plataforma no soportada: $platform"), }; } public static function getPlatforms(): array { return ['discord', 'telegram']; } }