var/cache/dev/ContainerCABm9vm/getUserManagerService.php line 11

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'App\Service\UserManager' shared autowired service.
  6. include_once $this->targetDirs[3].'/src/Service/UserManager.php';
  7. 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')));