<?php
namespace ContainerLTu5Uzl;
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 getDefaultSsoIdentityServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService' shared autowired service.
*
* @return \CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService
*
* @deprecated Since pimcore/customer-management-framework-bundle 3.4: The "CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService" service is deprecated.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('pimcore/customer-management-framework-bundle', '3.4', 'The "CustomerManagementFrameworkBundle\\Security\\SsoIdentity\\DefaultSsoIdentityService" service is deprecated.');
$container->privates['CustomerManagementFrameworkBundle\\Security\\SsoIdentity\\DefaultSsoIdentityService'] = $instance = new \CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService(($container->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] ?? $container->getCustomerProviderInterfaceService()));
$instance->setLogger(($container->services['monolog.logger.cmf'] ?? $container->load('getMonolog_Logger_CmfService')));
return $instance;
}
}