<?php
namespace ContainerXqPVELs;
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 getWhater_Security_UserProviderService extends Whater_KernelDevDebugContainer
{
/**
* Gets the private 'whater.security.user_provider' shared service.
*
* @return \Whater\Infrastructure\SecurityBundle\Security\UserProvider\UserProvider
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle/Security/UserProvider/UserProvider.php';
return $container->privates['whater.security.user_provider'] = new \Whater\Infrastructure\SecurityBundle\Security\UserProvider\UserProvider(($container->privates['whater.repository.user'] ?? $container->load('getWhater_Repository_UserService')));
}
}