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

include_once \dirname(__DIR__, 4).'/src/Service/Domain/Builder.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\\Service\\Domain\\Builder'] = new \App\Service\Domain\Builder(($this->privates['App\\Service\\DomainService'] ?? $this->load('getDomainServiceService.php')), ($this->privates['GuzzleHttp\\Client'] ?? ($this->privates['GuzzleHttp\\Client'] = new \GuzzleHttp\Client())));
