<?php
namespace ContainerGEMEde9;
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 getOrderVoterService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Voter\OrderVoter' shared autowired service.
*
* @return \App\Voter\OrderVoter
*/
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/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Voter/OrderVoter.php';
return $container->privates['App\\Voter\\OrderVoter'] = new \App\Voter\OrderVoter(($container->privates['App\\Model\\OrderFactory'] ?? $container->load('getOrderFactoryService')), ($container->privates['App\\Model\\User\\User'] ?? $container->getUserService()));
}
}