var/cache/dev/ContainerSvvuxBz/getMailerServiceService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerSvvuxBz;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getMailerServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Service\Mailer\MailerService' shared autowired service.
  12.      *
  13.      * @return \App\Service\Mailer\MailerService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Service/Mailer/MailerService.php';
  18.         $a = ($container->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $container->load('getMailerService'));
  19.         if (isset($container->privates['App\\Service\\Mailer\\MailerService'])) {
  20.             return $container->privates['App\\Service\\Mailer\\MailerService'];
  21.         }
  22.         $b = ($container->services['router'] ?? $container->getRouterService());
  23.         if (isset($container->privates['App\\Service\\Mailer\\MailerService'])) {
  24.             return $container->privates['App\\Service\\Mailer\\MailerService'];
  25.         }
  26.         $c = ($container->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $container->getChannelMainDomainUtilsService());
  27.         if (isset($container->privates['App\\Service\\Mailer\\MailerService'])) {
  28.             return $container->privates['App\\Service\\Mailer\\MailerService'];
  29.         }
  30.         return $container->privates['App\\Service\\Mailer\\MailerService'] = new \App\Service\Mailer\MailerService($a$b$b, ($container->privates['nellapp_sdk.routing.url_generator'] ?? $container->getNellappSdk_Routing_UrlGeneratorService()), $c, ($container->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime'] ?? $container->load('getFileRuntime2Service')), ($container->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $container->getNellappFileServiceService()));
  31.     }
  32. }