<?php
namespace ContainerXbYmIBs;
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 getEvent2Service extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\GtmGaEEc42\Event' shared autowired service.
*
* @return \Plugin\GtmGaEEc42\Event
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/GtmGaEEc42/Event.php';
$a = ($container->services['.container.private.security.authorization_checker'] ?? $container->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($container->privates['Plugin\\GtmGaEEc42\\Event'])) {
return $container->privates['Plugin\\GtmGaEEc42\\Event'];
}
return $container->privates['Plugin\\GtmGaEEc42\\Event'] = new \Plugin\GtmGaEEc42\Event(($container->privates['Plugin\\GtmGaEEc42\\Repository\\GtmGaEEcRepository'] ?? $container->load('getGtmGaEEcRepositoryService')), ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), $a, ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $container);
}
}