File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getMautic_Webhook_Http_ClientService.php
<?php
namespace ContainerPqu9koK;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/*
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getMautic_Webhook_Http_ClientService extends AppKernelProdContainer
{
/*
* Gets the public 'mautic.webhook.http.client' shared service.
*
* @return \Mautic\WebhookBundle\Http\Client
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['mautic.webhook.http.client'] = new \Mautic\WebhookBundle\Http\Client(($container->services['mautic.helper.core_parameters'] ?? ($container->services['mautic.helper.core_parameters'] = new \Mautic\CoreBundle\Helper\CoreParametersHelper($container))), ($container->services['mautic.http.client'] ?? ($container->services['mautic.http.client'] = new \GuzzleHttp\Client())));
}
}