<?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\Crm\LandingPage\CheckCommand' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Crm/LandingPage/CheckCommand.php';
include_once \dirname(__DIR__, 4).'/src/Service/LandingPageProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Service/StatCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/BacklinksChecker.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/Configurable.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/RequestInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/GetBacklinksRequest.php';
include_once \dirname(__DIR__, 4).'/src/Service/BacklinksFakeChecker.php';

$this->privates['App\\Command\\Crm\\LandingPage\\CheckCommand'] = $instance = new \App\Command\Crm\LandingPage\CheckCommand(new \App\Service\LandingPageProcessor(($this->services['message_bus'] ?? $this->getMessageBusService())), ($this->services['App\\Service\\Campaign\\LandingPageService'] ?? $this->load('getLandingPageServiceService.php')), ($this->privates['App\\Service\\PageAuthorityChecker'] ?? $this->load('getPageAuthorityCheckerService.php')), new \App\Service\BacklinksChecker(($this->privates['App\\Integrations\\Semrush\\Client'] ?? $this->load('getClient2Service.php')), new \App\Integrations\Semrush\Requests\GetBacklinksRequest()), new \App\Service\BacklinksFakeChecker());

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

return $instance;
