var/cache/test/ContainerFG9Pgtp/getDebug_Security_Firewall_Authenticator_Dashboard_InnerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerFG9Pgtp;
  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 getDebug_Security_Firewall_Authenticator_Dashboard_InnerService extends App_KernelTestDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'debug.security.firewall.authenticator.dashboard.inner' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18.         $a = ($container->privates['security.authenticator.manager.dashboard'] ?? $container->load('getSecurity_Authenticator_Manager_DashboardService'));
  19.         if (isset($container->privates['debug.security.firewall.authenticator.dashboard.inner'])) {
  20.             return $container->privates['debug.security.firewall.authenticator.dashboard.inner'];
  21.         }
  22.         return $container->privates['debug.security.firewall.authenticator.dashboard.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  23.     }
  24. }