<?php
namespace ContainerC9ULHTc;
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\GmoPaymentGateway42\Event' shared autowired service.
*
* @return \Plugin\GmoPaymentGateway42\Event
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/GmoPaymentGateway42/Event.php';
$a = ($container->privates['Plugin\\GmoPaymentGateway42\\Service\\FraudDetector'] ?? $container->load('getFraudDetectorService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Event'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Event'];
}
$b = ($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'] ?? $container->load('getPaymentHelperCreditService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Event'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Event'];
}
return $container->privates['Plugin\\GmoPaymentGateway42\\Event'] = new \Plugin\GmoPaymentGateway42\Event($a, $b);
}
}