var/cache/dev/ContainerLTu5Uzl/getDefaultSsoIdentityServiceService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerLTu5Uzl;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getDefaultSsoIdentityServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService' shared autowired service.
  12.      *
  13.      * @return \CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService
  14.      *
  15.      * @deprecated Since pimcore/customer-management-framework-bundle 3.4: The "CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService" service is deprecated.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('pimcore/customer-management-framework-bundle''3.4''The "CustomerManagementFrameworkBundle\\Security\\SsoIdentity\\DefaultSsoIdentityService" service is deprecated.');
  20.         $container->privates['CustomerManagementFrameworkBundle\\Security\\SsoIdentity\\DefaultSsoIdentityService'] = $instance = new \CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService(($container->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] ?? $container->getCustomerProviderInterfaceService()));
  21.         $instance->setLogger(($container->services['monolog.logger.cmf'] ?? $container->load('getMonolog_Logger_CmfService')));
  22.         return $instance;
  23.     }
  24. }