<?php
namespace ContainerGEMEde9;
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 getSupplierCustomerSubscriberService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\EventListener\SupplierCustomerSubscriber' shared autowired service.
*
* @return \App\EventListener\SupplierCustomerSubscriber
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/SupplierCustomerSubscriber.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\EventListener\\SupplierCustomerSubscriber'])) {
return $container->privates['App\\EventListener\\SupplierCustomerSubscriber'];
}
$b = ($container->privates['App\\Service\\MailerService'] ?? $container->load('getMailerServiceService'));
if (isset($container->privates['App\\EventListener\\SupplierCustomerSubscriber'])) {
return $container->privates['App\\EventListener\\SupplierCustomerSubscriber'];
}
return $container->privates['App\\EventListener\\SupplierCustomerSubscriber'] = new \App\EventListener\SupplierCustomerSubscriber($a, $b);
}
}