<?php
namespace ContainerADpVxC8;
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 getDiscoveryServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\DiscoveryService' shared autowired service.
*
* @return \App\Service\DiscoveryService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/DiscoveryService.php';
return $container->privates['App\\Service\\DiscoveryService'] = new \App\Service\DiscoveryService(($container->privates['App\\Repository\\Seo\\IntelQueueRepository'] ?? $container->load('getIntelQueueRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['monolog.logger.seoinfo'] ?? $container->load('getMonolog_Logger_SeoinfoService')), ($container->privates['App\\Repository\\Seo\\SEOTasksRepository'] ?? $container->load('getSEOTasksRepositoryService')), ($container->privates['App\\Repository\\Seo\\GPlacesRepository'] ?? $container->load('getGPlacesRepositoryService')), ($container->privates['App\\Service\\D4SeoService'] ?? $container->load('getD4SeoServiceService')));
}
}