<?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 'Pmag\ApiBundle\Manager\ClientManager' shared autowired service.
include_once \dirname(__DIR__, 4).'/api/ApiBundle/Manager/ClientManager.php';
return $this->services['Pmag\\ApiBundle\\Manager\\ClientManager'] = new \Pmag\ApiBundle\Manager\ClientManager(($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));