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

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmCheckUptimeCommand.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/StatusCake/GuzzleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';

$a = ($this->services['message_bus'] ?? $this->getMessageBusService());

$this->privates['App\\Command\\CrmCheckUptimeCommand'] = $instance = new \App\Command\CrmCheckUptimeCommand(new \App\Integrations\StatusCake\GuzzleHandler($this->getEnv('STATUSCAKE_USERNAME'), $this->getEnv('STATUSCAKE_API_KEY'), ($this->privates['GuzzleHttp\\Client'] ?? ($this->privates['GuzzleHttp\\Client'] = new \GuzzleHttp\Client())), $a), $a);

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

return $instance;
