var/cache/dev/ContainerLXkFAwm/getTaskVoterService.php line 41

Open in your IDE?
  1. <?php
  2. namespace ContainerLXkFAwm;
  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 getTaskVoterService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Security\TaskVoter' shared autowired service.
  12.      *
  13.      * @return \App\Security\TaskVoter
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20.         include_once \dirname(__DIR__4).'/src/Security/TaskVoter.php';
  21.         $a = ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService());
  22.         if (isset($container->privates['App\\Security\\TaskVoter'])) {
  23.             return $container->privates['App\\Security\\TaskVoter'];
  24.         }
  25.         $b = ($container->privates['App\\Services\\Config\\ModuleTools'] ?? $container->getModuleToolsService());
  26.         if (isset($container->privates['App\\Security\\TaskVoter'])) {
  27.             return $container->privates['App\\Security\\TaskVoter'];
  28.         }
  29.         $c = ($container->privates['App\\Services\\LogTools'] ?? $container->getLogToolsService());
  30.         if (isset($container->privates['App\\Security\\TaskVoter'])) {
  31.             return $container->privates['App\\Security\\TaskVoter'];
  32.         }
  33.         return $container->privates['App\\Security\\TaskVoter'] = new \App\Security\TaskVoter($a, ($container->services['doctrine'] ?? $container->getDoctrineService()), $b$c);
  34.     }
  35. }