<?php
namespace ContainerQ3i0owY;
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 getLogServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\LogService' shared autowired service.
*
* @return \App\Service\LogService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/LogService.php';
return $container->privates['App\\Service\\LogService'] = new \App\Service\LogService(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
}
}