<?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 public 'App\Controller\Prospect\ImportController' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/FOSRestController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Prospect/ImportController.php';
include_once \dirname(__DIR__, 4).'/src/Service/Prospect/MultiFactory.php';
include_once \dirname(__DIR__, 4).'/src/Service/Prospect/Factory.php';

return $this->services['App\\Controller\\Prospect\\ImportController'] = new \App\Controller\Prospect\ImportController(($this->services['League\\Flysystem\\Filesystem'] ?? $this->load('getFilesystemService.php')), ($this->services['message_bus'] ?? $this->getMessageBusService()), new \App\Service\Prospect\MultiFactory(new \App\Service\Prospect\Factory(($this->privates['App\\Service\\Domain\\Builder'] ?? $this->load('getBuilderService.php')), ($this->privates['App\\Service\\CountryService'] ?? $this->load('getCountryServiceService.php')), ($this->privates['App\\Service\\ProspectService'] ?? $this->load('getProspectServiceService.php')))));
