<?php
namespace Container8bfPUBv;
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 getMailerSubscriberService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\EventSubscriber\MailerSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\MailerSubscriber
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/MailerSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Service/EmailLog.php';
return $container->privates['App\\EventSubscriber\\MailerSubscriber'] = new \App\EventSubscriber\MailerSubscriber(new \App\Service\EmailLog(($container->privates['App\\Repository\\EmailLogRepository'] ?? $container->load('getEmailLogRepositoryService'))));
}
}