<?php
namespace ContainerNiEM4Y2;
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 getAddFlashBugService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashBug' shared autowired service.
*
* @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashBug
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Front/Mypage/AddFlashBug.php';
return $container->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashBug(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
}