<?php
namespace ContainerKw9eKg9;
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 getCustomNativeSessionStorageService extends App_KernelTestDebugContainer
{
/**
* Gets the private 'Cms\CoreBundle\Service\CustomNativeSessionStorage' shared autowired service.
*
* @return \Cms\CoreBundle\Service\CustomNativeSessionStorage
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
include_once \dirname(__DIR__, 4).'/src/Cms/CoreBundle/Service/CustomNativeSessionStorage.php';
return $container->privates['Cms\\CoreBundle\\Service\\CustomNativeSessionStorage'] = new \Cms\CoreBundle\Service\CustomNativeSessionStorage($container->parameters['session.storage.options'], ($container->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler'] ?? $container->load('getPdoSessionHandlerService')), ($container->privates['session.storage.metadata_bag'] ?? $container->load('getSession_Storage_MetadataBagService')));
}
}