<?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\App\Fix\DomainChecksCommand' shared autowired service.

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

$this->privates['App\\Command\\App\\Fix\\DomainChecksCommand'] = $instance = new \App\Command\App\Fix\DomainChecksCommand(($this->services['App\\Service\\Domain\\StatService'] ?? $this->load('getStatServiceService.php')), ($this->privates['App\\Service\\Domain\\Stat\\CheckService'] ?? $this->load('getCheckServiceService.php')));

$instance->setName('app:fix:domain:checks');

return $instance;
