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