<?php
namespace ContainerLXkFAwm;
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 getSmsToolsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\Communication\SmsTools' shared autowired service.
*
* @return \App\Services\Communication\SmsTools
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Communication/SmsTools.php';
$a = ($container->privates['App\\Services\\LogTools'] ?? $container->getLogToolsService());
if (isset($container->privates['App\\Services\\Communication\\SmsTools'])) {
return $container->privates['App\\Services\\Communication\\SmsTools'];
}
$b = ($container->privates['App\\Services\\Security\\PasswordTools'] ?? $container->getPasswordToolsService());
if (isset($container->privates['App\\Services\\Communication\\SmsTools'])) {
return $container->privates['App\\Services\\Communication\\SmsTools'];
}
$c = ($container->privates['App\\Services\\Platform\\KeywordTools'] ?? $container->load('getKeywordToolsService'));
if (isset($container->privates['App\\Services\\Communication\\SmsTools'])) {
return $container->privates['App\\Services\\Communication\\SmsTools'];
}
$d = ($container->privates['App\\Services\\Communication\\SmsProviderTools'] ?? $container->load('getSmsProviderToolsService'));
if (isset($container->privates['App\\Services\\Communication\\SmsTools'])) {
return $container->privates['App\\Services\\Communication\\SmsTools'];
}
return $container->privates['App\\Services\\Communication\\SmsTools'] = new \App\Services\Communication\SmsTools($container->getEnv('dev_realm'), $container->getEnv('test_realm'), $container->getEnv('prod_realm'), ($container->services['doctrine'] ?? $container->getDoctrineService()), $a, $b, ($container->services['router'] ?? $container->getRouterService()), ($container->services['translator'] ?? $container->getTranslatorService()), $c, $d);
}
}