<?php

use 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 'akeneo_batch.mail_notifier' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Notification/Notifier.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Notification/MailNotifier.php';

return $this->privates['akeneo_batch.mail_notifier'] = new \Akeneo\Tool\Bundle\BatchBundle\Notification\MailNotifier(($this->privates['akeneo_batch.logger.batch_log_handler'] ?? $this->load('getAkeneoBatch_Logger_BatchLogHandlerService.php')), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['twig'] ?? $this->load('getTwigService.php')), ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), 'no-reply@example.com');
