<?php
namespace Container2RnKIeo;
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 getLoginGovClientService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Abap\LoginGovBundle\Service\LoginGovClient' shared service.
*
* @return \Abap\LoginGovBundle\Service\LoginGovClient
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/abap/login-gov-bundle/src/Service/LoginGovClient.php';
return $container->privates['Abap\\LoginGovBundle\\Service\\LoginGovClient'] = new \Abap\LoginGovBundle\Service\LoginGovClient(($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))));
}
}