var/cache/dev/ContainerW2J9urx/srcApp_KernelDevDebugContainer.php line 1596

Open in your IDE?
  1. <?php
  2. namespace ContainerW2J9urx;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'App\\Controller\\CodeController' => 'getCodeControllerService',
  38.             'App\\Controller\\Easyadmin\\CodeController' => 'getCodeController2Service',
  39.             'App\\Controller\\Easyadmin\\CountryController' => 'getCountryControllerService',
  40.             'App\\Controller\\Easyadmin\\DealerController' => 'getDealerControllerService',
  41.             'App\\Controller\\Easyadmin\\DomainController' => 'getDomainControllerService',
  42.             'App\\Controller\\Easyadmin\\ParticipantController' => 'getParticipantControllerService',
  43.             'App\\Controller\\Easyadmin\\ParticipationController' => 'getParticipationControllerService',
  44.             'App\\Controller\\Easyadmin\\PrizeController' => 'getPrizeControllerService',
  45.             'App\\Controller\\Easyadmin\\UserController' => 'getUserControllerService',
  46.             'App\\Controller\\Easyadmin\\WinnerController' => 'getWinnerControllerService',
  47.             'App\\Controller\\ExcelController' => 'getExcelControllerService',
  48.             'App\\Controller\\ParticipantController' => 'getParticipantController2Service',
  49.             'App\\Controller\\PdfController' => 'getPdfControllerService',
  50.             'App\\Controller\\PrizeController' => 'getPrizeController2Service',
  51.             'App\\Controller\\ReadFilesController' => 'getReadFilesControllerService',
  52.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  53.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  55.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'data_collector.dump' => 'getDataCollector_DumpService',
  65.             'doctrine' => 'getDoctrineService',
  66.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  67.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  68.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  69.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  70.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  71.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  72.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  73.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  74.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  75.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  76.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  77.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  78.             'easyadmin.router' => 'getEasyadmin_RouterService',
  79.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  80.             'event_dispatcher' => 'getEventDispatcherService',
  81.             'filesystem' => 'getFilesystemService',
  82.             'form.factory' => 'getForm_FactoryService',
  83.             'form.type.file' => 'getForm_Type_FileService',
  84.             'http_kernel' => 'getHttpKernelService',
  85.             'message_bus' => 'getMessageBusService',
  86.             'profiler' => 'getProfilerService',
  87.             'request_stack' => 'getRequestStackService',
  88.             'router' => 'getRouterService',
  89.             'routing.loader' => 'getRouting_LoaderService',
  90.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  91.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  92.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  93.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  94.             'security.token_storage' => 'getSecurity_TokenStorageService',
  95.             'serializer' => 'getSerializerService',
  96.             'services_resetter' => 'getServicesResetterService',
  97.             'session' => 'getSessionService',
  98.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  99.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  100.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  101.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  102.             'translator' => 'getTranslatorService',
  103.             'twig' => 'getTwigService',
  104.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  105.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  106.             'validator' => 'getValidatorService',
  107.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  108.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  109.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  110.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  111.         ];
  112.         $this->aliases = [
  113.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  114.             'database_connection' => 'doctrine.dbal.default_connection',
  115.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  116.             'mailer' => 'swiftmailer.mailer.default',
  117.             'messenger.default_bus' => 'message_bus',
  118.         ];
  119.         $this->privates['service_container'] = function () {
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  121.             include_once \dirname(__DIR__4).'/src/EventSubscriber/TokenSubscriber.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  134.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  154.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  201.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  252.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  255.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  258.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  261.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  262.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  294.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  299.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  329.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  331.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  334.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  359.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  360.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  362.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  363.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  364.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  365.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  366.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  367.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  368.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  369.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  370.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  371.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  372.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  400.         };
  401.     }
  402.     public function compile(): void
  403.     {
  404.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  405.     }
  406.     public function isCompiled(): bool
  407.     {
  408.         return true;
  409.     }
  410.     public function getRemovedIds(): array
  411.     {
  412.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  413.     }
  414.     protected function createProxy($class, \Closure $factory)
  415.     {
  416.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  417.         return $factory();
  418.     }
  419.     /**
  420.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  421.      *
  422.      * @return \App\Controller\AdminController
  423.      */
  424.     protected function getAdminControllerService()
  425.     {
  426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  428.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  429.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  430.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminController'$this));
  431.         return $instance;
  432.     }
  433.     /**
  434.      * Gets the public 'App\Controller\CodeController' shared autowired service.
  435.      *
  436.      * @return \App\Controller\CodeController
  437.      */
  438.     protected function getCodeControllerService()
  439.     {
  440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  442.         include_once \dirname(__DIR__4).'/src/Controller/CodeController.php';
  443.         $this->services['App\\Controller\\CodeController'] = $instance = new \App\Controller\CodeController();
  444.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CodeController'$this));
  445.         return $instance;
  446.     }
  447.     /**
  448.      * Gets the public 'App\Controller\Easyadmin\CodeController' shared autowired service.
  449.      *
  450.      * @return \App\Controller\Easyadmin\CodeController
  451.      */
  452.     protected function getCodeController2Service()
  453.     {
  454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  456.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  457.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  458.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  459.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  460.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/CodeController.php';
  461.         $this->services['App\\Controller\\Easyadmin\\CodeController'] = $instance = new \App\Controller\Easyadmin\CodeController(($this->privates['http_client'] ?? $this->getHttpClientService()));
  462.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\CodeController'$this));
  463.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  464.         return $instance;
  465.     }
  466.     /**
  467.      * Gets the public 'App\Controller\Easyadmin\CountryController' shared autowired service.
  468.      *
  469.      * @return \App\Controller\Easyadmin\CountryController
  470.      */
  471.     protected function getCountryControllerService()
  472.     {
  473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  475.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  476.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  477.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  478.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  479.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/CountryController.php';
  480.         $this->services['App\\Controller\\Easyadmin\\CountryController'] = $instance = new \App\Controller\Easyadmin\CountryController();
  481.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\CountryController'$this));
  482.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  483.         return $instance;
  484.     }
  485.     /**
  486.      * Gets the public 'App\Controller\Easyadmin\DealerController' shared autowired service.
  487.      *
  488.      * @return \App\Controller\Easyadmin\DealerController
  489.      */
  490.     protected function getDealerControllerService()
  491.     {
  492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  494.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  495.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  496.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  497.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  498.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/DealerController.php';
  499.         $this->services['App\\Controller\\Easyadmin\\DealerController'] = $instance = new \App\Controller\Easyadmin\DealerController(($this->privates['http_client'] ?? $this->getHttpClientService()));
  500.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\DealerController'$this));
  501.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  502.         return $instance;
  503.     }
  504.     /**
  505.      * Gets the public 'App\Controller\Easyadmin\DomainController' shared autowired service.
  506.      *
  507.      * @return \App\Controller\Easyadmin\DomainController
  508.      */
  509.     protected function getDomainControllerService()
  510.     {
  511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  513.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  514.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  515.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  516.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  517.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/DomainController.php';
  518.         $this->services['App\\Controller\\Easyadmin\\DomainController'] = $instance = new \App\Controller\Easyadmin\DomainController();
  519.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\DomainController'$this));
  520.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  521.         return $instance;
  522.     }
  523.     /**
  524.      * Gets the public 'App\Controller\Easyadmin\ParticipantController' shared autowired service.
  525.      *
  526.      * @return \App\Controller\Easyadmin\ParticipantController
  527.      */
  528.     protected function getParticipantControllerService()
  529.     {
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  532.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  533.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  534.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  535.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  536.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/ParticipantController.php';
  537.         $this->services['App\\Controller\\Easyadmin\\ParticipantController'] = $instance = new \App\Controller\Easyadmin\ParticipantController();
  538.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\ParticipantController'$this));
  539.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  540.         return $instance;
  541.     }
  542.     /**
  543.      * Gets the public 'App\Controller\Easyadmin\ParticipationController' shared autowired service.
  544.      *
  545.      * @return \App\Controller\Easyadmin\ParticipationController
  546.      */
  547.     protected function getParticipationControllerService()
  548.     {
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  551.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  552.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  553.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  554.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  555.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/ParticipationController.php';
  556.         $this->services['App\\Controller\\Easyadmin\\ParticipationController'] = $instance = new \App\Controller\Easyadmin\ParticipationController();
  557.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\ParticipationController'$this));
  558.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  559.         return $instance;
  560.     }
  561.     /**
  562.      * Gets the public 'App\Controller\Easyadmin\PrizeController' shared autowired service.
  563.      *
  564.      * @return \App\Controller\Easyadmin\PrizeController
  565.      */
  566.     protected function getPrizeControllerService()
  567.     {
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  570.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  571.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  572.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  573.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  574.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/PrizeController.php';
  575.         $this->services['App\\Controller\\Easyadmin\\PrizeController'] = $instance = new \App\Controller\Easyadmin\PrizeController();
  576.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\PrizeController'$this));
  577.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  578.         return $instance;
  579.     }
  580.     /**
  581.      * Gets the public 'App\Controller\Easyadmin\UserController' shared autowired service.
  582.      *
  583.      * @return \App\Controller\Easyadmin\UserController
  584.      */
  585.     protected function getUserControllerService()
  586.     {
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  589.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  590.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  591.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/UserController.php';
  592.         $this->services['App\\Controller\\Easyadmin\\UserController'] = $instance = new \App\Controller\Easyadmin\UserController(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  593.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\UserController'$this));
  594.         return $instance;
  595.     }
  596.     /**
  597.      * Gets the public 'App\Controller\Easyadmin\WinnerController' shared autowired service.
  598.      *
  599.      * @return \App\Controller\Easyadmin\WinnerController
  600.      */
  601.     protected function getWinnerControllerService()
  602.     {
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  605.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  606.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  607.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportDownloadTrait.php';
  608.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Traits/ReportStatusTrait.php';
  609.         include_once \dirname(__DIR__4).'/src/Controller/Easyadmin/WinnerController.php';
  610.         $this->services['App\\Controller\\Easyadmin\\WinnerController'] = $instance = new \App\Controller\Easyadmin\WinnerController();
  611.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('App\\Controller\\Easyadmin\\WinnerController'$this));
  612.         $instance->getProjectDir(($this->services['kernel'] ?? $this->get('kernel'1)));
  613.         return $instance;
  614.     }
  615.     /**
  616.      * Gets the public 'App\Controller\ExcelController' shared autowired service.
  617.      *
  618.      * @return \App\Controller\ExcelController
  619.      */
  620.     protected function getExcelControllerService()
  621.     {
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  624.         include_once \dirname(__DIR__4).'/src/Controller/ExcelController.php';
  625.         $this->services['App\\Controller\\ExcelController'] = $instance = new \App\Controller\ExcelController();
  626.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ExcelController'$this));
  627.         return $instance;
  628.     }
  629.     /**
  630.      * Gets the public 'App\Controller\ParticipantController' shared autowired service.
  631.      *
  632.      * @return \App\Controller\ParticipantController
  633.      */
  634.     protected function getParticipantController2Service()
  635.     {
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  638.         include_once \dirname(__DIR__4).'/src/Controller/ParticipantController.php';
  639.         $this->services['App\\Controller\\ParticipantController'] = $instance = new \App\Controller\ParticipantController();
  640.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParticipantController'$this));
  641.         return $instance;
  642.     }
  643.     /**
  644.      * Gets the public 'App\Controller\PdfController' shared autowired service.
  645.      *
  646.      * @return \App\Controller\PdfController
  647.      */
  648.     protected function getPdfControllerService()
  649.     {
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  652.         include_once \dirname(__DIR__4).'/src/Controller/PdfController.php';
  653.         $this->services['App\\Controller\\PdfController'] = $instance = new \App\Controller\PdfController();
  654.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PdfController'$this));
  655.         return $instance;
  656.     }
  657.     /**
  658.      * Gets the public 'App\Controller\PrizeController' shared autowired service.
  659.      *
  660.      * @return \App\Controller\PrizeController
  661.      */
  662.     protected function getPrizeController2Service()
  663.     {
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  666.         include_once \dirname(__DIR__4).'/src/Controller/PrizeController.php';
  667.         $this->services['App\\Controller\\PrizeController'] = $instance = new \App\Controller\PrizeController();
  668.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PrizeController'$this));
  669.         return $instance;
  670.     }
  671.     /**
  672.      * Gets the public 'App\Controller\ReadFilesController' shared autowired service.
  673.      *
  674.      * @return \App\Controller\ReadFilesController
  675.      */
  676.     protected function getReadFilesControllerService()
  677.     {
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  680.         include_once \dirname(__DIR__4).'/src/Controller/ReadFilesController.php';
  681.         $this->services['App\\Controller\\ReadFilesController'] = $instance = new \App\Controller\ReadFilesController();
  682.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ReadFilesController'$this));
  683.         return $instance;
  684.     }
  685.     /**
  686.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  687.      *
  688.      * @return \App\Controller\SecurityController
  689.      */
  690.     protected function getSecurityControllerService()
  691.     {
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  694.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  695.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  696.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SecurityController'$this));
  697.         return $instance;
  698.     }
  699.     /**
  700.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  701.      *
  702.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  703.      */
  704.     protected function getEasyAdminControllerService()
  705.     {
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  708.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  709.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  710.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  711.         $instance->setContainer(($this->privates['.service_locator.J0I9IhF'] ?? $this->get_ServiceLocator_J0I9IhFService())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  712.         return $instance;
  713.     }
  714.     /**
  715.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  716.      *
  717.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  718.      */
  719.     protected function getRedirectControllerService()
  720.     {
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  722.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  723.     }
  724.     /**
  725.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  726.      *
  727.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  728.      */
  729.     protected function getTemplateControllerService()
  730.     {
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  732.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  733.     }
  734.     /**
  735.      * Gets the public 'cache.app' shared service.
  736.      *
  737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  738.      */
  739.     protected function getCache_AppService()
  740.     {
  741.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('O2A3UUziWS'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  742.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  743.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  744.     }
  745.     /**
  746.      * Gets the public 'cache.app_clearer' shared service.
  747.      *
  748.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  749.      */
  750.     protected function getCache_AppClearerService()
  751.     {
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  754.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  755.     }
  756.     /**
  757.      * Gets the public 'cache.global_clearer' shared service.
  758.      *
  759.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  760.      */
  761.     protected function getCache_GlobalClearerService()
  762.     {
  763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  765.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  766.     }
  767.     /**
  768.      * Gets the public 'cache.system' shared service.
  769.      *
  770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  771.      */
  772.     protected function getCache_SystemService()
  773.     {
  774.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nSbOw3yBRc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  775.     }
  776.     /**
  777.      * Gets the public 'cache.system_clearer' shared service.
  778.      *
  779.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  780.      */
  781.     protected function getCache_SystemClearerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  785.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  786.     }
  787.     /**
  788.      * Gets the public 'cache_clearer' shared service.
  789.      *
  790.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  791.      */
  792.     protected function getCacheClearerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  796.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  797.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  798.         }, 1));
  799.     }
  800.     /**
  801.      * Gets the public 'cache_warmer' shared service.
  802.      *
  803.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  804.      */
  805.     protected function getCacheWarmerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  809.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  810.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  811.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  812.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  813.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  814.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  815.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  816.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  817.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  818.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  819.     }
  820.     /**
  821.      * Gets the public 'console.command_loader' shared service.
  822.      *
  823.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  824.      */
  825.     protected function getConsole_CommandLoaderService()
  826.     {
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  829.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  830.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  831.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  832.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  833.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  834.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  835.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  836.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  837.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  838.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  839.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  840.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  841.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  842.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  843.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  844.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  845.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  846.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  847.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  848.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  849.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  850.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  851.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  852.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  853.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  854.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  855.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  856.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  857.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  858.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  859.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  860.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  861.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  862.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  863.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  864.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  865.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  866.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  867.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  868.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  869.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  870.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  871.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  872.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  873.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  874.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  875.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  876.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  877.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  878.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  879.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  880.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  881.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  882.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  883.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  884.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  885.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  886.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  887.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  888.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  889.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  890.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  891.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  892.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  893.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  894.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  895.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  896.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  897.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  898.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  899.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  900.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  901.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  902.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  903.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  904.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  905.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  906.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  907.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  908.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  909.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  910.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  911.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  912.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  913.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  914.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  915.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  916.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  917.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  918.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  919.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  920.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  921.         ], [
  922.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  923.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  924.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  925.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  926.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  927.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  928.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  929.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  930.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  931.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  932.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  933.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  934.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  935.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  936.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  937.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  938.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  939.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  940.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  941.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  942.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  943.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  944.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  945.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  946.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  947.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  948.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  949.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  950.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  951.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  952.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  953.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  954.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  955.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  956.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  957.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  958.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  959.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  960.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  961.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  962.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  963.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  964.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  965.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  966.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  967.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  968.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  969.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  970.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  971.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  972.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  973.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  974.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  975.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  976.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  977.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  978.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  979.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  980.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  981.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  982.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  983.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  984.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  985.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  986.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  987.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  988.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  989.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  990.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  991.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  992.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  993.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  994.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  995.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  996.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  997.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  998.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  999.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1000.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1001.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1002.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1003.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1004.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1005.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1006.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1007.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1008.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1009.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1010.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1011.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1012.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1013.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''make:admin:migration' => 'easyadmin.command.make_admin_migration''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1014.     }
  1015.     /**
  1016.      * Gets the public 'data_collector.dump' shared service.
  1017.      *
  1018.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1019.      */
  1020.     protected function getDataCollector_DumpService()
  1021.     {
  1022.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1023.     }
  1024.     /**
  1025.      * Gets the public 'doctrine' shared service.
  1026.      *
  1027.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1028.      */
  1029.     protected function getDoctrineService()
  1030.     {
  1031.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1032.     }
  1033.     /**
  1034.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1035.      *
  1036.      * @return \Doctrine\DBAL\Connection
  1037.      */
  1038.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1039.     {
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1051.         $a = new \Doctrine\DBAL\Configuration();
  1052.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1053.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1054.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1056.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1057.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']), => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1058.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1059.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1060.         ], [
  1061.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1062.         ]));
  1063.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1064.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '10.1.38-MariaDB''defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  1065.     }
  1066.     /**
  1067.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1068.      *
  1069.      * @return \Doctrine\ORM\EntityManager
  1070.      */
  1071.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1072.     {
  1073.         if ($lazyLoad) {
  1074.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1075.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1076.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1077.                     $proxy->setProxyInitializer(null);
  1078.                     return true;
  1079.                 });
  1080.             });
  1081.         }
  1082.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1105.         $a = new \Doctrine\ORM\Configuration();
  1106.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1107.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1108.         $b->addDriver($c'App\\Entity');
  1109.         $b->addDriver($c'CCDigital\\ReportExporterBundle\\Entity');
  1110.         $a->setEntityNamespaces(['App' => 'App\\Entity''ReportExporterBundle' => 'CCDigital\\ReportExporterBundle\\Entity']);
  1111.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1112.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1113.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1114.         $a->setMetadataDriverImpl($b);
  1115.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1116.         $a->setProxyNamespace('Proxies');
  1117.         $a->setAutoGenerateProxyClasses(true);
  1118.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1119.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1120.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1121.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1122.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1123.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1124.             'App\\Repository\\CodeRepository' => ['privates''App\\Repository\\CodeRepository''getCodeRepositoryService'false],
  1125.             'App\\Repository\\ContentRepository' => ['privates''App\\Repository\\ContentRepository''getContentRepositoryService'false],
  1126.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  1127.             'App\\Repository\\DealerRepository' => ['privates''App\\Repository\\DealerRepository''getDealerRepositoryService'false],
  1128.             'App\\Repository\\DomainRepository' => ['privates''App\\Repository\\DomainRepository''getDomainRepositoryService'false],
  1129.             'App\\Repository\\IntegrationRepository' => ['privates''App\\Repository\\IntegrationRepository''getIntegrationRepositoryService'false],
  1130.             'App\\Repository\\ParticipantRepository' => ['privates''App\\Repository\\ParticipantRepository''getParticipantRepositoryService'false],
  1131.             'App\\Repository\\ParticipationRepository' => ['privates''App\\Repository\\ParticipationRepository''getParticipationRepositoryService'false],
  1132.             'App\\Repository\\PrizeRepository' => ['privates''App\\Repository\\PrizeRepository''getPrizeRepositoryService'false],
  1133.             'App\\Repository\\RaffleRepository' => ['privates''App\\Repository\\RaffleRepository''getRaffleRepositoryService'false],
  1134.             'App\\Repository\\SessionsRepository' => ['privates''App\\Repository\\SessionsRepository''getSessionsRepositoryService'false],
  1135.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1136.             'App\\Repository\\WinnerRepository' => ['privates''App\\Repository\\WinnerRepository''getWinnerRepositoryService'false],
  1137.             'CCDigital\\ReportExporterBundle\\Repository\\ReportRepository' => ['privates''CCDigital\\ReportExporterBundle\\Repository\\ReportRepository''getReportRepositoryService'false],
  1138.         ], [
  1139.             'App\\Repository\\CodeRepository' => '?',
  1140.             'App\\Repository\\ContentRepository' => '?',
  1141.             'App\\Repository\\CountryRepository' => '?',
  1142.             'App\\Repository\\DealerRepository' => '?',
  1143.             'App\\Repository\\DomainRepository' => '?',
  1144.             'App\\Repository\\IntegrationRepository' => '?',
  1145.             'App\\Repository\\ParticipantRepository' => '?',
  1146.             'App\\Repository\\ParticipationRepository' => '?',
  1147.             'App\\Repository\\PrizeRepository' => '?',
  1148.             'App\\Repository\\RaffleRepository' => '?',
  1149.             'App\\Repository\\SessionsRepository' => '?',
  1150.             'App\\Repository\\UserRepository' => '?',
  1151.             'App\\Repository\\WinnerRepository' => '?',
  1152.             'CCDigital\\ReportExporterBundle\\Repository\\ReportRepository' => '?',
  1153.         ])));
  1154.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1155.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1156.         return $instance;
  1157.     }
  1158.     /**
  1159.      * Gets the public 'easyadmin.autocomplete' shared service.
  1160.      *
  1161.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  1162.      */
  1163.     protected function getEasyadmin_AutocompleteService()
  1164.     {
  1165.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1168.         return $this->services['easyadmin.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), new \EasyCorp\Bundle\EasyAdminBundle\Search\Finder(($this->services['easyadmin.query_builder'] ?? $this->getEasyadmin_QueryBuilderService()), ($this->services['easyadmin.paginator'] ?? ($this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator()))), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1169.     }
  1170.     /**
  1171.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  1172.      *
  1173.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1174.      */
  1175.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1179.         $this->services['easyadmin.command.make_admin_migration'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), \dirname(__DIR__4));
  1180.         $instance->setName('make:admin:migration');
  1181.         return $instance;
  1182.     }
  1183.     /**
  1184.      * Gets the public 'easyadmin.config.manager' shared service.
  1185.      *
  1186.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1187.      */
  1188.     protected function getEasyadmin_Config_ManagerService()
  1189.     {
  1190.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1191.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1192.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1193.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('es'));
  1194.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1195.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1196.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1197.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1198.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1199.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1200.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1201.         return $instance;
  1202.     }
  1203.     /**
  1204.      * Gets the public 'easyadmin.filter.registry' shared service.
  1205.      *
  1206.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1207.      */
  1208.     protected function getEasyadmin_Filter_RegistryService()
  1209.     {
  1210.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  1211.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  1212.         }, 1));
  1213.     }
  1214.     /**
  1215.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  1216.      *
  1217.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  1218.      */
  1219.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  1220.     {
  1221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  1224.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1225.     }
  1226.     /**
  1227.      * Gets the public 'easyadmin.listener.controller' shared service.
  1228.      *
  1229.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1230.      */
  1231.     protected function getEasyadmin_Listener_ControllerService()
  1232.     {
  1233.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1234.     }
  1235.     /**
  1236.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  1237.      *
  1238.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  1239.      */
  1240.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  1241.     {
  1242.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  1243.         return $this->services['easyadmin.listener.request_post_initialize'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1244.     }
  1245.     /**
  1246.      * Gets the public 'easyadmin.paginator' shared service.
  1247.      *
  1248.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  1249.      */
  1250.     protected function getEasyadmin_PaginatorService()
  1251.     {
  1252.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1253.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  1254.     }
  1255.     /**
  1256.      * Gets the public 'easyadmin.property_accessor' shared service.
  1257.      *
  1258.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1259.      */
  1260.     protected function getEasyadmin_PropertyAccessorService()
  1261.     {
  1262.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1263.     }
  1264.     /**
  1265.      * Gets the public 'easyadmin.query_builder' shared service.
  1266.      *
  1267.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  1268.      */
  1269.     protected function getEasyadmin_QueryBuilderService()
  1270.     {
  1271.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  1272.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1273.     }
  1274.     /**
  1275.      * Gets the public 'easyadmin.router' shared service.
  1276.      *
  1277.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1278.      */
  1279.     protected function getEasyadmin_RouterService()
  1280.     {
  1281.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1282.     }
  1283.     /**
  1284.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1285.      *
  1286.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1287.      */
  1288.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1289.     {
  1290.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1291.     }
  1292.     /**
  1293.      * Gets the public 'event_dispatcher' shared service.
  1294.      *
  1295.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1296.      */
  1297.     protected function getEventDispatcherService()
  1298.     {
  1299.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1300.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1301.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1302.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1303.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1304.         $instance->addListener('kernel.controller', [=> function () {
  1305.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1306.         }, => 'onKernelController'], 0);
  1307.         $instance->addListener('kernel.controller', [=> function () {
  1308.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1309.         }, => 'onKernelController'], 0);
  1310.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1311.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  1312.         }, => 'initializeRequest'], 0);
  1313.         $instance->addListener('kernel.controller', [=> function () {
  1314.             return ($this->privates['App\\EventSubscriber\\TokenSubscriber'] ?? ($this->privates['App\\EventSubscriber\\TokenSubscriber'] = new \App\EventSubscriber\TokenSubscriber()));
  1315.         }, => 'onKernelController'], 0);
  1316.         $instance->addListener('kernel.response', [=> function () {
  1317.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1318.         }, => 'onKernelResponse'], 0);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1321.         }, => 'onKernelResponse'], -1024);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1324.         }, => 'setDefaultLocale'], 100);
  1325.         $instance->addListener('kernel.request', [=> function () {
  1326.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1327.         }, => 'onKernelRequest'], 16);
  1328.         $instance->addListener('kernel.finish_request', [=> function () {
  1329.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1330.         }, => 'onKernelFinishRequest'], 0);
  1331.         $instance->addListener('kernel.request', [=> function () {
  1332.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1333.         }, => 'onKernelRequest'], 256);
  1334.         $instance->addListener('kernel.request', [=> function () {
  1335.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  1336.         }, => 'onKernelRequest'], 24);
  1337.         $instance->addListener('kernel.response', [=> function () {
  1338.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1339.         }, => 'onResponse'], -255);
  1340.         $instance->addListener('kernel.request', [=> function () {
  1341.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1342.         }, => 'onKernelRequest'], 15);
  1343.         $instance->addListener('kernel.finish_request', [=> function () {
  1344.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1345.         }, => 'onKernelFinishRequest'], -15);
  1346.         $instance->addListener('console.error', [=> function () {
  1347.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1348.         }, => 'onConsoleError'], -128);
  1349.         $instance->addListener('console.terminate', [=> function () {
  1350.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1351.         }, => 'onConsoleTerminate'], -128);
  1352.         $instance->addListener('console.error', [=> function () {
  1353.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1354.         }, => 'onConsoleError'], 0);
  1355.         $instance->addListener('kernel.request', [=> function () {
  1356.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1357.         }, => 'onKernelRequest'], 128);
  1358.         $instance->addListener('kernel.response', [=> function () {
  1359.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1360.         }, => 'onKernelResponse'], -1000);
  1361.         $instance->addListener('kernel.finish_request', [=> function () {
  1362.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1363.         }, => 'onFinishRequest'], 0);
  1364.         $instance->addListener('kernel.response', [=> function () {
  1365.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1366.         }, => 'onKernelResponse'], -100);
  1367.         $instance->addListener('kernel.exception', [=> function () {
  1368.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1369.         }, => 'onKernelException'], 0);
  1370.         $instance->addListener('kernel.terminate', [=> function () {
  1371.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1372.         }, => 'onKernelTerminate'], -1024);
  1373.         $instance->addListener('kernel.controller', [=> function () {
  1374.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1375.         }, => 'onKernelController'], 0);
  1376.         $instance->addListener('kernel.response', [=> function () {
  1377.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1378.         }, => 'onKernelResponse'], 0);
  1379.         $instance->addListener('kernel.request', [=> function () {
  1380.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1381.         }, => 'configure'], 2048);
  1382.         $instance->addListener('console.command', [=> function () {
  1383.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1384.         }, => 'configure'], 2048);
  1385.         $instance->addListener('kernel.request', [=> function () {
  1386.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1387.         }, => 'onKernelRequest'], 32);
  1388.         $instance->addListener('kernel.finish_request', [=> function () {
  1389.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1390.         }, => 'onKernelFinishRequest'], 0);
  1391.         $instance->addListener('kernel.exception', [=> function () {
  1392.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1393.         }, => 'onKernelException'], -64);
  1394.         $instance->addListener('kernel.response', [=> function () {
  1395.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1396.         }, => 'onKernelResponse'], 0);
  1397.         $instance->addListener('kernel.controller', [=> function () {
  1398.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1399.         }, => 'onKernelController'], 0);
  1400.         $instance->addListener('kernel.controller', [=> function () {
  1401.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1402.         }, => 'onKernelController'], 0);
  1403.         $instance->addListener('kernel.controller', [=> function () {
  1404.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1405.         }, => 'onKernelController'], -128);
  1406.         $instance->addListener('kernel.view', [=> function () {
  1407.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1408.         }, => 'onKernelView'], 0);
  1409.         $instance->addListener('kernel.controller', [=> function () {
  1410.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1411.         }, => 'onKernelController'], 0);
  1412.         $instance->addListener('kernel.response', [=> function () {
  1413.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1414.         }, => 'onKernelResponse'], 0);
  1415.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1416.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1417.         }, => 'onKernelControllerArguments'], 0);
  1418.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1419.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1420.         }, => 'onKernelControllerArguments'], 0);
  1421.         $instance->addListener('kernel.response', [=> function () {
  1422.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1423.         }, => 'onKernelResponse'], 0);
  1424.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1425.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1426.         }, => 'onVoterVote'], 0);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1429.         }, => 'configureLogoutUrlGenerator'], 8);
  1430.         $instance->addListener('kernel.request', [=> function () {
  1431.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1432.         }, => 'onKernelRequest'], 8);
  1433.         $instance->addListener('kernel.finish_request', [=> function () {
  1434.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1435.         }, => 'onKernelFinishRequest'], 0);
  1436.         $instance->addListener('kernel.exception', [=> function () {
  1437.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1438.         }, => 'onException'], 0);
  1439.         $instance->addListener('kernel.terminate', [=> function () {
  1440.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1441.         }, => 'onTerminate'], 0);
  1442.         $instance->addListener('console.error', [=> function () {
  1443.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1444.         }, => 'onException'], 0);
  1445.         $instance->addListener('console.terminate', [=> function () {
  1446.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1447.         }, => 'onTerminate'], 0);
  1448.         $instance->addListener('kernel.exception', [=> function () {
  1449.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  1450.         }, => 'logKernelException'], 0);
  1451.         $instance->addListener('kernel.exception', [=> function () {
  1452.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  1453.         }, => 'onKernelException'], -128);
  1454.         $instance->addListener('kernel.response', [=> function () {
  1455.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1456.         }, => 'onKernelResponse'], -128);
  1457.         $instance->addListener('console.command', [=> function () {
  1458.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1459.         }, => 'onCommand'], 255);
  1460.         $instance->addListener('console.terminate', [=> function () {
  1461.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1462.         }, => 'onTerminate'], -255);
  1463.         $instance->addListener('console.command', [=> function () {
  1464.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1465.         }, => 'configure'], 1024);
  1466.         $instance->addListener('console.error', [=> function () {
  1467.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1468.         }, => 'onConsoleError'], 0);
  1469.         $instance->addListener('console.terminate', [=> function () {
  1470.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1471.         }, => 'onConsoleTerminate'], 0);
  1472.         return $instance;
  1473.     }
  1474.     /**
  1475.      * Gets the public 'filesystem' shared service.
  1476.      *
  1477.      * @return \Symfony\Component\Filesystem\Filesystem
  1478.      */
  1479.     protected function getFilesystemService()
  1480.     {
  1481.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1482.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1483.     }
  1484.     /**
  1485.      * Gets the public 'form.factory' shared service.
  1486.      *
  1487.      * @return \Symfony\Component\Form\FormFactory
  1488.      */
  1489.     protected function getForm_FactoryService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1493.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1494.     }
  1495.     /**
  1496.      * Gets the public 'form.type.file' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1499.      */
  1500.     protected function getForm_Type_FileService()
  1501.     {
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1505.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1506.     }
  1507.     /**
  1508.      * Gets the public 'http_kernel' shared service.
  1509.      *
  1510.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1511.      */
  1512.     protected function getHttpKernelService()
  1513.     {
  1514.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1515.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1516.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1517.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1518.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1519.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1520.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1521.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1522.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1523.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1524.     }
  1525.     /**
  1526.      * Gets the public 'message_bus' shared service.
  1527.      *
  1528.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1529.      */
  1530.     protected function getMessageBusService()
  1531.     {
  1532.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1533.             yield => ($this->privates['messenger.bus.report.middleware.traceable'] ?? $this->getMessenger_Bus_Report_Middleware_TraceableService());
  1534.             yield => ($this->privates['messenger.bus.report.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.report.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.report')));
  1535.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1536.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1537.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1538.             yield => ($this->privates['014digital.reports.messenger.middleware'] ?? $this->get014digital_Reports_Messenger_MiddlewareService());
  1539.             yield => ($this->privates['messenger.bus.report.middleware.doctrine_ping_connection'] ?? $this->getMessenger_Bus_Report_Middleware_DoctrinePingConnectionService());
  1540.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1541.             yield => ($this->privates['messenger.bus.report.middleware.handle_message'] ?? $this->getMessenger_Bus_Report_Middleware_HandleMessageService());
  1542.         }, 9)));
  1543.     }
  1544.     /**
  1545.      * Gets the public 'profiler' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1548.      */
  1549.     protected function getProfilerService()
  1550.     {
  1551.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1552.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1553.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1554.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1555.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1556.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1557.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1558.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1559.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1560.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1561.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1562.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1563.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1564.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1565.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1566.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1567.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1568.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1569.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1570.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1571.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1572.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1573.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1574.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1575.         $f->registerBus('messenger.bus.report', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1576.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1577.         if ($this->has('kernel')) {
  1578.             $g->setKernel($b);
  1579.         }
  1580.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1581.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1582.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1583.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1584.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1585.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1586.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1587.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1588.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1589.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1590.         $instance->add($d);
  1591.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1592.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1593.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1594.         $instance->add($e);
  1595.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1596.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1597.         $instance->add($f);
  1598.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1599.         $instance->add($g);
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the public 'request_stack' shared service.
  1604.      *
  1605.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1606.      */
  1607.     protected function getRequestStackService()
  1608.     {
  1609.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1610.     }
  1611.     /**
  1612.      * Gets the public 'router' shared service.
  1613.      *
  1614.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1615.      */
  1616.     protected function getRouterService()
  1617.     {
  1618.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1619.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1620.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1621.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1622.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1623.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1624.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1625.         ], [
  1626.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1627.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'es');
  1628.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1629.         return $instance;
  1630.     }
  1631.     /**
  1632.      * Gets the public 'routing.loader' shared service.
  1633.      *
  1634.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1635.      */
  1636.     protected function getRouting_LoaderService()
  1637.     {
  1638.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1650.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1651.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectRouteLoader.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php';
  1656.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1660.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1661.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')]);
  1662.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1663.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1664.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1665.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1666.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1667.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1668.         $a->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));
  1669.         $a->addLoader($c);
  1670.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1671.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1672.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), $a, ['utf8' => true]);
  1673.     }
  1674.     /**
  1675.      * Gets the public 'security.authentication_utils' shared service.
  1676.      *
  1677.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1678.      */
  1679.     protected function getSecurity_AuthenticationUtilsService()
  1680.     {
  1681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1682.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1683.     }
  1684.     /**
  1685.      * Gets the public 'security.authorization_checker' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1688.      */
  1689.     protected function getSecurity_AuthorizationCheckerService()
  1690.     {
  1691.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1692.     }
  1693.     /**
  1694.      * Gets the public 'security.csrf.token_manager' shared service.
  1695.      *
  1696.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1697.      */
  1698.     protected function getSecurity_Csrf_TokenManagerService()
  1699.     {
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1704.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1705.     }
  1706.     /**
  1707.      * Gets the public 'security.password_encoder' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1710.      */
  1711.     protected function getSecurity_PasswordEncoderService()
  1712.     {
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1715.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1716.     }
  1717.     /**
  1718.      * Gets the public 'security.token_storage' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1721.      */
  1722.     protected function getSecurity_TokenStorageService()
  1723.     {
  1724.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1725.     }
  1726.     /**
  1727.      * Gets the public 'serializer' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\Serializer\Serializer
  1730.      */
  1731.     protected function getSerializerService()
  1732.     {
  1733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1745.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1774.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1775.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1776.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1777.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  1778.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1779.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  1780.         }, 3), new RewindableGenerator(function () {
  1781.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  1782.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1783.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1784.         }, 3), new RewindableGenerator(function () {
  1785.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1786.         }, 1), new RewindableGenerator(function () {
  1787.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  1788.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1789.         }, 2), new RewindableGenerator(function () {
  1790.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1791.         }, 1)), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1792.     }
  1793.     /**
  1794.      * Gets the public 'services_resetter' shared service.
  1795.      *
  1796.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1797.      */
  1798.     protected function getServicesResetterService()
  1799.     {
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1801.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1802.             if (isset($this->services['cache.app'])) {
  1803.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1804.             }
  1805.             if (isset($this->services['cache.system'])) {
  1806.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1807.             }
  1808.             if (isset($this->privates['cache.validator'])) {
  1809.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1810.             }
  1811.             if (isset($this->privates['cache.serializer'])) {
  1812.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1813.             }
  1814.             if (isset($this->privates['cache.annotations'])) {
  1815.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1816.             }
  1817.             if (isset($this->privates['cache.property_info'])) {
  1818.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1819.             }
  1820.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1821.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1822.             }
  1823.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1824.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1825.             }
  1826.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  1827.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  1828.             }
  1829.             if (isset($this->services['profiler'])) {
  1830.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1831.             }
  1832.             if (isset($this->services['validator'])) {
  1833.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1834.             }
  1835.             if (isset($this->privates['debug.stopwatch'])) {
  1836.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1837.             }
  1838.             if (isset($this->services['event_dispatcher'])) {
  1839.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1840.             }
  1841.             if (isset($this->services['doctrine'])) {
  1842.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1843.             }
  1844.             if (isset($this->privates['form.type.entity'])) {
  1845.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1846.             }
  1847.             if (isset($this->services['security.token_storage'])) {
  1848.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1849.             }
  1850.             if (isset($this->privates['cache.security_expression_language'])) {
  1851.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1852.             }
  1853.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1854.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1855.             }
  1856.             if (isset($this->privates['monolog.handler.main'])) {
  1857.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1858.             }
  1859.             if (isset($this->privates['monolog.handler.console'])) {
  1860.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1861.             }
  1862.             if (isset($this->privates['cache.easyadmin'])) {
  1863.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  1864.             }
  1865.         }, function () {
  1866.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['cache.easyadmin']));
  1867.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset']]);
  1868.     }
  1869.     /**
  1870.      * Gets the public 'session' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1873.      */
  1874.     protected function getSessionService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  1883.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1884.     }
  1885.     /**
  1886.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1887.      *
  1888.      * @return \Swift_Mailer
  1889.      */
  1890.     protected function getSwiftmailer_Mailer_DefaultService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1893.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1894.     }
  1895.     /**
  1896.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1897.      *
  1898.      * @return \Swift_Plugins_MessageLogger
  1899.      */
  1900.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1901.     {
  1902.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1905.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1906.     }
  1907.     /**
  1908.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1909.      *
  1910.      * @return \Swift_Transport
  1911.      */
  1912.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1913.     {
  1914.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1918.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1919.     }
  1920.     /**
  1921.      * Gets the public 'swiftmailer.transport' shared service.
  1922.      *
  1923.      * @return \Swift_Transport_SpoolTransport
  1924.      */
  1925.     protected function getSwiftmailer_TransportService()
  1926.     {
  1927.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1936.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  1937.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'translator' shared service.
  1942.      *
  1943.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1944.      */
  1945.     protected function getTranslatorService()
  1946.     {
  1947.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1948.     }
  1949.     /**
  1950.      * Gets the public 'twig' shared service.
  1951.      *
  1952.      * @return \Twig\Environment
  1953.      */
  1954.     protected function getTwigService()
  1955.     {
  1956.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1957.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1958.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1959.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1960.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1961.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1962.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1963.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1964.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1965.         $g->setEnvironment('dev');
  1966.         $g->setDebug(true);
  1967.         if ($this->has('security.token_storage')) {
  1968.             $g->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1969.         }
  1970.         if ($this->has('request_stack')) {
  1971.             $g->setRequestStack($d);
  1972.         }
  1973.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1974.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1975.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1976.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1977.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1978.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  1979.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1980.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1981.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1982.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1983.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1984.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1985.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1989.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1990.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1991.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$a$c, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  1992.         $instance->addGlobal('app'$g);
  1993.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1994.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1995.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1996.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1997.         ], [
  1998.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1999.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2000.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2001.         ])));
  2002.         $instance->addGlobal('BARCEL_APP'$this->getEnv('BARCEL_APP'));
  2003.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2004.         return $instance;
  2005.     }
  2006.     /**
  2007.      * Gets the public 'twig.controller.exception' shared service.
  2008.      *
  2009.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2010.      */
  2011.     protected function getTwig_Controller_ExceptionService()
  2012.     {
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Controller/ExceptionController.php';
  2014.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2015.     }
  2016.     /**
  2017.      * Gets the public 'twig.controller.preview_error' shared service.
  2018.      *
  2019.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2020.      */
  2021.     protected function getTwig_Controller_PreviewErrorService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Controller/PreviewErrorController.php';
  2024.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  2025.     }
  2026.     /**
  2027.      * Gets the public 'validator' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2030.      */
  2031.     protected function getValidatorService()
  2032.     {
  2033.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2034.     }
  2035.     /**
  2036.      * Gets the public 'var_dumper.cloner' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2039.      */
  2040.     protected function getVarDumper_ClonerService()
  2041.     {
  2042.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2043.         $instance->setMaxItems(2500);
  2044.         $instance->setMinDepth(1);
  2045.         $instance->setMaxString(-1);
  2046.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2047.         return $instance;
  2048.     }
  2049.     /**
  2050.      * Gets the public 'web_profiler.controller.exception' shared service.
  2051.      *
  2052.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2053.      */
  2054.     protected function getWebProfiler_Controller_ExceptionService()
  2055.     {
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionController.php';
  2057.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2058.     }
  2059.     /**
  2060.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2061.      *
  2062.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2063.      */
  2064.     protected function getWebProfiler_Controller_ProfilerService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2067.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2068.     }
  2069.     /**
  2070.      * Gets the public 'web_profiler.controller.router' shared service.
  2071.      *
  2072.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2073.      */
  2074.     protected function getWebProfiler_Controller_RouterService()
  2075.     {
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2077.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  2078.     }
  2079.     /**
  2080.      * Gets the private '.messenger.handler_descriptor.HtkQK9p' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  2083.      */
  2084.     protected function get_Messenger_HandlerDescriptor_HtkQK9pService()
  2085.     {
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/MessageHandler/ExportReportHandler.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Service/SendinBlue.php';
  2090.         return $this->privates['.messenger.handler_descriptor.HtkQK9p'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \CCDigital\ReportExporterBundle\MessageHandler\ExportReportHandler(['reports_dir' => 'var/reports''reports_expiry' => 86400'sendinblue' => ['key' => $this->getEnv('SENDINBLUE_KEY'), 'from_email' => $this->getEnv('FROM_EMAIL'), 'from_name' => $this->getEnv('FROM_NAME'), 'email_subject' => $this->getEnv('EMAIL_SUBJECT'), 'app_url' => $this->getEnv('APP_URL')]], ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \CCDigital\ReportExporterBundle\Service\SendinBlue(['key' => $this->getEnv('SENDINBLUE_KEY'), 'from_email' => $this->getEnv('FROM_EMAIL'), 'from_name' => $this->getEnv('FROM_NAME'), 'email_subject' => $this->getEnv('EMAIL_SUBJECT'), 'app_url' => $this->getEnv('APP_URL')]), ($this->services['twig'] ?? $this->getTwigService())), []);
  2091.     }
  2092.     /**
  2093.      * Gets the private '.service_locator.0rJjL7y' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2096.      */
  2097.     protected function get_ServiceLocator_0rJjL7yService()
  2098.     {
  2099.         return $this->privates['.service_locator.0rJjL7y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2100.             'excel' => ['privates''App\\Service\\ExcelHelper''getExcelHelperService'false],
  2101.         ], [
  2102.             'excel' => 'App\\Service\\ExcelHelper',
  2103.         ]);
  2104.     }
  2105.     /**
  2106.      * Gets the private '.service_locator.J0I9IhF' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2109.      */
  2110.     protected function get_ServiceLocator_J0I9IhFService()
  2111.     {
  2112.         return $this->privates['.service_locator.J0I9IhF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2113.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2114.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  2115.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  2116.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  2117.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  2118.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  2119.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  2120.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  2121.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2122.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2123.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2124.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  2125.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  2126.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2127.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2128.             'router' => ['services''router''getRouterService'false],
  2129.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2130.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2131.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2132.             'serializer' => ['services''serializer''getSerializerService'false],
  2133.             'session' => ['services''session''getSessionService'false],
  2134.             'twig' => ['services''twig''getTwigService'false],
  2135.         ], [
  2136.             'doctrine' => '?',
  2137.             'easyadmin.autocomplete' => '?',
  2138.             'easyadmin.config.manager' => '?',
  2139.             'easyadmin.filter.registry' => '?',
  2140.             'easyadmin.paginator' => '?',
  2141.             'easyadmin.property_accessor' => '?',
  2142.             'easyadmin.query_builder' => '?',
  2143.             'easyadmin.security.authorization_checker' => '?',
  2144.             'event_dispatcher' => '?',
  2145.             'form.factory' => '?',
  2146.             'http_kernel' => '?',
  2147.             'message_bus' => '?',
  2148.             'messenger.default_bus' => '?',
  2149.             'parameter_bag' => '?',
  2150.             'request_stack' => '?',
  2151.             'router' => '?',
  2152.             'security.authorization_checker' => '?',
  2153.             'security.csrf.token_manager' => '?',
  2154.             'security.token_storage' => '?',
  2155.             'serializer' => '?',
  2156.             'session' => '?',
  2157.             'twig' => '?',
  2158.         ]);
  2159.     }
  2160.     /**
  2161.      * Gets the private '.service_locator.g.xob4v' shared service.
  2162.      *
  2163.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2164.      */
  2165.     protected function get_ServiceLocator_G_Xob4vService()
  2166.     {
  2167.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2168.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2169.         ], [
  2170.             'authenticationUtils' => '?',
  2171.         ]);
  2172.     }
  2173.     /**
  2174.      * Gets the private '.service_locator.o9nGMXB' shared service.
  2175.      *
  2176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2177.      */
  2178.     protected function get_ServiceLocator_O9nGMXBService()
  2179.     {
  2180.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2181.             'twig' => ['services''twig''getTwigService'false],
  2182.         ], [
  2183.             'twig' => 'Twig\\Environment',
  2184.         ]);
  2185.     }
  2186.     /**
  2187.      * Gets the private '.service_locator.ocxPLe9' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2190.      */
  2191.     protected function get_ServiceLocator_OcxPLe9Service()
  2192.     {
  2193.         return $this->privates['.service_locator.ocxPLe9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2194.             'excel' => ['privates''App\\Service\\ExcelService''getExcelServiceService'false],
  2195.         ], [
  2196.             'excel' => 'App\\Service\\ExcelService',
  2197.         ]);
  2198.     }
  2199.     /**
  2200.      * Gets the private '.service_locator.rZY5Hn7' shared service.
  2201.      *
  2202.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2203.      */
  2204.     protected function get_ServiceLocator_RZY5Hn7Service()
  2205.     {
  2206.         return $this->privates['.service_locator.rZY5Hn7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2207.             'App\\Controller\\CodeController::import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2208.             'App\\Controller\\Easyadmin\\DealerController::import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2209.             'App\\Controller\\ExcelController::import' => ['privates''.service_locator.0rJjL7y''get_ServiceLocator_0rJjL7yService'false],
  2210.             'App\\Controller\\ParticipantController::import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2211.             'App\\Controller\\PrizeController::import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2212.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2213.             'App\\Controller\\CodeController:import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2214.             'App\\Controller\\Easyadmin\\DealerController:import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2215.             'App\\Controller\\ExcelController:import' => ['privates''.service_locator.0rJjL7y''get_ServiceLocator_0rJjL7yService'false],
  2216.             'App\\Controller\\ParticipantController:import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2217.             'App\\Controller\\PrizeController:import' => ['privates''.service_locator.ocxPLe9''get_ServiceLocator_OcxPLe9Service'false],
  2218.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  2219.         ], [
  2220.             'App\\Controller\\CodeController::import' => '?',
  2221.             'App\\Controller\\Easyadmin\\DealerController::import' => '?',
  2222.             'App\\Controller\\ExcelController::import' => '?',
  2223.             'App\\Controller\\ParticipantController::import' => '?',
  2224.             'App\\Controller\\PrizeController::import' => '?',
  2225.             'App\\Controller\\SecurityController::login' => '?',
  2226.             'App\\Controller\\CodeController:import' => '?',
  2227.             'App\\Controller\\Easyadmin\\DealerController:import' => '?',
  2228.             'App\\Controller\\ExcelController:import' => '?',
  2229.             'App\\Controller\\ParticipantController:import' => '?',
  2230.             'App\\Controller\\PrizeController:import' => '?',
  2231.             'App\\Controller\\SecurityController:login' => '?',
  2232.         ]);
  2233.     }
  2234.     /**
  2235.      * Gets the private '.service_locator.vdmMuyE' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2238.      */
  2239.     protected function get_ServiceLocator_VdmMuyEService()
  2240.     {
  2241.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2242.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2243.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2244.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2245.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  2246.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  2247.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2248.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2249.             'router' => ['services''router''getRouterService'false],
  2250.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2251.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2252.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2253.             'serializer' => ['services''serializer''getSerializerService'false],
  2254.             'session' => ['services''session''getSessionService'false],
  2255.             'twig' => ['services''twig''getTwigService'false],
  2256.         ], [
  2257.             'doctrine' => '?',
  2258.             'form.factory' => '?',
  2259.             'http_kernel' => '?',
  2260.             'message_bus' => '?',
  2261.             'messenger.default_bus' => '?',
  2262.             'parameter_bag' => '?',
  2263.             'request_stack' => '?',
  2264.             'router' => '?',
  2265.             'security.authorization_checker' => '?',
  2266.             'security.csrf.token_manager' => '?',
  2267.             'security.token_storage' => '?',
  2268.             'serializer' => '?',
  2269.             'session' => '?',
  2270.             'twig' => '?',
  2271.         ]);
  2272.     }
  2273.     /**
  2274.      * Gets the private '014digital.reports.messenger.middleware' shared autowired service.
  2275.      *
  2276.      * @return \CCDigital\ReportExporterBundle\Middleware\ExportReportMiddleware
  2277.      */
  2278.     protected function get014digital_Reports_Messenger_MiddlewareService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  2281.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Middleware/ExportReportMiddleware.php';
  2282.         return $this->privates['014digital.reports.messenger.middleware'] = new \CCDigital\ReportExporterBundle\Middleware\ExportReportMiddleware(['reports_dir' => 'var/reports''reports_expiry' => 86400'sendinblue' => ['key' => $this->getEnv('SENDINBLUE_KEY'), 'from_email' => $this->getEnv('FROM_EMAIL'), 'from_name' => $this->getEnv('FROM_NAME'), 'email_subject' => $this->getEnv('EMAIL_SUBJECT'), 'app_url' => $this->getEnv('APP_URL')]], ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2283.     }
  2284.     /**
  2285.      * Gets the private 'App\Repository\CodeRepository' shared autowired service.
  2286.      *
  2287.      * @return \App\Repository\CodeRepository
  2288.      */
  2289.     protected function getCodeRepositoryService()
  2290.     {
  2291.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2293.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2296.         include_once \dirname(__DIR__4).'/src/Repository/CodeRepository.php';
  2297.         return $this->privates['App\\Repository\\CodeRepository'] = new \App\Repository\CodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2298.     }
  2299.     /**
  2300.      * Gets the private 'App\Repository\ContentRepository' shared autowired service.
  2301.      *
  2302.      * @return \App\Repository\ContentRepository
  2303.      */
  2304.     protected function getContentRepositoryService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2311.         include_once \dirname(__DIR__4).'/src/Repository/ContentRepository.php';
  2312.         return $this->privates['App\\Repository\\ContentRepository'] = new \App\Repository\ContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2313.     }
  2314.     /**
  2315.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  2316.      *
  2317.      * @return \App\Repository\CountryRepository
  2318.      */
  2319.     protected function getCountryRepositoryService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2326.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  2327.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'App\Repository\DealerRepository' shared autowired service.
  2331.      *
  2332.      * @return \App\Repository\DealerRepository
  2333.      */
  2334.     protected function getDealerRepositoryService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2341.         include_once \dirname(__DIR__4).'/src/Repository/DealerRepository.php';
  2342.         return $this->privates['App\\Repository\\DealerRepository'] = new \App\Repository\DealerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'App\Repository\DomainRepository' shared autowired service.
  2346.      *
  2347.      * @return \App\Repository\DomainRepository
  2348.      */
  2349.     protected function getDomainRepositoryService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2356.         include_once \dirname(__DIR__4).'/src/Repository/DomainRepository.php';
  2357.         return $this->privates['App\\Repository\\DomainRepository'] = new \App\Repository\DomainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'App\Repository\IntegrationRepository' shared autowired service.
  2361.      *
  2362.      * @return \App\Repository\IntegrationRepository
  2363.      */
  2364.     protected function getIntegrationRepositoryService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2371.         include_once \dirname(__DIR__4).'/src/Repository/IntegrationRepository.php';
  2372.         return $this->privates['App\\Repository\\IntegrationRepository'] = new \App\Repository\IntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2373.     }
  2374.     /**
  2375.      * Gets the private 'App\Repository\ParticipantRepository' shared autowired service.
  2376.      *
  2377.      * @return \App\Repository\ParticipantRepository
  2378.      */
  2379.     protected function getParticipantRepositoryService()
  2380.     {
  2381.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2386.         include_once \dirname(__DIR__4).'/src/Repository/ParticipantRepository.php';
  2387.         return $this->privates['App\\Repository\\ParticipantRepository'] = new \App\Repository\ParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2388.     }
  2389.     /**
  2390.      * Gets the private 'App\Repository\ParticipationRepository' shared autowired service.
  2391.      *
  2392.      * @return \App\Repository\ParticipationRepository
  2393.      */
  2394.     protected function getParticipationRepositoryService()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2397.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2401.         include_once \dirname(__DIR__4).'/src/Repository/ParticipationRepository.php';
  2402.         return $this->privates['App\\Repository\\ParticipationRepository'] = new \App\Repository\ParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2403.     }
  2404.     /**
  2405.      * Gets the private 'App\Repository\PrizeRepository' shared autowired service.
  2406.      *
  2407.      * @return \App\Repository\PrizeRepository
  2408.      */
  2409.     protected function getPrizeRepositoryService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2416.         include_once \dirname(__DIR__4).'/src/Repository/PrizeRepository.php';
  2417.         return $this->privates['App\\Repository\\PrizeRepository'] = new \App\Repository\PrizeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2418.     }
  2419.     /**
  2420.      * Gets the private 'App\Repository\RaffleRepository' shared autowired service.
  2421.      *
  2422.      * @return \App\Repository\RaffleRepository
  2423.      */
  2424.     protected function getRaffleRepositoryService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2429.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2431.         include_once \dirname(__DIR__4).'/src/Repository/RaffleRepository.php';
  2432.         return $this->privates['App\\Repository\\RaffleRepository'] = new \App\Repository\RaffleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2433.     }
  2434.     /**
  2435.      * Gets the private 'App\Repository\SessionsRepository' shared autowired service.
  2436.      *
  2437.      * @return \App\Repository\SessionsRepository
  2438.      */
  2439.     protected function getSessionsRepositoryService()
  2440.     {
  2441.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2446.         include_once \dirname(__DIR__4).'/src/Repository/SessionsRepository.php';
  2447.         return $this->privates['App\\Repository\\SessionsRepository'] = new \App\Repository\SessionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2448.     }
  2449.     /**
  2450.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2451.      *
  2452.      * @return \App\Repository\UserRepository
  2453.      */
  2454.     protected function getUserRepositoryService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2461.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2462.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2463.     }
  2464.     /**
  2465.      * Gets the private 'App\Repository\WinnerRepository' shared autowired service.
  2466.      *
  2467.      * @return \App\Repository\WinnerRepository
  2468.      */
  2469.     protected function getWinnerRepositoryService()
  2470.     {
  2471.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2476.         include_once \dirname(__DIR__4).'/src/Repository/WinnerRepository.php';
  2477.         return $this->privates['App\\Repository\\WinnerRepository'] = new \App\Repository\WinnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2478.     }
  2479.     /**
  2480.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2481.      *
  2482.      * @return \App\Security\LoginFormAuthenticator
  2483.      */
  2484.     protected function getLoginFormAuthenticatorService()
  2485.     {
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2491.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2492.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'App\Service\ExcelHelper' shared autowired service.
  2496.      *
  2497.      * @return \App\Service\ExcelHelper
  2498.      */
  2499.     protected function getExcelHelperService()
  2500.     {
  2501.         include_once \dirname(__DIR__4).'/src/Service/ExcelHelper.php';
  2502.         return $this->privates['App\\Service\\ExcelHelper'] = new \App\Service\ExcelHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2503.     }
  2504.     /**
  2505.      * Gets the private 'App\Service\ExcelService' shared autowired service.
  2506.      *
  2507.      * @return \App\Service\ExcelService
  2508.      */
  2509.     protected function getExcelServiceService()
  2510.     {
  2511.         include_once \dirname(__DIR__4).'/src/Service/ExcelService.php';
  2512.         return $this->privates['App\\Service\\ExcelService'] = new \App\Service\ExcelService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2513.     }
  2514.     /**
  2515.      * Gets the private 'CCDigital\ReportExporterBundle\Repository\ReportRepository' shared autowired service.
  2516.      *
  2517.      * @return \CCDigital\ReportExporterBundle\Repository\ReportRepository
  2518.      */
  2519.     protected function getReportRepositoryService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Repository/ReportRepository.php';
  2527.         return $this->privates['CCDigital\\ReportExporterBundle\\Repository\\ReportRepository'] = new \CCDigital\ReportExporterBundle\Repository\ReportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2528.     }
  2529.     /**
  2530.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2531.      *
  2532.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2533.      */
  2534.     protected function getManagerRegistryAwareConnectionProviderService()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2538.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2542.      *
  2543.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2544.      */
  2545.     protected function getRunSqlCommandService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2549.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2550.         $instance->setName('dbal:run-sql');
  2551.         return $instance;
  2552.     }
  2553.     /**
  2554.      * Gets the private 'annotations.cache' shared service.
  2555.      *
  2556.      * @return \Symfony\Component\Cache\DoctrineProvider
  2557.      */
  2558.     protected function getAnnotations_CacheService()
  2559.     {
  2560.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2572.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2573.     }
  2574.     /**
  2575.      * Gets the private 'annotations.cache_warmer' shared service.
  2576.      *
  2577.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2578.      */
  2579.     protected function getAnnotations_CacheWarmerService()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2584.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2585.     }
  2586.     /**
  2587.      * Gets the private 'annotations.cached_reader' shared service.
  2588.      *
  2589.      * @return \Doctrine\Common\Annotations\CachedReader
  2590.      */
  2591.     protected function getAnnotations_CachedReaderService()
  2592.     {
  2593.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2594.     }
  2595.     /**
  2596.      * Gets the private 'annotations.reader' shared service.
  2597.      *
  2598.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2599.      */
  2600.     protected function getAnnotations_ReaderService()
  2601.     {
  2602.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2603.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2604.         $a->registerUniqueLoader('class_exists');
  2605.         $instance->addGlobalIgnoredName('required'$a);
  2606.         return $instance;
  2607.     }
  2608.     /**
  2609.      * Gets the private 'cache.annotations' shared service.
  2610.      *
  2611.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2612.      */
  2613.     protected function getCache_AnnotationsService()
  2614.     {
  2615.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rYzvtQ7jzh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2616.     }
  2617.     /**
  2618.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2621.      */
  2622.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2623.     {
  2624.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2625.     }
  2626.     /**
  2627.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2628.      *
  2629.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2630.      */
  2631.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2632.     {
  2633.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2634.     }
  2635.     /**
  2636.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2637.      *
  2638.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2639.      */
  2640.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2641.     {
  2642.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2643.     }
  2644.     /**
  2645.      * Gets the private 'cache.easyadmin' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2648.      */
  2649.     protected function getCache_EasyadminService()
  2650.     {
  2651.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BrN0ovo+LN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2652.     }
  2653.     /**
  2654.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2657.      */
  2658.     protected function getCache_Messenger_RestartWorkersSignalService()
  2659.     {
  2660.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Dd4M97CqcE'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2661.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2662.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2663.     }
  2664.     /**
  2665.      * Gets the private 'cache.property_info' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2668.      */
  2669.     protected function getCache_PropertyInfoService()
  2670.     {
  2671.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fHG9d3iYhz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2672.     }
  2673.     /**
  2674.      * Gets the private 'cache.security_expression_language' shared service.
  2675.      *
  2676.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2677.      */
  2678.     protected function getCache_SecurityExpressionLanguageService()
  2679.     {
  2680.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tXxT5v6u4d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2681.     }
  2682.     /**
  2683.      * Gets the private 'cache.serializer' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2686.      */
  2687.     protected function getCache_SerializerService()
  2688.     {
  2689.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ro8b4EYsb1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2690.     }
  2691.     /**
  2692.      * Gets the private 'cache.validator' shared service.
  2693.      *
  2694.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2695.      */
  2696.     protected function getCache_ValidatorService()
  2697.     {
  2698.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fsknB1C3bE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2699.     }
  2700.     /**
  2701.      * Gets the private 'config_cache_factory' shared service.
  2702.      *
  2703.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2704.      */
  2705.     protected function getConfigCacheFactoryService()
  2706.     {
  2707.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2708.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2709.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2710.         }, 2));
  2711.     }
  2712.     /**
  2713.      * Gets the private 'console.command.about' shared service.
  2714.      *
  2715.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2716.      */
  2717.     protected function getConsole_Command_AboutService()
  2718.     {
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2721.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2722.         $instance->setName('about');
  2723.         return $instance;
  2724.     }
  2725.     /**
  2726.      * Gets the private 'console.command.assets_install' shared service.
  2727.      *
  2728.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2729.      */
  2730.     protected function getConsole_Command_AssetsInstallService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2735.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2736.         $instance->setName('assets:install');
  2737.         return $instance;
  2738.     }
  2739.     /**
  2740.      * Gets the private 'console.command.cache_clear' shared service.
  2741.      *
  2742.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2743.      */
  2744.     protected function getConsole_Command_CacheClearService()
  2745.     {
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2749.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2750.         $instance->setName('cache:clear');
  2751.         return $instance;
  2752.     }
  2753.     /**
  2754.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2755.      *
  2756.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2757.      */
  2758.     protected function getConsole_Command_CachePoolClearService()
  2759.     {
  2760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2762.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2763.         $instance->setName('cache:pool:clear');
  2764.         return $instance;
  2765.     }
  2766.     /**
  2767.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2768.      *
  2769.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2770.      */
  2771.     protected function getConsole_Command_CachePoolDeleteService()
  2772.     {
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2775.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2776.         $instance->setName('cache:pool:delete');
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the private 'console.command.cache_pool_list' shared service.
  2781.      *
  2782.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2783.      */
  2784.     protected function getConsole_Command_CachePoolListService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2788.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.easyadmin']);
  2789.         $instance->setName('cache:pool:list');
  2790.         return $instance;
  2791.     }
  2792.     /**
  2793.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2794.      *
  2795.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2796.      */
  2797.     protected function getConsole_Command_CachePoolPruneService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2801.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2802.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2803.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2804.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2805.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2806.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2807.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2808.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  2809.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2810.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2811.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2812.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2813.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  2814.         }, 12));
  2815.         $instance->setName('cache:pool:prune');
  2816.         return $instance;
  2817.     }
  2818.     /**
  2819.      * Gets the private 'console.command.cache_warmup' shared service.
  2820.      *
  2821.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2822.      */
  2823.     protected function getConsole_Command_CacheWarmupService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2827.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2828.         $instance->setName('cache:warmup');
  2829.         return $instance;
  2830.     }
  2831.     /**
  2832.      * Gets the private 'console.command.config_debug' shared service.
  2833.      *
  2834.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2835.      */
  2836.     protected function getConsole_Command_ConfigDebugService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2842.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2843.         $instance->setName('debug:config');
  2844.         return $instance;
  2845.     }
  2846.     /**
  2847.      * Gets the private 'console.command.config_dump_reference' shared service.
  2848.      *
  2849.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2850.      */
  2851.     protected function getConsole_Command_ConfigDumpReferenceService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2857.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2858.         $instance->setName('config:dump-reference');
  2859.         return $instance;
  2860.     }
  2861.     /**
  2862.      * Gets the private 'console.command.container_debug' shared service.
  2863.      *
  2864.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2865.      */
  2866.     protected function getConsole_Command_ContainerDebugService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2870.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2871.         $instance->setName('debug:container');
  2872.         return $instance;
  2873.     }
  2874.     /**
  2875.      * Gets the private 'console.command.debug_autowiring' shared service.
  2876.      *
  2877.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2878.      */
  2879.     protected function getConsole_Command_DebugAutowiringService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2884.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2885.         $instance->setName('debug:autowiring');
  2886.         return $instance;
  2887.     }
  2888.     /**
  2889.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2890.      *
  2891.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2892.      */
  2893.     protected function getConsole_Command_EventDispatcherDebugService()
  2894.     {
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2897.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2898.         $instance->setName('debug:event-dispatcher');
  2899.         return $instance;
  2900.     }
  2901.     /**
  2902.      * Gets the private 'console.command.form_debug' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\Form\Command\DebugCommand
  2905.      */
  2906.     protected function getConsole_Command_FormDebugService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2910.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'11 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EasyAdminExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Guesser\\MissingDoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2911.         $instance->setName('debug:form');
  2912.         return $instance;
  2913.     }
  2914.     /**
  2915.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  2916.      *
  2917.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  2918.      */
  2919.     protected function getConsole_Command_MessengerConsumeMessagesService()
  2920.     {
  2921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  2923.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'reports'], new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2924.             'reports' => ['privates''messenger.retry.multiplier_retry_strategy.reports''getMessenger_Retry_MultiplierRetryStrategy_ReportsService'false],
  2925.         ], [
  2926.             'reports' => '?',
  2927.         ]), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2928.         $instance->setCachePoolForRestartSignal(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2929.         $instance->setName('messenger:consume');
  2930.         $instance->setAliases([=> 'messenger:consume-messages']);
  2931.         return $instance;
  2932.     }
  2933.     /**
  2934.      * Gets the private 'console.command.messenger_debug' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  2937.      */
  2938.     protected function getConsole_Command_MessengerDebugService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  2942.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.report' => ['CCDigital\\ReportExporterBundle\\MessengerExportReport\\ExportReport' => [=> [=> '014digital.reports.messenger.handler'=> []]]]]);
  2943.         $instance->setName('debug:messenger');
  2944.         return $instance;
  2945.     }
  2946.     /**
  2947.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  2950.      */
  2951.     protected function getConsole_Command_MessengerSetupTransportsService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  2955.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'reports']);
  2956.         $instance->setName('messenger:setup-transports');
  2957.         return $instance;
  2958.     }
  2959.     /**
  2960.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  2961.      *
  2962.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  2963.      */
  2964.     protected function getConsole_Command_MessengerStopWorkersService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  2968.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2969.         $instance->setName('messenger:stop-workers');
  2970.         return $instance;
  2971.     }
  2972.     /**
  2973.      * Gets the private 'console.command.router_debug' shared service.
  2974.      *
  2975.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2976.      */
  2977.     protected function getConsole_Command_RouterDebugService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2981.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2982.         $instance->setName('debug:router');
  2983.         return $instance;
  2984.     }
  2985.     /**
  2986.      * Gets the private 'console.command.router_match' shared service.
  2987.      *
  2988.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2989.      */
  2990.     protected function getConsole_Command_RouterMatchService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2994.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2995.         $instance->setName('router:match');
  2996.         return $instance;
  2997.     }
  2998.     /**
  2999.      * Gets the private 'console.command.translation_debug' shared service.
  3000.      *
  3001.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3002.      */
  3003.     protected function getConsole_Command_TranslationDebugService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3007.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')]);
  3008.         $instance->setName('debug:translation');
  3009.         return $instance;
  3010.     }
  3011.     /**
  3012.      * Gets the private 'console.command.translation_update' shared service.
  3013.      *
  3014.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3015.      */
  3016.     protected function getConsole_Command_TranslationUpdateService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3034.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3035.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3036.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3037.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3038.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3039.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3040.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3041.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3042.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3043.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3044.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3045.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3046.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'es', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')]);
  3047.         $instance->setName('translation:update');
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the private 'console.command.xliff_lint' shared service.
  3052.      *
  3053.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3054.      */
  3055.     protected function getConsole_Command_XliffLintService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3060.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3061.         $instance->setName('lint:xliff');
  3062.         return $instance;
  3063.     }
  3064.     /**
  3065.      * Gets the private 'console.command.yaml_lint' shared service.
  3066.      *
  3067.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3068.      */
  3069.     protected function getConsole_Command_YamlLintService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3074.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3075.         $instance->setName('lint:yaml');
  3076.         return $instance;
  3077.     }
  3078.     /**
  3079.      * Gets the private 'console.error_listener' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3082.      */
  3083.     protected function getConsole_ErrorListenerService()
  3084.     {
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3086.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3087.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3088.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3089.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3090.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3091.     }
  3092.     /**
  3093.      * Gets the private 'data_collector.form' shared service.
  3094.      *
  3095.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3096.      */
  3097.     protected function getDataCollector_FormService()
  3098.     {
  3099.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3100.     }
  3101.     /**
  3102.      * Gets the private 'debug.argument_resolver.default' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3105.      */
  3106.     protected function getDebug_ArgumentResolver_DefaultService()
  3107.     {
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3111.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3112.     }
  3113.     /**
  3114.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3115.      *
  3116.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3117.      */
  3118.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3123.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.rZY5Hn7'] ?? $this->get_ServiceLocator_RZY5Hn7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3124.     }
  3125.     /**
  3126.      * Gets the private 'debug.argument_resolver.request' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3129.      */
  3130.     protected function getDebug_ArgumentResolver_RequestService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3135.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3136.     }
  3137.     /**
  3138.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3139.      *
  3140.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3141.      */
  3142.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3147.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3148.     }
  3149.     /**
  3150.      * Gets the private 'debug.argument_resolver.service' shared service.
  3151.      *
  3152.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3153.      */
  3154.     protected function getDebug_ArgumentResolver_ServiceService()
  3155.     {
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3159.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.rZY5Hn7'] ?? $this->get_ServiceLocator_RZY5Hn7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3160.     }
  3161.     /**
  3162.      * Gets the private 'debug.argument_resolver.session' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3165.      */
  3166.     protected function getDebug_ArgumentResolver_SessionService()
  3167.     {
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3171.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3172.     }
  3173.     /**
  3174.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3177.      */
  3178.     protected function getDebug_ArgumentResolver_VariadicService()
  3179.     {
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3183.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3184.     }
  3185.     /**
  3186.      * Gets the private 'debug.controller_resolver' shared service.
  3187.      *
  3188.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3189.      */
  3190.     protected function getDebug_ControllerResolverService()
  3191.     {
  3192.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3193.     }
  3194.     /**
  3195.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3196.      *
  3197.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3198.      */
  3199.     protected function getDebug_DebugHandlersListenerService()
  3200.     {
  3201.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3202.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3203.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3204.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3205.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3206.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  3207.     }
  3208.     /**
  3209.      * Gets the private 'debug.dump_listener' shared service.
  3210.      *
  3211.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3212.      */
  3213.     protected function getDebug_DumpListenerService()
  3214.     {
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3217.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3218.     }
  3219.     /**
  3220.      * Gets the private 'debug.file_link_formatter' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3223.      */
  3224.     protected function getDebug_FileLinkFormatterService()
  3225.     {
  3226.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  3227.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3228.         });
  3229.     }
  3230.     /**
  3231.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3232.      *
  3233.      * @return \string
  3234.      */
  3235.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3236.     {
  3237.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3238.     }
  3239.     /**
  3240.      * Gets the private 'debug.log_processor' shared service.
  3241.      *
  3242.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3243.      */
  3244.     protected function getDebug_LogProcessorService()
  3245.     {
  3246.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3247.     }
  3248.     /**
  3249.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3250.      *
  3251.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3252.      */
  3253.     protected function getDebug_Security_Access_DecisionManagerService()
  3254.     {
  3255.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  3256.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3257.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3258.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3259.         }, 3), 'affirmative'falsetrue));
  3260.     }
  3261.     /**
  3262.      * Gets the private 'debug.security.firewall' shared service.
  3263.      *
  3264.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3265.      */
  3266.     protected function getDebug_Security_FirewallService()
  3267.     {
  3268.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3269.     }
  3270.     /**
  3271.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3272.      *
  3273.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3274.      */
  3275.     protected function getDebug_Security_UserValueResolverService()
  3276.     {
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3280.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3281.     }
  3282.     /**
  3283.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3286.      */
  3287.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3292.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3293.     }
  3294.     /**
  3295.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3296.      *
  3297.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3298.      */
  3299.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3304.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3305.     }
  3306.     /**
  3307.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3310.      */
  3311.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3312.     {
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3316.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3320.      *
  3321.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3322.      */
  3323.     protected function getDebug_Security_Voter_VoteListenerService()
  3324.     {
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3326.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3327.     }
  3328.     /**
  3329.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3330.      *
  3331.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3332.      */
  3333.     protected function getDoctrine_CacheClearMetadataCommandService()
  3334.     {
  3335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3338.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3339.         $instance->setName('doctrine:cache:clear-metadata');
  3340.         return $instance;
  3341.     }
  3342.     /**
  3343.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3344.      *
  3345.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3346.      */
  3347.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3352.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3353.         $instance->setName('doctrine:cache:clear-query');
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3358.      *
  3359.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3360.      */
  3361.     protected function getDoctrine_CacheClearResultCommandService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3366.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3367.         $instance->setName('doctrine:cache:clear-result');
  3368.         return $instance;
  3369.     }
  3370.     /**
  3371.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3372.      *
  3373.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3374.      */
  3375.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3376.     {
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3380.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3381.         $instance->setName('doctrine:cache:clear-collection-region');
  3382.         return $instance;
  3383.     }
  3384.     /**
  3385.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3386.      *
  3387.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3388.      */
  3389.     protected function getDoctrine_ClearEntityRegionCommandService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3394.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3395.         $instance->setName('doctrine:cache:clear-entity-region');
  3396.         return $instance;
  3397.     }
  3398.     /**
  3399.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3400.      *
  3401.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3402.      */
  3403.     protected function getDoctrine_ClearQueryRegionCommandService()
  3404.     {
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3408.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3409.         $instance->setName('doctrine:cache:clear-query-region');
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'doctrine.database_create_command' shared service.
  3414.      *
  3415.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3416.      */
  3417.     protected function getDoctrine_DatabaseCreateCommandService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3422.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3423.         $instance->setName('doctrine:database:create');
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'doctrine.database_drop_command' shared service.
  3428.      *
  3429.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3430.      */
  3431.     protected function getDoctrine_DatabaseDropCommandService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3436.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3437.         $instance->setName('doctrine:database:drop');
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the private 'doctrine.database_import_command' shared service.
  3442.      *
  3443.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3444.      */
  3445.     protected function getDoctrine_DatabaseImportCommandService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3450.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3451.         $instance->setName('doctrine:database:import');
  3452.         return $instance;
  3453.     }
  3454.     /**
  3455.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3456.      *
  3457.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3458.      */
  3459.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3464.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3465.         $instance->setName('doctrine:ensure-production-settings');
  3466.         return $instance;
  3467.     }
  3468.     /**
  3469.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3470.      *
  3471.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3472.      */
  3473.     protected function getDoctrine_MappingConvertCommandService()
  3474.     {
  3475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3478.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3479.         $instance->setName('doctrine:mapping:convert');
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3484.      *
  3485.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3486.      */
  3487.     protected function getDoctrine_MappingImportCommandService()
  3488.     {
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3492.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3493.         $instance->setName('doctrine:mapping:import');
  3494.         return $instance;
  3495.     }
  3496.     /**
  3497.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3498.      *
  3499.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3500.      */
  3501.     protected function getDoctrine_MappingInfoCommandService()
  3502.     {
  3503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3504.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3506.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3507.         $instance->setName('doctrine:mapping:info');
  3508.         return $instance;
  3509.     }
  3510.     /**
  3511.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3512.      *
  3513.      * @return \Doctrine\Migrations\DependencyFactory
  3514.      */
  3515.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3516.     {
  3517.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  3525.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3526.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3527.         $a->setAllOrNothing(false);
  3528.         $a->setCheckDatabasePlatform(true);
  3529.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3530.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3531.     }
  3532.     /**
  3533.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3534.      *
  3535.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3536.      */
  3537.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  3542.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Entity')]);
  3543.     }
  3544.     /**
  3545.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3546.      *
  3547.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3548.      */
  3549.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3550.     {
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3555.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3556.     }
  3557.     /**
  3558.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3559.      *
  3560.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3561.      */
  3562.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3563.     {
  3564.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3565.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3566.     }
  3567.     /**
  3568.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3569.      *
  3570.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3571.      */
  3572.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3576.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3577.     }
  3578.     /**
  3579.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3580.      *
  3581.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3582.      */
  3583.     protected function getDoctrine_Orm_Validator_UniqueService()
  3584.     {
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3588.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'doctrine.query_dql_command' shared service.
  3592.      *
  3593.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3594.      */
  3595.     protected function getDoctrine_QueryDqlCommandService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3600.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3601.         $instance->setName('doctrine:query:dql');
  3602.         return $instance;
  3603.     }
  3604.     /**
  3605.      * Gets the private 'doctrine.query_sql_command' shared service.
  3606.      *
  3607.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3608.      */
  3609.     protected function getDoctrine_QuerySqlCommandService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3614.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3615.         $instance->setName('doctrine:query:sql');
  3616.         return $instance;
  3617.     }
  3618.     /**
  3619.      * Gets the private 'doctrine.schema_create_command' shared service.
  3620.      *
  3621.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3622.      */
  3623.     protected function getDoctrine_SchemaCreateCommandService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3629.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3630.         $instance->setName('doctrine:schema:create');
  3631.         return $instance;
  3632.     }
  3633.     /**
  3634.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3635.      *
  3636.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3637.      */
  3638.     protected function getDoctrine_SchemaDropCommandService()
  3639.     {
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3644.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3645.         $instance->setName('doctrine:schema:drop');
  3646.         return $instance;
  3647.     }
  3648.     /**
  3649.      * Gets the private 'doctrine.schema_update_command' shared service.
  3650.      *
  3651.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3652.      */
  3653.     protected function getDoctrine_SchemaUpdateCommandService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3659.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3660.         $instance->setName('doctrine:schema:update');
  3661.         return $instance;
  3662.     }
  3663.     /**
  3664.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3665.      *
  3666.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3667.      */
  3668.     protected function getDoctrine_SchemaValidateCommandService()
  3669.     {
  3670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3673.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3674.         $instance->setName('doctrine:schema:validate');
  3675.         return $instance;
  3676.     }
  3677.     /**
  3678.      * Gets the private 'doctrine_migrations.current_command' shared service.
  3679.      *
  3680.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  3681.      */
  3682.     protected function getDoctrineMigrations_CurrentCommandService()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  3687.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  3688.         $instance->setName('doctrine:migrations:current');
  3689.         return $instance;
  3690.     }
  3691.     /**
  3692.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3693.      *
  3694.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  3695.      */
  3696.     protected function getDoctrineMigrations_DiffCommandService()
  3697.     {
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3701.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  3702.         $instance->setName('doctrine:migrations:diff');
  3703.         return $instance;
  3704.     }
  3705.     /**
  3706.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3707.      *
  3708.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  3709.      */
  3710.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3711.     {
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3715.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  3716.         $instance->setName('doctrine:migrations:dump-schema');
  3717.         return $instance;
  3718.     }
  3719.     /**
  3720.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3721.      *
  3722.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  3723.      */
  3724.     protected function getDoctrineMigrations_ExecuteCommandService()
  3725.     {
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3729.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  3730.         $instance->setName('doctrine:migrations:execute');
  3731.         return $instance;
  3732.     }
  3733.     /**
  3734.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3735.      *
  3736.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  3737.      */
  3738.     protected function getDoctrineMigrations_GenerateCommandService()
  3739.     {
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3743.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  3744.         $instance->setName('doctrine:migrations:generate');
  3745.         return $instance;
  3746.     }
  3747.     /**
  3748.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3749.      *
  3750.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  3751.      */
  3752.     protected function getDoctrineMigrations_LatestCommandService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3757.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  3758.         $instance->setName('doctrine:migrations:latest');
  3759.         return $instance;
  3760.     }
  3761.     /**
  3762.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3763.      *
  3764.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  3765.      */
  3766.     protected function getDoctrineMigrations_MigrateCommandService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3771.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  3772.         $instance->setName('doctrine:migrations:migrate');
  3773.         return $instance;
  3774.     }
  3775.     /**
  3776.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3777.      *
  3778.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  3779.      */
  3780.     protected function getDoctrineMigrations_RollupCommandService()
  3781.     {
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3785.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  3786.         $instance->setName('doctrine:migrations:rollup');
  3787.         return $instance;
  3788.     }
  3789.     /**
  3790.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3791.      *
  3792.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  3793.      */
  3794.     protected function getDoctrineMigrations_StatusCommandService()
  3795.     {
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3799.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  3800.         $instance->setName('doctrine:migrations:status');
  3801.         return $instance;
  3802.     }
  3803.     /**
  3804.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  3805.      *
  3806.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  3807.      */
  3808.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  3809.     {
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  3813.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  3814.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  3815.         return $instance;
  3816.     }
  3817.     /**
  3818.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3819.      *
  3820.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  3821.      */
  3822.     protected function getDoctrineMigrations_UpToDateCommandService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3827.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  3828.         $instance->setName('doctrine:migrations:up-to-date');
  3829.         return $instance;
  3830.     }
  3831.     /**
  3832.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3833.      *
  3834.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  3835.      */
  3836.     protected function getDoctrineMigrations_VersionCommandService()
  3837.     {
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3841.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  3842.         $instance->setName('doctrine:migrations:version');
  3843.         return $instance;
  3844.     }
  3845.     /**
  3846.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  3847.      *
  3848.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  3849.      */
  3850.     protected function getDoctrineMigrations_VersionsCommandService()
  3851.     {
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  3855.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  3856.         $instance->setName('doctrine:migrations:list');
  3857.         return $instance;
  3858.     }
  3859.     /**
  3860.      * Gets the private 'easyadmin.filter.type.array' shared service.
  3861.      *
  3862.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  3863.      */
  3864.     protected function getEasyadmin_Filter_Type_ArrayService()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  3872.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  3873.     }
  3874.     /**
  3875.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  3876.      *
  3877.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  3878.      */
  3879.     protected function getEasyadmin_Filter_Type_BooleanService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  3887.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  3888.     }
  3889.     /**
  3890.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  3891.      *
  3892.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  3893.      */
  3894.     protected function getEasyadmin_Filter_Type_ChoiceService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  3902.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  3903.     }
  3904.     /**
  3905.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  3906.      *
  3907.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  3908.      */
  3909.     protected function getEasyadmin_Filter_Type_ComparisonService()
  3910.     {
  3911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3913.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  3917.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  3918.     }
  3919.     /**
  3920.      * Gets the private 'easyadmin.filter.type.date' shared service.
  3921.      *
  3922.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3923.      */
  3924.     protected function getEasyadmin_Filter_Type_DateService()
  3925.     {
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  3932.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  3933.     }
  3934.     /**
  3935.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  3936.      *
  3937.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  3938.      */
  3939.     protected function getEasyadmin_Filter_Type_DateintervalService()
  3940.     {
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  3947.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  3948.     }
  3949.     /**
  3950.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  3951.      *
  3952.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  3953.      */
  3954.     protected function getEasyadmin_Filter_Type_DatetimeService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  3962.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  3963.     }
  3964.     /**
  3965.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  3966.      *
  3967.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3968.      */
  3969.     protected function getEasyadmin_Filter_Type_DecimalService()
  3970.     {
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  3977.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  3978.     }
  3979.     /**
  3980.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  3981.      *
  3982.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  3983.      */
  3984.     protected function getEasyadmin_Filter_Type_EntityService()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  3992.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  3993.     }
  3994.     /**
  3995.      * Gets the private 'easyadmin.filter.type.float' shared service.
  3996.      *
  3997.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  3998.      */
  3999.     protected function getEasyadmin_Filter_Type_FloatService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  4007.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  4008.     }
  4009.     /**
  4010.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  4011.      *
  4012.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  4013.      */
  4014.     protected function getEasyadmin_Filter_Type_IntegerService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  4022.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  4023.     }
  4024.     /**
  4025.      * Gets the private 'easyadmin.filter.type.text' shared service.
  4026.      *
  4027.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  4028.      */
  4029.     protected function getEasyadmin_Filter_Type_TextService()
  4030.     {
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  4034.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  4035.     }
  4036.     /**
  4037.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  4038.      *
  4039.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  4040.      */
  4041.     protected function getEasyadmin_Filter_Type_TextareaService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  4046.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  4047.     }
  4048.     /**
  4049.      * Gets the private 'easyadmin.filter.type.time' shared service.
  4050.      *
  4051.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  4052.      */
  4053.     protected function getEasyadmin_Filter_Type_TimeService()
  4054.     {
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  4061.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  4062.     }
  4063.     /**
  4064.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  4065.      *
  4066.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  4067.      */
  4068.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  4073.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4074.     }
  4075.     /**
  4076.      * Gets the private 'easyadmin.form.type' shared service.
  4077.      *
  4078.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  4079.      */
  4080.     protected function getEasyadmin_Form_TypeService()
  4081.     {
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  4095.         return $this->privates['easyadmin.form.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))], ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()));
  4096.     }
  4097.     /**
  4098.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  4099.      *
  4100.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  4101.      */
  4102.     protected function getEasyadmin_Form_Type_AutocompleteService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  4108.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  4109.     }
  4110.     /**
  4111.      * Gets the private 'easyadmin.form.type.batch' shared service.
  4112.      *
  4113.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  4114.      */
  4115.     protected function getEasyadmin_Form_Type_BatchService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  4120.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  4121.     }
  4122.     /**
  4123.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  4124.      *
  4125.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  4126.      */
  4127.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  4131.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  4132.     }
  4133.     /**
  4134.      * Gets the private 'easyadmin.form.type.divider' shared service.
  4135.      *
  4136.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  4137.      */
  4138.     protected function getEasyadmin_Form_Type_DividerService()
  4139.     {
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  4143.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  4144.     }
  4145.     /**
  4146.      * Gets the private 'easyadmin.form.type.extension' shared service.
  4147.      *
  4148.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  4149.      */
  4150.     protected function getEasyadmin_Form_Type_ExtensionService()
  4151.     {
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  4155.         return $this->privates['easyadmin.form.type.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4156.     }
  4157.     /**
  4158.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  4159.      *
  4160.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  4161.      */
  4162.     protected function getEasyadmin_Form_Type_FileuploadService()
  4163.     {
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  4168.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  4169.     }
  4170.     /**
  4171.      * Gets the private 'easyadmin.form.type.filters' shared service.
  4172.      *
  4173.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  4174.      */
  4175.     protected function getEasyadmin_Form_Type_FiltersService()
  4176.     {
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  4190.         return $this->privates['easyadmin.form.type.filters'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))]);
  4191.     }
  4192.     /**
  4193.      * Gets the private 'easyadmin.form.type.group' shared service.
  4194.      *
  4195.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  4196.      */
  4197.     protected function getEasyadmin_Form_Type_GroupService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  4202.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  4203.     }
  4204.     /**
  4205.      * Gets the private 'easyadmin.form.type.section' shared service.
  4206.      *
  4207.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  4208.      */
  4209.     protected function getEasyadmin_Form_Type_SectionService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  4214.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  4215.     }
  4216.     /**
  4217.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4220.      */
  4221.     protected function getForm_ChoiceListFactory_CachedService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4227.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())));
  4228.     }
  4229.     /**
  4230.      * Gets the private 'form.registry' shared service.
  4231.      *
  4232.      * @return \Symfony\Component\Form\FormRegistry
  4233.      */
  4234.     protected function getForm_RegistryService()
  4235.     {
  4236.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4237.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  4238.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  4239.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  4240.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  4241.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  4242.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  4243.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  4244.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  4245.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  4246.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  4247.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  4248.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  4249.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  4250.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  4251.         ], [
  4252.             'easyadmin.filter.type.array' => '?',
  4253.             'easyadmin.filter.type.boolean' => '?',
  4254.             'easyadmin.filter.type.choice' => '?',
  4255.             'easyadmin.filter.type.comparison' => '?',
  4256.             'easyadmin.filter.type.date' => '?',
  4257.             'easyadmin.filter.type.dateinterval' => '?',
  4258.             'easyadmin.filter.type.datetime' => '?',
  4259.             'easyadmin.filter.type.decimal' => '?',
  4260.             'easyadmin.filter.type.entity' => '?',
  4261.             'easyadmin.filter.type.float' => '?',
  4262.             'easyadmin.filter.type.integer' => '?',
  4263.             'easyadmin.filter.type.text' => '?',
  4264.             'easyadmin.filter.type.textarea' => '?',
  4265.             'easyadmin.filter.type.time' => '?',
  4266.         ]), [], new RewindableGenerator(function () {
  4267.             return new \EmptyIterator();
  4268.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4269.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  4270.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  4271.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  4272.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  4273.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  4274.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  4275.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  4276.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  4277.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4278.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4279.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4280.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4281.         ], [
  4282.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4283.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4284.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4285.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4286.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4287.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4288.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4289.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4290.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4291.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4292.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4293.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4294.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4295.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4296.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4297.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4298.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4299.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4300.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4301.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  4302.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4303.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4304.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4305.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4306.         }, 1)], new RewindableGenerator(function () {
  4307.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4308.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4309.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  4310.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4311.     }
  4312.     /**
  4313.      * Gets the private 'form.server_params' shared service.
  4314.      *
  4315.      * @return \Symfony\Component\Form\Util\ServerParams
  4316.      */
  4317.     protected function getForm_ServerParamsService()
  4318.     {
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4320.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4321.     }
  4322.     /**
  4323.      * Gets the private 'form.type.choice' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4326.      */
  4327.     protected function getForm_Type_ChoiceService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4332.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  4333.     }
  4334.     /**
  4335.      * Gets the private 'form.type.entity' shared service.
  4336.      *
  4337.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4338.      */
  4339.     protected function getForm_Type_EntityService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4345.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4346.     }
  4347.     /**
  4348.      * Gets the private 'form.type.form' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4351.      */
  4352.     protected function getForm_Type_FormService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4358.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  4359.     }
  4360.     /**
  4361.      * Gets the private 'form.type_extension.csrf' shared service.
  4362.      *
  4363.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4364.      */
  4365.     protected function getForm_TypeExtension_CsrfService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4370.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4371.     }
  4372.     /**
  4373.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4374.      *
  4375.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4376.      */
  4377.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4382.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4383.     }
  4384.     /**
  4385.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4388.      */
  4389.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4396.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4397.     }
  4398.     /**
  4399.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4400.      *
  4401.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4402.      */
  4403.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4404.     {
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4408.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4409.     }
  4410.     /**
  4411.      * Gets the private 'form.type_extension.form.validator' shared service.
  4412.      *
  4413.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4414.      */
  4415.     protected function getForm_TypeExtension_Form_ValidatorService()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4421.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4422.     }
  4423.     /**
  4424.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4425.      *
  4426.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4427.      */
  4428.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4433.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4434.     }
  4435.     /**
  4436.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4437.      *
  4438.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4439.      */
  4440.     protected function getForm_TypeGuesser_DoctrineService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4444.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4445.     }
  4446.     /**
  4447.      * Gets the private 'form.type_guesser.validator' shared service.
  4448.      *
  4449.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4450.      */
  4451.     protected function getForm_TypeGuesser_ValidatorService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4455.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4456.     }
  4457.     /**
  4458.      * Gets the private 'fragment.renderer.inline' shared service.
  4459.      *
  4460.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4461.      */
  4462.     protected function getFragment_Renderer_InlineService()
  4463.     {
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4467.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4468.         $instance->setFragmentPath('/_fragment');
  4469.         return $instance;
  4470.     }
  4471.     /**
  4472.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4473.      *
  4474.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4475.      */
  4476.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4477.     {
  4478.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  4479.     }
  4480.     /**
  4481.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4482.      *
  4483.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4484.      */
  4485.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4486.     {
  4487.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4488.     }
  4489.     /**
  4490.      * Gets the private 'http_client' shared service.
  4491.      *
  4492.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  4493.      */
  4494.     protected function getHttpClientService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  4498.         $this->privates['http_client'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4499.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  4500.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4501.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4502.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4503.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4504.         $instance->setLogger($a);
  4505.         return $instance;
  4506.     }
  4507.     /**
  4508.      * Gets the private 'locale_aware_listener' shared service.
  4509.      *
  4510.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4511.      */
  4512.     protected function getLocaleAwareListenerService()
  4513.     {
  4514.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4515.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4516.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4517.     }
  4518.     /**
  4519.      * Gets the private 'locale_listener' shared service.
  4520.      *
  4521.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4522.      */
  4523.     protected function getLocaleListenerService()
  4524.     {
  4525.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'es', ($this->services['router'] ?? $this->getRouterService()));
  4526.     }
  4527.     /**
  4528.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4529.      *
  4530.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4531.      */
  4532.     protected function getMaker_AutoCommand_MakeAuthService()
  4533.     {
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4540.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4541.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4542.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  4543.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4544.         $instance->setName('make:auth');
  4545.         return $instance;
  4546.     }
  4547.     /**
  4548.      * Gets the private 'maker.auto_command.make_command' shared service.
  4549.      *
  4550.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4551.      */
  4552.     protected function getMaker_AutoCommand_MakeCommandService()
  4553.     {
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4559.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4560.         $instance->setDescription('Creates a new console command class');
  4561.         $instance->setName('make:command');
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4566.      *
  4567.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4568.      */
  4569.     protected function getMaker_AutoCommand_MakeControllerService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4576.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4577.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4578.         $instance->setDescription('Creates a new controller class');
  4579.         $instance->setName('make:controller');
  4580.         return $instance;
  4581.     }
  4582.     /**
  4583.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4584.      *
  4585.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4586.      */
  4587.     protected function getMaker_AutoCommand_MakeCrudService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4594.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4595.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4596.         $instance->setName('make:crud');
  4597.         return $instance;
  4598.     }
  4599.     /**
  4600.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4601.      *
  4602.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4603.      */
  4604.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4605.     {
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4611.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4612.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4613.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4614.         $instance->setName('make:docker:database');
  4615.         return $instance;
  4616.     }
  4617.     /**
  4618.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4619.      *
  4620.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4621.      */
  4622.     protected function getMaker_AutoCommand_MakeEntityService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4630.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4631.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4632.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4633.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4634.         $instance->setName('make:entity');
  4635.         return $instance;
  4636.     }
  4637.     /**
  4638.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4639.      *
  4640.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4641.      */
  4642.     protected function getMaker_AutoCommand_MakeFixturesService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4649.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4650.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4651.         $instance->setName('make:fixtures');
  4652.         return $instance;
  4653.     }
  4654.     /**
  4655.      * Gets the private 'maker.auto_command.make_form' shared service.
  4656.      *
  4657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4658.      */
  4659.     protected function getMaker_AutoCommand_MakeFormService()
  4660.     {
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4666.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4667.         $instance->setDescription('Creates a new form class');
  4668.         $instance->setName('make:form');
  4669.         return $instance;
  4670.     }
  4671.     /**
  4672.      * Gets the private 'maker.auto_command.make_message' shared service.
  4673.      *
  4674.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4675.      */
  4676.     protected function getMaker_AutoCommand_MakeMessageService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4683.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4684.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4685.         $instance->setDescription('Creates a new message and handler');
  4686.         $instance->setName('make:message');
  4687.         return $instance;
  4688.     }
  4689.     /**
  4690.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4691.      *
  4692.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4693.      */
  4694.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4701.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4702.         $instance->setDescription('Creates a new messenger middleware');
  4703.         $instance->setName('make:messenger-middleware');
  4704.         return $instance;
  4705.     }
  4706.     /**
  4707.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4708.      *
  4709.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4710.      */
  4711.     protected function getMaker_AutoCommand_MakeMigrationService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4719.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4720.         $instance->setDescription('Creates a new migration based on database changes');
  4721.         $instance->setName('make:migration');
  4722.         return $instance;
  4723.     }
  4724.     /**
  4725.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4726.      *
  4727.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4728.      */
  4729.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4730.     {
  4731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4736.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4737.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4738.         $instance->setDescription('Creates a new registration form system');
  4739.         $instance->setName('make:registration-form');
  4740.         return $instance;
  4741.     }
  4742.     /**
  4743.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4744.      *
  4745.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4746.      */
  4747.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4754.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4755.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4756.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4757.         $instance->setName('make:reset-password');
  4758.         return $instance;
  4759.     }
  4760.     /**
  4761.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4762.      *
  4763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4764.      */
  4765.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4772.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4773.         $instance->setDescription('Creates a new serializer encoder class');
  4774.         $instance->setName('make:serializer:encoder');
  4775.         return $instance;
  4776.     }
  4777.     /**
  4778.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4779.      *
  4780.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4781.      */
  4782.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4783.     {
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4789.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4790.         $instance->setDescription('Creates a new serializer normalizer class');
  4791.         $instance->setName('make:serializer:normalizer');
  4792.         return $instance;
  4793.     }
  4794.     /**
  4795.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4796.      *
  4797.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4798.      */
  4799.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4800.     {
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4807.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4808.         $instance->setDescription('Creates a new event subscriber class');
  4809.         $instance->setName('make:subscriber');
  4810.         return $instance;
  4811.     }
  4812.     /**
  4813.      * Gets the private 'maker.auto_command.make_test' shared service.
  4814.      *
  4815.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4816.      */
  4817.     protected function getMaker_AutoCommand_MakeTestService()
  4818.     {
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4825.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4826.         $instance->setDescription('Creates a new test class');
  4827.         $instance->setName('make:test');
  4828.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4829.         return $instance;
  4830.     }
  4831.     /**
  4832.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4833.      *
  4834.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4835.      */
  4836.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4843.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4844.         $instance->setDescription('Creates a new Twig extension class');
  4845.         $instance->setName('make:twig-extension');
  4846.         return $instance;
  4847.     }
  4848.     /**
  4849.      * Gets the private 'maker.auto_command.make_user' shared service.
  4850.      *
  4851.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4852.      */
  4853.     protected function getMaker_AutoCommand_MakeUserService()
  4854.     {
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4862.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4863.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4864.         $instance->setDescription('Creates a new security user class');
  4865.         $instance->setName('make:user');
  4866.         return $instance;
  4867.     }
  4868.     /**
  4869.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4870.      *
  4871.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4872.      */
  4873.     protected function getMaker_AutoCommand_MakeValidatorService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4880.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4881.         $instance->setDescription('Creates a new validator and constraint class');
  4882.         $instance->setName('make:validator');
  4883.         return $instance;
  4884.     }
  4885.     /**
  4886.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4887.      *
  4888.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4889.      */
  4890.     protected function getMaker_AutoCommand_MakeVoterService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4897.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4898.         $instance->setDescription('Creates a new security voter class');
  4899.         $instance->setName('make:voter');
  4900.         return $instance;
  4901.     }
  4902.     /**
  4903.      * Gets the private 'maker.doctrine_helper' shared service.
  4904.      *
  4905.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4906.      */
  4907.     protected function getMaker_DoctrineHelperService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4910.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  4911.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'CCDigital\\ReportExporterBundle\\Entity'=> $a]]]);
  4912.     }
  4913.     /**
  4914.      * Gets the private 'maker.entity_class_generator' shared service.
  4915.      *
  4916.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4917.      */
  4918.     protected function getMaker_EntityClassGeneratorService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4921.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4922.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4923.         return $instance;
  4924.     }
  4925.     /**
  4926.      * Gets the private 'maker.file_manager' shared service.
  4927.      *
  4928.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4929.      */
  4930.     protected function getMaker_FileManagerService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4937.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4938.     }
  4939.     /**
  4940.      * Gets the private 'maker.generator' shared service.
  4941.      *
  4942.      * @return \Symfony\Bundle\MakerBundle\Generator
  4943.      */
  4944.     protected function getMaker_GeneratorService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  4948.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  4949.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  4950.     }
  4951.     /**
  4952.      * Gets the private 'maker.php_compat_util' shared service.
  4953.      *
  4954.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  4955.      */
  4956.     protected function getMaker_PhpCompatUtilService()
  4957.     {
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4959.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4963.      *
  4964.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4965.      */
  4966.     protected function getMaker_Renderer_FormTypeRendererService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4969.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4970.     }
  4971.     /**
  4972.      * Gets the private 'messenger.bus.report.middleware.doctrine_ping_connection' shared service.
  4973.      *
  4974.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware
  4975.      */
  4976.     protected function getMessenger_Bus_Report_Middleware_DoctrinePingConnectionService()
  4977.     {
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrinePingConnectionMiddleware.php';
  4980.         return $this->privates['messenger.bus.report.middleware.doctrine_ping_connection'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4981.     }
  4982.     /**
  4983.      * Gets the private 'messenger.bus.report.middleware.handle_message' shared service.
  4984.      *
  4985.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  4986.      */
  4987.     protected function getMessenger_Bus_Report_Middleware_HandleMessageService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  4993.         $this->privates['messenger.bus.report.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['CCDigital\\ReportExporterBundle\\MessengerExportReport\\ExportReport' => new RewindableGenerator(function () {
  4994.             yield => ($this->privates['.messenger.handler_descriptor.HtkQK9p'] ?? $this->get_Messenger_HandlerDescriptor_HtkQK9pService());
  4995.         }, 1)]));
  4996.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4997.         return $instance;
  4998.     }
  4999.     /**
  5000.      * Gets the private 'messenger.bus.report.middleware.traceable' shared service.
  5001.      *
  5002.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  5003.      */
  5004.     protected function getMessenger_Bus_Report_Middleware_TraceableService()
  5005.     {
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  5008.         return $this->privates['messenger.bus.report.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.report');
  5009.     }
  5010.     /**
  5011.      * Gets the private 'messenger.middleware.send_message' shared service.
  5012.      *
  5013.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  5014.      */
  5015.     protected function getMessenger_Middleware_SendMessageService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  5021.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['CCDigital\\ReportExporterBundle\\MessengerExportReport\\ExportReport' => [=> 'reports']], new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5022.             'reports' => ['privates''messenger.transport.reports''getMessenger_Transport_ReportsService'false],
  5023.         ], [
  5024.             'reports' => '?',
  5025.         ])), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5026.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  5027.         return $instance;
  5028.     }
  5029.     /**
  5030.      * Gets the private 'messenger.receiver_locator' shared service.
  5031.      *
  5032.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5033.      */
  5034.     protected function getMessenger_ReceiverLocatorService()
  5035.     {
  5036.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5037.             'messenger.transport.reports' => ['privates''messenger.transport.reports''getMessenger_Transport_ReportsService'false],
  5038.             'reports' => ['privates''messenger.transport.reports''getMessenger_Transport_ReportsService'false],
  5039.         ], [
  5040.             'messenger.transport.reports' => '?',
  5041.             'reports' => '?',
  5042.         ]);
  5043.     }
  5044.     /**
  5045.      * Gets the private 'messenger.retry.multiplier_retry_strategy.reports' shared service.
  5046.      *
  5047.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  5048.      */
  5049.     protected function getMessenger_Retry_MultiplierRetryStrategy_ReportsService()
  5050.     {
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  5053.         return $this->privates['messenger.retry.multiplier_retry_strategy.reports'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3500020);
  5054.     }
  5055.     /**
  5056.      * Gets the private 'messenger.routable_message_bus' shared service.
  5057.      *
  5058.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  5059.      */
  5060.     protected function getMessenger_RoutableMessageBusService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  5063.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5064.             'messenger.bus.report' => ['services''message_bus''getMessageBusService'false],
  5065.         ], [
  5066.             'messenger.bus.report' => '?',
  5067.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  5068.     }
  5069.     /**
  5070.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  5073.      */
  5074.     protected function getMessenger_Transport_Doctrine_FactoryService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  5078.         return new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5079.     }
  5080.     /**
  5081.      * Gets the private 'messenger.transport.reports' shared service.
  5082.      *
  5083.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  5084.      */
  5085.     protected function getMessenger_Transport_ReportsService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  5094.         return $this->privates['messenger.transport.reports'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  5095.             yield => (new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory());
  5096.             yield => (new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory());
  5097.             yield => $this->getMessenger_Transport_Sync_FactoryService();
  5098.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  5099.             yield => $this->getMessenger_Transport_Doctrine_FactoryService();
  5100.         }, 5)))->createTransport('doctrine://default', ['queue_name' => 'reports''transport_name' => 'reports'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  5101.     }
  5102.     /**
  5103.      * Gets the private 'messenger.transport.sync.factory' shared service.
  5104.      *
  5105.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  5106.      */
  5107.     protected function getMessenger_Transport_Sync_FactoryService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  5111.         return new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  5112.     }
  5113.     /**
  5114.      * Gets the private 'mime_types' shared service.
  5115.      *
  5116.      * @return \Symfony\Component\Mime\MimeTypes
  5117.      */
  5118.     protected function getMimeTypesService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5123.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5124.         $instance->setDefault($instance);
  5125.         return $instance;
  5126.     }
  5127.     /**
  5128.      * Gets the private 'monolog.command.server_log' shared service.
  5129.      *
  5130.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5131.      */
  5132.     protected function getMonolog_Command_ServerLogService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5136.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5137.         $instance->setName('server:log');
  5138.         return $instance;
  5139.     }
  5140.     /**
  5141.      * Gets the private 'monolog.handler.console' shared service.
  5142.      *
  5143.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5144.      */
  5145.     protected function getMonolog_Handler_ConsoleService()
  5146.     {
  5147.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5148.     }
  5149.     /**
  5150.      * Gets the private 'monolog.handler.main' shared service.
  5151.      *
  5152.      * @return \Monolog\Handler\StreamHandler
  5153.      */
  5154.     protected function getMonolog_Handler_MainService()
  5155.     {
  5156.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5157.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5158.         return $instance;
  5159.     }
  5160.     /**
  5161.      * Gets the private 'monolog.logger' shared service.
  5162.      *
  5163.      * @return \Symfony\Bridge\Monolog\Logger
  5164.      */
  5165.     protected function getMonolog_LoggerService()
  5166.     {
  5167.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5168.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5169.         $instance->useMicrosecondTimestamps(true);
  5170.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5171.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5173.         return $instance;
  5174.     }
  5175.     /**
  5176.      * Gets the private 'monolog.logger.cache' shared service.
  5177.      *
  5178.      * @return \Symfony\Bridge\Monolog\Logger
  5179.      */
  5180.     protected function getMonolog_Logger_CacheService()
  5181.     {
  5182.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5183.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5184.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5185.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5186.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5187.         return $instance;
  5188.     }
  5189.     /**
  5190.      * Gets the private 'monolog.logger.messenger' shared service.
  5191.      *
  5192.      * @return \Symfony\Bridge\Monolog\Logger
  5193.      */
  5194.     protected function getMonolog_Logger_MessengerService()
  5195.     {
  5196.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  5197.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5198.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5199.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5201.         return $instance;
  5202.     }
  5203.     /**
  5204.      * Gets the private 'monolog.logger.request' shared service.
  5205.      *
  5206.      * @return \Symfony\Bridge\Monolog\Logger
  5207.      */
  5208.     protected function getMonolog_Logger_RequestService()
  5209.     {
  5210.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5211.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5212.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5213.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5214.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5215.         return $instance;
  5216.     }
  5217.     /**
  5218.      * Gets the private 'monolog.logger.security' shared service.
  5219.      *
  5220.      * @return \Symfony\Bridge\Monolog\Logger
  5221.      */
  5222.     protected function getMonolog_Logger_SecurityService()
  5223.     {
  5224.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5225.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5226.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5227.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5228.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5229.         return $instance;
  5230.     }
  5231.     /**
  5232.      * Gets the private 'parameter_bag' shared service.
  5233.      *
  5234.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5235.      */
  5236.     protected function getParameterBagService()
  5237.     {
  5238.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5239.     }
  5240.     /**
  5241.      * Gets the private 'profiler_listener' shared service.
  5242.      *
  5243.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5244.      */
  5245.     protected function getProfilerListenerService()
  5246.     {
  5247.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5248.     }
  5249.     /**
  5250.      * Gets the private 'property_info.serializer_extractor' shared service.
  5251.      *
  5252.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5253.      */
  5254.     protected function getPropertyInfo_SerializerExtractorService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5258.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5259.     }
  5260.     /**
  5261.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  5262.      *
  5263.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  5264.      */
  5265.     protected function getResolveControllerNameSubscriberService()
  5266.     {
  5267.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  5268.     }
  5269.     /**
  5270.      * Gets the private 'router.cache_warmer' shared service.
  5271.      *
  5272.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5273.      */
  5274.     protected function getRouter_CacheWarmerService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5278.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5279.             'router' => ['services''router''getRouterService'false],
  5280.         ], [
  5281.             'router' => '?',
  5282.         ]))->withContext('router.cache_warmer'$this));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'router.request_context' shared service.
  5286.      *
  5287.      * @return \Symfony\Component\Routing\RequestContext
  5288.      */
  5289.     protected function getRouter_RequestContextService()
  5290.     {
  5291.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5292.     }
  5293.     /**
  5294.      * Gets the private 'router_listener' shared service.
  5295.      *
  5296.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5297.      */
  5298.     protected function getRouterListenerService()
  5299.     {
  5300.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  5301.     }
  5302.     /**
  5303.      * Gets the private 'security.access_listener' shared service.
  5304.      *
  5305.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5306.      */
  5307.     protected function getSecurity_AccessListenerService()
  5308.     {
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5313.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5314.     }
  5315.     /**
  5316.      * Gets the private 'security.access_map' shared service.
  5317.      *
  5318.      * @return \Symfony\Component\Security\Http\AccessMap
  5319.      */
  5320.     protected function getSecurity_AccessMapService()
  5321.     {
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5326.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5327.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin_c4Y5IWakuirb'), [=> 'ROLE_ADMIN'=> 'ROLE_USER'], NULL);
  5328.         return $instance;
  5329.     }
  5330.     /**
  5331.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5332.      *
  5333.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5334.      */
  5335.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5341.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5342.     }
  5343.     /**
  5344.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5345.      *
  5346.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5347.      */
  5348.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5357.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5358.         $a->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  5359.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5360.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5361.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5362.     }
  5363.     /**
  5364.      * Gets the private 'security.authentication.manager' shared service.
  5365.      *
  5366.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5367.      */
  5368.     protected function getSecurity_Authentication_ManagerService()
  5369.     {
  5370.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5371.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5372.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5373.         }, 2), true);
  5374.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5375.         return $instance;
  5376.     }
  5377.     /**
  5378.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5379.      *
  5380.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5381.      */
  5382.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5388.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5389.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5390.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\UserChecker());
  5391.     }
  5392.     /**
  5393.      * Gets the private 'security.channel_listener' shared service.
  5394.      *
  5395.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5396.      */
  5397.     protected function getSecurity_ChannelListenerService()
  5398.     {
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5405.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5406.     }
  5407.     /**
  5408.      * Gets the private 'security.command.user_password_encoder' shared service.
  5409.      *
  5410.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5411.      */
  5412.     protected function getSecurity_Command_UserPasswordEncoderService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5416.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5417.         $instance->setName('security:encode-password');
  5418.         return $instance;
  5419.     }
  5420.     /**
  5421.      * Gets the private 'security.context_listener.0' shared service.
  5422.      *
  5423.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5424.      */
  5425.     protected function getSecurity_ContextListener_0Service()
  5426.     {
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5431.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  5432.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5433.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))));
  5434.     }
  5435.     /**
  5436.      * Gets the private 'security.csrf.token_storage' shared service.
  5437.      *
  5438.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5439.      */
  5440.     protected function getSecurity_Csrf_TokenStorageService()
  5441.     {
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5445.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5446.     }
  5447.     /**
  5448.      * Gets the private 'security.encoder_factory.generic' shared service.
  5449.      *
  5450.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5451.      */
  5452.     protected function getSecurity_EncoderFactory_GenericService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5456.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  5457.     }
  5458.     /**
  5459.      * Gets the private 'security.firewall.map' shared service.
  5460.      *
  5461.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5462.      */
  5463.     protected function getSecurity_Firewall_MapService()
  5464.     {
  5465.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5466.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5467.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5468.         ], [
  5469.             'security.firewall.map.context.dev' => '?',
  5470.             'security.firewall.map.context.main' => '?',
  5471.         ]), new RewindableGenerator(function () {
  5472.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  5473.             yield 'security.firewall.map.context.main' => NULL;
  5474.         }, 2));
  5475.     }
  5476.     /**
  5477.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5478.      *
  5479.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5480.      */
  5481.     protected function getSecurity_Firewall_Map_Context_DevService()
  5482.     {
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5485.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5486.             return new \EmptyIterator();
  5487.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5488.     }
  5489.     /**
  5490.      * Gets the private 'security.firewall.map.context.main' shared service.
  5491.      *
  5492.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5493.      */
  5494.     protected function getSecurity_Firewall_Map_Context_MainService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5510.         $a = ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
  5511.         $b = ($this->services['router'] ?? $this->getRouterService());
  5512.         $c = new \Symfony\Component\Security\Http\HttpUtils($b$b'{^https?://%s$}i''{^https://%s$}i');
  5513.         $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c'app_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  5514.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5515.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5516.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5517.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5518.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5519.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  5520.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5521.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5522.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $c'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  5523.     }
  5524.     /**
  5525.      * Gets the private 'security.logout_url_generator' shared service.
  5526.      *
  5527.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5528.      */
  5529.     protected function getSecurity_LogoutUrlGeneratorService()
  5530.     {
  5531.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5532.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  5533.         return $instance;
  5534.     }
  5535.     /**
  5536.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  5537.      *
  5538.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5539.      */
  5540.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5544.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5545.     }
  5546.     /**
  5547.      * Gets the private 'security.validator.user_password' shared service.
  5548.      *
  5549.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5550.      */
  5551.     protected function getSecurity_Validator_UserPasswordService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5556.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5557.     }
  5558.     /**
  5559.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5560.      *
  5561.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5562.      */
  5563.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5564.     {
  5565.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5566.     }
  5567.     /**
  5568.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5569.      *
  5570.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5571.      */
  5572.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5573.     {
  5574.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5575.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5576.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5577.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5578.     }
  5579.     /**
  5580.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5581.      *
  5582.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5583.      */
  5584.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5585.     {
  5586.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5587.     }
  5588.     /**
  5589.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5590.      *
  5591.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5592.      */
  5593.     protected function getSensioFrameworkExtra_View_ListenerService()
  5594.     {
  5595.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  5596.     }
  5597.     /**
  5598.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5599.      *
  5600.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5601.      */
  5602.     protected function getSerializer_Mapping_CacheWarmerService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5609.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5610.     }
  5611.     /**
  5612.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5613.      *
  5614.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5615.      */
  5616.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5624.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  5625.     }
  5626.     /**
  5627.      * Gets the private 'session.storage.native' shared service.
  5628.      *
  5629.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5630.      */
  5631.     protected function getSession_Storage_NativeService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5637.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5638.     }
  5639.     /**
  5640.      * Gets the private 'session_listener' shared service.
  5641.      *
  5642.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5643.      */
  5644.     protected function getSessionListenerService()
  5645.     {
  5646.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5647.             'initialized_session' => ['services''session'NULLfalse],
  5648.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5649.             'session' => ['services''session''getSessionService'false],
  5650.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5651.         ], [
  5652.             'initialized_session' => '?',
  5653.             'request_stack' => '?',
  5654.             'session' => '?',
  5655.             'session_storage' => '?',
  5656.         ]));
  5657.     }
  5658.     /**
  5659.      * Gets the private 'swiftmailer.command.debug' shared service.
  5660.      *
  5661.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  5662.      */
  5663.     protected function getSwiftmailer_Command_DebugService()
  5664.     {
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  5668.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  5669.         $instance->setName('debug:swiftmailer');
  5670.         return $instance;
  5671.     }
  5672.     /**
  5673.      * Gets the private 'swiftmailer.command.new_email' shared service.
  5674.      *
  5675.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  5676.      */
  5677.     protected function getSwiftmailer_Command_NewEmailService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  5682.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  5683.         $instance->setName('swiftmailer:email:send');
  5684.         return $instance;
  5685.     }
  5686.     /**
  5687.      * Gets the private 'swiftmailer.command.send_email' shared service.
  5688.      *
  5689.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  5690.      */
  5691.     protected function getSwiftmailer_Command_SendEmailService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  5696.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  5697.         $instance->setName('swiftmailer:spool:send');
  5698.         return $instance;
  5699.     }
  5700.     /**
  5701.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  5702.      *
  5703.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  5704.      */
  5705.     protected function getSwiftmailer_EmailSender_ListenerService()
  5706.     {
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  5708.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5709.     }
  5710.     /**
  5711.      * Gets the private 'translation.extractor' shared service.
  5712.      *
  5713.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5714.      */
  5715.     protected function getTranslation_ExtractorService()
  5716.     {
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5722.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5723.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5724.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5725.         return $instance;
  5726.     }
  5727.     /**
  5728.      * Gets the private 'translation.loader.csv' shared service.
  5729.      *
  5730.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5731.      */
  5732.     protected function getTranslation_Loader_CsvService()
  5733.     {
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5738.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5739.     }
  5740.     /**
  5741.      * Gets the private 'translation.loader.dat' shared service.
  5742.      *
  5743.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5744.      */
  5745.     protected function getTranslation_Loader_DatService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5750.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5751.     }
  5752.     /**
  5753.      * Gets the private 'translation.loader.ini' shared service.
  5754.      *
  5755.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5756.      */
  5757.     protected function getTranslation_Loader_IniService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5763.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5764.     }
  5765.     /**
  5766.      * Gets the private 'translation.loader.json' shared service.
  5767.      *
  5768.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5769.      */
  5770.     protected function getTranslation_Loader_JsonService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5776.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5777.     }
  5778.     /**
  5779.      * Gets the private 'translation.loader.mo' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5782.      */
  5783.     protected function getTranslation_Loader_MoService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5789.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5790.     }
  5791.     /**
  5792.      * Gets the private 'translation.loader.php' shared service.
  5793.      *
  5794.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5795.      */
  5796.     protected function getTranslation_Loader_PhpService()
  5797.     {
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5802.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5803.     }
  5804.     /**
  5805.      * Gets the private 'translation.loader.po' shared service.
  5806.      *
  5807.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5808.      */
  5809.     protected function getTranslation_Loader_PoService()
  5810.     {
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5815.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5816.     }
  5817.     /**
  5818.      * Gets the private 'translation.loader.qt' shared service.
  5819.      *
  5820.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5821.      */
  5822.     protected function getTranslation_Loader_QtService()
  5823.     {
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5826.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5827.     }
  5828.     /**
  5829.      * Gets the private 'translation.loader.res' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5832.      */
  5833.     protected function getTranslation_Loader_ResService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5837.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5838.     }
  5839.     /**
  5840.      * Gets the private 'translation.loader.xliff' shared service.
  5841.      *
  5842.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5843.      */
  5844.     protected function getTranslation_Loader_XliffService()
  5845.     {
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5848.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5849.     }
  5850.     /**
  5851.      * Gets the private 'translation.loader.yml' shared service.
  5852.      *
  5853.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5854.      */
  5855.     protected function getTranslation_Loader_YmlService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5861.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5862.     }
  5863.     /**
  5864.      * Gets the private 'translation.reader' shared service.
  5865.      *
  5866.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5867.      */
  5868.     protected function getTranslation_ReaderService()
  5869.     {
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5886.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5887.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5888.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5889.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5890.         $instance->addLoader('yaml'$a);
  5891.         $instance->addLoader('yml'$a);
  5892.         $instance->addLoader('xlf'$b);
  5893.         $instance->addLoader('xliff'$b);
  5894.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5895.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5896.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5897.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5898.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5899.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5900.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5901.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5902.         return $instance;
  5903.     }
  5904.     /**
  5905.      * Gets the private 'translation.warmer' shared service.
  5906.      *
  5907.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5908.      */
  5909.     protected function getTranslation_WarmerService()
  5910.     {
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5913.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5914.             'translator' => ['services''translator''getTranslatorService'false],
  5915.         ], [
  5916.             'translator' => '?',
  5917.         ]))->withContext('translation.warmer'$this));
  5918.     }
  5919.     /**
  5920.      * Gets the private 'translator.default' shared service.
  5921.      *
  5922.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5923.      */
  5924.     protected function getTranslator_DefaultService()
  5925.     {
  5926.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5927.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5928.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5929.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5930.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5931.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5932.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5933.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5934.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5935.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5936.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5937.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5938.         ], [
  5939.             'translation.loader.csv' => '?',
  5940.             'translation.loader.dat' => '?',
  5941.             'translation.loader.ini' => '?',
  5942.             'translation.loader.json' => '?',
  5943.             'translation.loader.mo' => '?',
  5944.             'translation.loader.php' => '?',
  5945.             'translation.loader.po' => '?',
  5946.             'translation.loader.qt' => '?',
  5947.             'translation.loader.res' => '?',
  5948.             'translation.loader.xliff' => '?',
  5949.             'translation.loader.yml' => '?',
  5950.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'es', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['ar' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf')], 'af' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Resources/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Resources/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/EasyAdminBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle/Resources/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/ReportExporterBundle/translations'), 31 => (\dirname(__DIR__4).'/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfony/framework-bundle/Resources/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/Resources/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'=> 'vendor/doctrine/doctrine-bundle/Resources/translations'=> 'src/Resources/DoctrineBundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/Resources/translations'11 => 'src/Resources/DoctrineMigrationsBundle/translations'12 => 'vendor/symfony/security-bundle/Resources/translations'13 => 'src/Resources/SecurityBundle/translations'14 => 'vendor/symfony/swiftmailer-bundle/Resources/translations'15 => 'src/Resources/SwiftmailerBundle/translations'16 => 'vendor/symfony/twig-bundle/Resources/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/symfony/web-profiler-bundle/Resources/translations'19 => 'src/Resources/WebProfilerBundle/translations'20 => 'vendor/symfony/monolog-bundle/Resources/translations'21 => 'src/Resources/MonologBundle/translations'22 => 'vendor/symfony/debug-bundle/Resources/translations'23 => 'src/Resources/DebugBundle/translations'24 => 'vendor/symfony/maker-bundle/src/Resources/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'vendor/symfony/web-server-bundle/Resources/translations'27 => 'src/Resources/WebServerBundle/translations'28 => 'src/Resources/EasyAdminBundle/translations'29 => 'vendor/cc_digital/report-exporter-bundle/Resources/translations'30 => 'src/Resources/ReportExporterBundle/translations'31 => 'translations'32 => 'src/Resources/translations']]]);
  5951.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5952.         $instance->setFallbackLocales([=> 'es']);
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'twig.cache_warmer' shared service.
  5957.      *
  5958.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  5959.      */
  5960.     protected function getTwig_CacheWarmerService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheCacheWarmer.php';
  5964.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), NULL, [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  5965.     }
  5966.     /**
  5967.      * Gets the private 'twig.command.debug' shared service.
  5968.      *
  5969.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5970.      */
  5971.     protected function getTwig_Command_DebugService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5975.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), (\dirname(__DIR__4).'/src'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5976.         $instance->setName('debug:twig');
  5977.         return $instance;
  5978.     }
  5979.     /**
  5980.      * Gets the private 'twig.command.lint' shared service.
  5981.      *
  5982.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5983.      */
  5984.     protected function getTwig_Command_LintService()
  5985.     {
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5989.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5990.         $instance->setName('lint:twig');
  5991.         return $instance;
  5992.     }
  5993.     /**
  5994.      * Gets the private 'twig.exception_listener' shared service.
  5995.      *
  5996.      * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
  5997.      */
  5998.     protected function getTwig_ExceptionListenerService()
  5999.     {
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ExceptionListener.php';
  6001.         return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6002.     }
  6003.     /**
  6004.      * Gets the private 'twig.form.renderer' shared service.
  6005.      *
  6006.      * @return \Symfony\Component\Form\FormRenderer
  6007.      */
  6008.     protected function getTwig_Form_RendererService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6015.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6016.     }
  6017.     /**
  6018.      * Gets the private 'twig.loader.native_filesystem' shared service.
  6019.      *
  6020.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  6021.      */
  6022.     protected function getTwig_Loader_NativeFilesystemService()
  6023.     {
  6024.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  6025.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  6026.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  6027.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  6028.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  6029.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  6030.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  6031.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  6032.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  6033.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  6034.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  6035.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  6036.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  6037.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  6038.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  6039.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  6040.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  6041.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  6042.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  6043.         return $instance;
  6044.     }
  6045.     /**
  6046.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6047.      *
  6048.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6049.      */
  6050.     protected function getTwig_Runtime_HttpkernelService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6055.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6056.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6057.         ], [
  6058.             'inline' => '?',
  6059.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6060.     }
  6061.     /**
  6062.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6063.      *
  6064.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6065.      */
  6066.     protected function getTwig_Runtime_SecurityCsrfService()
  6067.     {
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6069.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6070.     }
  6071.     /**
  6072.      * Gets the private 'twig.template_cache_warmer' shared service.
  6073.      *
  6074.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6075.      */
  6076.     protected function getTwig_TemplateCacheWarmerService()
  6077.     {
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6081.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6082.     }
  6083.     /**
  6084.      * Gets the private 'validator.builder' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  6087.      */
  6088.     protected function getValidator_BuilderService()
  6089.     {
  6090.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6091.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6092.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6093.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6094.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6095.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6096.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6097.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6098.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6099.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6100.         ], [
  6101.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6102.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6103.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6104.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6105.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6106.             'doctrine.orm.validator.unique' => '?',
  6107.             'security.validator.user_password' => '?',
  6108.             'validator.expression' => '?',
  6109.         ])));
  6110.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6111.         $instance->setTranslationDomain('validators');
  6112.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6113.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6114.         $instance->addMethodMapping('loadValidatorMetadata');
  6115.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6116.         return $instance;
  6117.     }
  6118.     /**
  6119.      * Gets the private 'validator.email' shared service.
  6120.      *
  6121.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6122.      */
  6123.     protected function getValidator_EmailService()
  6124.     {
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6128.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6129.     }
  6130.     /**
  6131.      * Gets the private 'validator.expression' shared service.
  6132.      *
  6133.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6134.      */
  6135.     protected function getValidator_ExpressionService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6140.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6141.     }
  6142.     /**
  6143.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6144.      *
  6145.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6146.      */
  6147.     protected function getValidator_Mapping_CacheWarmerService()
  6148.     {
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6152.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6153.     }
  6154.     /**
  6155.      * Gets the private 'validator.not_compromised_password' shared service.
  6156.      *
  6157.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6158.      */
  6159.     protected function getValidator_NotCompromisedPasswordService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6164.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['http_client'] ?? $this->getHttpClientService()), 'UTF-8'trueNULL);
  6165.     }
  6166.     /**
  6167.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6168.      *
  6169.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6170.      */
  6171.     protected function getVarDumper_Command_ServerDumpService()
  6172.     {
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6179.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6180.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6181.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6182.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6183.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6184.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  6185.         $instance->setName('server:dump');
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6190.      *
  6191.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6192.      */
  6193.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6194.     {
  6195.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6196.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the private 'var_dumper.html_dumper' shared service.
  6201.      *
  6202.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6203.      */
  6204.     protected function getVarDumper_HtmlDumperService()
  6205.     {
  6206.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6207.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6208.         return $instance;
  6209.     }
  6210.     /**
  6211.      * Gets the private 'var_dumper.server_connection' shared service.
  6212.      *
  6213.      * @return \Symfony\Component\VarDumper\Server\Connection
  6214.      */
  6215.     protected function getVarDumper_ServerConnectionService()
  6216.     {
  6217.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  6218.     }
  6219.     /**
  6220.      * Gets the private 'web_profiler.csp.handler' shared service.
  6221.      *
  6222.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6223.      */
  6224.     protected function getWebProfiler_Csp_HandlerService()
  6225.     {
  6226.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6227.     }
  6228.     /**
  6229.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6230.      *
  6231.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6232.      */
  6233.     protected function getWebProfiler_DebugToolbarService()
  6234.     {
  6235.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6236.     }
  6237.     /**
  6238.      * Gets the private 'web_server.command.server_run' shared service.
  6239.      *
  6240.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  6241.      */
  6242.     protected function getWebServer_Command_ServerRunService()
  6243.     {
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  6246.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  6247.         $instance->setName('server:run');
  6248.         return $instance;
  6249.     }
  6250.     /**
  6251.      * Gets the private 'web_server.command.server_start' shared service.
  6252.      *
  6253.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  6254.      */
  6255.     protected function getWebServer_Command_ServerStartService()
  6256.     {
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  6259.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  6260.         $instance->setName('server:start');
  6261.         return $instance;
  6262.     }
  6263.     /**
  6264.      * Gets the private 'web_server.command.server_status' shared service.
  6265.      *
  6266.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  6267.      */
  6268.     protected function getWebServer_Command_ServerStatusService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  6272.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  6273.         $instance->setName('server:status');
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'web_server.command.server_stop' shared service.
  6278.      *
  6279.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  6280.      */
  6281.     protected function getWebServer_Command_ServerStopService()
  6282.     {
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  6285.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  6286.         $instance->setName('server:stop');
  6287.         return $instance;
  6288.     }
  6289.     /**
  6290.      * @return array|bool|float|int|string|null
  6291.      */
  6292.     public function getParameter($name)
  6293.     {
  6294.         $name = (string) $name;
  6295.         if (isset($this->buildParameters[$name])) {
  6296.             return $this->buildParameters[$name];
  6297.         }
  6298.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6299.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6300.         }
  6301.         if (isset($this->loadedDynamicParameters[$name])) {
  6302.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6303.         }
  6304.         return $this->parameters[$name];
  6305.     }
  6306.     public function hasParameter($name): bool
  6307.     {
  6308.         $name = (string) $name;
  6309.         if (isset($this->buildParameters[$name])) {
  6310.             return true;
  6311.         }
  6312.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6313.     }
  6314.     public function setParameter($name$value): void
  6315.     {
  6316.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6317.     }
  6318.     public function getParameterBag(): ParameterBagInterface
  6319.     {
  6320.         if (null === $this->parameterBag) {
  6321.             $parameters $this->parameters;
  6322.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6323.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6324.             }
  6325.             foreach ($this->buildParameters as $name => $value) {
  6326.                 $parameters[$name] = $value;
  6327.             }
  6328.             $this->parameterBag = new FrozenParameterBag($parameters);
  6329.         }
  6330.         return $this->parameterBag;
  6331.     }
  6332.     private $loadedDynamicParameters = [
  6333.         'kernel.cache_dir' => false,
  6334.         'kernel.secret' => false,
  6335.         'session.save_path' => false,
  6336.         'validator.mapping.cache.file' => false,
  6337.         'profiler.storage.dsn' => false,
  6338.         'debug.container.dump' => false,
  6339.         'serializer.mapping.cache.file' => false,
  6340.         'doctrine.orm.proxy_dir' => false,
  6341.         'swiftmailer.spool.default.memory.path' => false,
  6342.     ];
  6343.     private $dynamicParameters = [];
  6344.     private function getDynamicParameter(string $name)
  6345.     {
  6346.         switch ($name) {
  6347.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6348.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6349.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6350.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6351.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6352.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6353.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6354.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6355.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6356.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6357.         }
  6358.         $this->loadedDynamicParameters[$name] = true;
  6359.         return $this->dynamicParameters[$name] = $value;
  6360.     }
  6361.     protected function getDefaultParameters(): array
  6362.     {
  6363.         return [
  6364.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6365.             'kernel.project_dir' => \dirname(__DIR__4),
  6366.             'kernel.environment' => 'dev',
  6367.             'kernel.debug' => true,
  6368.             'kernel.name' => 'src',
  6369.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6370.             'kernel.bundles' => [
  6371.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6372.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6373.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6374.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6375.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6376.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6377.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6378.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6379.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6380.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6381.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6382.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  6383.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  6384.                 'ReportExporterBundle' => 'CCDigital\\ReportExporterBundle\\ReportExporterBundle',
  6385.             ],
  6386.             'kernel.bundles_metadata' => [
  6387.                 'FrameworkBundle' => [
  6388.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6389.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6390.                 ],
  6391.                 'SensioFrameworkExtraBundle' => [
  6392.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6393.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6394.                 ],
  6395.                 'DoctrineBundle' => [
  6396.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6397.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6398.                 ],
  6399.                 'DoctrineMigrationsBundle' => [
  6400.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6401.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6402.                 ],
  6403.                 'SecurityBundle' => [
  6404.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6405.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6406.                 ],
  6407.                 'SwiftmailerBundle' => [
  6408.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  6409.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6410.                 ],
  6411.                 'TwigBundle' => [
  6412.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6413.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6414.                 ],
  6415.                 'WebProfilerBundle' => [
  6416.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6417.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6418.                 ],
  6419.                 'MonologBundle' => [
  6420.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6421.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6422.                 ],
  6423.                 'DebugBundle' => [
  6424.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6425.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6426.                 ],
  6427.                 'MakerBundle' => [
  6428.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6429.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6430.                 ],
  6431.                 'WebServerBundle' => [
  6432.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  6433.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  6434.                 ],
  6435.                 'EasyAdminBundle' => [
  6436.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  6437.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  6438.                 ],
  6439.                 'ReportExporterBundle' => [
  6440.                     'path' => (\dirname(__DIR__4).'/vendor/cc_digital/report-exporter-bundle'),
  6441.                     'namespace' => 'CCDigital\\ReportExporterBundle',
  6442.                 ],
  6443.             ],
  6444.             'kernel.charset' => 'UTF-8',
  6445.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6446.             'container.dumper.inline_class_loader' => true,
  6447.             'container.dumper.inline_factories' => true,
  6448.             'app.path.tickets_images' => 'public/img/tickets/',
  6449.             'event_dispatcher.event_aliases' => [
  6450.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6451.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6452.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6453.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6454.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6455.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6456.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6457.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6458.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6459.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6460.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6461.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6462.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6463.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6464.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6465.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6466.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6467.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6468.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6469.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6470.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6471.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6472.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6473.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6474.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6475.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6476.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6477.             ],
  6478.             'fragment.renderer.hinclude.global_template' => '',
  6479.             'fragment.path' => '/_fragment',
  6480.             'kernel.http_method_override' => true,
  6481.             'kernel.trusted_hosts' => [
  6482.             ],
  6483.             'kernel.default_locale' => 'es',
  6484.             'templating.helper.code.file_link_format' => NULL,
  6485.             'debug.file_link_format' => NULL,
  6486.             'session.metadata.storage_key' => '_sf2_meta',
  6487.             'session.storage.options' => [
  6488.                 'cache_limiter' => '0',
  6489.                 'cookie_secure' => 'auto',
  6490.                 'cookie_httponly' => true,
  6491.                 'cookie_samesite' => 'lax',
  6492.                 'gc_probability' => 1,
  6493.             ],
  6494.             'session.metadata.update_threshold' => 0,
  6495.             'form.type_extension.csrf.enabled' => true,
  6496.             'form.type_extension.csrf.field_name' => '_token',
  6497.             'asset.request_context.base_path' => '',
  6498.             'asset.request_context.secure' => false,
  6499.             'validator.mapping.cache.prefix' => '',
  6500.             'validator.translation_domain' => 'validators',
  6501.             'translator.logging' => false,
  6502.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6503.             'profiler_listener.only_exceptions' => false,
  6504.             'profiler_listener.only_master_requests' => false,
  6505.             'debug.error_handler.throw_at' => -1,
  6506.             'router.request_context.host' => 'localhost',
  6507.             'router.request_context.scheme' => 'http',
  6508.             'router.request_context.base_url' => '',
  6509.             'router.resource' => 'kernel::loadRoutes',
  6510.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6511.             'request_listener.http_port' => 80,
  6512.             'request_listener.https_port' => 443,
  6513.             'serializer.mapping.cache.prefix' => '',
  6514.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6515.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6516.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6517.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6518.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6519.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6520.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6521.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6522.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6523.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6524.             'doctrine.entity_managers' => [
  6525.                 'default' => 'doctrine.orm.default_entity_manager',
  6526.             ],
  6527.             'doctrine.default_entity_manager' => 'default',
  6528.             'doctrine.dbal.connection_factory.types' => [
  6529.             ],
  6530.             'doctrine.connections' => [
  6531.                 'default' => 'doctrine.dbal.default_connection',
  6532.             ],
  6533.             'doctrine.default_connection' => 'default',
  6534.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6535.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6536.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6537.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6538.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6539.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6540.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6541.             'doctrine.orm.cache.memcache_port' => 11211,
  6542.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6543.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6544.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6545.             'doctrine.orm.cache.memcached_port' => 11211,
  6546.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6547.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6548.             'doctrine.orm.cache.redis_host' => 'localhost',
  6549.             'doctrine.orm.cache.redis_port' => 6379,
  6550.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6551.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6552.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6553.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6554.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6555.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6556.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6557.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6558.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6559.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6560.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6561.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6562.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6563.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6564.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6565.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6566.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6567.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6568.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6569.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6570.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6571.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6572.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6573.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6574.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6575.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6576.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6577.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6578.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6579.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6580.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6581.             'doctrine.migrations.preferred_em' => NULL,
  6582.             'doctrine.migrations.preferred_connection' => NULL,
  6583.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6584.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6585.             'security.role_hierarchy.roles' => [
  6586.             ],
  6587.             'security.access.denied_url' => NULL,
  6588.             'security.authentication.manager.erase_credentials' => true,
  6589.             'security.authentication.session_strategy.strategy' => 'migrate',
  6590.             'security.access.always_authenticate_before_granting' => false,
  6591.             'security.authentication.hide_user_not_found' => true,
  6592.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6593.             'swiftmailer.mailer.default.spool.enabled' => true,
  6594.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6595.             'swiftmailer.mailer.default.single_address' => NULL,
  6596.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6597.             'swiftmailer.spool.enabled' => true,
  6598.             'swiftmailer.delivery.enabled' => true,
  6599.             'swiftmailer.single_address' => NULL,
  6600.             'swiftmailer.mailers' => [
  6601.                 'default' => 'swiftmailer.mailer.default',
  6602.             ],
  6603.             'swiftmailer.default_mailer' => 'default',
  6604.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  6605.             'twig.form.resources' => [
  6606.                 => 'form_div_layout.html.twig',
  6607.             ],
  6608.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6609.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6610.             'web_profiler.debug_toolbar.mode' => 2,
  6611.             'monolog.use_microseconds' => true,
  6612.             'monolog.swift_mailer.handlers' => [
  6613.             ],
  6614.             'monolog.handlers_to_channels' => [
  6615.                 'monolog.handler.console' => [
  6616.                     'type' => 'exclusive',
  6617.                     'elements' => [
  6618.                         => 'event',
  6619.                         => 'doctrine',
  6620.                         => 'console',
  6621.                     ],
  6622.                 ],
  6623.                 'monolog.handler.main' => [
  6624.                     'type' => 'exclusive',
  6625.                     'elements' => [
  6626.                         => 'event',
  6627.                     ],
  6628.                 ],
  6629.             ],
  6630.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6631.             'easyadmin.config' => [
  6632.                 'formats' => [
  6633.                     'datetime' => 'Y-m-d H:i',
  6634.                     'date' => 'Y-m-d',
  6635.                     'time' => 'H:i:s',
  6636.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  6637.                 ],
  6638.                 'list' => [
  6639.                     'actions' => [
  6640.                         => 'export',
  6641.                     ],
  6642.                     'collapse_actions' => false,
  6643.                     'batch_actions' => [
  6644.                     ],
  6645.                     'max_results' => 15,
  6646.                     'item_permission' => NULL,
  6647.                 ],
  6648.                 'design' => [
  6649.                     'form_theme' => [
  6650.                         => 'easyadmin/form/bootstrap_4.html.twig',
  6651.                     ],
  6652.                     'menu' => [
  6653.                         => [
  6654.                             'label' => 'Inicio',
  6655.                             'icon' => ' flaticon-home',
  6656.                             'route' => 'easyadmin.dashboard',
  6657.                             'default' => true,
  6658.                         ],
  6659.                         => [
  6660.                             'entity' => 'User',
  6661.                             'label' => 'Administradores',
  6662.                             'icon' => ' flaticon-avatar',
  6663.                             'permission' => 'ROLE_ADMIN',
  6664.                         ],
  6665.                         => [
  6666.                             'entity' => 'Dealer',
  6667.                             'label' => 'Distribuidores',
  6668.                             'icon' => ' flaticon-truck',
  6669.                             'permission' => 'ROLE_ADMIN',
  6670.                         ],
  6671.                         => [
  6672.                             'entity' => 'Prize',
  6673.                             'label' => 'Premios',
  6674.                             'icon' => ' flaticon-gift',
  6675.                             'permission' => 'ROLE_ADMIN',
  6676.                         ],
  6677.                         => [
  6678.                             'entity' => 'Code',
  6679.                             'label' => 'Codigos',
  6680.                             'icon' => ' flaticon-medal',
  6681.                             'permission' => 'ROLE_ADMIN',
  6682.                         ],
  6683.                         => [
  6684.                             'entity' => 'Participant',
  6685.                             'label' => 'Participantes',
  6686.                             'icon' => ' flaticon-user-ok',
  6687.                         ],
  6688.                         => [
  6689.                             'entity' => 'Winner',
  6690.                             'label' => 'Ganadores',
  6691.                             'icon' => ' flaticon-rocket',
  6692.                         ],
  6693.                         => [
  6694.                             'entity' => 'Raffle',
  6695.                             'label' => 'Mostrar a Usuarios',
  6696.                             'icon' => ' flaticon-rocket',
  6697.                         ],
  6698.                     ],
  6699.                     'brand_color' => 'hsl(230, 55%, 60%)',
  6700.                     'assets' => [
  6701.                         'css' => [
  6702.                         ],
  6703.                         'js' => [
  6704.                         ],
  6705.                         'favicon' => [
  6706.                             'path' => 'favicon.ico',
  6707.                             'mime_type' => 'image/x-icon',
  6708.                         ],
  6709.                     ],
  6710.                 ],
  6711.                 'entities' => [
  6712.                     'Code' => [
  6713.                         'class' => 'App\\Entity\\Code',
  6714.                         'controller' => 'App\\Controller\\Easyadmin\\CodeController',
  6715.                         'templates' => [
  6716.                             'list' => 'easyadmin/code/list.html.twig',
  6717.                             'edit' => 'easyadmin/common/edit.html.twig',
  6718.                             'new' => 'easyadmin/common/new.html.twig',
  6719.                             'show' => 'easyadmin/common/show.html.twig',
  6720.                         ],
  6721.                         'form' => [
  6722.                             'item_permission' => 'ROLE_ADMIN',
  6723.                             'title' => 'Crear código',
  6724.                             'fields' => [
  6725.                                 => [
  6726.                                     'property' => 'code',
  6727.                                     'type' => 'text',
  6728.                                     'label' => 'Código',
  6729.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6730.                                 ],
  6731.                                 => [
  6732.                                     'property' => 'participant',
  6733.                                     'label' => 'Usuario',
  6734.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6735.                                 ],
  6736.                                 => [
  6737.                                     'property' => 'is_active',
  6738.                                     'label' => 'Activar',
  6739.                                     'css_class' => 'col-12 col-xl-2 col-md-2',
  6740.                                 ],
  6741.                             ],
  6742.                         ],
  6743.                         'list' => [
  6744.                             'title' => 'Códigos',
  6745.                             'sort' => [
  6746.                                 => 'id',
  6747.                                 => 'ASC',
  6748.                             ],
  6749.                             'item_permission' => 'ROLE_ADMIN',
  6750.                             'fields' => [
  6751.                                 => [
  6752.                                     'property' => 'code',
  6753.                                     'label' => 'Código',
  6754.                                 ],
  6755.                                 => [
  6756.                                     'property' => 'is_active',
  6757.                                     'label' => 'Activar',
  6758.                                     'type' => 'toggle',
  6759.                                 ],
  6760.                                 => [
  6761.                                     'property' => 'participant.name',
  6762.                                     'label' => 'Participante',
  6763.                                 ],
  6764.                                 => [
  6765.                                     'property' => 'prize',
  6766.                                     'label' => 'Premio',
  6767.                                     'template' => 'easyadmin/code/_status_badge.html.twig',
  6768.                                 ],
  6769.                             ],
  6770.                             'actions' => [
  6771.                                 => [
  6772.                                     'name' => 'edit',
  6773.                                     'icon' => 'edit',
  6774.                                     'css_class' => 'btn btn-secondary',
  6775.                                 ],
  6776.                                 => [
  6777.                                     'name' => 'delete',
  6778.                                     'icon' => 'trash',
  6779.                                     'css_class' => 'btn btn-danger',
  6780.                                 ],
  6781.                                 => [
  6782.                                     'name' => 'new',
  6783.                                     'label' => 'Crear Nuevo',
  6784.                                 ],
  6785.                                 => 'import',
  6786.                             ],
  6787.                         ],
  6788.                         'name' => 'Code',
  6789.                     ],
  6790.                     'Content' => [
  6791.                         'class' => 'App\\Entity\\Content',
  6792.                         'templates' => [
  6793.                             'list' => 'easyadmin/common/list.html.twig',
  6794.                             'edit' => 'easyadmin/common/edit.html.twig',
  6795.                             'new' => 'easyadmin/common/new.html.twig',
  6796.                             'show' => 'easyadmin/common/show.html.twig',
  6797.                         ],
  6798.                         'list' => [
  6799.                             'title' => 'Contenido para usuarios',
  6800.                             'sort' => [
  6801.                                 => 'id',
  6802.                                 => 'ASC',
  6803.                             ],
  6804.                             'item_permission' => 'ROLE_ADMIN',
  6805.                             'fields' => [
  6806.                                 => [
  6807.                                     'property' => 'id',
  6808.                                     'label' => 'ID',
  6809.                                 ],
  6810.                                 => [
  6811.                                     'property' => 'name',
  6812.                                     'label' => 'Nombre',
  6813.                                 ],
  6814.                                 => [
  6815.                                     'property' => 'url',
  6816.                                     'label' => 'URL',
  6817.                                 ],
  6818.                                 => [
  6819.                                     'property' => 'enabled',
  6820.                                     'label' => 'Activar',
  6821.                                     'type' => 'toggle',
  6822.                                 ],
  6823.                             ],
  6824.                             'actions' => [
  6825.                                 => [
  6826.                                     'name' => 'edit',
  6827.                                     'icon' => 'edit',
  6828.                                     'css_class' => 'btn btn-secondary',
  6829.                                 ],
  6830.                                 => [
  6831.                                     'name' => 'delete',
  6832.                                     'icon' => 'trash',
  6833.                                     'css_class' => 'btn btn-danger',
  6834.                                 ],
  6835.                                 => [
  6836.                                     'name' => 'new',
  6837.                                     'label' => 'Crear Nuevo',
  6838.                                 ],
  6839.                                 => [
  6840.                                     'name' => '-show',
  6841.                                     'icon' => 'eye',
  6842.                                     'css_class' => 'btn btn-secondary',
  6843.                                 ],
  6844.                             ],
  6845.                         ],
  6846.                         'form' => [
  6847.                             'item_permission' => 'ROLE_ADMIN',
  6848.                             'title' => 'Contenido',
  6849.                             'fields' => [
  6850.                                 => [
  6851.                                     'property' => 'name',
  6852.                                     'type' => 'text',
  6853.                                     'label' => 'Nombre propiedad',
  6854.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6855.                                 ],
  6856.                                 => [
  6857.                                     'property' => 'url',
  6858.                                     'label' => 'URL',
  6859.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6860.                                 ],
  6861.                                 => [
  6862.                                     'property' => 'enabled',
  6863.                                     'label' => 'Activar',
  6864.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6865.                                 ],
  6866.                             ],
  6867.                         ],
  6868.                         'name' => 'Content',
  6869.                     ],
  6870.                     'Country' => [
  6871.                         'class' => 'App\\Entity\\Country',
  6872.                         'controller' => 'App\\Controller\\Easyadmin\\CountryController',
  6873.                         'templates' => [
  6874.                             'list' => 'easyadmin/common/list.html.twig',
  6875.                             'edit' => 'easyadmin/common/edit.html.twig',
  6876.                             'new' => 'easyadmin/common/new.html.twig',
  6877.                             'show' => 'easyadmin/common/show.html.twig',
  6878.                         ],
  6879.                         'form' => [
  6880.                             'item_permission' => 'ROLE_ADMIN',
  6881.                             'title' => 'Crear pais',
  6882.                             'fields' => [
  6883.                                 => [
  6884.                                     'property' => 'name',
  6885.                                     'label' => 'Nombre',
  6886.                                 ],
  6887.                                 => [
  6888.                                     'property' => 'phone_code',
  6889.                                     'label' => 'Prefijo telefonico',
  6890.                                 ],
  6891.                                 => [
  6892.                                     'property' => 'showing_name',
  6893.                                     'label' => 'Nombre a mostrar',
  6894.                                 ],
  6895.                                 => [
  6896.                                     'property' => 'priority',
  6897.                                     'label' => 'Prioridad',
  6898.                                 ],
  6899.                             ],
  6900.                         ],
  6901.                         'list' => [
  6902.                             'title' => 'Paises',
  6903.                             'sort' => [
  6904.                                 => 'id',
  6905.                                 => 'ASC',
  6906.                             ],
  6907.                             'item_permission' => 'ROLE_ADMIN',
  6908.                             'fields' => [
  6909.                                 => [
  6910.                                     'property' => 'name',
  6911.                                     'label' => 'Nombre',
  6912.                                 ],
  6913.                                 => [
  6914.                                     'property' => 'phone_code',
  6915.                                     'label' => 'Prefijo telefonico',
  6916.                                 ],
  6917.                                 => [
  6918.                                     'property' => 'showing_name',
  6919.                                     'label' => 'Nombre a mostrar',
  6920.                                 ],
  6921.                                 => [
  6922.                                     'property' => 'priority',
  6923.                                     'label' => 'Prioridad',
  6924.                                 ],
  6925.                             ],
  6926.                             'actions' => [
  6927.                                 => [
  6928.                                     'name' => 'edit',
  6929.                                     'icon' => 'edit',
  6930.                                     'css_class' => 'btn btn-secondary',
  6931.                                 ],
  6932.                                 => [
  6933.                                     'name' => 'delete',
  6934.                                     'icon' => 'trash',
  6935.                                     'css_class' => 'btn btn-danger',
  6936.                                 ],
  6937.                                 => [
  6938.                                     'name' => 'new',
  6939.                                     'label' => 'Crear Nuevo',
  6940.                                 ],
  6941.                             ],
  6942.                         ],
  6943.                         'name' => 'Country',
  6944.                     ],
  6945.                     'Dealer' => [
  6946.                         'class' => 'App\\Entity\\Dealer',
  6947.                         'templates' => [
  6948.                             'list' => 'easyadmin/dealer/list.html.twig',
  6949.                             'edit' => 'easyadmin/common/edit.html.twig',
  6950.                             'new' => 'easyadmin/common/new.html.twig',
  6951.                             'show' => 'easyadmin/common/show.html.twig',
  6952.                         ],
  6953.                         'form' => [
  6954.                             'item_permission' => 'ROLE_ADMIN',
  6955.                             'title' => 'Crear código',
  6956.                             'fields' => [
  6957.                                 => [
  6958.                                     'property' => 'name',
  6959.                                     'type' => 'text',
  6960.                                     'label' => 'Nombre distribuidor',
  6961.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6962.                                 ],
  6963.                                 => [
  6964.                                     'property' => 'vimeo',
  6965.                                     'label' => 'Video Vimeo',
  6966.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6967.                                 ],
  6968.                                 => [
  6969.                                     'property' => 'enabled',
  6970.                                     'label' => 'Activar',
  6971.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  6972.                                 ],
  6973.                             ],
  6974.                         ],
  6975.                         'list' => [
  6976.                             'title' => 'Códigos',
  6977.                             'sort' => [
  6978.                                 => 'id',
  6979.                                 => 'ASC',
  6980.                             ],
  6981.                             'item_permission' => 'ROLE_ADMIN',
  6982.                             'fields' => [
  6983.                                 => [
  6984.                                     'property' => 'id',
  6985.                                     'type' => 'text',
  6986.                                     'label' => 'ID',
  6987.                                 ],
  6988.                                 => [
  6989.                                     'property' => 'name',
  6990.                                     'type' => 'text',
  6991.                                     'label' => 'Nombre distribuidor',
  6992.                                 ],
  6993.                                 => [
  6994.                                     'property' => 'vimeo',
  6995.                                     'label' => 'Video Vimeo',
  6996.                                 ],
  6997.                                 => [
  6998.                                     'property' => 'enabled',
  6999.                                     'label' => 'Activar',
  7000.                                     'type' => 'toggle',
  7001.                                 ],
  7002.                             ],
  7003.                             'actions' => [
  7004.                                 => [
  7005.                                     'name' => 'edit',
  7006.                                     'icon' => 'edit',
  7007.                                     'css_class' => 'btn btn-secondary',
  7008.                                 ],
  7009.                                 => [
  7010.                                     'name' => 'delete',
  7011.                                     'icon' => 'trash',
  7012.                                     'css_class' => 'btn btn-danger',
  7013.                                 ],
  7014.                                 => [
  7015.                                     'name' => 'new',
  7016.                                     'label' => 'Crear Nuevo',
  7017.                                 ],
  7018.                                 => 'import',
  7019.                             ],
  7020.                         ],
  7021.                         'name' => 'Dealer',
  7022.                     ],
  7023.                     'Domain' => [
  7024.                         'class' => 'App\\Entity\\Domain',
  7025.                         'templates' => [
  7026.                             'list' => 'easyadmin/common/list.html.twig',
  7027.                             'edit' => 'easyadmin/common/edit.html.twig',
  7028.                             'new' => 'easyadmin/common/new.html.twig',
  7029.                             'show' => 'easyadmin/common/show.html.twig',
  7030.                         ],
  7031.                         'form' => [
  7032.                             'item_permission' => 'ROLE_ADMIN',
  7033.                             'title' => 'Agregar dominio rechazado',
  7034.                             'fields' => [
  7035.                                 => [
  7036.                                     'property' => 'email_postfix',
  7037.                                     'label' => 'Dominio',
  7038.                                 ],
  7039.                                 => [
  7040.                                     'property' => 'is_visible',
  7041.                                     'label' => 'Es visible',
  7042.                                 ],
  7043.                             ],
  7044.                         ],
  7045.                         'list' => [
  7046.                             'title' => 'Dominios rechazados',
  7047.                             'sort' => [
  7048.                                 => 'id',
  7049.                                 => 'ASC',
  7050.                             ],
  7051.                             'item_permission' => 'ROLE_ADMIN',
  7052.                             'fields' => [
  7053.                                 => [
  7054.                                     'property' => 'email_postfix',
  7055.                                     'label' => 'Dominio',
  7056.                                 ],
  7057.                                 => [
  7058.                                     'property' => 'is_visible',
  7059.                                     'label' => 'Es visible',
  7060.                                 ],
  7061.                             ],
  7062.                             'actions' => [
  7063.                                 => [
  7064.                                     'name' => 'edit',
  7065.                                     'icon' => 'edit',
  7066.                                     'css_class' => 'btn btn-secondary',
  7067.                                 ],
  7068.                                 => [
  7069.                                     'name' => 'delete',
  7070.                                     'icon' => 'trash',
  7071.                                     'css_class' => 'btn btn-danger',
  7072.                                 ],
  7073.                                 => [
  7074.                                     'name' => 'new',
  7075.                                     'label' => 'Crear Nuevo',
  7076.                                 ],
  7077.                             ],
  7078.                         ],
  7079.                         'name' => 'Domain',
  7080.                     ],
  7081.                     'Participant' => [
  7082.                         'class' => 'App\\Entity\\Participant',
  7083.                         'controller' => 'App\\Controller\\Easyadmin\\ParticipantController',
  7084.                         'templates' => [
  7085.                             'list' => 'easyadmin/participant/list.html.twig',
  7086.                             'edit' => 'easyadmin/common/edit.html.twig',
  7087.                             'new' => 'easyadmin/common/new.html.twig',
  7088.                             'show' => 'easyadmin/common/show.html.twig',
  7089.                         ],
  7090.                         'show' => [
  7091.                             'fields' => [
  7092.                                 => [
  7093.                                     'property' => 'name',
  7094.                                     'label' => 'Nombre',
  7095.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7096.                                 ],
  7097.                                 => [
  7098.                                     'property' => 'email',
  7099.                                     'label' => 'E-Mail',
  7100.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7101.                                 ],
  7102.                                 => [
  7103.                                     'property' => 'tel',
  7104.                                     'label' => 'Telefono',
  7105.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7106.                                 ],
  7107.                                 => [
  7108.                                     'property' => 'dealer',
  7109.                                     'label' => 'Distribuidor',
  7110.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7111.                                 ],
  7112.                                 => [
  7113.                                     'property' => 'codes',
  7114.                                     'label' => 'Codigos de usuario',
  7115.                                     'css_class' => 'col-12 col-xl-12 col-md-12',
  7116.                                 ],
  7117.                             ],
  7118.                         ],
  7119.                         'form' => [
  7120.                             'fields' => [
  7121.                                 => [
  7122.                                     'property' => 'name',
  7123.                                     'label' => 'Nombre',
  7124.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7125.                                 ],
  7126.                                 => [
  7127.                                     'property' => 'email',
  7128.                                     'label' => 'E-Mail',
  7129.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7130.                                 ],
  7131.                                 => [
  7132.                                     'property' => 'tel',
  7133.                                     'label' => 'Telefono',
  7134.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7135.                                 ],
  7136.                                 => [
  7137.                                     'property' => 'dealer',
  7138.                                     'label' => 'Distribuidor',
  7139.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7140.                                 ],
  7141.                                 => [
  7142.                                     'property' => 'codes',
  7143.                                     'label' => 'Codigos de usuario',
  7144.                                     'css_class' => 'col-12 col-xl-12 col-md-12',
  7145.                                 ],
  7146.                             ],
  7147.                         ],
  7148.                         'list' => [
  7149.                             'title' => 'Participantes',
  7150.                             'sort' => [
  7151.                                 => 'id',
  7152.                                 => 'ASC',
  7153.                             ],
  7154.                             'fields' => [
  7155.                                 => [
  7156.                                     'property' => 'id',
  7157.                                     'label' => 'ID',
  7158.                                 ],
  7159.                                 => [
  7160.                                     'property' => 'name',
  7161.                                     'label' => 'Nombre',
  7162.                                 ],
  7163.                                 => [
  7164.                                     'property' => 'email',
  7165.                                     'label' => 'E-Mail',
  7166.                                 ],
  7167.                                 => [
  7168.                                     'property' => 'tel',
  7169.                                     'label' => 'Telefono',
  7170.                                 ],
  7171.                                 => [
  7172.                                     'property' => 'dealer.name',
  7173.                                     'label' => 'Distribuidor',
  7174.                                 ],
  7175.                                 => [
  7176.                                     'property' => 'created_at',
  7177.                                     'label' => 'Fecha de creación',
  7178.                                 ],
  7179.                             ],
  7180.                             'actions' => [
  7181.                                 => [
  7182.                                     'name' => 'edit',
  7183.                                     'icon' => 'edit',
  7184.                                     'css_class' => 'btn btn-secondary',
  7185.                                 ],
  7186.                                 => [
  7187.                                     'name' => 'show',
  7188.                                     'icon' => 'eye',
  7189.                                     'css_class' => 'btn btn-secondary',
  7190.                                 ],
  7191.                                 => [
  7192.                                     'name' => 'delete',
  7193.                                     'icon' => 'trash',
  7194.                                     'css_class' => 'btn btn-danger',
  7195.                                 ],
  7196.                                 => [
  7197.                                     'name' => 'new',
  7198.                                     'label' => 'Crear Nuevo',
  7199.                                 ],
  7200.                                 => 'import',
  7201.                             ],
  7202.                         ],
  7203.                         'name' => 'Participant',
  7204.                     ],
  7205.                     'Participation' => [
  7206.                         'class' => 'App\\Entity\\Participation',
  7207.                         'controller' => 'App\\Controller\\Easyadmin\\ParticipationController',
  7208.                         'templates' => [
  7209.                             'list' => 'easyadmin/participation/list.html.twig',
  7210.                             'edit' => 'easyadmin/common/edit.html.twig',
  7211.                             'show' => 'easyadmin/participation/show.html.twig',
  7212.                             'new' => 'easyadmin/common/new.html.twig',
  7213.                         ],
  7214.                         'show' => [
  7215.                             'title' => 'Participacion',
  7216.                             'fields' => [
  7217.                                 => [
  7218.                                     'property' => 'id',
  7219.                                     'label' => 'ID',
  7220.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7221.                                 ],
  7222.                                 => [
  7223.                                     'property' => 'tel',
  7224.                                     'label' => 'Telefono',
  7225.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7226.                                 ],
  7227.                                 => [
  7228.                                     'property' => 'name',
  7229.                                     'label' => 'Nombre',
  7230.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7231.                                 ],
  7232.                                 => [
  7233.                                     'property' => 'email',
  7234.                                     'label' => 'Correo Electrónico',
  7235.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7236.                                 ],
  7237.                                 => [
  7238.                                     'property' => 'bussiness',
  7239.                                     'label' => 'Empresa',
  7240.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7241.                                 ],
  7242.                                 => [
  7243.                                     'property' => 'country.name',
  7244.                                     'label' => 'País',
  7245.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7246.                                 ],
  7247.                                 => [
  7248.                                     'property' => 'code',
  7249.                                     'label' => 'Código',
  7250.                                 ],
  7251.                                 => [
  7252.                                     'property' => 'code',
  7253.                                     'label' => 'Código',
  7254.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7255.                                 ],
  7256.                                 => [
  7257.                                     'property' => 'session',
  7258.                                     'label' => 'Nº Invitado',
  7259.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7260.                                 ],
  7261.                                 => [
  7262.                                     'property' => 'name',
  7263.                                     'label' => 'Nombre',
  7264.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7265.                                 ],
  7266.                                 10 => [
  7267.                                     'property' => 'status',
  7268.                                     'label' => 'Estado',
  7269.                                     'template' => 'easyadmin/common/_status_badge.html.twig',
  7270.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7271.                                 ],
  7272.                                 11 => [
  7273.                                     'property' => 'created_at',
  7274.                                     'label' => 'Fecha de creación',
  7275.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7276.                                 ],
  7277.                                 12 => [
  7278.                                     'property' => 'code.prize',
  7279.                                     'label' => 'Premio',
  7280.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7281.                                 ],
  7282.                                 13 => [
  7283.                                     'property' => 'conversation',
  7284.                                     'label' => 'Conversación',
  7285.                                     'template' => 'easyadmin/participation/_chat.html.twig',
  7286.                                     'css_class' => 'col-12 height-auto',
  7287.                                 ],
  7288.                             ],
  7289.                         ],
  7290.                         'list' => [
  7291.                             'title' => 'Participaciones',
  7292.                             'sort' => [
  7293.                                 => 'id',
  7294.                                 => 'ASC',
  7295.                             ],
  7296.                             'fields' => [
  7297.                                 => [
  7298.                                     'property' => 'id',
  7299.                                     'label' => 'ID',
  7300.                                 ],
  7301.                                 => [
  7302.                                     'property' => 'tel',
  7303.                                     'label' => 'Telefono',
  7304.                                 ],
  7305.                                 => [
  7306.                                     'property' => 'name',
  7307.                                     'label' => 'Nombre',
  7308.                                 ],
  7309.                                 => [
  7310.                                     'property' => 'email',
  7311.                                     'label' => 'Correo',
  7312.                                 ],
  7313.                                 => [
  7314.                                     'property' => 'bussiness',
  7315.                                     'label' => 'Empresa',
  7316.                                 ],
  7317.                                 => [
  7318.                                     'property' => 'country',
  7319.                                     'label' => 'País',
  7320.                                 ],
  7321.                                 => [
  7322.                                     'property' => 'session',
  7323.                                     'label' => 'Nº Invitado',
  7324.                                 ],
  7325.                                 => [
  7326.                                     'property' => 'status',
  7327.                                     'label' => 'Estado',
  7328.                                     'template' => 'easyadmin/common/_status_badge.html.twig',
  7329.                                 ],
  7330.                                 => [
  7331.                                     'property' => 'created_at',
  7332.                                     'label' => 'Fecha de creación',
  7333.                                 ],
  7334.                                 => [
  7335.                                     'property' => 'code.prize',
  7336.                                     'label' => 'Premio',
  7337.                                 ],
  7338.                                 10 => [
  7339.                                     'property' => 'code',
  7340.                                     'label' => 'Código',
  7341.                                 ],
  7342.                             ],
  7343.                             'actions' => [
  7344.                                 => '-new',
  7345.                                 => '-delete',
  7346.                                 => 'show',
  7347.                                 => '-edit',
  7348.                             ],
  7349.                             'filters' => [
  7350.                                 => [
  7351.                                     'property' => 'status',
  7352.                                     'label' => 'Estado',
  7353.                                     'type' => 'choice',
  7354.                                     'choices' => [
  7355.                                         'Fallida' => -2,
  7356.                                         'Iniciada' => 0,
  7357.                                         'En proceso' => 1,
  7358.                                         'Finalizada' => 2,
  7359.                                         'No Exitosa' => 4,
  7360.                                         'En validacion' => -3,
  7361.                                     ],
  7362.                                 ],
  7363.                             ],
  7364.                         ],
  7365.                         'name' => 'Participation',
  7366.                     ],
  7367.                     'Prize' => [
  7368.                         'class' => 'App\\Entity\\Prize',
  7369.                         'controller' => 'App\\Controller\\Easyadmin\\PrizeController',
  7370.                         'templates' => [
  7371.                             'list' => 'easyadmin/prize/list.html.twig',
  7372.                             'edit' => 'easyadmin/common/edit.html.twig',
  7373.                             'new' => 'easyadmin/common/new.html.twig',
  7374.                             'show' => 'easyadmin/common/show.html.twig',
  7375.                         ],
  7376.                         'new' => [
  7377.                             'title' => 'Crear premios',
  7378.                             'fields' => [
  7379.                                 => [
  7380.                                     'property' => 'name',
  7381.                                     'type' => 'text',
  7382.                                     'label' => 'Nombre',
  7383.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7384.                                 ],
  7385.                                 => [
  7386.                                     'property' => 'sku',
  7387.                                     'type' => 'text',
  7388.                                     'label' => 'SKU',
  7389.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7390.                                 ],
  7391.                                 => [
  7392.                                     'property' => 'type',
  7393.                                     'type' => 'text',
  7394.                                     'label' => 'Tipo',
  7395.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7396.                                 ],
  7397.                                 => [
  7398.                                     'property' => 'dealer',
  7399.                                     'label' => 'Distribuidor',
  7400.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7401.                                 ],
  7402.                                 => [
  7403.                                     'property' => 'amount',
  7404.                                     'label' => 'Cantidad',
  7405.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7406.                                 ],
  7407.                             ],
  7408.                         ],
  7409.                         'form' => [
  7410.                             'actions' => [
  7411.                                 => [
  7412.                                     'name' => '-delete',
  7413.                                 ],
  7414.                             ],
  7415.                         ],
  7416.                         'edit' => [
  7417.                             'fields' => [
  7418.                                 => [
  7419.                                     'property' => 'name',
  7420.                                     'type' => 'text',
  7421.                                     'label' => 'Nombre',
  7422.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7423.                                 ],
  7424.                                 => [
  7425.                                     'property' => 'sku',
  7426.                                     'type' => 'text',
  7427.                                     'label' => 'SKU',
  7428.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7429.                                 ],
  7430.                                 => [
  7431.                                     'property' => 'type',
  7432.                                     'type' => 'text',
  7433.                                     'label' => 'Tipo',
  7434.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7435.                                 ],
  7436.                                 => [
  7437.                                     'property' => 'dealer',
  7438.                                     'label' => 'Distribuidor',
  7439.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7440.                                 ],
  7441.                                 => [
  7442.                                     'property' => 'amount',
  7443.                                     'label' => 'Cantidad',
  7444.                                     'css_class' => 'col-12 col-xl-4 col-md-4',
  7445.                                 ],
  7446.                             ],
  7447.                         ],
  7448.                         'list' => [
  7449.                             'item_permission' => 'ROLE_ADMIN',
  7450.                             'title' => 'Premios',
  7451.                             'sort' => [
  7452.                                 => 'id',
  7453.                                 => 'ASC',
  7454.                             ],
  7455.                             'fields' => [
  7456.                                 => [
  7457.                                     'property' => 'sku',
  7458.                                     'label' => 'Sku',
  7459.                                 ],
  7460.                                 => [
  7461.                                     'property' => 'type',
  7462.                                     'label' => 'Tipo',
  7463.                                 ],
  7464.                                 => [
  7465.                                     'property' => 'name',
  7466.                                     'label' => 'Nombre',
  7467.                                 ],
  7468.                                 => [
  7469.                                     'property' => 'dealer.name',
  7470.                                     'type' => 'text',
  7471.                                     'label' => 'Distribuidor',
  7472.                                 ],
  7473.                                 => [
  7474.                                     'property' => 'amount',
  7475.                                     'label' => 'Cantidad',
  7476.                                 ],
  7477.                             ],
  7478.                             'actions' => [
  7479.                                 => [
  7480.                                     'name' => 'edit',
  7481.                                     'icon' => 'edit',
  7482.                                     'css_class' => 'btn btn-secondary',
  7483.                                 ],
  7484.                                 => [
  7485.                                     'name' => 'delete',
  7486.                                     'icon' => 'trash',
  7487.                                     'css_class' => 'btn btn-danger',
  7488.                                 ],
  7489.                                 => [
  7490.                                     'name' => 'new',
  7491.                                     'label' => 'Crear Nuevo',
  7492.                                 ],
  7493.                                 => 'import',
  7494.                             ],
  7495.                         ],
  7496.                         'name' => 'Prize',
  7497.                     ],
  7498.                     'Raffle' => [
  7499.                         'class' => 'App\\Entity\\Raffle',
  7500.                         'controller' => 'App\\Controller\\Easyadmin\\WinnerController',
  7501.                         'templates' => [
  7502.                             'list' => 'easyadmin/common/list.html.twig',
  7503.                             'edit' => 'easyadmin/common/edit.html.twig',
  7504.                             'new' => 'easyadmin/common/new.html.twig',
  7505.                             'show' => 'easyadmin/common/show.html.twig',
  7506.                         ],
  7507.                         'list' => [
  7508.                             'title' => 'Sorteo para usuarios',
  7509.                             'sort' => [
  7510.                                 => 'id',
  7511.                                 => 'ASC',
  7512.                             ],
  7513.                             'item_permission' => 'ROLE_ADMIN',
  7514.                             'fields' => [
  7515.                                 => [
  7516.                                     'property' => 'dealer.name',
  7517.                                     'label' => 'Distribuidor',
  7518.                                 ],
  7519.                                 => [
  7520.                                     'property' => 'enabled_user',
  7521.                                     'label' => 'Activar',
  7522.                                     'type' => 'toggle',
  7523.                                 ],
  7524.                             ],
  7525.                             'actions' => [
  7526.                                 => [
  7527.                                     'name' => '-edit',
  7528.                                     'icon' => 'edit',
  7529.                                     'css_class' => 'btn btn-secondary',
  7530.                                 ],
  7531.                                 => [
  7532.                                     'name' => '-delete',
  7533.                                     'icon' => 'trash',
  7534.                                     'css_class' => 'btn btn-danger',
  7535.                                 ],
  7536.                                 => [
  7537.                                     'name' => '-new',
  7538.                                     'label' => 'Crear Nuevo',
  7539.                                 ],
  7540.                                 => [
  7541.                                     'name' => '-show',
  7542.                                     'icon' => 'eye',
  7543.                                     'css_class' => 'btn btn-secondary',
  7544.                                 ],
  7545.                             ],
  7546.                         ],
  7547.                         'name' => 'Raffle',
  7548.                     ],
  7549.                     'User' => [
  7550.                         'class' => 'App\\Entity\\User',
  7551.                         'controller' => 'App\\Controller\\Easyadmin\\UserController',
  7552.                         'templates' => [
  7553.                             'list' => 'easyadmin/common/list.html.twig',
  7554.                             'edit' => 'easyadmin/common/edit.html.twig',
  7555.                             'show' => 'easyadmin/common/show.html.twig',
  7556.                             'new' => 'easyadmin/common/new.html.twig',
  7557.                         ],
  7558.                         'new' => [
  7559.                             'title' => 'Crear administrador',
  7560.                             'item_permission' => 'ROLE_ADMIN',
  7561.                             'fields' => [
  7562.                                 => [
  7563.                                     'property' => 'name',
  7564.                                     'type' => 'text',
  7565.                                     'label' => 'Nombre',
  7566.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7567.                                 ],
  7568.                                 => [
  7569.                                     'property' => 'rol',
  7570.                                     'label' => 'Rol',
  7571.                                     'type' => 'choice',
  7572.                                     'type_options' => [
  7573.                                         'choices' => [
  7574.                                             'ROLE_USER' => 'ROLE_USER',
  7575.                                             'ROLE_ADMIN' => 'ROLE_ADMIN',
  7576.                                         ],
  7577.                                         'required' => true,
  7578.                                     ],
  7579.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7580.                                 ],
  7581.                                 => [
  7582.                                     'property' => 'email',
  7583.                                     'type' => 'email',
  7584.                                     'label' => 'E-mail',
  7585.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7586.                                 ],
  7587.                                 => [
  7588.                                     'property' => 'password',
  7589.                                     'type' => 'password',
  7590.                                     'label' => 'Contraseña',
  7591.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7592.                                 ],
  7593.                             ],
  7594.                         ],
  7595.                         'form' => [
  7596.                             'actions' => [
  7597.                                 => [
  7598.                                     'name' => '-delete',
  7599.                                 ],
  7600.                             ],
  7601.                         ],
  7602.                         'edit' => [
  7603.                             'fields' => [
  7604.                                 => [
  7605.                                     'property' => 'name',
  7606.                                     'type' => 'text',
  7607.                                     'label' => 'Nombre',
  7608.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7609.                                 ],
  7610.                                 => [
  7611.                                     'property' => 'rol',
  7612.                                     'label' => 'Rol',
  7613.                                     'type' => 'choice',
  7614.                                     'type_options' => [
  7615.                                         'choices' => [
  7616.                                             'ROLE_USER' => 'ROLE_USER',
  7617.                                             'ROLE_ADMIN' => 'ROLE_ADMIN',
  7618.                                         ],
  7619.                                         'required' => true,
  7620.                                     ],
  7621.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7622.                                 ],
  7623.                                 => [
  7624.                                     'property' => 'email',
  7625.                                     'type' => 'email',
  7626.                                     'label' => 'E-mail',
  7627.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7628.                                 ],
  7629.                                 => [
  7630.                                     'property' => 'plainpassword',
  7631.                                     'type' => 'password',
  7632.                                     'label' => 'Contraseña',
  7633.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7634.                                     'type_options' => [
  7635.                                         'required' => false,
  7636.                                         'empty_data' => '',
  7637.                                     ],
  7638.                                 ],
  7639.                             ],
  7640.                         ],
  7641.                         'list' => [
  7642.                             'title' => 'Administradores',
  7643.                             'item_permission' => 'ROLE_ADMIN',
  7644.                             'sort' => [
  7645.                                 => 'id',
  7646.                                 => 'ASC',
  7647.                             ],
  7648.                             'fields' => [
  7649.                                 => [
  7650.                                     'property' => 'email',
  7651.                                     'label' => 'E-mail',
  7652.                                 ],
  7653.                                 => [
  7654.                                     'property' => 'name',
  7655.                                     'label' => 'Nombre',
  7656.                                 ],
  7657.                                 => [
  7658.                                     'property' => 'roles',
  7659.                                     'label' => 'Rol',
  7660.                                 ],
  7661.                                 => [
  7662.                                     'property' => 'created_at',
  7663.                                     'label' => 'Fecha de creación',
  7664.                                 ],
  7665.                             ],
  7666.                             'actions' => [
  7667.                                 => [
  7668.                                     'name' => 'edit',
  7669.                                     'icon' => 'edit',
  7670.                                     'css_class' => 'btn btn-secondary',
  7671.                                     'label' => false,
  7672.                                 ],
  7673.                                 => [
  7674.                                     'name' => 'delete',
  7675.                                     'icon' => 'trash',
  7676.                                     'css_class' => 'btn btn-danger',
  7677.                                     'label' => false,
  7678.                                 ],
  7679.                                 => [
  7680.                                     'name' => 'new',
  7681.                                     'label' => 'Crear Nuevo',
  7682.                                 ],
  7683.                             ],
  7684.                         ],
  7685.                         'name' => 'User',
  7686.                     ],
  7687.                     'Winner' => [
  7688.                         'class' => 'App\\Entity\\Winner',
  7689.                         'controller' => 'App\\Controller\\Easyadmin\\WinnerController',
  7690.                         'templates' => [
  7691.                             'list' => 'easyadmin/common/list.html.twig',
  7692.                             'edit' => 'easyadmin/common/edit.html.twig',
  7693.                             'new' => 'easyadmin/common/new.html.twig',
  7694.                             'show' => 'easyadmin/common/show.html.twig',
  7695.                         ],
  7696.                         'show' => [
  7697.                             'title' => 'Ganador',
  7698.                             'fields' => [
  7699.                                 => [
  7700.                                     'property' => 'id',
  7701.                                     'label' => 'ID',
  7702.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7703.                                 ],
  7704.                                 => [
  7705.                                     'property' => 'participant.name',
  7706.                                     'label' => 'Nombre ganador',
  7707.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7708.                                 ],
  7709.                                 => [
  7710.                                     'property' => 'participant.email',
  7711.                                     'label' => 'Email ganador',
  7712.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7713.                                 ],
  7714.                                 => [
  7715.                                     'property' => 'participant.dealer.name',
  7716.                                     'label' => 'Distribuidor',
  7717.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7718.                                 ],
  7719.                                 => [
  7720.                                     'property' => 'code',
  7721.                                     'label' => 'Codigo ganador',
  7722.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7723.                                 ],
  7724.                                 => [
  7725.                                     'property' => 'code.prize',
  7726.                                     'label' => 'Premio',
  7727.                                     'css_class' => 'col-12 col-xl-6 col-md-6',
  7728.                                 ],
  7729.                             ],
  7730.                         ],
  7731.                         'list' => [
  7732.                             'title' => 'Códigos',
  7733.                             'sort' => [
  7734.                                 => 'id',
  7735.                                 => 'ASC',
  7736.                             ],
  7737.                             'item_permission' => 'ROLE_ADMIN',
  7738.                             'fields' => [
  7739.                                 => [
  7740.                                     'property' => 'id',
  7741.                                     'type' => 'text',
  7742.                                     'label' => 'ID',
  7743.                                 ],
  7744.                                 => [
  7745.                                     'property' => 'participant.name',
  7746.                                     'type' => 'text',
  7747.                                     'label' => 'Nombre ganador',
  7748.                                 ],
  7749.                                 => [
  7750.                                     'property' => 'participant.email',
  7751.                                     'type' => 'text',
  7752.                                     'label' => 'Email ganador',
  7753.                                 ],
  7754.                                 => [
  7755.                                     'property' => 'participant.dealer.name',
  7756.                                     'type' => 'text',
  7757.                                     'label' => 'Distribuidor',
  7758.                                 ],
  7759.                                 => [
  7760.                                     'property' => 'code',
  7761.                                     'type' => 'text',
  7762.                                     'label' => 'Codigo ganador',
  7763.                                 ],
  7764.                                 => [
  7765.                                     'property' => 'code.prize',
  7766.                                     'type' => 'text',
  7767.                                     'label' => 'Premio',
  7768.                                 ],
  7769.                             ],
  7770.                             'actions' => [
  7771.                                 => [
  7772.                                     'name' => '-edit',
  7773.                                     'icon' => 'edit',
  7774.                                     'css_class' => 'btn btn-secondary',
  7775.                                 ],
  7776.                                 => [
  7777.                                     'name' => '-delete',
  7778.                                     'icon' => 'trash',
  7779.                                     'css_class' => 'btn btn-danger',
  7780.                                 ],
  7781.                                 => [
  7782.                                     'name' => '-new',
  7783.                                     'label' => 'Crear Nuevo',
  7784.                                 ],
  7785.                                 => [
  7786.                                     'name' => 'export',
  7787.                                     'label' => 'Exportar',
  7788.                                 ],
  7789.                                 => [
  7790.                                     'name' => 'show',
  7791.                                     'icon' => 'eye',
  7792.                                     'css_class' => 'btn btn-secondary',
  7793.                                 ],
  7794.                             ],
  7795.                         ],
  7796.                         'name' => 'Winner',
  7797.                     ],
  7798.                 ],
  7799.                 'site_name' => 'EasyAdmin',
  7800.                 'disabled_actions' => [
  7801.                 ],
  7802.                 'translation_domain' => 'messages',
  7803.                 'user' => [
  7804.                     'display_name' => true,
  7805.                     'display_avatar' => true,
  7806.                     'name_property_path' => '__toString',
  7807.                     'avatar_property_path' => NULL,
  7808.                 ],
  7809.                 'search' => [
  7810.                 ],
  7811.                 'edit' => [
  7812.                     'actions' => [
  7813.                     ],
  7814.                     'item_permission' => NULL,
  7815.                 ],
  7816.                 'new' => [
  7817.                     'actions' => [
  7818.                     ],
  7819.                     'item_permission' => NULL,
  7820.                 ],
  7821.                 'show' => [
  7822.                     'actions' => [
  7823.                     ],
  7824.                     'max_results' => 10,
  7825.                     'item_permission' => NULL,
  7826.                 ],
  7827.             ],
  7828.             'maker.compatible_check.doctrine.supports_attributes' => false,
  7829.             'data_collector.templates' => [
  7830.                 'data_collector.request' => [
  7831.                     => 'request',
  7832.                     => '@WebProfiler/Collector/request.html.twig',
  7833.                 ],
  7834.                 'data_collector.time' => [
  7835.                     => 'time',
  7836.                     => '@WebProfiler/Collector/time.html.twig',
  7837.                 ],
  7838.                 'data_collector.memory' => [
  7839.                     => 'memory',
  7840.                     => '@WebProfiler/Collector/memory.html.twig',
  7841.                 ],
  7842.                 'data_collector.validator' => [
  7843.                     => 'validator',
  7844.                     => '@WebProfiler/Collector/validator.html.twig',
  7845.                 ],
  7846.                 'data_collector.ajax' => [
  7847.                     => 'ajax',
  7848.                     => '@WebProfiler/Collector/ajax.html.twig',
  7849.                 ],
  7850.                 'data_collector.form' => [
  7851.                     => 'form',
  7852.                     => '@WebProfiler/Collector/form.html.twig',
  7853.                 ],
  7854.                 'data_collector.exception' => [
  7855.                     => 'exception',
  7856.                     => '@WebProfiler/Collector/exception.html.twig',
  7857.                 ],
  7858.                 'data_collector.logger' => [
  7859.                     => 'logger',
  7860.                     => '@WebProfiler/Collector/logger.html.twig',
  7861.                 ],
  7862.                 'data_collector.events' => [
  7863.                     => 'events',
  7864.                     => '@WebProfiler/Collector/events.html.twig',
  7865.                 ],
  7866.                 'data_collector.router' => [
  7867.                     => 'router',
  7868.                     => '@WebProfiler/Collector/router.html.twig',
  7869.                 ],
  7870.                 'data_collector.cache' => [
  7871.                     => 'cache',
  7872.                     => '@WebProfiler/Collector/cache.html.twig',
  7873.                 ],
  7874.                 'data_collector.translation' => [
  7875.                     => 'translation',
  7876.                     => '@WebProfiler/Collector/translation.html.twig',
  7877.                 ],
  7878.                 'data_collector.security' => [
  7879.                     => 'security',
  7880.                     => '@Security/Collector/security.html.twig',
  7881.                 ],
  7882.                 'data_collector.twig' => [
  7883.                     => 'twig',
  7884.                     => '@WebProfiler/Collector/twig.html.twig',
  7885.                 ],
  7886.                 'data_collector.doctrine' => [
  7887.                     => 'db',
  7888.                     => '@Doctrine/Collector/db.html.twig',
  7889.                 ],
  7890.                 'swiftmailer.data_collector' => [
  7891.                     => 'swiftmailer',
  7892.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7893.                 ],
  7894.                 'data_collector.dump' => [
  7895.                     => 'dump',
  7896.                     => '@Debug/Profiler/dump.html.twig',
  7897.                 ],
  7898.                 'data_collector.messenger' => [
  7899.                     => 'messenger',
  7900.                     => '@WebProfiler/Collector/messenger.html.twig',
  7901.                 ],
  7902.                 'easyadmin.data_collector' => [
  7903.                     => 'easyadmin',
  7904.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  7905.                 ],
  7906.                 'data_collector.config' => [
  7907.                     => 'config',
  7908.                     => '@WebProfiler/Collector/config.html.twig',
  7909.                 ],
  7910.             ],
  7911.             'console.command.ids' => [
  7912.             ],
  7913.         ];
  7914.     }
  7915. }
  7916. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  7917. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  7918. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  7919. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  7920. {
  7921.     /**
  7922.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  7923.      */
  7924.     private $valueHolder0482f null;
  7925.     /**
  7926.      * @var \Closure|null initializer responsible for generating the wrapped object
  7927.      */
  7928.     private $initializer58210 null;
  7929.     /**
  7930.      * @var bool[] map of public properties of the parent class
  7931.      */
  7932.     private static $publicPropertiesd7fdf = [
  7933.         
  7934.     ];
  7935.     public function getConnection()
  7936.     {
  7937.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getConnection', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7938.         return $this->valueHolder0482f->getConnection();
  7939.     }
  7940.     public function getMetadataFactory()
  7941.     {
  7942.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getMetadataFactory', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7943.         return $this->valueHolder0482f->getMetadataFactory();
  7944.     }
  7945.     public function getExpressionBuilder()
  7946.     {
  7947.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getExpressionBuilder', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7948.         return $this->valueHolder0482f->getExpressionBuilder();
  7949.     }
  7950.     public function beginTransaction()
  7951.     {
  7952.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'beginTransaction', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7953.         return $this->valueHolder0482f->beginTransaction();
  7954.     }
  7955.     public function getCache()
  7956.     {
  7957.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getCache', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7958.         return $this->valueHolder0482f->getCache();
  7959.     }
  7960.     public function transactional($func)
  7961.     {
  7962.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'transactional', array('func' => $func), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7963.         return $this->valueHolder0482f->transactional($func);
  7964.     }
  7965.     public function commit()
  7966.     {
  7967.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'commit', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7968.         return $this->valueHolder0482f->commit();
  7969.     }
  7970.     public function rollback()
  7971.     {
  7972.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'rollback', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7973.         return $this->valueHolder0482f->rollback();
  7974.     }
  7975.     public function getClassMetadata($className)
  7976.     {
  7977.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getClassMetadata', array('className' => $className), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7978.         return $this->valueHolder0482f->getClassMetadata($className);
  7979.     }
  7980.     public function createQuery($dql '')
  7981.     {
  7982.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'createQuery', array('dql' => $dql), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7983.         return $this->valueHolder0482f->createQuery($dql);
  7984.     }
  7985.     public function createNamedQuery($name)
  7986.     {
  7987.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'createNamedQuery', array('name' => $name), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7988.         return $this->valueHolder0482f->createNamedQuery($name);
  7989.     }
  7990.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  7991.     {
  7992.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7993.         return $this->valueHolder0482f->createNativeQuery($sql$rsm);
  7994.     }
  7995.     public function createNamedNativeQuery($name)
  7996.     {
  7997.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'createNamedNativeQuery', array('name' => $name), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  7998.         return $this->valueHolder0482f->createNamedNativeQuery($name);
  7999.     }
  8000.     public function createQueryBuilder()
  8001.     {
  8002.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'createQueryBuilder', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8003.         return $this->valueHolder0482f->createQueryBuilder();
  8004.     }
  8005.     public function flush($entity null)
  8006.     {
  8007.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'flush', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8008.         return $this->valueHolder0482f->flush($entity);
  8009.     }
  8010.     public function find($className$id$lockMode null$lockVersion null)
  8011.     {
  8012.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8013.         return $this->valueHolder0482f->find($className$id$lockMode$lockVersion);
  8014.     }
  8015.     public function getReference($entityName$id)
  8016.     {
  8017.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8018.         return $this->valueHolder0482f->getReference($entityName$id);
  8019.     }
  8020.     public function getPartialReference($entityName$identifier)
  8021.     {
  8022.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8023.         return $this->valueHolder0482f->getPartialReference($entityName$identifier);
  8024.     }
  8025.     public function clear($entityName null)
  8026.     {
  8027.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'clear', array('entityName' => $entityName), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8028.         return $this->valueHolder0482f->clear($entityName);
  8029.     }
  8030.     public function close()
  8031.     {
  8032.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'close', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8033.         return $this->valueHolder0482f->close();
  8034.     }
  8035.     public function persist($entity)
  8036.     {
  8037.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'persist', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8038.         return $this->valueHolder0482f->persist($entity);
  8039.     }
  8040.     public function remove($entity)
  8041.     {
  8042.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'remove', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8043.         return $this->valueHolder0482f->remove($entity);
  8044.     }
  8045.     public function refresh($entity)
  8046.     {
  8047.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'refresh', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8048.         return $this->valueHolder0482f->refresh($entity);
  8049.     }
  8050.     public function detach($entity)
  8051.     {
  8052.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'detach', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8053.         return $this->valueHolder0482f->detach($entity);
  8054.     }
  8055.     public function merge($entity)
  8056.     {
  8057.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'merge', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8058.         return $this->valueHolder0482f->merge($entity);
  8059.     }
  8060.     public function copy($entity$deep false)
  8061.     {
  8062.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8063.         return $this->valueHolder0482f->copy($entity$deep);
  8064.     }
  8065.     public function lock($entity$lockMode$lockVersion null)
  8066.     {
  8067.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8068.         return $this->valueHolder0482f->lock($entity$lockMode$lockVersion);
  8069.     }
  8070.     public function getRepository($entityName)
  8071.     {
  8072.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getRepository', array('entityName' => $entityName), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8073.         return $this->valueHolder0482f->getRepository($entityName);
  8074.     }
  8075.     public function contains($entity)
  8076.     {
  8077.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'contains', array('entity' => $entity), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8078.         return $this->valueHolder0482f->contains($entity);
  8079.     }
  8080.     public function getEventManager()
  8081.     {
  8082.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getEventManager', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8083.         return $this->valueHolder0482f->getEventManager();
  8084.     }
  8085.     public function getConfiguration()
  8086.     {
  8087.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getConfiguration', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8088.         return $this->valueHolder0482f->getConfiguration();
  8089.     }
  8090.     public function isOpen()
  8091.     {
  8092.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'isOpen', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8093.         return $this->valueHolder0482f->isOpen();
  8094.     }
  8095.     public function getUnitOfWork()
  8096.     {
  8097.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getUnitOfWork', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8098.         return $this->valueHolder0482f->getUnitOfWork();
  8099.     }
  8100.     public function getHydrator($hydrationMode)
  8101.     {
  8102.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8103.         return $this->valueHolder0482f->getHydrator($hydrationMode);
  8104.     }
  8105.     public function newHydrator($hydrationMode)
  8106.     {
  8107.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8108.         return $this->valueHolder0482f->newHydrator($hydrationMode);
  8109.     }
  8110.     public function getProxyFactory()
  8111.     {
  8112.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getProxyFactory', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8113.         return $this->valueHolder0482f->getProxyFactory();
  8114.     }
  8115.     public function initializeObject($obj)
  8116.     {
  8117.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'initializeObject', array('obj' => $obj), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8118.         return $this->valueHolder0482f->initializeObject($obj);
  8119.     }
  8120.     public function getFilters()
  8121.     {
  8122.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'getFilters', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8123.         return $this->valueHolder0482f->getFilters();
  8124.     }
  8125.     public function isFiltersStateClean()
  8126.     {
  8127.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'isFiltersStateClean', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8128.         return $this->valueHolder0482f->isFiltersStateClean();
  8129.     }
  8130.     public function hasFilters()
  8131.     {
  8132.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'hasFilters', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8133.         return $this->valueHolder0482f->hasFilters();
  8134.     }
  8135.     /**
  8136.      * Constructor for lazy initialization
  8137.      *
  8138.      * @param \Closure|null $initializer
  8139.      */
  8140.     public static function staticProxyConstructor($initializer)
  8141.     {
  8142.         static $reflection;
  8143.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8144.         $instance   $reflection->newInstanceWithoutConstructor();
  8145.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8146.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8147.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  8148.         $instance->initializer58210 $initializer;
  8149.         return $instance;
  8150.     }
  8151.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  8152.     {
  8153.         static $reflection;
  8154.         if (! $this->valueHolder0482f) {
  8155.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8156.             $this->valueHolder0482f $reflection->newInstanceWithoutConstructor();
  8157.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8158.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8159.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8160.         }
  8161.         $this->valueHolder0482f->__construct($conn$config$eventManager);
  8162.     }
  8163.     public function & __get($name)
  8164.     {
  8165.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'__get', ['name' => $name], $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8166.         if (isset(self::$publicPropertiesd7fdf[$name])) {
  8167.             return $this->valueHolder0482f->$name;
  8168.         }
  8169.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8170.         if (! $realInstanceReflection->hasProperty($name)) {
  8171.             $targetObject $this->valueHolder0482f;
  8172.             $backtrace debug_backtrace(false);
  8173.             trigger_error(
  8174.                 sprintf(
  8175.                     'Undefined property: %s::$%s in %s on line %s',
  8176.                     get_parent_class($this),
  8177.                     $name,
  8178.                     $backtrace[0]['file'],
  8179.                     $backtrace[0]['line']
  8180.                 ),
  8181.                 \E_USER_NOTICE
  8182.             );
  8183.             return $targetObject->$name;
  8184.             return;
  8185.         }
  8186.         $targetObject $this->valueHolder0482f;
  8187.         $accessor = function & () use ($targetObject$name) {
  8188.             return $targetObject->$name;
  8189.         };
  8190.         $backtrace debug_backtrace(true);
  8191.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8192.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8193.         $returnValue = & $accessor();
  8194.         return $returnValue;
  8195.     }
  8196.     public function __set($name$value)
  8197.     {
  8198.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'__set', array('name' => $name'value' => $value), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8199.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8200.         if (! $realInstanceReflection->hasProperty($name)) {
  8201.             $targetObject $this->valueHolder0482f;
  8202.             return $targetObject->$name $value;
  8203.             return;
  8204.         }
  8205.         $targetObject $this->valueHolder0482f;
  8206.         $accessor = function & () use ($targetObject$name$value) {
  8207.             return $targetObject->$name $value;
  8208.         };
  8209.         $backtrace debug_backtrace(true);
  8210.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8211.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8212.         $returnValue = & $accessor();
  8213.         return $returnValue;
  8214.     }
  8215.     public function __isset($name)
  8216.     {
  8217.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'__isset', array('name' => $name), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8218.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8219.         if (! $realInstanceReflection->hasProperty($name)) {
  8220.             $targetObject $this->valueHolder0482f;
  8221.             return isset($targetObject->$name);
  8222.             return;
  8223.         }
  8224.         $targetObject $this->valueHolder0482f;
  8225.         $accessor = function () use ($targetObject$name) {
  8226.             return isset($targetObject->$name);
  8227.         };
  8228.         $backtrace debug_backtrace(true);
  8229.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8230.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8231.         $returnValue $accessor();
  8232.         return $returnValue;
  8233.     }
  8234.     public function __unset($name)
  8235.     {
  8236.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'__unset', array('name' => $name), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8237.         $realInstanceReflection = new \ReflectionClass(get_parent_class($this));
  8238.         if (! $realInstanceReflection->hasProperty($name)) {
  8239.             $targetObject $this->valueHolder0482f;
  8240.             unset($targetObject->$name);
  8241.             return;
  8242.         }
  8243.         $targetObject $this->valueHolder0482f;
  8244.         $accessor = function () use ($targetObject$name) {
  8245.             unset($targetObject->$name);
  8246.         };
  8247.         $backtrace debug_backtrace(true);
  8248.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8249.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8250.         $returnValue $accessor();
  8251.         return $returnValue;
  8252.     }
  8253.     public function __clone()
  8254.     {
  8255.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'__clone', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8256.         $this->valueHolder0482f = clone $this->valueHolder0482f;
  8257.     }
  8258.     public function __sleep()
  8259.     {
  8260.         $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'__sleep', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8261.         return array('valueHolder0482f');
  8262.     }
  8263.     public function __wakeup()
  8264.     {
  8265.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8266.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8267.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8268.     }
  8269.     public function setProxyInitializer(\Closure $initializer null) : void
  8270.     {
  8271.         $this->initializer58210 $initializer;
  8272.     }
  8273.     public function getProxyInitializer() : ?\Closure
  8274.     {
  8275.         return $this->initializer58210;
  8276.     }
  8277.     public function initializeProxy() : bool
  8278.     {
  8279.         return $this->initializer58210 && ($this->initializer58210->__invoke($valueHolder0482f$this'initializeProxy', array(), $this->initializer58210) || 1) && $this->valueHolder0482f $valueHolder0482f;
  8280.     }
  8281.     public function isProxyInitialized() : bool
  8282.     {
  8283.         return null !== $this->valueHolder0482f;
  8284.     }
  8285.     public function getWrappedValueHolderValue() : ?object
  8286.     {
  8287.         return $this->valueHolder0482f;
  8288.     }
  8289. }