<?php
namespace ContainerHP5BNbZ;
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 getStripePaymentGatewayEventService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the public 'Plugin\StripePaymentGateway42\StripePaymentGatewayEvent' shared autowired service.
*
* @return \Plugin\StripePaymentGateway42\StripePaymentGatewayEvent
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/StripePaymentGateway42/StripePaymentGatewayEvent.php';
return $container->services['Plugin\\StripePaymentGateway42\\StripePaymentGatewayEvent'] = new \Plugin\StripePaymentGateway42\StripePaymentGatewayEvent(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [
'Eccube\\Common\\EccubeConfig' => ['services', 'Eccube\\Common\\EccubeConfig', 'getEccubeConfigService', false],
'Plugin\\StripePaymentGateway42\\Service\\UtilService' => ['services', 'Plugin\\StripePaymentGateway42\\Service\\UtilService', 'getUtilServiceService', true],
'doctrine.orm.entity_manager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'router' => ['services', 'router', 'getRouterService', false],
'session' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'Eccube\\Common\\EccubeConfig' => '?',
'Plugin\\StripePaymentGateway42\\Service\\UtilService' => '?',
'doctrine.orm.entity_manager' => '?',
'router' => '?',
'session' => '?',
]));
}
}