<?php
namespace ContainerJvBSKRs;
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 getUsuarioRepositoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Repository\Ajustes\UsuarioRepository' shared autowired service.
*
* @return \App\Repository\Ajustes\UsuarioRepository
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Ajustes/UsuarioRepository.php';
return $container->privates['App\\Repository\\Ajustes\\UsuarioRepository'] = new \App\Repository\Ajustes\UsuarioRepository(($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->privates['security.helper'] ?? $container->getSecurity_HelperService()));
}
}