<?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\Manager\UserController' shared autowired service.
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/AbstractManagerController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Manager/UserController.php';
include_once \dirname(__DIR__, 4).'/src/Service/TimeService.php';
include_once \dirname(__DIR__, 4).'/src/Service/CloneService.php';
include_once \dirname(__DIR__, 4).'/src/Service/PublicationService.php';
$this->services['App\\Controller\\Manager\\UserController'] = $instance = new \App\Controller\Manager\UserController(($this->privates['App\\Service\\TimeService'] ?? ($this->privates['App\\Service\\TimeService'] = new \App\Service\TimeService())), ($this->privates['App\\Service\\UploaderService'] ?? $this->load('getUploaderServiceService.php')), ($this->privates['App\\Service\\CloneService'] ?? ($this->privates['App\\Service\\CloneService'] = new \App\Service\CloneService())), ($this->privates['App\\Service\\PublicationService'] ?? ($this->privates['App\\Service\\PublicationService'] = new \App\Service\PublicationService())));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->load('get_ServiceLocator_VdmMuyEService.php'))->withContext('App\\Controller\\Manager\\UserController', $this));
return $instance;