<?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 'pim_notification.event_subscriber.job_execution_notifier' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/EventSubscriber/JobExecutionNotifier.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Factory/NotificationFactoryRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Factory/NotificationFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/NotificationBundle/Factory/AbstractNotificationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Factory/NotificationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Factory/MassEditNotificationFactory.php';

$a = new \Akeneo\Platform\Bundle\NotificationBundle\Factory\NotificationFactoryRegistry();
$a->register(new \Akeneo\Platform\Bundle\ImportExportBundle\Factory\NotificationFactory([0 => 'import', 1 => 'export'], 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\Notification'));
$a->register(new \Akeneo\Platform\Bundle\ImportExportBundle\Factory\MassEditNotificationFactory([0 => 'quick_export', 1 => 'mass_edit', 2 => 'mass_delete'], 'Akeneo\\Platform\\Bundle\\NotificationBundle\\Entity\\Notification'));

return $this->privates['pim_notification.event_subscriber.job_execution_notifier'] = new \Akeneo\Platform\Bundle\NotificationBundle\EventSubscriber\JobExecutionNotifier($a, ($this->privates['pim_notification.notifier'] ?? $this->load('getPimNotification_NotifierService.php')));
