<?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\Integrations\Majestic\GuzzleReportHandler' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/Integrations/Majestic/ReportHandler.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Majestic/GuzzleReportHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';

return $this->privates['App\\Integrations\\Majestic\\GuzzleReportHandler'] = new \App\Integrations\Majestic\GuzzleReportHandler(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())), $this->getEnv('MAJESTIC_URL'), $this->getEnv('MAJESTIC_API_KEY'), ($this->services['message_bus'] ?? $this->getMessageBusService()));
