<?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 getRecentlyViewedProductServiceService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\RecentlyViewedProducts\Service\RecentlyViewedProductService' shared autowired service.
*
* @return \Plugin\RecentlyViewedProducts\Service\RecentlyViewedProductService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/RecentlyViewedProducts/Service/RecentlyViewedProductService.php';
return $container->privates['Plugin\\RecentlyViewedProducts\\Service\\RecentlyViewedProductService'] = new \Plugin\RecentlyViewedProducts\Service\RecentlyViewedProductService(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['Customize\\Repository\\CustomizeProductRepository'] ?? $container->getCustomizeProductRepositoryService()), ($container->privates['Plugin\\RecentlyViewedProducts\\Repository\\RecentlyViewedProductRepository'] ?? $container->load('getRecentlyViewedProductRepositoryService')), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()));
}
}