<?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 'pim_enrich.controller.rest.media' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Controller/InternalApi/MediaController.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/PathGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/FileStorage/PathGenerator.php';

return $this->services['pim_enrich.controller.rest.media'] = new \Akeneo\Pim\Enrichment\Bundle\Controller\InternalApi\MediaController(($this->services['validator'] ?? $this->load('getValidatorService.php')), ($this->privates['akeneo_file_storage.file_storage.path_generator'] ?? ($this->privates['akeneo_file_storage.file_storage.path_generator'] = new \Akeneo\Tool\Component\FileStorage\PathGenerator())), ($this->privates['akeneo_file_storage.file_storage.file.file_storer'] ?? $this->load('getAkeneoFileStorage_FileStorage_File_FileStorerService.php')));
