Files
masimmo.pl/var/cache/prod/ContainerIdpxe97/getMbo_DistributionApi_Client_HttpService.php
2024-11-20 09:09:44 +01:00

9 lines
528 B
PHP

<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'mbo.distribution_api.client.http' shared service.
return $this->services['mbo.distribution_api.client.http'] = new \GuzzleHttp\Client(['base_url' => $this->getEnv('DISTRIBUTION_API_URL'), 'timeout' => '7200', 'headers' => ['Accept' => 'application/json'], 'CURLOPT_FORBID_REUSE' => true, 'CURLOPT_FRESH_CONNECT' => true]);