<?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 getCronControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\System\CronController' shared autowired service.
*
* @return \App\Controller\System\CronController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/System/CronController.php';
include_once \dirname(__DIR__, 4).'/src/Service/CronFpBuilderService.php';
$container->services['App\\Controller\\System\\CronController'] = $instance = new \App\Controller\System\CronController(($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->privates['App\\Service\\DiscoveryService'] ?? $container->load('getDiscoveryServiceService')), new \App\Service\CronFpBuilderService(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\Seo\\GPlacesRepository'] ?? $container->load('getGPlacesRepositoryService')), ($container->privates['App\\Repository\\Seo\\LocationsRepository'] ?? $container->load('getLocationsRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPTestsRepository'] ?? $container->load('getFPTestsRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPTasksRepository'] ?? $container->load('getFPTasksRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPBacklinksRepository'] ?? $container->load('getFPBacklinksRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPReportsRepository'] ?? $container->load('getFPReportsRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPSerpsRepository'] ?? $container->load('getFPSerpsRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPVolumesRepository'] ?? $container->load('getFPVolumesRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPRankingsRepository'] ?? $container->load('getFPRankingsRepositoryService')), ($container->privates['App\\Repository\\Fp\\FPExtrasRepository'] ?? $container->load('getFPExtrasRepositoryService')), ($container->privates['App\\Repository\\Seo\\GmbReviewsRepository'] ?? $container->load('getGmbReviewsRepositoryService')), ($container->privates['App\\Repository\\System\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['App\\Service\\FootprintsService'] ?? $container->load('getFootprintsServiceService')), ($container->privates['App\\Service\\D4SeoService'] ?? $container->load('getD4SeoServiceService'))));
$instance->setContainer(($container->privates['.service_locator.FFcmJB_'] ?? $container->load('get_ServiceLocator_FFcmJBService'))->withContext('App\\Controller\\System\\CronController', $container));
return $instance;
}
}