<?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\EntityListener\DomainListener' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/EntityListener/DomainListener.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\\EntityListener\\DomainListener'] = new \App\EntityListener\DomainListener(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
