<?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\ClientifyService' shared autowired service.
include_once \dirname(__DIR__, 4).'/src/Service/ClientifyService.php';
return $this->privates['App\\Service\\ClientifyService'] = new \App\Service\ClientifyService(($this->privates['App\\Service\\QI'] ?? $this->load('getQIService.php')), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['session'] ?? $this->getSessionService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));