<?php
namespace ContainerSoqyKnI;
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 getSendContactEmailService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Services\SendContactEmail' shared autowired service.
*
* @return \App\Services\SendContactEmail
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/SendContactEmail.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['App\\Services\\SendContactEmail'])) {
return $container->services['App\\Services\\SendContactEmail'];
}
$b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->services['App\\Services\\SendContactEmail'])) {
return $container->services['App\\Services\\SendContactEmail'];
}
return $container->services['App\\Services\\SendContactEmail'] = new \App\Services\SendContactEmail(($container->services['App\\Services\\CustomMailer'] ?? ($container->services['App\\Services\\CustomMailer'] = new \App\Services\CustomMailer())), ($container->services['App\\Repository\\AccountingFirmRepository'] ?? $container->load('getAccountingFirmRepositoryService')), $a, ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['App\\Services\\MailjetApiEncryptionService'] ?? $container->getMailjetApiEncryptionServiceService()), ($container->services['Qferrer\\Mjml\\Twig\\MjmlExtension'] ?? $container->getMjmlExtensionService()), $b);
}
}