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

include_once \dirname(__DIR__, 4).'/src/Service/Moz/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Moz/Configurable.php';
include_once \dirname(__DIR__, 4).'/src/Service/ExecutableInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Moz/Client.php';
include_once \dirname(__DIR__, 4).'/src/Service/Moz/Adapters/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Moz/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\Service\Moz\Adapters\Guzzle();
$a->setGuzzleClient(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())));

return $this->privates['App\\Service\\Moz\\Client'] = new \App\Service\Moz\Client(['accessId' => $this->getEnv('MOZ_ACCESS_ID'), 'secret' => $this->getEnv('MOZ_SECRET'), 'expires' => 300, 'adapter' => $a]);
