<?php 
 
namespace ContainerADpVxC8; 
 
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 getUserRepositoryService extends App_KernelDevDebugContainer 
{ 
    /** 
     * Gets the private 'App\Repository\System\UserRepository' shared autowired service. 
     * 
     * @return \App\Repository\System\UserRepository 
     */ 
    public static function do($container, $lazyLoad = true) 
    { 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php'; 
        include_once \dirname(__DIR__, 4).'/src/Repository/System/UserRepository.php'; 
 
        return $container->privates['App\\Repository\\System\\UserRepository'] = new \App\Repository\System\UserRepository(($container->services['doctrine'] ?? $container->getDoctrineService())); 
    } 
}