File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getLigthsaml_Profile_LoginFactoryService.php
<?php
namespace ContainerPqu9koK;
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 getLigthsaml_Profile_LoginFactoryService extends AppKernelProdContainer
{
/*
* Gets the public 'ligthsaml.profile.login_factory' shared service.
*
* @return \LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpSendAuthnRequestProfileBuilderFactory
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['ligthsaml.profile.login_factory'] = new \LightSaml\Builder\Profile\WebBrowserSso\Sp\SsoSpSendAuthnRequestProfileBuilderFactory(($container->services['lightsaml.container.build'] ?? $container->load('getLightsaml_Container_BuildService')));
}
}