<?php
namespace ContainerLT0Zmck;
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 getSameItemValidatorService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\SheebDlc42\Service\PurchaseFlow\Processor\SameItemValidator' shared autowired service.
*
* @return \Plugin\SheebDlc42\Service\PurchaseFlow\Processor\SameItemValidator
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/PurchaseFlow/ValidatorTrait.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Service/PurchaseFlow/ItemValidator.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/SheebDlc42/Service/PurchaseFlow/Processor/SameItemValidator.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['Plugin\\SheebDlc42\\Service\\PurchaseFlow\\Processor\\SameItemValidator'])) {
return $container->privates['Plugin\\SheebDlc42\\Service\\PurchaseFlow\\Processor\\SameItemValidator'];
}
return $container->privates['Plugin\\SheebDlc42\\Service\\PurchaseFlow\\Processor\\SameItemValidator'] = new \Plugin\SheebDlc42\Service\PurchaseFlow\Processor\SameItemValidator($a, $container);
}
}