<?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\Service\UserManager' shared autowired service.
include_once $this->targetDirs[3].'/src/Service/UserManager.php';
return $this->privates['App\\Service\\UserManager'] = new \App\Service\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php')), ($this->privates['App\\Service\\ImageManager'] ?? $this->load('getImageManagerService.php')), ($this->services['fos_user.user_manager'] ?? $this->load('getFosUser_UserManagerService.php')), $this, ($this->privates['App\\Repository\\UserRepository'] ?? $this->load('getUserRepositoryService.php')));