var/cache/dev/ContainerYxqxrWM/App_KernelDevDebugContainer.php line 527

Open in your IDE?
  1. <?php
  2. namespace ContainerYxqxrWM;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  49.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'translator' => 'getTranslatorService',
  53.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54.             'cache_clearer' => 'getCacheClearerService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'serializer' => 'getSerializerService',
  57.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58.             'form.factory' => 'getForm_FactoryService',
  59.             'form.type.file' => 'getForm_Type_FileService',
  60.             'profiler' => 'getProfilerService',
  61.             'twig' => 'getTwigService',
  62.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63.             'security.token_storage' => 'getSecurity_TokenStorageService',
  64.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65.             'session' => 'getSessionService',
  66.             'validator' => 'getValidatorService',
  67.         ];
  68.         $this->fileMap = [
  69.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75.             '.container.private.session' => 'get_Container_Private_SessionService',
  76.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  77.             'App\\Controller\\Admin\\Cruds\\NumeracionCrudController' => 'getNumeracionCrudControllerService',
  78.             'App\\Controller\\Admin\\Cruds\\RegistroLlamadaCrudController' => 'getRegistroLlamadaCrudControllerService',
  79.             'App\\Controller\\Admin\\Cruds\\SorteoCrudController' => 'getSorteoCrudControllerService',
  80.             'App\\Controller\\Admin\\Cruds\\UsuarioCrudController' => 'getUsuarioCrudControllerService',
  81.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  82.             'App\\Controller\\ApiNetelipController' => 'getApiNetelipControllerService',
  83.             'App\\Controller\\ApiV1Controller' => 'getApiV1ControllerService',
  84.             'App\\Controller\\CentralitaNetelipController' => 'getCentralitaNetelipControllerService',
  85.             'App\\Controller\\PublicController' => 'getPublicControllerService',
  86.             'App\\Controller\\WhatsappBotController' => 'getWhatsappBotControllerService',
  87.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  88.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  89.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  90.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  91.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  92.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  93.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  94.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  95.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  96.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  97.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  98.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  99.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  100.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  101.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  102.             'cache.app_clearer' => 'getCache_AppClearerService',
  103.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  104.             'cache.system_clearer' => 'getCache_SystemClearerService',
  105.             'cache_warmer' => 'getCacheWarmerService',
  106.             'console.command_loader' => 'getConsole_CommandLoaderService',
  107.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  108.             'error_controller' => 'getErrorControllerService',
  109.             'routing.loader' => 'getRouting_LoaderService',
  110.             'services_resetter' => 'getServicesResetterService',
  111.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  112.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  113.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  114.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  115.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  116.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  117.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  118.         ];
  119.         $this->aliases = [
  120.             'App\\Kernel' => 'kernel',
  121.             'database_connection' => 'doctrine.dbal.default_connection',
  122.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  123.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  124.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  125.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  126.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  127.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  128.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  129.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  130.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  131.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  132.         ];
  133.         $this->privates['service_container'] = function () {
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  140.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  177.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  373.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  374.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  375.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  377.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  378.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  380.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  382.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  387.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  390.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  393.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  409.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  425.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  494.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  503.         };
  504.     }
  505.     public function compile(): void
  506.     {
  507.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  508.     }
  509.     public function isCompiled(): bool
  510.     {
  511.         return true;
  512.     }
  513.     public function getRemovedIds(): array
  514.     {
  515.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  516.     }
  517.     protected function load($file$lazyLoad true)
  518.     {
  519.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  520.             return $class::do($this$lazyLoad);
  521.         }
  522.         if ('.' === $file[-4]) {
  523.             $class substr($class0, -4);
  524.         } else {
  525.             $file .= '.php';
  526.         }
  527.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  528.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  529.     }
  530.     /**
  531.      * Gets the public '.container.private.profiler' shared service.
  532.      *
  533.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  534.      */
  535.     protected function get_Container_Private_ProfilerService()
  536.     {
  537.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  538.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  539.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  540.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  542.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  543.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  544.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  545.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  546.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  547.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  548.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  549.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  550.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  551.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  552.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  553.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  554.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  555.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  556.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  557.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  558.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  559.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  560.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  561.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  562.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  563.         if ($this->has('kernel')) {
  564.             $g->setKernel($b);
  565.         }
  566.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  567.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  568.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  569.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  570.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  571.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  572.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  573.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  574.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  575.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  576.         $instance->add($d);
  577.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  578.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($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()), true));
  579.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  580.         $instance->add($e);
  581.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  582.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  583.         $instance->add($f);
  584.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  585.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  586.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  587.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  588.         $instance->add($g);
  589.         return $instance;
  590.     }
  591.     /**
  592.      * Gets the public '.container.private.security.authorization_checker' shared service.
  593.      *
  594.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  595.      */
  596.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  597.     {
  598.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  599.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  600.             return $this->services['.container.private.security.authorization_checker'];
  601.         }
  602.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  603.     }
  604.     /**
  605.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  606.      *
  607.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  608.      */
  609.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  610.     {
  611.         return $this->services['.container.private.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())));
  612.     }
  613.     /**
  614.      * Gets the public '.container.private.security.token_storage' shared service.
  615.      *
  616.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  617.      */
  618.     protected function get_Container_Private_Security_TokenStorageService()
  619.     {
  620.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  621.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  622.         ], [
  623.             'request_stack' => '?',
  624.         ]));
  625.     }
  626.     /**
  627.      * Gets the public '.container.private.twig' shared service.
  628.      *
  629.      * @return \Twig\Environment
  630.      */
  631.     protected function get_Container_Private_TwigService()
  632.     {
  633.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  634.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  635.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  636.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  637.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  638.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  639.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  640.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  641.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  642.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  643.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  644.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  645.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  646.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  647.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  648.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  649.         $a->addPath((\dirname(__DIR__4).'/templates'));
  650.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  651.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  652.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  653.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  654.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  655.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  656.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  657.         $e = ($this->services['router'] ?? $this->getRouterService());
  658.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  659.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  660.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  661.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  662.         $i = new \Symfony\Bridge\Twig\AppVariable();
  663.         $i->setEnvironment('dev');
  664.         $i->setDebug(true);
  665.         if ($this->has('.container.private.security.token_storage')) {
  666.             $i->setTokenStorage($g);
  667.         }
  668.         if ($this->has('request_stack')) {
  669.             $i->setRequestStack($f);
  670.         }
  671.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  672.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  673.         $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())));
  674.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  675.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  676.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  677.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  678.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  679.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  680.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  681.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  682.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  683.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  684.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  685.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  686.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  687.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  688.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  689.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  690.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  691.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  692.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  693.         ], [
  694.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  695.         ])));
  696.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  697.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  698.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  699.         ], [
  700.             'webpack_encore.entrypoint_lookup_collection' => '?',
  701.             'webpack_encore.tag_renderer' => '?',
  702.         ])));
  703.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  704.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  705.         $instance->addGlobal('app'$i);
  706.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  707.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  708.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  709.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  710.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  711.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  712.         ], [
  713.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  714.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  715.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  716.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  717.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  718.         ])));
  719.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  720.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  721.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  722.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  723.         return $instance;
  724.     }
  725.     /**
  726.      * Gets the public '.container.private.validator' shared service.
  727.      *
  728.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  729.      */
  730.     protected function get_Container_Private_ValidatorService()
  731.     {
  732.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  733.         if (isset($this->services['.container.private.validator'])) {
  734.             return $this->services['.container.private.validator'];
  735.         }
  736.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  737.     }
  738.     /**
  739.      * Gets the public 'cache.app' shared service.
  740.      *
  741.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  742.      */
  743.     protected function getCache_AppService()
  744.     {
  745.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EBGm+cKmeD'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  746.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  747.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  748.     }
  749.     /**
  750.      * Gets the public 'cache.system' shared service.
  751.      *
  752.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  753.      */
  754.     protected function getCache_SystemService()
  755.     {
  756.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Liq6qeSfuU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  757.     }
  758.     /**
  759.      * Gets the public 'cache.validator_expression_language' shared service.
  760.      *
  761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  762.      */
  763.     protected function getCache_ValidatorExpressionLanguageService()
  764.     {
  765.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jRl2IyehRE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  766.     }
  767.     /**
  768.      * Gets the public 'data_collector.dump' shared service.
  769.      *
  770.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  771.      */
  772.     protected function getDataCollector_DumpService()
  773.     {
  774.         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()));
  775.     }
  776.     /**
  777.      * Gets the public 'doctrine' shared service.
  778.      *
  779.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  780.      */
  781.     protected function getDoctrineService()
  782.     {
  783.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  784.     }
  785.     /**
  786.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  787.      *
  788.      * @return \Doctrine\DBAL\Connection
  789.      */
  790.     protected function getDoctrine_Dbal_DefaultConnectionService()
  791.     {
  792.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  793.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  794.             return $this->services['doctrine.dbal.default_connection'];
  795.         }
  796.         $b = new \Doctrine\DBAL\Configuration();
  797.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  798.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  799.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  800.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  801.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  802.         $d->setConnectionName('default');
  803.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  804.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  805.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, ['enum' => 'string']);
  806.     }
  807.     /**
  808.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  809.      *
  810.      * @return \Doctrine\ORM\EntityManager
  811.      */
  812.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  813.     {
  814.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  815.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  816.             return $this->services['doctrine.orm.default_entity_manager'];
  817.         }
  818.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  819.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  820.             return $this->services['doctrine.orm.default_entity_manager'];
  821.         }
  822.         $c = new \Doctrine\ORM\Configuration();
  823.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  824.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  825.         $d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  826.         $c->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  827.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  828.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  829.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  830.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  831.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  832.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  833.         ], [
  834.             'doctrine.ulid_generator' => '?',
  835.             'doctrine.uuid_generator' => '?',
  836.         ])));
  837.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  838.         $c->setProxyNamespace('Proxies');
  839.         $c->setAutoGenerateProxyClasses(true);
  840.         $c->setSchemaIgnoreClasses([]);
  841.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  842.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  843.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  844.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  845.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  846.         $c->setLazyGhostObjectEnabled(false);
  847.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  848.             'App\\Repository\\NumeracionRepository' => ['privates''App\\Repository\\NumeracionRepository''getNumeracionRepositoryService'true],
  849.             'App\\Repository\\NumeroCompetenciaRepository' => ['privates''App\\Repository\\NumeroCompetenciaRepository''getNumeroCompetenciaRepositoryService'true],
  850.             'App\\Repository\\NumeroSedeRepository' => ['privates''App\\Repository\\NumeroSedeRepository''getNumeroSedeRepositoryService'true],
  851.             'App\\Repository\\RegistroLlamadaRepository' => ['privates''App\\Repository\\RegistroLlamadaRepository''getRegistroLlamadaRepositoryService'true],
  852.             'App\\Repository\\RegistroWhatsappNumeroRepository' => ['privates''App\\Repository\\RegistroWhatsappNumeroRepository''getRegistroWhatsappNumeroRepositoryService'true],
  853.             'App\\Repository\\RegistroWhatsappRepository' => ['privates''App\\Repository\\RegistroWhatsappRepository''getRegistroWhatsappRepositoryService'true],
  854.             'App\\Repository\\SedeRepository' => ['privates''App\\Repository\\SedeRepository''getSedeRepositoryService'true],
  855.             'App\\Repository\\SorteoRepository' => ['privates''App\\Repository\\SorteoRepository''getSorteoRepositoryService'true],
  856.             'App\\Repository\\UsuarioRepository' => ['privates''App\\Repository\\UsuarioRepository''getUsuarioRepositoryService'true],
  857.         ], [
  858.             'App\\Repository\\NumeracionRepository' => '?',
  859.             'App\\Repository\\NumeroCompetenciaRepository' => '?',
  860.             'App\\Repository\\NumeroSedeRepository' => '?',
  861.             'App\\Repository\\RegistroLlamadaRepository' => '?',
  862.             'App\\Repository\\RegistroWhatsappNumeroRepository' => '?',
  863.             'App\\Repository\\RegistroWhatsappRepository' => '?',
  864.             'App\\Repository\\SedeRepository' => '?',
  865.             'App\\Repository\\SorteoRepository' => '?',
  866.             'App\\Repository\\UsuarioRepository' => '?',
  867.         ])));
  868.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  869.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  870.         return $instance;
  871.     }
  872.     /**
  873.      * Gets the public 'event_dispatcher' shared service.
  874.      *
  875.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  876.      */
  877.     protected function getEventDispatcherService()
  878.     {
  879.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  880.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  881.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  882.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  883.         $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())));
  884.         $instance->addListener('security.interactive_login', [=> function () {
  885.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  886.         }, => 'onSecurityInteractiveLogin'], 0);
  887.         $instance->addListener('kernel.controller', [=> function () {
  888.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  889.         }, => 'onKernelController'], 0);
  890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  891.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  892.         }, => 'checkPassport'], 1024);
  893.         $instance->addListener('kernel.response', [=> function () {
  894.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  895.         }, => 'onKernelResponse'], 0);
  896.         $instance->addListener('kernel.exception', [=> function () {
  897.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  898.         }, => 'onKernelException'], -64);
  899.         $instance->addListener('kernel.view', [=> function () {
  900.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  901.         }, => 'onKernelView'], 0);
  902.         $instance->addListener('kernel.exception', [=> function () {
  903.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  904.         }, => 'onKernelException'], 0);
  905.         $instance->addListener('kernel.response', [=> function () {
  906.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  907.         }, => 'onKernelResponse'], 0);
  908.         $instance->addListener('kernel.response', [=> function () {
  909.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  910.         }, => 'onKernelResponse'], -1024);
  911.         $instance->addListener('kernel.request', [=> function () {
  912.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  913.         }, => 'setDefaultLocale'], 100);
  914.         $instance->addListener('kernel.request', [=> function () {
  915.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  916.         }, => 'onKernelRequest'], 16);
  917.         $instance->addListener('kernel.finish_request', [=> function () {
  918.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  919.         }, => 'onKernelFinishRequest'], 0);
  920.         $instance->addListener('kernel.request', [=> function () {
  921.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  922.         }, => 'onKernelRequest'], 256);
  923.         $instance->addListener('kernel.response', [=> function () {
  924.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  925.         }, => 'onResponse'], -255);
  926.         $instance->addListener('kernel.controller_arguments', [=> function () {
  927.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  928.         }, => 'onControllerArguments'], 0);
  929.         $instance->addListener('kernel.exception', [=> function () {
  930.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  931.         }, => 'logKernelException'], 0);
  932.         $instance->addListener('kernel.exception', [=> function () {
  933.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  934.         }, => 'onKernelException'], -128);
  935.         $instance->addListener('kernel.response', [=> function () {
  936.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  937.         }, => 'removeCspHeader'], -128);
  938.         $instance->addListener('kernel.request', [=> function () {
  939.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  940.         }, => 'onKernelRequest'], 15);
  941.         $instance->addListener('kernel.finish_request', [=> function () {
  942.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  943.         }, => 'onKernelFinishRequest'], -15);
  944.         $instance->addListener('console.error', [=> function () {
  945.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  946.         }, => 'onConsoleError'], -128);
  947.         $instance->addListener('console.terminate', [=> function () {
  948.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  949.         }, => 'onConsoleTerminate'], -128);
  950.         $instance->addListener('console.error', [=> function () {
  951.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  952.         }, => 'onConsoleError'], 0);
  953.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  954.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  955.         }, => 'onMessage'], -255);
  956.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  957.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  958.         }, => 'onMessage'], -255);
  959.         $instance->addListener('kernel.request', [=> function () {
  960.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  961.         }, => 'configure'], 2048);
  962.         $instance->addListener('console.command', [=> function () {
  963.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  964.         }, => 'configure'], 2048);
  965.         $instance->addListener('kernel.request', [=> function () {
  966.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  967.         }, => 'onKernelRequest'], 32);
  968.         $instance->addListener('kernel.finish_request', [=> function () {
  969.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  970.         }, => 'onKernelFinishRequest'], 0);
  971.         $instance->addListener('kernel.exception', [=> function () {
  972.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  973.         }, => 'onKernelException'], -64);
  974.         $instance->addListener('kernel.response', [=> function () {
  975.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  976.         }, => 'onKernelResponse'], 0);
  977.         $instance->addListener('kernel.request', [=> function () {
  978.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  979.         }, => 'onKernelRequest'], 128);
  980.         $instance->addListener('kernel.response', [=> function () {
  981.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  982.         }, => 'onKernelResponse'], -1000);
  983.         $instance->addListener('kernel.finish_request', [=> function () {
  984.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  985.         }, => 'onFinishRequest'], 0);
  986.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  987.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  988.         }, => 'onMessageFailed'], 100);
  989.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  990.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  991.         }, => 'onMessageFailed'], 200);
  992.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  993.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  994.         }, => 'onMessageFailed'], -100);
  995.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  996.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  997.         }, => 'onWorkerStarted'], 0);
  998.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  999.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1000.         }, => 'onWorkerRunning'], 0);
  1001.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1002.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1003.         }, => 'onMessageFailed'], 0);
  1004.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1005.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1006.         }, => 'onWorkerRunning'], 0);
  1007.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1008.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1009.         }, => 'onNotification'], -255);
  1010.         $instance->addListener('kernel.response', [=> function () {
  1011.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1012.         }, => 'onKernelResponse'], -100);
  1013.         $instance->addListener('kernel.exception', [=> function () {
  1014.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1015.         }, => 'onKernelException'], 0);
  1016.         $instance->addListener('kernel.terminate', [=> function () {
  1017.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1018.         }, => 'onKernelTerminate'], -1024);
  1019.         $instance->addListener('kernel.controller', [=> function () {
  1020.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1021.         }, => 'onKernelController'], 0);
  1022.         $instance->addListener('kernel.response', [=> function () {
  1023.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1024.         }, => 'onKernelResponse'], 0);
  1025.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1026.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1027.         }, => 'onWorkerMessageHandled'], 0);
  1028.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1029.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1030.         }, => 'onWorkerMessageFailed'], 0);
  1031.         $instance->addListener('console.command', [=> function () {
  1032.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1033.         }, => 'configure'], 1024);
  1034.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1035.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1036.         }, => 'onMessage'], 0);
  1037.         $instance->addListener('kernel.response', [=> function () {
  1038.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1039.         }, => 'onKernelResponse'], -128);
  1040.         $instance->addListener('kernel.response', [=> function () {
  1041.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1042.         }, => 'onKernelResponse'], 0);
  1043.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1044.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1045.         }, => 'checkPassport'], 0);
  1046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1047.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1048.         }, => 'onLoginSuccess'], 0);
  1049.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1050.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1051.         }, => 'onVoterVote'], 0);
  1052.         $instance->addListener('kernel.request', [=> function () {
  1053.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1054.         }, => 'configureLogoutUrlGenerator'], 8);
  1055.         $instance->addListener('kernel.request', [=> function () {
  1056.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1057.         }, => 'onKernelRequest'], 8);
  1058.         $instance->addListener('kernel.finish_request', [=> function () {
  1059.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1060.         }, => 'onKernelFinishRequest'], 0);
  1061.         $instance->addListener('console.command', [=> function () {
  1062.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1063.         }, => 'onCommand'], 255);
  1064.         $instance->addListener('console.terminate', [=> function () {
  1065.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1066.         }, => 'onTerminate'], -255);
  1067.         $instance->addListener('console.error', [=> function () {
  1068.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1069.         }, => 'onConsoleError'], 0);
  1070.         $instance->addListener('console.terminate', [=> function () {
  1071.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1072.         }, => 'onConsoleTerminate'], 0);
  1073.         $instance->addListener('kernel.request', [=> function () {
  1074.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1075.         }, => 'handleLegacyEaContext'], 10);
  1076.         $instance->addListener('kernel.request', [=> function () {
  1077.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1078.         }, => 'onKernelRequest'], 0);
  1079.         $instance->addListener('kernel.controller', [=> function () {
  1080.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1081.         }, => 'onKernelController'], 128);
  1082.         $instance->addListener('kernel.finish_request', [=> function () {
  1083.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1084.         }, => 'resetAssets'], 0);
  1085.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1086.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1087.         }, => 'checkPassport'], 512);
  1088.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1089.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1090.         }, => 'onLogout'], 0);
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the public 'http_kernel' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1097.      */
  1098.     protected function getHttpKernelService()
  1099.     {
  1100.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1101.         if (isset($this->services['http_kernel'])) {
  1102.             return $this->services['http_kernel'];
  1103.         }
  1104.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1105.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1106.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1107.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1108.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1109.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1110.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1111.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1112.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1113.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1114.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1115.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1116.     }
  1117.     /**
  1118.      * Gets the public 'messenger.default_bus' shared service.
  1119.      *
  1120.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1121.      */
  1122.     protected function getMessenger_DefaultBusService()
  1123.     {
  1124.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1125.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1126.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1127.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1128.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1129.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1130.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1131.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1132.         }, 7)));
  1133.     }
  1134.     /**
  1135.      * Gets the public 'monolog.logger.deprecation' shared service.
  1136.      *
  1137.      * @return \Symfony\Bridge\Monolog\Logger
  1138.      */
  1139.     protected function getMonolog_Logger_DeprecationService()
  1140.     {
  1141.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1142.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1143.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1144.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1145.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1146.         return $instance;
  1147.     }
  1148.     /**
  1149.      * Gets the public 'request_stack' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1152.      */
  1153.     protected function getRequestStackService()
  1154.     {
  1155.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1156.     }
  1157.     /**
  1158.      * Gets the public 'router' shared service.
  1159.      *
  1160.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1161.      */
  1162.     protected function getRouterService()
  1163.     {
  1164.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1165.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1166.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1167.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1168.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1169.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1170.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1171.         ], [
  1172.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1173.         ]))->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');
  1174.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1175.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'translator' shared service.
  1180.      *
  1181.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1182.      */
  1183.     protected function getTranslatorService()
  1184.     {
  1185.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1186.     }
  1187.     /**
  1188.      * Gets the public 'var_dumper.cloner' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1191.      */
  1192.     protected function getVarDumper_ClonerService()
  1193.     {
  1194.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1195.         $instance->setMaxItems(2500);
  1196.         $instance->setMinDepth(1);
  1197.         $instance->setMaxString(-1);
  1198.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1199.         return $instance;
  1200.     }
  1201.     /**
  1202.      * Gets the private '.debug.http_client' shared service.
  1203.      *
  1204.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1205.      */
  1206.     protected function get_Debug_HttpClientService()
  1207.     {
  1208.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1209.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1210.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1211.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1212.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1214.         $a->setLogger($b);
  1215.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1216.     }
  1217.     /**
  1218.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1219.      *
  1220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1221.      */
  1222.     protected function get_ServiceLocator_ZJyh7qSService()
  1223.     {
  1224.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1225.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1226.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1227.         ], [
  1228.             'security.firewall.map.context.dev' => '?',
  1229.             'security.firewall.map.context.main' => '?',
  1230.         ]);
  1231.     }
  1232.     /**
  1233.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1234.      *
  1235.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1236.      */
  1237.     protected function getAdminRouterSubscriberService()
  1238.     {
  1239.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1240.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1241.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1242.         }
  1243.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1244.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1245.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1246.         }
  1247.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1248.         $d = ($this->services['router'] ?? $this->getRouterService());
  1249.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1250.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c$d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e$a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1251.     }
  1252.     /**
  1253.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1254.      *
  1255.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1256.      */
  1257.     protected function getActionFactoryService()
  1258.     {
  1259.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1260.     }
  1261.     /**
  1262.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1263.      *
  1264.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1265.      */
  1266.     protected function getControllerFactoryService()
  1267.     {
  1268.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1269.     }
  1270.     /**
  1271.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1272.      *
  1273.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1274.      */
  1275.     protected function getEntityFactoryService()
  1276.     {
  1277.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1278.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1279.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1280.         }
  1281.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1282.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1283.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1284.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1285.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1286.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1287.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1288.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1289.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1290.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1291.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1292.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1293.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1294.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1295.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1296.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1297.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1298.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1299.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1300.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1301.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1302.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1303.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1304.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1305.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1306.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1307.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1308.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1309.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1310.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1311.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1312.     }
  1313.     /**
  1314.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1315.      *
  1316.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1317.      */
  1318.     protected function getAdminContextProviderService()
  1319.     {
  1320.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1321.     }
  1322.     /**
  1323.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1324.      *
  1325.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1326.      */
  1327.     protected function getCrudControllerRegistryService()
  1328.     {
  1329.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\Cruds\\NumeracionCrudController'=> 'App\\Controller\\Admin\\Cruds\\RegistroLlamadaCrudController'=> 'App\\Controller\\Admin\\Cruds\\SorteoCrudController'=> 'App\\Controller\\Admin\\Cruds\\UsuarioCrudController']);
  1330.     }
  1331.     /**
  1332.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1333.      *
  1334.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1335.      */
  1336.     protected function getAdminUrlGeneratorService()
  1337.     {
  1338.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1339.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1340.         };
  1341.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1342.     }
  1343.     /**
  1344.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1345.      *
  1346.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1347.      */
  1348.     protected function getAuthorizationCheckerService()
  1349.     {
  1350.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1351.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1352.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1353.         }
  1354.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1355.     }
  1356.     /**
  1357.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1358.      *
  1359.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1360.      */
  1361.     protected function getResetAssetsEventListenerService()
  1362.     {
  1363.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1364.     }
  1365.     /**
  1366.      * Gets the private 'annotations.cache_adapter' shared service.
  1367.      *
  1368.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1369.      */
  1370.     protected function getAnnotations_CacheAdapterService()
  1371.     {
  1372.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1373.     }
  1374.     /**
  1375.      * Gets the private 'annotations.cached_reader' shared service.
  1376.      *
  1377.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1378.      */
  1379.     protected function getAnnotations_CachedReaderService()
  1380.     {
  1381.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1382.     }
  1383.     /**
  1384.      * Gets the private 'annotations.reader' shared service.
  1385.      *
  1386.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1387.      */
  1388.     protected function getAnnotations_ReaderService()
  1389.     {
  1390.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1391.         $instance->addGlobalIgnoredName('required'NULL);
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the private 'assets.packages' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Asset\Packages
  1398.      */
  1399.     protected function getAssets_PackagesService()
  1400.     {
  1401.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1402.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1403.             return new \EmptyIterator();
  1404.         }, 0));
  1405.     }
  1406.     /**
  1407.      * Gets the private 'cache.annotations' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1410.      */
  1411.     protected function getCache_AnnotationsService()
  1412.     {
  1413.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Tzuc3aA6ym'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1414.     }
  1415.     /**
  1416.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1417.      *
  1418.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1419.      */
  1420.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1421.     {
  1422.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1423.     }
  1424.     /**
  1425.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1426.      *
  1427.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1428.      */
  1429.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1430.     {
  1431.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1432.     }
  1433.     /**
  1434.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1435.      *
  1436.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1437.      */
  1438.     protected function getCache_Messenger_RestartWorkersSignalService()
  1439.     {
  1440.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('b8hEeGz5hC'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1441.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1442.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1443.     }
  1444.     /**
  1445.      * Gets the private 'cache.property_info' shared service.
  1446.      *
  1447.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1448.      */
  1449.     protected function getCache_PropertyInfoService()
  1450.     {
  1451.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yJH8UkUWo2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1452.     }
  1453.     /**
  1454.      * Gets the private 'cache.security_expression_language' shared service.
  1455.      *
  1456.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1457.      */
  1458.     protected function getCache_SecurityExpressionLanguageService()
  1459.     {
  1460.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FlUwtaqlmR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1461.     }
  1462.     /**
  1463.      * Gets the private 'cache.serializer' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1466.      */
  1467.     protected function getCache_SerializerService()
  1468.     {
  1469.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BTVs1mOFLO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1470.     }
  1471.     /**
  1472.      * Gets the private 'cache.validator' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1475.      */
  1476.     protected function getCache_ValidatorService()
  1477.     {
  1478.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OYXcujAPzj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1479.     }
  1480.     /**
  1481.      * Gets the private 'cache.webpack_encore' shared service.
  1482.      *
  1483.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1484.      */
  1485.     protected function getCache_WebpackEncoreService()
  1486.     {
  1487.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2EQC1hUQp3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1488.     }
  1489.     /**
  1490.      * Gets the private 'config_cache_factory' shared service.
  1491.      *
  1492.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1493.      */
  1494.     protected function getConfigCacheFactoryService()
  1495.     {
  1496.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1497.             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)));
  1498.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1499.         }, 2));
  1500.     }
  1501.     /**
  1502.      * Gets the private 'data_collector.form' shared service.
  1503.      *
  1504.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1505.      */
  1506.     protected function getDataCollector_FormService()
  1507.     {
  1508.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1509.     }
  1510.     /**
  1511.      * Gets the private 'data_collector.request' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1514.      */
  1515.     protected function getDataCollector_RequestService()
  1516.     {
  1517.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1518.     }
  1519.     /**
  1520.      * Gets the private 'debug.controller_resolver' shared service.
  1521.      *
  1522.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1523.      */
  1524.     protected function getDebug_ControllerResolverService()
  1525.     {
  1526.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1527.     }
  1528.     /**
  1529.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1532.      */
  1533.     protected function getDebug_DebugHandlersListenerService()
  1534.     {
  1535.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1536.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1537.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1538.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1539.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1540.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1541.     }
  1542.     /**
  1543.      * Gets the private 'debug.file_link_formatter' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1546.      */
  1547.     protected function getDebug_FileLinkFormatterService()
  1548.     {
  1549.         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 () {
  1550.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1551.         });
  1552.     }
  1553.     /**
  1554.      * Gets the private 'debug.log_processor' shared service.
  1555.      *
  1556.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1557.      */
  1558.     protected function getDebug_LogProcessorService()
  1559.     {
  1560.         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())));
  1561.     }
  1562.     /**
  1563.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1566.      */
  1567.     protected function getDebug_Security_Access_DecisionManagerService()
  1568.     {
  1569.         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 () {
  1570.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1571.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1572.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1573.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1574.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1575.     }
  1576.     /**
  1577.      * Gets the private 'debug.security.firewall' shared service.
  1578.      *
  1579.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1580.      */
  1581.     protected function getDebug_Security_FirewallService()
  1582.     {
  1583.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1584.         if (isset($this->privates['debug.security.firewall'])) {
  1585.             return $this->privates['debug.security.firewall'];
  1586.         }
  1587.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1588.         if (isset($this->privates['debug.security.firewall'])) {
  1589.             return $this->privates['debug.security.firewall'];
  1590.         }
  1591.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1592.     }
  1593.     /**
  1594.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1595.      *
  1596.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1597.      */
  1598.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1599.     {
  1600.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1601.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1602.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1603.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1604.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1605.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1606.         ], [
  1607.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1608.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1609.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1610.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1611.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1612.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1613.     }
  1614.     /**
  1615.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1616.      *
  1617.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1618.      */
  1619.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1620.     {
  1621.         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')], false);
  1622.     }
  1623.     /**
  1624.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1625.      *
  1626.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1627.      */
  1628.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1629.     {
  1630.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  1631.         $instance->setGlobalBasename('mapping');
  1632.         return $instance;
  1633.     }
  1634.     /**
  1635.      * Gets the private 'exception_listener' shared service.
  1636.      *
  1637.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1638.      */
  1639.     protected function getExceptionListener2Service()
  1640.     {
  1641.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1642.     }
  1643.     /**
  1644.      * Gets the private 'locale_aware_listener' shared service.
  1645.      *
  1646.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1647.      */
  1648.     protected function getLocaleAwareListenerService()
  1649.     {
  1650.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1651.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  1652.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1653.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1654.     }
  1655.     /**
  1656.      * Gets the private 'locale_listener' shared service.
  1657.      *
  1658.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1659.      */
  1660.     protected function getLocaleListenerService()
  1661.     {
  1662.         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()), false, []);
  1663.     }
  1664.     /**
  1665.      * Gets the private 'monolog.handler.console' shared service.
  1666.      *
  1667.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1668.      */
  1669.     protected function getMonolog_Handler_ConsoleService()
  1670.     {
  1671.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1672.     }
  1673.     /**
  1674.      * Gets the private 'monolog.handler.main' shared service.
  1675.      *
  1676.      * @return \Monolog\Handler\StreamHandler
  1677.      */
  1678.     protected function getMonolog_Handler_MainService()
  1679.     {
  1680.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1681.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1682.         return $instance;
  1683.     }
  1684.     /**
  1685.      * Gets the private 'monolog.logger.cache' shared service.
  1686.      *
  1687.      * @return \Symfony\Bridge\Monolog\Logger
  1688.      */
  1689.     protected function getMonolog_Logger_CacheService()
  1690.     {
  1691.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1692.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1693.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1694.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1695.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1696.         return $instance;
  1697.     }
  1698.     /**
  1699.      * Gets the private 'monolog.logger.request' shared service.
  1700.      *
  1701.      * @return \Symfony\Bridge\Monolog\Logger
  1702.      */
  1703.     protected function getMonolog_Logger_RequestService()
  1704.     {
  1705.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1706.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1707.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1708.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1709.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1710.         return $instance;
  1711.     }
  1712.     /**
  1713.      * Gets the private 'monolog.logger.security' shared service.
  1714.      *
  1715.      * @return \Symfony\Bridge\Monolog\Logger
  1716.      */
  1717.     protected function getMonolog_Logger_SecurityService()
  1718.     {
  1719.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1720.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1721.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1722.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1723.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1724.         return $instance;
  1725.     }
  1726.     /**
  1727.      * Gets the private 'parameter_bag' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1730.      */
  1731.     protected function getParameterBagService()
  1732.     {
  1733.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1734.     }
  1735.     /**
  1736.      * Gets the private 'profiler_listener' shared service.
  1737.      *
  1738.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1739.      */
  1740.     protected function getProfilerListenerService()
  1741.     {
  1742.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1743.         if (isset($this->privates['profiler_listener'])) {
  1744.             return $this->privates['profiler_listener'];
  1745.         }
  1746.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1747.     }
  1748.     /**
  1749.      * Gets the private 'property_info' shared service.
  1750.      *
  1751.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1752.      */
  1753.     protected function getPropertyInfoService()
  1754.     {
  1755.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1756.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1757.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1758.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1759.         }, 3), new RewindableGenerator(function () {
  1760.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1761.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1762.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1763.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1764.         }, 4), new RewindableGenerator(function () {
  1765.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1766.         }, 1), new RewindableGenerator(function () {
  1767.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1768.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1769.         }, 2), new RewindableGenerator(function () {
  1770.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1771.         }, 1));
  1772.     }
  1773.     /**
  1774.      * Gets the private 'router.expression_language_provider' shared service.
  1775.      *
  1776.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1777.      */
  1778.     protected function getRouter_ExpressionLanguageProviderService()
  1779.     {
  1780.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1781.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1782.         ], [
  1783.             'env' => 'Closure',
  1784.         ]));
  1785.     }
  1786.     /**
  1787.      * Gets the private 'router.request_context' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\Routing\RequestContext
  1790.      */
  1791.     protected function getRouter_RequestContextService()
  1792.     {
  1793.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1794.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1795.         return $instance;
  1796.     }
  1797.     /**
  1798.      * Gets the private 'router_listener' shared service.
  1799.      *
  1800.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1801.      */
  1802.     protected function getRouterListenerService()
  1803.     {
  1804.         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);
  1805.     }
  1806.     /**
  1807.      * Gets the private 'security.context_listener.0' shared service.
  1808.      *
  1809.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1810.      */
  1811.     protected function getSecurity_ContextListener_0Service()
  1812.     {
  1813.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  1814.         if (isset($this->privates['security.context_listener.0'])) {
  1815.             return $this->privates['security.context_listener.0'];
  1816.         }
  1817.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  1818.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1819.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1820.     }
  1821.     /**
  1822.      * Gets the private 'security.csrf.token_storage' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1825.      */
  1826.     protected function getSecurity_Csrf_TokenStorageService()
  1827.     {
  1828.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1829.     }
  1830.     /**
  1831.      * Gets the private 'security.event_dispatcher.main' shared service.
  1832.      *
  1833.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1834.      */
  1835.     protected function getSecurity_EventDispatcher_MainService()
  1836.     {
  1837.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1838.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1839.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1840.         }, => 'checkPassport'], 2048);
  1841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1842.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1843.         }, => 'onSuccessfulLogin'], 0);
  1844.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1845.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1846.         }, => 'onLogout'], 64);
  1847.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1848.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1849.         }, => 'onLogout'], 0);
  1850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1851.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1852.         }, => 'preCheckCredentials'], 256);
  1853.         $instance->addListener('security.authentication.success', [=> function () {
  1854.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1855.         }, => 'postCheckCredentials'], 256);
  1856.         $instance->addListener('security.interactive_login', [=> function () {
  1857.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  1858.         }, => 'onSecurityInteractiveLogin'], 0);
  1859.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1860.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1861.         }, => 'checkPassport'], 1024);
  1862.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1863.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1864.         }, => 'checkPassport'], 0);
  1865.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1866.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1867.         }, => 'onLoginSuccess'], 0);
  1868.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1869.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1870.         }, => 'checkPassport'], 512);
  1871.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1872.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1873.         }, => 'onLogout'], 0);
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the private 'security.firewall.map' shared service.
  1878.      *
  1879.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1880.      */
  1881.     protected function getSecurity_Firewall_MapService()
  1882.     {
  1883.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1884.         if (isset($this->privates['security.firewall.map'])) {
  1885.             return $this->privates['security.firewall.map'];
  1886.         }
  1887.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1888.             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)/')));
  1889.             yield 'security.firewall.map.context.main' => NULL;
  1890.         }, 2));
  1891.     }
  1892.     /**
  1893.      * Gets the private 'security.logout_url_generator' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1896.      */
  1897.     protected function getSecurity_LogoutUrlGeneratorService()
  1898.     {
  1899.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1900.         $instance->registerListener('main''public_logout''logout''_csrf_token'NULLNULL);
  1901.         return $instance;
  1902.     }
  1903.     /**
  1904.      * Gets the private 'security.role_hierarchy' shared service.
  1905.      *
  1906.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1907.      */
  1908.     protected function getSecurity_RoleHierarchyService()
  1909.     {
  1910.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1911.     }
  1912.     /**
  1913.      * Gets the private 'session_listener' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1916.      */
  1917.     protected function getSessionListenerService()
  1918.     {
  1919.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1920.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  1921.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  1922.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  1923.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1924.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1925.         ], [
  1926.             'initialized_session' => '?',
  1927.             'logger' => '?',
  1928.             'session' => '?',
  1929.             'session_collector' => '?',
  1930.             'session_factory' => '?',
  1931.         ]), true$this->parameters['session.storage.options']);
  1932.     }
  1933.     /**
  1934.      * Gets the private 'translator.default' shared service.
  1935.      *
  1936.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1937.      */
  1938.     protected function getTranslator_DefaultService()
  1939.     {
  1940.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1941.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1942.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1943.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1944.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1945.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1946.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1947.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1948.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1949.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1950.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1951.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1952.         ], [
  1953.             'translation.loader.csv' => '?',
  1954.             'translation.loader.dat' => '?',
  1955.             'translation.loader.ini' => '?',
  1956.             'translation.loader.json' => '?',
  1957.             'translation.loader.mo' => '?',
  1958.             'translation.loader.php' => '?',
  1959.             'translation.loader.po' => '?',
  1960.             'translation.loader.qt' => '?',
  1961.             'translation.loader.res' => '?',
  1962.             'translation.loader.xliff' => '?',
  1963.             'translation.loader.yml' => '?',
  1964.         ]), 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' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\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')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\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')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/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/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/twig/extra-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/symfony/webpack-encore-bundle/src/translations'17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]], []);
  1965.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1966.         $instance->setFallbackLocales([=> 'es']);
  1967.         return $instance;
  1968.     }
  1969.     /**
  1970.      * Gets the private 'validator.builder' shared service.
  1971.      *
  1972.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1973.      */
  1974.     protected function getValidator_BuilderService()
  1975.     {
  1976.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1977.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1978.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1979.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1980.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1981.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  1982.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1983.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  1984.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1985.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1986.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1987.         ], [
  1988.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1989.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1990.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1991.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1992.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1993.             'doctrine.orm.validator.unique' => '?',
  1994.             'security.validator.user_password' => '?',
  1995.             'validator.expression' => '?',
  1996.         ])));
  1997.         if ($this->has('translator')) {
  1998.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1999.         }
  2000.         $instance->setTranslationDomain('validators');
  2001.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2002.         $instance->enableAnnotationMapping(true);
  2003.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2004.         $instance->addMethodMapping('loadValidatorMetadata');
  2005.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2006.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2007.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2008.         return $instance;
  2009.     }
  2010.     /**
  2011.      * Gets the private 'var_dumper.html_dumper' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2014.      */
  2015.     protected function getVarDumper_HtmlDumperService()
  2016.     {
  2017.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2018.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2019.         return $instance;
  2020.     }
  2021.     /**
  2022.      * Gets the private 'var_dumper.server_connection' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\VarDumper\Server\Connection
  2025.      */
  2026.     protected function getVarDumper_ServerConnectionService()
  2027.     {
  2028.         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()]);
  2029.     }
  2030.     /**
  2031.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2032.      *
  2033.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2034.      */
  2035.     protected function getVichUploader_MetadataReaderService()
  2036.     {
  2037.         $a = new \Metadata\Driver\FileLocator([]);
  2038.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2039.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2040.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2041.     }
  2042.     /**
  2043.      * Gets the private 'web_profiler.csp.handler' shared service.
  2044.      *
  2045.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2046.      */
  2047.     protected function getWebProfiler_Csp_HandlerService()
  2048.     {
  2049.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2050.     }
  2051.     /**
  2052.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2053.      *
  2054.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2055.      */
  2056.     protected function getWebProfiler_DebugToolbarService()
  2057.     {
  2058.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2059.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2060.             return $this->privates['web_profiler.debug_toolbar'];
  2061.         }
  2062.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2063.     }
  2064.     /**
  2065.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2066.      *
  2067.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2068.      */
  2069.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2070.     {
  2071.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2072.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2073.         ], [
  2074.             '_default' => '?',
  2075.         ]), '_default');
  2076.     }
  2077.     /**
  2078.      * Gets the public 'cache_clearer' alias.
  2079.      *
  2080.      * @return object The ".container.private.cache_clearer" service.
  2081.      */
  2082.     protected function getCacheClearerService()
  2083.     {
  2084.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2085.         return $this->get('.container.private.cache_clearer');
  2086.     }
  2087.     /**
  2088.      * Gets the public 'filesystem' alias.
  2089.      *
  2090.      * @return object The ".container.private.filesystem" service.
  2091.      */
  2092.     protected function getFilesystemService()
  2093.     {
  2094.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2095.         return $this->get('.container.private.filesystem');
  2096.     }
  2097.     /**
  2098.      * Gets the public 'serializer' alias.
  2099.      *
  2100.      * @return object The ".container.private.serializer" service.
  2101.      */
  2102.     protected function getSerializerService()
  2103.     {
  2104.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2105.         return $this->get('.container.private.serializer');
  2106.     }
  2107.     /**
  2108.      * Gets the public 'security.csrf.token_manager' alias.
  2109.      *
  2110.      * @return object The ".container.private.security.csrf.token_manager" service.
  2111.      */
  2112.     protected function getSecurity_Csrf_TokenManagerService()
  2113.     {
  2114.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2115.         return $this->get('.container.private.security.csrf.token_manager');
  2116.     }
  2117.     /**
  2118.      * Gets the public 'form.factory' alias.
  2119.      *
  2120.      * @return object The ".container.private.form.factory" service.
  2121.      */
  2122.     protected function getForm_FactoryService()
  2123.     {
  2124.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2125.         return $this->get('.container.private.form.factory');
  2126.     }
  2127.     /**
  2128.      * Gets the public 'form.type.file' alias.
  2129.      *
  2130.      * @return object The ".container.private.form.type.file" service.
  2131.      */
  2132.     protected function getForm_Type_FileService()
  2133.     {
  2134.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2135.         return $this->get('.container.private.form.type.file');
  2136.     }
  2137.     /**
  2138.      * Gets the public 'profiler' alias.
  2139.      *
  2140.      * @return object The ".container.private.profiler" service.
  2141.      */
  2142.     protected function getProfilerService()
  2143.     {
  2144.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2145.         return $this->get('.container.private.profiler');
  2146.     }
  2147.     /**
  2148.      * Gets the public 'twig' alias.
  2149.      *
  2150.      * @return object The ".container.private.twig" service.
  2151.      */
  2152.     protected function getTwigService()
  2153.     {
  2154.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2155.         return $this->get('.container.private.twig');
  2156.     }
  2157.     /**
  2158.      * Gets the public 'security.authorization_checker' alias.
  2159.      *
  2160.      * @return object The ".container.private.security.authorization_checker" service.
  2161.      */
  2162.     protected function getSecurity_AuthorizationCheckerService()
  2163.     {
  2164.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2165.         return $this->get('.container.private.security.authorization_checker');
  2166.     }
  2167.     /**
  2168.      * Gets the public 'security.token_storage' alias.
  2169.      *
  2170.      * @return object The ".container.private.security.token_storage" service.
  2171.      */
  2172.     protected function getSecurity_TokenStorageService()
  2173.     {
  2174.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2175.         return $this->get('.container.private.security.token_storage');
  2176.     }
  2177.     /**
  2178.      * Gets the public 'security.password_encoder' alias.
  2179.      *
  2180.      * @return object The ".container.private.security.password_encoder" service.
  2181.      */
  2182.     protected function getSecurity_PasswordEncoderService()
  2183.     {
  2184.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2185.         return $this->get('.container.private.security.password_encoder');
  2186.     }
  2187.     /**
  2188.      * Gets the public 'session' alias.
  2189.      *
  2190.      * @return object The ".container.private.session" service.
  2191.      */
  2192.     protected function getSessionService()
  2193.     {
  2194.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2195.         return $this->get('.container.private.session');
  2196.     }
  2197.     /**
  2198.      * Gets the public 'validator' alias.
  2199.      *
  2200.      * @return object The ".container.private.validator" service.
  2201.      */
  2202.     protected function getValidatorService()
  2203.     {
  2204.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2205.         return $this->get('.container.private.validator');
  2206.     }
  2207.     /**
  2208.      * @return array|bool|float|int|string|\UnitEnum|null
  2209.      */
  2210.     public function getParameter(string $name)
  2211.     {
  2212.         if (isset($this->buildParameters[$name])) {
  2213.             return $this->buildParameters[$name];
  2214.         }
  2215.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2216.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2217.         }
  2218.         if (isset($this->loadedDynamicParameters[$name])) {
  2219.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2220.         }
  2221.         return $this->parameters[$name];
  2222.     }
  2223.     public function hasParameter(string $name): bool
  2224.     {
  2225.         if (isset($this->buildParameters[$name])) {
  2226.             return true;
  2227.         }
  2228.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2229.     }
  2230.     public function setParameter(string $name$value): void
  2231.     {
  2232.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2233.     }
  2234.     public function getParameterBag(): ParameterBagInterface
  2235.     {
  2236.         if (null === $this->parameterBag) {
  2237.             $parameters $this->parameters;
  2238.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2239.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2240.             }
  2241.             foreach ($this->buildParameters as $name => $value) {
  2242.                 $parameters[$name] = $value;
  2243.             }
  2244.             $this->parameterBag = new FrozenParameterBag($parameters);
  2245.         }
  2246.         return $this->parameterBag;
  2247.     }
  2248.     private $loadedDynamicParameters = [
  2249.         'kernel.runtime_environment' => false,
  2250.         'kernel.build_dir' => false,
  2251.         'kernel.cache_dir' => false,
  2252.         'apigadmin.urlbase' => false,
  2253.         'apigadmin.key' => false,
  2254.         'apigadmin.sorteo' => false,
  2255.         'apigadmin.enabled' => false,
  2256.         'apisms.urlbase' => false,
  2257.         'apisms.id' => false,
  2258.         'apisms.pass' => false,
  2259.         'apisms.route' => false,
  2260.         'apiwhatsapp.token' => false,
  2261.         'apiwhatsapp.instance' => false,
  2262.         'config.modoInicio' => false,
  2263.         'config.ocultaBBDD' => false,
  2264.         'config.nombre' => false,
  2265.         'config.modoDev' => false,
  2266.         'kernel.secret' => false,
  2267.         'debug.container.dump' => false,
  2268.         'serializer.mapping.cache.file' => false,
  2269.         'validator.mapping.cache.file' => false,
  2270.         'profiler.storage.dsn' => false,
  2271.         'doctrine.orm.proxy_dir' => false,
  2272.     ];
  2273.     private $dynamicParameters = [];
  2274.     private function getDynamicParameter(string $name)
  2275.     {
  2276.         switch ($name) {
  2277.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2278.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2279.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2280.             case 'apigadmin.urlbase'$value $this->getEnv('APIGADMIN_URLBASE'); break;
  2281.             case 'apigadmin.key'$value $this->getEnv('APIGADMIN_KEY'); break;
  2282.             case 'apigadmin.sorteo'$value $this->getEnv('APIGADMIN_SORTEO_ACTIVO'); break;
  2283.             case 'apigadmin.enabled'$value $this->getEnv('APIGADMIN_ENABLED'); break;
  2284.             case 'apisms.urlbase'$value $this->getEnv('APISMS_URLBASE'); break;
  2285.             case 'apisms.id'$value $this->getEnv('APISMS_ID'); break;
  2286.             case 'apisms.pass'$value $this->getEnv('APISMS_PASS'); break;
  2287.             case 'apisms.route'$value $this->getEnv('APISMS_ROUTE'); break;
  2288.             case 'apiwhatsapp.token'$value $this->getEnv('APIWHATSAPP_TOKEN'); break;
  2289.             case 'apiwhatsapp.instance'$value $this->getEnv('APIWHATSAPP_INSTANCE'); break;
  2290.             case 'config.modoInicio'$value $this->getEnv('CONFIG_MODO_INICIO'); break;
  2291.             case 'config.ocultaBBDD'$value $this->getEnv('CONFIG_OCULTA_BBDD'); break;
  2292.             case 'config.nombre'$value $this->getEnv('CONFIG_NOMBRE'); break;
  2293.             case 'config.modoDev'$value $this->getEnv('MODO_DEV'); break;
  2294.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2295.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2296.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2297.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2298.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2299.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2300.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2301.         }
  2302.         $this->loadedDynamicParameters[$name] = true;
  2303.         return $this->dynamicParameters[$name] = $value;
  2304.     }
  2305.     protected function getDefaultParameters(): array
  2306.     {
  2307.         return [
  2308.             'kernel.project_dir' => \dirname(__DIR__4),
  2309.             'kernel.environment' => 'dev',
  2310.             'kernel.debug' => true,
  2311.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2312.             'kernel.bundles' => [
  2313.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2314.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2315.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2316.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2317.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2318.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2319.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2320.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2321.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2322.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2323.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2324.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2325.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2326.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2327.             ],
  2328.             'kernel.bundles_metadata' => [
  2329.                 'FrameworkBundle' => [
  2330.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2331.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2332.                 ],
  2333.                 'DoctrineBundle' => [
  2334.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2335.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2336.                 ],
  2337.                 'DoctrineMigrationsBundle' => [
  2338.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2339.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2340.                 ],
  2341.                 'DebugBundle' => [
  2342.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2343.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2344.                 ],
  2345.                 'TwigBundle' => [
  2346.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2347.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2348.                 ],
  2349.                 'WebProfilerBundle' => [
  2350.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2351.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2352.                 ],
  2353.                 'TwigExtraBundle' => [
  2354.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2355.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2356.                 ],
  2357.                 'SecurityBundle' => [
  2358.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2359.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2360.                 ],
  2361.                 'MonologBundle' => [
  2362.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2363.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2364.                 ],
  2365.                 'MakerBundle' => [
  2366.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2367.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2368.                 ],
  2369.                 'EasyAdminBundle' => [
  2370.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2371.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2372.                 ],
  2373.                 'WebpackEncoreBundle' => [
  2374.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2375.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2376.                 ],
  2377.                 'VichUploaderBundle' => [
  2378.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  2379.                     'namespace' => 'Vich\\UploaderBundle',
  2380.                 ],
  2381.                 'DoctrineFixturesBundle' => [
  2382.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2383.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2384.                 ],
  2385.             ],
  2386.             'kernel.charset' => 'UTF-8',
  2387.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2388.             'event_dispatcher.event_aliases' => [
  2389.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2390.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2391.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2392.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2393.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2394.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2395.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2396.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2397.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2398.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2399.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2400.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2401.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2402.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2403.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2404.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2405.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2406.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2407.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2408.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2409.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2410.             ],
  2411.             'fragment.renderer.hinclude.global_template' => NULL,
  2412.             'fragment.path' => '/_fragment',
  2413.             'kernel.http_method_override' => false,
  2414.             'kernel.trusted_hosts' => [
  2415.             ],
  2416.             'kernel.default_locale' => 'es',
  2417.             'kernel.enabled_locales' => [
  2418.             ],
  2419.             'kernel.error_controller' => 'error_controller',
  2420.             'debug.file_link_format' => NULL,
  2421.             'asset.request_context.base_path' => NULL,
  2422.             'asset.request_context.secure' => NULL,
  2423.             'translator.logging' => false,
  2424.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2425.             'debug.error_handler.throw_at' => -1,
  2426.             'router.request_context.host' => 'localhost',
  2427.             'router.request_context.scheme' => 'http',
  2428.             'router.request_context.base_url' => '',
  2429.             'router.resource' => 'kernel::loadRoutes',
  2430.             'request_listener.http_port' => 80,
  2431.             'request_listener.https_port' => 443,
  2432.             'session.metadata.storage_key' => '_sf2_meta',
  2433.             'session.storage.options' => [
  2434.                 'cache_limiter' => '0',
  2435.                 'cookie_secure' => 'auto',
  2436.                 'cookie_httponly' => true,
  2437.                 'cookie_samesite' => 'lax',
  2438.                 'gc_probability' => 1,
  2439.             ],
  2440.             'session.save_path' => NULL,
  2441.             'session.metadata.update_threshold' => 0,
  2442.             'form.type_extension.csrf.enabled' => true,
  2443.             'form.type_extension.csrf.field_name' => '_token',
  2444.             'validator.translation_domain' => 'validators',
  2445.             'profiler_listener.only_exceptions' => false,
  2446.             'profiler_listener.only_main_requests' => false,
  2447.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2448.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2449.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2450.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2451.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2452.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2453.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2454.             'doctrine.entity_managers' => [
  2455.                 'default' => 'doctrine.orm.default_entity_manager',
  2456.             ],
  2457.             'doctrine.default_entity_manager' => 'default',
  2458.             'doctrine.dbal.connection_factory.types' => [
  2459.                 'uuid' => [
  2460.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2461.                 ],
  2462.                 'ulid' => [
  2463.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2464.                 ],
  2465.             ],
  2466.             'doctrine.connections' => [
  2467.                 'default' => 'doctrine.dbal.default_connection',
  2468.             ],
  2469.             'doctrine.default_connection' => 'default',
  2470.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2471.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2472.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2473.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2474.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2475.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2476.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2477.             'doctrine.orm.cache.memcache_port' => 11211,
  2478.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2479.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2480.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2481.             'doctrine.orm.cache.memcached_port' => 11211,
  2482.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2483.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2484.             'doctrine.orm.cache.redis_host' => 'localhost',
  2485.             'doctrine.orm.cache.redis_port' => 6379,
  2486.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2487.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2488.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2489.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2490.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2491.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2492.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2493.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2494.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2495.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2496.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2497.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2498.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2499.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2500.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2501.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2502.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2503.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2504.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2505.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2506.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2507.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2508.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2509.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2510.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2511.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2512.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2513.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2514.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2515.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2516.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2517.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2518.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2519.             'doctrine.migrations.preferred_em' => NULL,
  2520.             'doctrine.migrations.preferred_connection' => NULL,
  2521.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2522.             'twig.form.resources' => [
  2523.                 => '@VichUploader/Form/fields.html.twig',
  2524.                 => 'form_div_layout.html.twig',
  2525.                 => 'bootstrap_5_layout.html.twig',
  2526.             ],
  2527.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2528.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2529.             'web_profiler.debug_toolbar.mode' => 2,
  2530.             'security.role_hierarchy.roles' => [
  2531.                 'ROLE_ADMIN' => [
  2532.                 ],
  2533.             ],
  2534.             'security.access.denied_url' => NULL,
  2535.             'security.authentication.manager.erase_credentials' => true,
  2536.             'security.authentication.session_strategy.strategy' => 'migrate',
  2537.             'security.access.always_authenticate_before_granting' => false,
  2538.             'security.authentication.hide_user_not_found' => true,
  2539.             'security.firewalls' => [
  2540.                 => 'dev',
  2541.                 => 'main',
  2542.             ],
  2543.             'monolog.use_microseconds' => true,
  2544.             'monolog.swift_mailer.handlers' => [
  2545.             ],
  2546.             'monolog.handlers_to_channels' => [
  2547.                 'monolog.handler.console' => [
  2548.                     'type' => 'exclusive',
  2549.                     'elements' => [
  2550.                         => 'event',
  2551.                         => 'doctrine',
  2552.                         => 'console',
  2553.                     ],
  2554.                 ],
  2555.                 'monolog.handler.main' => [
  2556.                     'type' => 'exclusive',
  2557.                     'elements' => [
  2558.                         => 'event',
  2559.                     ],
  2560.                 ],
  2561.             ],
  2562.             'easyadmin.config' => [
  2563.             ],
  2564.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  2565.             'vich_uploader.mappings' => [
  2566.             ],
  2567.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2568.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2569.             'data_collector.templates' => [
  2570.                 'data_collector.request' => [
  2571.                     => 'request',
  2572.                     => '@WebProfiler/Collector/request.html.twig',
  2573.                 ],
  2574.                 'data_collector.time' => [
  2575.                     => 'time',
  2576.                     => '@WebProfiler/Collector/time.html.twig',
  2577.                 ],
  2578.                 'data_collector.memory' => [
  2579.                     => 'memory',
  2580.                     => '@WebProfiler/Collector/memory.html.twig',
  2581.                 ],
  2582.                 'data_collector.validator' => [
  2583.                     => 'validator',
  2584.                     => '@WebProfiler/Collector/validator.html.twig',
  2585.                 ],
  2586.                 'data_collector.ajax' => [
  2587.                     => 'ajax',
  2588.                     => '@WebProfiler/Collector/ajax.html.twig',
  2589.                 ],
  2590.                 'data_collector.form' => [
  2591.                     => 'form',
  2592.                     => '@WebProfiler/Collector/form.html.twig',
  2593.                 ],
  2594.                 'data_collector.exception' => [
  2595.                     => 'exception',
  2596.                     => '@WebProfiler/Collector/exception.html.twig',
  2597.                 ],
  2598.                 'data_collector.logger' => [
  2599.                     => 'logger',
  2600.                     => '@WebProfiler/Collector/logger.html.twig',
  2601.                 ],
  2602.                 'data_collector.events' => [
  2603.                     => 'events',
  2604.                     => '@WebProfiler/Collector/events.html.twig',
  2605.                 ],
  2606.                 'data_collector.router' => [
  2607.                     => 'router',
  2608.                     => '@WebProfiler/Collector/router.html.twig',
  2609.                 ],
  2610.                 'data_collector.cache' => [
  2611.                     => 'cache',
  2612.                     => '@WebProfiler/Collector/cache.html.twig',
  2613.                 ],
  2614.                 'data_collector.translation' => [
  2615.                     => 'translation',
  2616.                     => '@WebProfiler/Collector/translation.html.twig',
  2617.                 ],
  2618.                 'data_collector.security' => [
  2619.                     => 'security',
  2620.                     => '@Security/Collector/security.html.twig',
  2621.                 ],
  2622.                 'data_collector.twig' => [
  2623.                     => 'twig',
  2624.                     => '@WebProfiler/Collector/twig.html.twig',
  2625.                 ],
  2626.                 'data_collector.http_client' => [
  2627.                     => 'http_client',
  2628.                     => '@WebProfiler/Collector/http_client.html.twig',
  2629.                 ],
  2630.                 'data_collector.doctrine' => [
  2631.                     => 'db',
  2632.                     => '@Doctrine/Collector/db.html.twig',
  2633.                 ],
  2634.                 'data_collector.dump' => [
  2635.                     => 'dump',
  2636.                     => '@Debug/Profiler/dump.html.twig',
  2637.                 ],
  2638.                 'data_collector.messenger' => [
  2639.                     => 'messenger',
  2640.                     => '@WebProfiler/Collector/messenger.html.twig',
  2641.                 ],
  2642.                 'mailer.data_collector' => [
  2643.                     => 'mailer',
  2644.                     => '@WebProfiler/Collector/mailer.html.twig',
  2645.                 ],
  2646.                 'notifier.data_collector' => [
  2647.                     => 'notifier',
  2648.                     => '@WebProfiler/Collector/notifier.html.twig',
  2649.                 ],
  2650.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  2651.                     => 'easyadmin',
  2652.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  2653.                 ],
  2654.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  2655.                     => 'vich_uploader.mapping_collector',
  2656.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  2657.                 ],
  2658.                 'data_collector.config' => [
  2659.                     => 'config',
  2660.                     => '@WebProfiler/Collector/config.html.twig',
  2661.                 ],
  2662.             ],
  2663.             'console.command.ids' => [
  2664.             ],
  2665.         ];
  2666.     }
  2667.     protected function throw($message)
  2668.     {
  2669.         throw new RuntimeException($message);
  2670.     }
  2671. }