<?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 getD4SeoServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\D4SeoService' shared autowired service.
*
* @return \App\Service\D4SeoService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/D4SeoService.php';
return $container->privates['App\\Service\\D4SeoService'] = new \App\Service\D4SeoService(($container->privates['App\\Service\\CommonService'] ?? $container->load('getCommonServiceService')), ($container->privates['.debug.http_client'] ?? $container->get_Debug_HttpClientService()), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['monolog.logger.seoinfo'] ?? $container->load('getMonolog_Logger_SeoinfoService')), ($container->privates['App\\Repository\\Fp\\FPTasksRepository'] ?? $container->load('getFPTasksRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPRankingsRepository'] ?? $container->load('getFPRankingsRepositoryService')), ($container->privates['App\\Repository\\Seo\\SEOTasksRepository'] ?? $container->load('getSEOTasksRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPSerpsRepository'] ?? $container->load('getFPSerpsRepositoryService')), ($container->privates['App\\Repository\\Seo\\LocationsRepository'] ?? $container->load('getLocationsRepositoryService')), ($container->privates['App\\Repository\\System\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
}
}