<?php
namespace ContainerNPdmxdp;
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 getApiCredentialsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Webkul\UVDesk\ApiBundle\Providers\ApiCredentials' shared autowired service.
*
* @return \Webkul\UVDesk\ApiBundle\Providers\ApiCredentials
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 5).'/packages/api-bundle/Providers/ApiCredentials.php';
$a = ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService());
if (isset($container->privates['Webkul\\UVDesk\\ApiBundle\\Providers\\ApiCredentials'])) {
return $container->privates['Webkul\\UVDesk\\ApiBundle\\Providers\\ApiCredentials'];
}
return $container->privates['Webkul\\UVDesk\\ApiBundle\\Providers\\ApiCredentials'] = new \Webkul\UVDesk\ApiBundle\Providers\ApiCredentials($a, $container, ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
}
}