<?php
namespace ContainerX2O0Xzx;
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 getSamlServiceService extends PaperKite_KernelStagingDebugContainer
{
/**
* Gets the private 'PaperKite\EmployeeApi\Service\SamlService' shared autowired service.
*
* @return \PaperKite\EmployeeApi\Service\SamlService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/EmployeeApi/Service/SamlService.php';
return $container->privates['PaperKite\\EmployeeApi\\Service\\SamlService'] = new \PaperKite\EmployeeApi\Service\SamlService(($container->privates['PaperKite\\EmployeeApi\\Service\\EmployeeService'] ?? $container->load('getEmployeeServiceService')), ($container->privates['PaperKite\\Common\\Service\\DepartmentService'] ?? $container->load('getDepartmentServiceService')), ($container->privates['Lightbulb\\Service\\Image\\InitialAvatarGenerator'] ?? $container->load('getInitialAvatarGeneratorService')), $container->getParameter('saml'), $container->getEnv('resolve:ADFS_IDP_CERTIFICATE'));
}
}