<?php
namespace ContainerCgD5tIo;
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 getSmsServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\SmsService' shared autowired service.
*
* @return \App\Service\SmsService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/SmsService.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Service\\SmsService'])) {
return $container->privates['App\\Service\\SmsService'];
}
return $container->privates['App\\Service\\SmsService'] = new \App\Service\SmsService(($container->privates['App\\Repository\\ConfigurationRepository'] ?? $container->load('getConfigurationRepositoryService')), $a);
}
}