<?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 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';
return $container->privates['Plugin\\RecentlyViewedProducts\\Event'] = new \Plugin\RecentlyViewedProducts\Event(($container->privates['Plugin\\RecentlyViewedProducts\\Service\\RecentlyViewedProductService'] ?? $container->load('getRecentlyViewedProductServiceService')));
}
}