<?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 getRefGeneratorToolsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\Common\RefGeneratorTools' shared autowired service.
*
* @return \App\Services\Common\RefGeneratorTools
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Common/RefGeneratorTools.php';
$a = ($container->privates['App\\Services\\LogTools'] ?? $container->getLogToolsService());
if (isset($container->privates['App\\Services\\Common\\RefGeneratorTools'])) {
return $container->privates['App\\Services\\Common\\RefGeneratorTools'];
}
return $container->privates['App\\Services\\Common\\RefGeneratorTools'] = new \App\Services\Common\RefGeneratorTools(($container->services['doctrine'] ?? $container->getDoctrineService()), $a);
}
}