<?php
namespace ContainerYoKJZrB;
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 getServiceComteleSMSService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Application\Project\SettingBundle\Service\ServiceComteleSMS' shared autowired service.
*
* @return \App\Application\Project\SettingBundle\Service\ServiceComteleSMS
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Application/Project/SettingBundle/Service/ServiceComteleSMS.php';
return $container->privates['App\\Application\\Project\\SettingBundle\\Service\\ServiceComteleSMS'] = new \App\Application\Project\SettingBundle\Service\ServiceComteleSMS(($container->services['doctrine'] ?? $container->getDoctrineService()));
}
}