<?php
namespace ContainerU6LBI0b;
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 getSendMailServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\SendMailService' shared autowired service.
*
* @return \App\Service\SendMailService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/SendMailService.php';
$a = ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'));
if (isset($container->privates['App\\Service\\SendMailService'])) {
return $container->privates['App\\Service\\SendMailService'];
}
return $container->privates['App\\Service\\SendMailService'] = new \App\Service\SendMailService($a);
}
}