<?php
namespace ContainerFVUo0pS;
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 getCommonService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\Common' shared autowired service.
*
* @return \App\Services\Common
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Common.php';
$a = ($container->privates['App\\Services\\MysqlQueries'] ?? $container->load('getMysqlQueriesService'));
if (isset($container->privates['App\\Services\\Common'])) {
return $container->privates['App\\Services\\Common'];
}
$b = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Services\\Common'])) {
return $container->privates['App\\Services\\Common'];
}
$c = ($container->privates['App\\Services\\Scraper'] ?? $container->load('getScraperService'));
if (isset($container->privates['App\\Services\\Common'])) {
return $container->privates['App\\Services\\Common'];
}
$d = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['App\\Services\\Common'])) {
return $container->privates['App\\Services\\Common'];
}
$e = ($container->privates['App\\Services\\UsersComponents'] ?? $container->load('getUsersComponentsService'));
if (isset($container->privates['App\\Services\\Common'])) {
return $container->privates['App\\Services\\Common'];
}
$f = ($container->privates['App\\Services\\MafoObjectsComponents'] ?? $container->load('getMafoObjectsComponentsService'));
if (isset($container->privates['App\\Services\\Common'])) {
return $container->privates['App\\Services\\Common'];
}
return $container->privates['App\\Services\\Common'] = new \App\Services\Common($a, ($container->privates['App\\Services\\BrandHasofferAPI'] ?? $container->load('getBrandHasofferAPIService')), $b, $c, $d, ($container->privates['App\\Services\\Aws\\ElasticCache'] ?? $container->load('getElasticCacheService')), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), $e, $f, ($container->privates['App\\Services\\HyperApis'] ?? $container->load('getHyperApisService')), ($container->privates['monolog.logger'] ?? $container->load('getMonolog_LoggerService')), ($container->privates['mercure.hub.default.traceable'] ?? $container->getMercure_Hub_Default_TraceableService()));
}
}