var/cache/dev/ContainerNZnxirU/getMailServiceService.php line 11

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'App\Service\MailService' shared autowired service.
  6. include_once \dirname(__DIR__4).'/src/Service/MailService.php';
  7. return $this->privates['App\\Service\\MailService'] = new \App\Service\MailService(($this->privates['mailer.mailer'] ?? $this->load('getMailer_MailerService.php')), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));