<?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 'App\EventSubscriber\EmailSubscriber' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/EventSubscriber/EmailSubscriber.php';

return $this->privates['App\\EventSubscriber\\EmailSubscriber'] = new \App\EventSubscriber\EmailSubscriber(($this->services['App\\Service\\NegotiationService'] ?? $this->load('getNegotiationServiceService.php')), ($this->privates['App\\Service\\ProspectService'] ?? $this->load('getProspectServiceService.php')), ($this->privates['App\\Service\\NegotiationMessageService'] ?? $this->load('getNegotiationMessageServiceService.php')), ($this->services['League\\Flysystem\\Filesystem'] ?? $this->load('getFilesystemService.php')), ($this->privates['App\\Service\\FileService'] ?? $this->load('getFileServiceService.php')));
