<?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.notification_subscriber' shared service.

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

$this->privates['akeneo_batch.notification_subscriber'] = $instance = new \Akeneo\Tool\Bundle\BatchBundle\EventListener\NotificationSubscriber();

$instance->registerNotifier(($this->privates['akeneo_batch.mail_notifier'] ?? $this->load('getAkeneoBatch_MailNotifierService.php')));

return $instance;
