<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'App\Command\CrmCheckSitemapCommand' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmCheckSitemapCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';

$this->privates['App\\Command\\CrmCheckSitemapCommand'] = $instance = new \App\Command\CrmCheckSitemapCommand(($this->privates['GuzzleHttp\\Client'] ?? ($this->privates['GuzzleHttp\\Client'] = new \GuzzleHttp\Client())), ($this->services['App\\Service\\CampaignService'] ?? $this->load('getCampaignServiceService.php')), ($this->privates['App\\Service\\Campaign\\SitemapCheckService'] ?? $this->load('getSitemapCheckServiceService.php')));

$instance->setName('crm:check:sitemap');

return $instance;
