<?php

namespace ContainerCvuvlxj;

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

/**
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getLightsamlSp_AttributeMapper_SimpleService extends App_KernelDevDebugContainer
{
    /**
     * Gets the public 'lightsaml_sp.attribute_mapper.simple' shared autowired service.
     *
     * @return \LightSaml\SpBundle\Security\User\SimpleAttributeMapper
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/AttributeMapperInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/SimpleAttributeMapper.php';

        return $container->services['lightsaml_sp.attribute_mapper.simple'] = new \LightSaml\SpBundle\Security\User\SimpleAttributeMapper();
    }
}
