<?php
namespace ContainerLryOma0;
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 getLogToolsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\LogTools' shared autowired service.
*
* @return \App\Services\LogTools
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/LogTools.php';
$a = ($container->privates['security.helper'] ?? $container->getSecurity_HelperService());
if (isset($container->privates['App\\Services\\LogTools'])) {
return $container->privates['App\\Services\\LogTools'];
}
return $container->privates['App\\Services\\LogTools'] = new \App\Services\LogTools(($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->services['translator'] ?? $container->getTranslatorService()), $a, ($container->services['monolog.logger.ouch'] ?? $container->load('getMonolog_Logger_OuchService')));
}
}