var/cache/dev/ContainerADpVxC8/getD4SeoServiceService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerADpVxC8;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getD4SeoServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Service\D4SeoService' shared autowired service.
  12.      *
  13.      * @return \App\Service\D4SeoService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Service/D4SeoService.php';
  18.         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()));
  19.     }
  20. }