<?php
namespace ContainerBaz8fgl;
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 getEntryListenerService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\Auth0\EventListener\EntryListener' shared autowired service.
*
* @return \Plugin\Auth0\EventListener\EntryListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/Auth0/EventListener/EntryListener.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['Plugin\\Auth0\\EventListener\\EntryListener'])) {
return $container->privates['Plugin\\Auth0\\EventListener\\EntryListener'];
}
return $container->privates['Plugin\\Auth0\\EventListener\\EntryListener'] = new \Plugin\Auth0\EventListener\EntryListener(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
}