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

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmDomainCheckCommand.php';

$this->privates['App\\Command\\CrmDomainCheckCommand'] = $instance = new \App\Command\CrmDomainCheckCommand(($this->privates['App\\Service\\DomainService'] ?? $this->load('getDomainServiceService.php')), ($this->privates['App\\Service\\StatsProcessor'] ?? $this->load('getStatsProcessorService.php')), ($this->privates['App\\Service\\DomainAuthorityChecker'] ?? $this->load('getDomainAuthorityCheckerService.php')), ($this->privates['App\\Service\\PageAuthorityChecker'] ?? $this->load('getPageAuthorityCheckerService.php')), ($this->privates['App\\Service\\TrustFlowChecker'] ?? $this->load('getTrustFlowCheckerService.php')), ($this->privates['App\\Service\\CitationFlowChecker'] ?? $this->load('getCitationFlowCheckerService.php')));

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

return $instance;
