<?php
namespace ContainerSvvuxBz;
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 getMailerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Nellapp\Bundle\SDKBundle\Mailer\Mailer' shared autowired service.
*
* @return \Nellapp\Bundle\SDKBundle\Mailer\Mailer
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
$a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'])) {
return $container->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'];
}
$container->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] = $instance = new \Nellapp\Bundle\SDKBundle\Mailer\Mailer($container->getEnv('MAIL_SENDER'), $container->getEnv('MAIL_SENDER_NAME'), $container->getEnv('BREVO_API_URL'), $container->getEnv('BREVO_API_KEY'), $container->getEnv('MAIL_DEV_ADDRESS'), $container->getEnv('bool:MAIL_TO_DEV'), $container->getEnv('bool:ACTIVE_MAIL'), $a, ($container->privates['.debug.http_client'] ?? $container->get_Debug_HttpClientService()));
$instance->setLogger(($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()));
return $instance;
}
}