<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the private 'App\Service\MailService' shared autowired service.include_once \dirname(__DIR__, 4).'/src/Service/MailService.php';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()));