<?php
namespace Container1pCiSoz;
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 getLeadHelperService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\Helpers\LeadHelper' shared autowired service.
*
* @return \App\Services\Helpers\LeadHelper
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Helpers/LeadHelper.php';
return $container->privates['App\\Services\\Helpers\\LeadHelper'] = new \App\Services\Helpers\LeadHelper(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Services\\Currency'] ?? ($container->privates['App\\Services\\Currency'] = new \App\Services\Currency())), ($container->privates['App\\Services\\Helpers\\UserHelper'] ?? $container->load('getUserHelperService')), ($container->privates['App\\Services\\Helpers\\Logger'] ?? $container->load('getLoggerService')), $container);
}
}