<?php
namespace ContainerOyvH4kK;
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 getUserProviderLocatorServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Pimcore\Bundle\StatisticsExplorerBundle\Service\UserProviderLocatorService' shared autowired service.
*
* @return \Pimcore\Bundle\StatisticsExplorerBundle\Service\UserProviderLocatorService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/Service/UserProviderLocatorService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/statistics-explorer/src/User/PimcoreUserProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/portal-engine/src/Service/StatisticsTracker/User/PortalUserProvider.php';
return $container->privates['Pimcore\\Bundle\\StatisticsExplorerBundle\\Service\\UserProviderLocatorService'] = new \Pimcore\Bundle\StatisticsExplorerBundle\Service\UserProviderLocatorService(['pimcore' => new \Pimcore\Bundle\StatisticsExplorerBundle\User\PimcoreUserProvider(($container->services['Pimcore\\Bundle\\AdminBundle\\Security\\User\\TokenStorageUserResolver'] ?? $container->load('getTokenStorageUserResolver2Service'))), 'portal' => new \Pimcore\Bundle\PortalEngineBundle\Service\StatisticsTracker\User\PortalUserProvider(($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $container->getSecurityServiceService()))]);
}
}