<?php
namespace ContainerMogfx3T;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getIctocoinServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\IctocoinService' shared autowired service.
*
* @return \App\Services\IctocoinService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/IctocoinService.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Services\\IctocoinService'])) {
return $container->privates['App\\Services\\IctocoinService'];
}
return $container->privates['App\\Services\\IctocoinService'] = new \App\Services\IctocoinService(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), $a, ($container->privates['App\\Repository\\IctusPharmacieRepository'] ?? $container->load('getIctusPharmacieRepositoryService')), ($container->privates['App\\Repository\\IctoTypemouvementRepository'] ?? $container->load('getIctoTypemouvementRepositoryService')), ($container->privates['App\\Repository\\IctoParampovRepository'] ?? $container->load('getIctoParampovRepositoryService')), ($container->privates['App\\Repository\\IctoParamgeneralRepository'] ?? $container->load('getIctoParamgeneralRepositoryService')), ($container->privates['App\\Repository\\PaysRepository'] ?? $container->load('getPaysRepositoryService')), ($container->privates['App\\Repository\\IctoValeurRepository'] ?? $container->load('getIctoValeurRepositoryService')), ($container->privates['App\\Repository\\IctoMouvementRepository'] ?? $container->load('getIctoMouvementRepositoryService')));
}
}