30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?php
|
|
|
|
namespace ContainerEvwr5zZ;
|
|
|
|
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 getMailer_TransportFactory_NativeService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'mailer.transport_factory.native' shared service.
|
|
*
|
|
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));
|
|
|
|
if (isset($container->privates['mailer.transport_factory.native'])) {
|
|
return $container->privates['mailer.transport_factory.native'];
|
|
}
|
|
|
|
return $container->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($container->privates['http_client.uri_template'] ?? $container->load('getHttpClient_UriTemplateService')), ($container->privates['monolog.logger.mailer'] ?? $container->load('getMonolog_Logger_MailerService')));
|
|
}
|
|
}
|