var/cache/dev/ContainerN0AJTP2/getUserServiceService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerN0AJTP2;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getUserServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Service\UserService' shared autowired service.
  12.      *
  13.      * @return \App\Service\UserService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  20.         $a = ($container->services['App\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService'));
  21.         if (isset($container->services['App\\Service\\UserService'])) {
  22.             return $container->services['App\\Service\\UserService'];
  23.         }
  24.         $b = ($container->services['App\\Service\\BaseService'] ?? $container->getBaseServiceService());
  25.         if (isset($container->services['App\\Service\\UserService'])) {
  26.             return $container->services['App\\Service\\UserService'];
  27.         }
  28.         return $container->services['App\\Service\\UserService'] = new \App\Service\UserService($a$b, ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))), ($container->services['Symfony\\Component\\Security\\Http\\LoginLink\\LoginLinkHandlerInterface $clientFirewallLoginLinkHandler'] ?? $container->load('getLoginLinkHandlerInterfaceclientFirewallLoginLinkHandlerService')), ($container->services['translator'] ?? $container->getTranslatorService()));
  29.     }
  30. }