<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getSendCarrierEmailProcessorService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Support\SendCarrierEmailProcessor' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Support\SendCarrierEmailProcessor
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\Support\\SendCarrierEmailProcessor'] = new \App\ApiPlatform\State\Support\SendCarrierEmailProcessor(($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\Core\\Support\\Service\\CarrierEmailSender'] ?? $container->load('getCarrierEmailSenderService')), ($container->privates['App\\Core\\Support\\Service\\SupportTicketStateMachine'] ?? $container->load('getSupportTicketStateMachineService')), ($container->privates['App\\Core\\Support\\Service\\SupportTicketAuditor'] ??= new \App\Core\Support\Service\SupportTicketAuditor()), ($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), ($container->privates['App\\Core\\Support\\Service\\SupportMessageBodyFormatter'] ?? $container->load('getSupportMessageBodyFormatterService')), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), new \App\Core\Support\Service\Attachment\OutboundAttachmentStorer(($container->privates['file.s3.storage'] ?? $container->load('getFile_S3_StorageService')), ($container->privates['App\\Core\\Support\\Service\\Attachment\\SupportAttachmentPolicy'] ??= new \App\Core\Support\Service\Attachment\SupportAttachmentPolicy())), ($container->privates['App\\Core\\Support\\Service\\SupportSignatureBuilder'] ?? $container->load('getSupportSignatureBuilderService')), ($container->privates['App\\Core\\Support\\Service\\SupportTicketSegmentTracker'] ?? self::getSupportTicketSegmentTrackerService($container)), ($container->privates['App\\Core\\Support\\Automation\\TicketRuleEngine'] ?? $container->load('getTicketRuleEngineService')));
    }
}
