<?php
namespace ContainerPiDxz9y;
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 getSessionSubscriberService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Subscriber\SessionSubscriber' shared autowired service.
*
* @return \App\Subscriber\SessionSubscriber
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Subscriber/SessionSubscriber.php';
return $container->privates['App\\Subscriber\\SessionSubscriber'] = new \App\Subscriber\SessionSubscriber(($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')));
}
}