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

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

$this->privates['App\\Command\\CrmDomainIpCheckCommand'] = $instance = new \App\Command\CrmDomainIpCheckCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Service\\DomainService'] ?? $this->load('getDomainServiceService.php')), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));

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

return $instance;
