<?php
namespace ContainerLXkFAwm;
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 getRHFormVoterService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'debug.security.voter.App\Security\RHFormVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/RHFormVoter.php';
$a = ($container->privates['App\\Services\\Config\\ModuleTools'] ?? $container->getModuleToolsService());
if (isset($container->privates['debug.security.voter.App\\Security\\RHFormVoter'])) {
return $container->privates['debug.security.voter.App\\Security\\RHFormVoter'];
}
$b = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
if (isset($container->privates['debug.security.voter.App\\Security\\RHFormVoter'])) {
return $container->privates['debug.security.voter.App\\Security\\RHFormVoter'];
}
return $container->privates['debug.security.voter.App\\Security\\RHFormVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RHFormVoter(($container->services['doctrine'] ?? $container->getDoctrineService()), $a), $b);
}
}