<?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\CrmCheckRobotsFileCommand' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmCheckRobotsFileCommand.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\\CrmCheckRobotsFileCommand'] = $instance = new \App\Command\CrmCheckRobotsFileCommand(($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\\RobotsCheckService'] ?? $this->load('getRobotsCheckServiceService.php')));

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

return $instance;
