<?php
namespace ContainerXorLgGn;
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 getAddCartTypeService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Eccube\Form\Type\AddCartType' shared autowired service.
*
* @return \Eccube\Form\Type\AddCartType
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Form/Type/AddCartType.php';
return $container->privates['Eccube\\Form\\Type\\AddCartType'] = new \Eccube\Form\Type\AddCartType(($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')));
}
}