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

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmCheckPageSpeedCommand.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Google/PageSpeed/GuzzleHandler.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\\CrmCheckPageSpeedCommand'] = $instance = new \App\Command\CrmCheckPageSpeedCommand(new \App\Integrations\Google\PageSpeed\GuzzleHandler(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())), $this->getEnv('GOOGLE_API_KEY'), ($this->services['message_bus'] ?? $this->getMessageBusService())), ($this->services['App\\Service\\CampaignService'] ?? $this->load('getCampaignServiceService.php')), ($this->privates['App\\Service\\Campaign\\PageSpeedCheckService'] ?? $this->load('getPageSpeedCheckServiceService.php')));

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

return $instance;
