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

include_once \dirname(__DIR__, 4).'/src/Integrations/MozApi/Client.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/MozApi/HttpClientFactory.php';

return $this->privates['App\\Integrations\\MozApi\\Client'] = new \App\Integrations\MozApi\Client(new \App\Integrations\MozApi\HttpClientFactory(), $this->getEnv('MOZ_ACCESS_ID'), $this->getEnv('MOZ_SECRET'));
