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

include_once \dirname(__DIR__, 4).'/src/Integrations/Common/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/Configurable.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Client.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Adapters/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Adapters/Guzzle.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';

$a = new \App\Integrations\Semrush\Adapters\Guzzle();
$a->setGuzzleClient(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())));

return $this->privates['App\\Integrations\\Semrush\\Client'] = new \App\Integrations\Semrush\Client(['apiKey' => $this->getEnv('SEMRUSH_API_KEY'), 'adapter' => $a]);
