var/cache/dev/ContainerSoqyKnI/getSendContactEmailService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerSoqyKnI;
  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 getSendContactEmailService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Services\SendContactEmail' shared autowired service.
  12.      *
  13.      * @return \App\Services\SendContactEmail
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Services/SendContactEmail.php';
  18.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  19.         if (isset($container->services['App\\Services\\SendContactEmail'])) {
  20.             return $container->services['App\\Services\\SendContactEmail'];
  21.         }
  22.         $b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
  23.         if (isset($container->services['App\\Services\\SendContactEmail'])) {
  24.             return $container->services['App\\Services\\SendContactEmail'];
  25.         }
  26.         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);
  27.     }
  28. }