var/cache/dev/ContainerNPdmxdp/getAPIGuardService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerNPdmxdp;
  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 getAPIGuardService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Webkul\UVDesk\ApiBundle\Security\Guards\APIGuard' shared autowired service.
  12.      *
  13.      * @return \Webkul\UVDesk\ApiBundle\Security\Guards\APIGuard
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  20.         include_once \dirname(__DIR__5).'/packages/api-bundle/Security/Guards/APIGuard.php';
  21.         $a = ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService());
  22.         if (isset($container->privates['Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard'])) {
  23.             return $container->privates['Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard'];
  24.         }
  25.         return $container->privates['Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard'] = new \Webkul\UVDesk\ApiBundle\Security\Guards\APIGuard($a$container, ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')));
  26.     }
  27. }