Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?php
namespace ContainerIWAfcIy;
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 getUserManagerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Manager\UserManager' shared autowired service.
*
* @return \App\Manager\UserManager
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Manager/UserManager.php';
include_once \dirname(__DIR__, 4).'/src/Services/GenerateKey.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $container->privates['App\\Manager\\UserManager'] = new \App\Manager\UserManager(($container->privates['App\\Services\\GenerateKey'] ?? ($container->privates['App\\Services\\GenerateKey'] = new \App\Services\GenerateKey())), ($container->privates['security.csrf.token_generator'] ?? ($container->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($container->privates['App\\Repository\\UserRepository'] ?? $container->getUserRepositoryService()), ($container->privates['App\\Manager\\EntityManager'] ?? $container->getEntityManagerService()), ($container->privates['security.user_password_hasher'] ?? $container->getSecurity_UserPasswordHasherService()), ($container->privates['App\\Manager\\ObjectManager'] ?? $container->load('getObjectManagerService')), ($container->privates['App\\Services\\MailerService'] ?? $container->getMailerServiceService()));
}
}