<?php
namespace Container0s35PEL;
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 getAddRegularCycleFormEventSubscriberService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddRegularCycleFormEventSubscriber' shared autowired service.
*
* @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddRegularCycleFormEventSubscriber
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Front/Shopping/AddRegularCycleFormEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Service/IsRegularPaymentService.php';
return $container->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddRegularCycleFormEventSubscriber(($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), ($container->privates['Plugin\\EccubePaymentLite42\\Service\\IsRegularPaymentService'] ?? ($container->privates['Plugin\\EccubePaymentLite42\\Service\\IsRegularPaymentService'] = new \Plugin\EccubePaymentLite42\Service\IsRegularPaymentService())), ($container->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $container->getConfigRepository2Service()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->privates['Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository'] ?? $container->load('getRegularCycleRepositoryService')), ($container->privates['Plugin\\EccubePaymentLite42\\Service\\CalculateNextDeliveryDateService'] ?? $container->load('getCalculateNextDeliveryDateServiceService')));
}
}