<?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 getDeleteListenerService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\Auth0\EventListener\Admin\Customer\DeleteListener' shared autowired service.
*
* @return \Plugin\Auth0\EventListener\Admin\Customer\DeleteListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/Auth0/EventListener/Admin/Customer/DeleteListener.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['Plugin\\Auth0\\EventListener\\Admin\\Customer\\DeleteListener'])) {
return $container->privates['Plugin\\Auth0\\EventListener\\Admin\\Customer\\DeleteListener'];
}
return $container->privates['Plugin\\Auth0\\EventListener\\Admin\\Customer\\DeleteListener'] = new \Plugin\Auth0\EventListener\Admin\Customer\DeleteListener($a, ($container->privates['Auth0\\SDK\\Auth0'] ?? $container->load('getAuth0Service')));
}
}