<?php

namespace ContainerYbU9dcX;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getWebauthn_AuthenticatorAttestationResponseValidator_ConditionalCreationService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webauthn.authenticator_attestation_response_validator.conditional_creation' shared autowired service.
     *
     * @return \Webauthn\AuthenticatorAttestationResponseValidator
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['webauthn.authenticator_attestation_response_validator.conditional_creation'] = $instance = new \Webauthn\AuthenticatorAttestationResponseValidator(($container->privates['Webauthn\\CeremonyStep\\CeremonyStepManagerFactory'] ?? $container->load('getCeremonyStepManagerFactoryService'))->conditionalCreateCeremony());

        $instance->setEventDispatcher(($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));
        $instance->setLogger(($container->privates['webauthn.logger.default'] ??= new \Psr\Log\NullLogger()));

        return $instance;
    }
}
