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

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmLinkCheckCommand.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\\CrmLinkCheckCommand'] = $instance = new \App\Command\CrmLinkCheckCommand(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())), ($this->privates['App\\Service\\LinkService'] ?? $this->load('getLinkServiceService.php')), ($this->services['message_bus'] ?? $this->getMessageBusService()));

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

return $instance;
