<?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_Controller_Security_Admin_Creation_ResultService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webauthn.controller.security.admin.creation.result' shared service.
     *
     * @return \Webauthn\Bundle\Controller\DummyController
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['webauthn.controller.security.admin.creation.result'] = ($container->privates['Webauthn\\Bundle\\Controller\\DummyControllerFactory'] ??= new \Webauthn\Bundle\Controller\DummyControllerFactory())->create();
    }
}
