<?php
namespace ContainerIPp9DFd;
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 getEvent3Service extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\RecentlyViewedProducts\Event' shared autowired service.
*
* @return \Plugin\RecentlyViewedProducts\Event
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/RecentlyViewedProducts/Event.php';
$a = ($container->privates['Plugin\\RecentlyViewedProducts\\Service\\RecentlyViewedProductService'] ?? $container->load('getRecentlyViewedProductServiceService'));
if (isset($container->privates['Plugin\\RecentlyViewedProducts\\Event'])) {
return $container->privates['Plugin\\RecentlyViewedProducts\\Event'];
}
return $container->privates['Plugin\\RecentlyViewedProducts\\Event'] = new \Plugin\RecentlyViewedProducts\Event($a);
}
}