var/cache/dev/ContainerMxxuqqX/srcApp_KernelDevDebugContainer.php line 1209

Open in your IDE?
  1. <?php
  2. namespace ContainerMxxuqqX;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 6; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  41.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  42.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  49.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  50.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  51.             'easyadmin.router' => 'getEasyadmin_RouterService',
  52.             'event_dispatcher' => 'getEventDispatcherService',
  53.             'form.factory' => 'getForm_FactoryService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'profiler' => 'getProfilerService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  59.             'security.token_storage' => 'getSecurity_TokenStorageService',
  60.             'session' => 'getSessionService',
  61.             'translator' => 'getTranslatorService',
  62.             'twig' => 'getTwigService',
  63.             'validator' => 'getValidatorService',
  64.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  65.             'vich_uploader.templating.helper.uploader_helper' => 'getVichUploader_Templating_Helper_UploaderHelperService',
  66.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  67.         ];
  68.         $this->fileMap = [
  69.             'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService.php',
  70.             'App\\Controller\\AdminController' => 'getAdminControllerService.php',
  71.             'App\\Controller\\ApiController' => 'getApiControllerService.php',
  72.             'App\\Controller\\HL7Controller' => 'getHL7ControllerService.php',
  73.             'App\\Controller\\HomeController' => 'getHomeControllerService.php',
  74.             'App\\Controller\\MedicoController' => 'getMedicoControllerService.php',
  75.             'App\\Controller\\PacienteController' => 'getPacienteControllerService.php',
  76.             'App\\Controller\\PagosPayuController' => 'getPagosPayuControllerService.php',
  77.             'App\\Controller\\ProxyController' => 'getProxyControllerService.php',
  78.             'App\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  79.             'App\\Controller\\SmartQuickController' => 'getSmartQuickControllerService.php',
  80.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service.php',
  81.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  82.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  83.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
  84.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
  85.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
  86.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
  87.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
  88.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
  89.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
  90.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
  91.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
  92.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  93.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  94.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  95.             'cache_clearer' => 'getCacheClearerService.php',
  96.             'cache_warmer' => 'getCacheWarmerService.php',
  97.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  98.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  99.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  100.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  101.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  102.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService.php',
  103.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php',
  104.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService.php',
  105.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService.php',
  106.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService.php',
  107.             'filesystem' => 'getFilesystemService.php',
  108.             'form.type.file' => 'getForm_Type_FileService.php',
  109.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  110.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  111.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  112.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  113.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  114.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  115.             'jms_serializer' => 'getJmsSerializerService.php',
  116.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  117.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  118.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  119.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  120.             'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService.php',
  121.             'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService.php',
  122.             'routing.loader' => 'getRouting_LoaderService.php',
  123.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  124.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  125.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  126.             'serializer' => 'getSerializerService.php',
  127.             'services_resetter' => 'getServicesResetterService.php',
  128.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  129.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  130.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  131.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  132.             'templating' => 'getTemplatingService.php',
  133.             'templating.loader' => 'getTemplating_LoaderService.php',
  134.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  135.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  136.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  137.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  138.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  139.             'vich_uploader.namer_uniqid.product_load' => 'getVichUploader_NamerUniqid_ProductLoadService.php',
  140.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  141.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  142.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  143.         ];
  144.         $this->aliases = [
  145.             'database_connection' => 'doctrine.dbal.default_connection',
  146.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  147.             'jms_serializer.authorization_checker' => 'security.authorization_checker',
  148.             'mailer' => 'swiftmailer.mailer.default',
  149.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  150.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  151.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  152.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  153.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  154.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  155.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  156.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  157.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  158.         ];
  159.         $this->privates['service_container'] = function () {
  160.             include_once $this->targetDirs[3].'/src/Service/QI.php';
  161.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  162.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  163.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  164.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  165.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  166.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  167.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  168.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  169.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  186.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  192.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  193.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Session.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistryInterface.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistry.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormExtensionInterface.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormFactoryInterface.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/form/FormFactory.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  248.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  249.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  250.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  262.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  263.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  264.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  274.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  276.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  277.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  280.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  282.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  283.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  284.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  285.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/DataCollector/MappingCollector.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  287.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  288.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  289.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  290.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  292.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  293.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  294.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  296.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  297.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  298.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  299.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  300.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  301.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  302.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  303.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  304.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  305.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  306.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  307.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  308.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  309.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  310.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  311.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  312.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  313.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  314.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  315.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  316.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  317.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  318.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  319.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  320.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  322.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  323.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  324.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  325.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  326.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  327.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  328.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  330.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  331.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  332.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  333.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  334.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  335.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  336.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  338.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/src/EventManager.php';
  339.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  340.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  341.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/BaseListener.php';
  342.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/CleanListener.php';
  343.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Adapter/AdapterInterface.php';
  344.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Adapter/ORM/DoctrineORMAdapter.php';
  345.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  346.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/RemoveListener.php';
  347.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/UploadListener.php';
  348.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  349.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  350.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  351.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  352.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  353.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  354.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  355.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  356.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  357.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  358.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  359.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  360.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  361.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  362.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DoctrineProvider.php';
  364.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  365.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  366.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  367.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  368.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  369.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  370.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  371.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  372.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  373.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  374.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  375.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  376.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  377.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  378.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  379.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  380.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  381.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  384.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  385.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  386.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  387.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  388.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  389.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  390.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  391.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  392.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  404.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  405.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  406.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  410.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  415.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  416.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  418.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  422.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  423.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  425.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  426.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  427.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  428.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  429.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  430.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  431.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  432.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  433.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  434.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  435.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  436.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  437.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/MenuHelper.php';
  438.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  439.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  440.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  441.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  442.             include_once $this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  443.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Twig/Extension/UploaderExtension.php';
  444.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  445.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  446.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  447.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  448.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  449.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  450.             include_once $this->targetDirs[3].'/src/Service/MedintiaService.php';
  451.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  452.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  453.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  454.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  455.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  456.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  457.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  458.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  459.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  460.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  461.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  462.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  463.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  464.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  465.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  466.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  467.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  468.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  469.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  470.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  471.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  472.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php';
  473.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  474.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  475.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  476.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  477.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  479.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  480.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  481.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  482.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  483.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  484.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  485.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  486.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  487.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  488.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  489.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  490.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  491.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  492.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  493.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  494.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  495.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  496.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  497.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ListFormFiltersConfigPass.php';
  498.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  499.             include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  500.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  501.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  502.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  503.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  504.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  505.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  506.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  507.             include_once $this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  508.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  509.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  510.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  511.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  512.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  513.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/StorageInterface.php';
  514.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/AbstractStorage.php';
  515.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/FileSystemStorage.php';
  516.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/MetadataReader.php';
  517.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  518.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  519.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactory.php';
  520.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  521.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  522.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverChain.php';
  523.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  524.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/XmlDriver.php';
  525.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  526.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  527.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  528.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocator.php';
  529.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/AnnotationDriver.php';
  530.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/YamlDriver.php';
  531.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  532.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  533.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/FileCache.php';
  534.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Mapping/PropertyMappingFactory.php';
  535.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Handler/AbstractHandler.php';
  536.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Handler/UploadHandler.php';
  537.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Injector/FileInjectorInterface.php';
  538.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Injector/FileInjector.php';
  539.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  540.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  541.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Templating/Helper/UploaderHelper.php';
  542.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  543.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/EventListener/ClickjackingListener.php';
  544.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  545.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  546.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  547.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  548.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  549.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/EventListener/XssProtectionListener.php';
  550.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/EventListener/ContentTypeListener.php';
  551.             include_once $this->targetDirs[3].'/vendor/nelmio/security-bundle/EventListener/ReferrerPolicyListener.php';
  552.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  553.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  554.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  555.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  556.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  557.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  558.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  559.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  560.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  561.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  562.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  563.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  564.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  565.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  566.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  567.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  568.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  569.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  570.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  571.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  572.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  573.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  574.         };
  575.     }
  576.     public function compile()
  577.     {
  578.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  579.     }
  580.     public function isCompiled()
  581.     {
  582.         return true;
  583.     }
  584.     public function getRemovedIds()
  585.     {
  586.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  587.     }
  588.     protected function load($file$lazyLoad true)
  589.     {
  590.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  591.     }
  592.     /**
  593.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  594.      *
  595.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  596.      */
  597.     protected function getAdminAuthorizationCheckerService()
  598.     {
  599.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), NULL);
  600.     }
  601.     /**
  602.      * Gets the public 'cache.app' shared service.
  603.      *
  604.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  605.      */
  606.     protected function getCache_AppService()
  607.     {
  608.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('pKRLdgHvOa'0, ($this->targetDirs[0].'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  609.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  610.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  611.     }
  612.     /**
  613.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  614.      *
  615.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  616.      */
  617.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  618.     {
  619.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  620.     }
  621.     /**
  622.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  623.      *
  624.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  625.      */
  626.     protected function getCache_Doctrine_Orm_Default_QueryService()
  627.     {
  628.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  629.     }
  630.     /**
  631.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  632.      *
  633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  634.      */
  635.     protected function getCache_Doctrine_Orm_Default_ResultService()
  636.     {
  637.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  638.     }
  639.     /**
  640.      * Gets the public 'cache.system' shared service.
  641.      *
  642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  643.      */
  644.     protected function getCache_SystemService()
  645.     {
  646.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('73G3cpVkzC'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  647.     }
  648.     /**
  649.      * Gets the public 'data_collector.dump' shared service.
  650.      *
  651.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  652.      */
  653.     protected function getDataCollector_DumpService()
  654.     {
  655.         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()));
  656.     }
  657.     /**
  658.      * Gets the public 'doctrine' shared service.
  659.      *
  660.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  661.      */
  662.     protected function getDoctrineService()
  663.     {
  664.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  665.     }
  666.     /**
  667.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  668.      *
  669.      * @return \Doctrine\DBAL\Connection
  670.      */
  671.     protected function getDoctrine_Dbal_DefaultConnectionService()
  672.     {
  673.         $a = new \Doctrine\DBAL\Configuration();
  674.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  675.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  676.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  677.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  678.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  679.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  680.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  681.         $a->setSQLLogger($b);
  682.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  683.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  684.         ], [
  685.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  686.         ]));
  687.         $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  688.         $f = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  689.         $g = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  690.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_load'$e$f$g));
  691.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  692.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_load'$e$f$g));
  693.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_load'$e$f$g));
  694.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  695.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => $this->getEnv('resolve:DB_HOST'), 'port' => $this->getEnv('resolve:DB_PORT'), 'dbname' => $this->getEnv('resolve:DB_DATABASE'), 'user' => $this->getEnv('resolve:DB_USERNAME'), 'password' => $this->getEnv('resolve:DB_PASSWORD'), 'unix_socket' => $this->getEnv('resolve:DB_SOCKET'), 'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  696.     }
  697.     /**
  698.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  699.      *
  700.      * @return \Doctrine\ORM\EntityManager
  701.      */
  702.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  703.     {
  704.         $a = new \Doctrine\ORM\Configuration();
  705.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  706.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Entity')]);
  707.         $b->addDriver($c'App\\Entity');
  708.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  709.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  710.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/config/doctrine-mapping') => 'AlterPHP\\EasyAdminExtensionBundle\\Model'], '.orm.xml')), 'AlterPHP\\EasyAdminExtensionBundle\\Model');
  711.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  712.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  713.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  714.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  715.         $a->setMetadataDriverImpl($b);
  716.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  717.         $a->setProxyNamespace('Proxies');
  718.         $a->setAutoGenerateProxyClasses(true);
  719.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  720.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  721.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  722.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  723.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  724.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  725.             'App\\Repository\\AdministradoraRepository' => ['privates''App\\Repository\\AdministradoraRepository''getAdministradoraRepositoryService.php'true],
  726.             'App\\Repository\\AlergiaRepository' => ['privates''App\\Repository\\AlergiaRepository''getAlergiaRepositoryService.php'true],
  727.             'App\\Repository\\AntecedentePersonalRepository' => ['privates''App\\Repository\\AntecedentePersonalRepository''getAntecedentePersonalRepositoryService.php'true],
  728.             'App\\Repository\\ApiKeyRepository' => ['privates''App\\Repository\\ApiKeyRepository''getApiKeyRepositoryService.php'true],
  729.             'App\\Repository\\ArchivoRepository' => ['privates''App\\Repository\\ArchivoRepository''getArchivoRepositoryService.php'true],
  730.             'App\\Repository\\AseguradoraRepository' => ['privates''App\\Repository\\AseguradoraRepository''getAseguradoraRepositoryService.php'true],
  731.             'App\\Repository\\AtencionMedicamentoRepository' => ['privates''App\\Repository\\AtencionMedicamentoRepository''getAtencionMedicamentoRepositoryService.php'true],
  732.             'App\\Repository\\AtencionRepository' => ['privates''App\\Repository\\AtencionRepository''getAtencionRepositoryService.php'true],
  733.             'App\\Repository\\AtencionadjuntoRepository' => ['privates''App\\Repository\\AtencionadjuntoRepository''getAtencionadjuntoRepositoryService.php'true],
  734.             'App\\Repository\\AtencioncomplementoRepository' => ['privates''App\\Repository\\AtencioncomplementoRepository''getAtencioncomplementoRepositoryService.php'true],
  735.             'App\\Repository\\AutorizacionhistorialRepository' => ['privates''App\\Repository\\AutorizacionhistorialRepository''getAutorizacionhistorialRepositoryService.php'true],
  736.             'App\\Repository\\CalificacionRepository' => ['privates''App\\Repository\\CalificacionRepository''getCalificacionRepositoryService.php'true],
  737.             'App\\Repository\\CargaRepository' => ['privates''App\\Repository\\CargaRepository''getCargaRepositoryService.php'true],
  738.             'App\\Repository\\CatalogoRepository' => ['privates''App\\Repository\\CatalogoRepository''getCatalogoRepositoryService.php'true],
  739.             'App\\Repository\\CategoriaFaqRepository' => ['privates''App\\Repository\\CategoriaFaqRepository''getCategoriaFaqRepositoryService.php'true],
  740.             'App\\Repository\\CategoriaRepository' => ['privates''App\\Repository\\CategoriaRepository''getCategoriaRepositoryService.php'true],
  741.             'App\\Repository\\CausaexternaRepository' => ['privates''App\\Repository\\CausaexternaRepository''getCausaexternaRepositoryService.php'true],
  742.             'App\\Repository\\ChatEventRepository' => ['privates''App\\Repository\\ChatEventRepository''getChatEventRepositoryService.php'true],
  743.             'App\\Repository\\ChatRepository' => ['privates''App\\Repository\\ChatRepository''getChatRepositoryService.php'true],
  744.             'App\\Repository\\CiudadRepository' => ['privates''App\\Repository\\CiudadRepository''getCiudadRepositoryService.php'true],
  745.             'App\\Repository\\ClasificacionaseguradoraRepository' => ['privates''App\\Repository\\ClasificacionaseguradoraRepository''getClasificacionaseguradoraRepositoryService.php'true],
  746.             'App\\Repository\\ClonarRepository' => ['privates''App\\Repository\\ClonarRepository''getClonarRepositoryService.php'true],
  747.             'App\\Repository\\CodigociuuRepository' => ['privates''App\\Repository\\CodigociuuRepository''getCodigociuuRepositoryService.php'true],
  748.             'App\\Repository\\ComentarioRepository' => ['privates''App\\Repository\\ComentarioRepository''getComentarioRepositoryService.php'true],
  749.             'App\\Repository\\ComplementoRepository' => ['privates''App\\Repository\\ComplementoRepository''getComplementoRepositoryService.php'true],
  750.             'App\\Repository\\CompraItemRepository' => ['privates''App\\Repository\\CompraItemRepository''getCompraItemRepositoryService.php'true],
  751.             'App\\Repository\\CompraRepository' => ['privates''App\\Repository\\CompraRepository''getCompraRepositoryService.php'true],
  752.             'App\\Repository\\ConceptoservicioRepository' => ['privates''App\\Repository\\ConceptoservicioRepository''getConceptoservicioRepositoryService.php'true],
  753.             'App\\Repository\\ContactoRepository' => ['privates''App\\Repository\\ContactoRepository''getContactoRepositoryService.php'true],
  754.             'App\\Repository\\ConvenioRepository' => ['privates''App\\Repository\\ConvenioRepository''getConvenioRepositoryService.php'true],
  755.             'App\\Repository\\CovidRepository' => ['privates''App\\Repository\\CovidRepository''getCovidRepositoryService.php'true],
  756.             'App\\Repository\\DiagnosticoRepository' => ['privates''App\\Repository\\DiagnosticoRepository''getDiagnosticoRepositoryService.php'true],
  757.             'App\\Repository\\DiplomaRepository' => ['privates''App\\Repository\\DiplomaRepository''getDiplomaRepositoryService.php'true],
  758.             'App\\Repository\\DireccionRepository' => ['privates''App\\Repository\\DireccionRepository''getDireccionRepositoryService.php'true],
  759.             'App\\Repository\\EnfermedadRepository' => ['privates''App\\Repository\\EnfermedadRepository''getEnfermedadRepositoryService.php'true],
  760.             'App\\Repository\\EnfermedadesfamiliaRepository' => ['privates''App\\Repository\\EnfermedadesfamiliaRepository''getEnfermedadesfamiliaRepositoryService.php'true],
  761.             'App\\Repository\\EpsRepository' => ['privates''App\\Repository\\EpsRepository''getEpsRepositoryService.php'true],
  762.             'App\\Repository\\EscolaridadRepository' => ['privates''App\\Repository\\EscolaridadRepository''getEscolaridadRepositoryService.php'true],
  763.             'App\\Repository\\EspecialidadRepository' => ['privates''App\\Repository\\EspecialidadRepository''getEspecialidadRepositoryService.php'true],
  764.             'App\\Repository\\EstadoCarritoRepository' => ['privates''App\\Repository\\EstadoCarritoRepository''getEstadoCarritoRepositoryService.php'true],
  765.             'App\\Repository\\EstadoCivilRepository' => ['privates''App\\Repository\\EstadoCivilRepository''getEstadoCivilRepositoryService.php'true],
  766.             'App\\Repository\\EstadoPedidoRepository' => ['privates''App\\Repository\\EstadoPedidoRepository''getEstadoPedidoRepositoryService.php'true],
  767.             'App\\Repository\\EstadoconvenioRepository' => ['privates''App\\Repository\\EstadoconvenioRepository''getEstadoconvenioRepositoryService.php'true],
  768.             'App\\Repository\\FacturaItemRepository' => ['privates''App\\Repository\\FacturaItemRepository''getFacturaItemRepositoryService.php'true],
  769.             'App\\Repository\\FacturaRepository' => ['privates''App\\Repository\\FacturaRepository''getFacturaRepositoryService.php'true],
  770.             'App\\Repository\\FaqRepository' => ['privates''App\\Repository\\FaqRepository''getFaqRepositoryService.php'true],
  771.             'App\\Repository\\FinalidadRepository' => ['privates''App\\Repository\\FinalidadRepository''getFinalidadRepositoryService.php'true],
  772.             'App\\Repository\\FormulaRepository' => ['privates''App\\Repository\\FormulaRepository''getFormulaRepositoryService.php'true],
  773.             'App\\Repository\\GaleriaRepository' => ['privates''App\\Repository\\GaleriaRepository''getGaleriaRepositoryService.php'true],
  774.             'App\\Repository\\GrupoFormulaRepository' => ['privates''App\\Repository\\GrupoFormulaRepository''getGrupoFormulaRepositoryService.php'true],
  775.             'App\\Repository\\GrupoImagenRepository' => ['privates''App\\Repository\\GrupoImagenRepository''getGrupoImagenRepositoryService.php'true],
  776.             'App\\Repository\\GrupoParaclinicoRepository' => ['privates''App\\Repository\\GrupoParaclinicoRepository''getGrupoParaclinicoRepositoryService.php'true],
  777.             'App\\Repository\\IdiomaRepository' => ['privates''App\\Repository\\IdiomaRepository''getIdiomaRepositoryService.php'true],
  778.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService.php'true],
  779.             'App\\Repository\\ImagenRepository' => ['privates''App\\Repository\\ImagenRepository''getImagenRepositoryService.php'true],
  780.             'App\\Repository\\IntentoRepository' => ['privates''App\\Repository\\IntentoRepository''getIntentoRepositoryService.php'true],
  781.             'App\\Repository\\InterrogatorioRepository' => ['privates''App\\Repository\\InterrogatorioRepository''getInterrogatorioRepositoryService.php'true],
  782.             'App\\Repository\\InventarioRepository' => ['privates''App\\Repository\\InventarioRepository''getInventarioRepositoryService.php'true],
  783.             'App\\Repository\\ItemPromocionRepository' => ['privates''App\\Repository\\ItemPromocionRepository''getItemPromocionRepositoryService.php'true],
  784.             'App\\Repository\\ItemlistaprecioRepository' => ['privates''App\\Repository\\ItemlistaprecioRepository''getItemlistaprecioRepositoryService.php'true],
  785.             'App\\Repository\\ItempaqueteRepository' => ['privates''App\\Repository\\ItempaqueteRepository''getItempaqueteRepositoryService.php'true],
  786.             'App\\Repository\\IvaRepository' => ['privates''App\\Repository\\IvaRepository''getIvaRepositoryService.php'true],
  787.             'App\\Repository\\KmlRepository' => ['privates''App\\Repository\\KmlRepository''getKmlRepositoryService.php'true],
  788.             'App\\Repository\\ListaPrecioItemRepository' => ['privates''App\\Repository\\ListaPrecioItemRepository''getListaPrecioItemRepositoryService.php'true],
  789.             'App\\Repository\\ListaPreciosRepository' => ['privates''App\\Repository\\ListaPreciosRepository''getListaPreciosRepositoryService.php'true],
  790.             'App\\Repository\\ListaprecioRepository' => ['privates''App\\Repository\\ListaprecioRepository''getListaprecioRepositoryService.php'true],
  791.             'App\\Repository\\LogisticoLogRepository' => ['privates''App\\Repository\\LogisticoLogRepository''getLogisticoLogRepositoryService.php'true],
  792.             'App\\Repository\\MedicamentoRepository' => ['privates''App\\Repository\\MedicamentoRepository''getMedicamentoRepositoryService.php'true],
  793.             'App\\Repository\\MetodoPagoRepository' => ['privates''App\\Repository\\MetodoPagoRepository''getMetodoPagoRepositoryService.php'true],
  794.             'App\\Repository\\MetricaAtencionRepository' => ['privates''App\\Repository\\MetricaAtencionRepository''getMetricaAtencionRepositoryService.php'true],
  795.             'App\\Repository\\MetricaRepository' => ['privates''App\\Repository\\MetricaRepository''getMetricaRepositoryService.php'true],
  796.             'App\\Repository\\ModalidadpagoRepository' => ['privates''App\\Repository\\ModalidadpagoRepository''getModalidadpagoRepositoryService.php'true],
  797.             'App\\Repository\\MomentoRepository' => ['privates''App\\Repository\\MomentoRepository''getMomentoRepositoryService.php'true],
  798.             'App\\Repository\\NaturalezaRepository' => ['privates''App\\Repository\\NaturalezaRepository''getNaturalezaRepositoryService.php'true],
  799.             'App\\Repository\\NecesidadRepository' => ['privates''App\\Repository\\NecesidadRepository''getNecesidadRepositoryService.php'true],
  800.             'App\\Repository\\OpcionRepository' => ['privates''App\\Repository\\OpcionRepository''getOpcionRepositoryService.php'true],
  801.             'App\\Repository\\OrdenRepository' => ['privates''App\\Repository\\OrdenRepository''getOrdenRepositoryService.php'true],
  802.             'App\\Repository\\OtpregisterRepository' => ['privates''App\\Repository\\OtpregisterRepository''getOtpregisterRepositoryService.php'true],
  803.             'App\\Repository\\POSAdminRepository' => ['privates''App\\Repository\\POSAdminRepository''getPOSAdminRepositoryService.php'true],
  804.             'App\\Repository\\PacienteRepository' => ['privates''App\\Repository\\PacienteRepository''getPacienteRepositoryService.php'true],
  805.             'App\\Repository\\PagoPayuRepository' => ['privates''App\\Repository\\PagoPayuRepository''getPagoPayuRepositoryService.php'true],
  806.             'App\\Repository\\PaqueteRepository' => ['privates''App\\Repository\\PaqueteRepository''getPaqueteRepositoryService.php'true],
  807.             'App\\Repository\\ParaclinicoRepository' => ['privates''App\\Repository\\ParaclinicoRepository''getParaclinicoRepositoryService.php'true],
  808.             'App\\Repository\\PayuLogRepository' => ['privates''App\\Repository\\PayuLogRepository''getPayuLogRepositoryService.php'true],
  809.             'App\\Repository\\PerfilmedicoRepository' => ['privates''App\\Repository\\PerfilmedicoRepository''getPerfilmedicoRepositoryService.php'true],
  810.             'App\\Repository\\PlanbeneficioRepository' => ['privates''App\\Repository\\PlanbeneficioRepository''getPlanbeneficioRepositoryService.php'true],
  811.             'App\\Repository\\PlantillaRepository' => ['privates''App\\Repository\\PlantillaRepository''getPlantillaRepositoryService.php'true],
  812.             'App\\Repository\\PrediagnosactivoRepository' => ['privates''App\\Repository\\PrediagnosactivoRepository''getPrediagnosactivoRepositoryService.php'true],
  813.             'App\\Repository\\PrediagnosadjuntoRepository' => ['privates''App\\Repository\\PrediagnosadjuntoRepository''getPrediagnosadjuntoRepositoryService.php'true],
  814.             'App\\Repository\\PrediagnospacienteRepository' => ['privates''App\\Repository\\PrediagnospacienteRepository''getPrediagnospacienteRepositoryService.php'true],
  815.             'App\\Repository\\PrediagnosticoRepository' => ['privates''App\\Repository\\PrediagnosticoRepository''getPrediagnosticoRepositoryService.php'true],
  816.             'App\\Repository\\PreguntaRepository' => ['privates''App\\Repository\\PreguntaRepository''getPreguntaRepositoryService.php'true],
  817.             'App\\Repository\\ProcedimientoRepository' => ['privates''App\\Repository\\ProcedimientoRepository''getProcedimientoRepositoryService.php'true],
  818.             'App\\Repository\\ProductoRepository' => ['privates''App\\Repository\\ProductoRepository''getProductoRepositoryService.php'true],
  819.             'App\\Repository\\ProductoToppingRepository' => ['privates''App\\Repository\\ProductoToppingRepository''getProductoToppingRepositoryService.php'true],
  820.             'App\\Repository\\PromocionRepository' => ['privates''App\\Repository\\PromocionRepository''getPromocionRepositoryService.php'true],
  821.             'App\\Repository\\RazonRepository' => ['privates''App\\Repository\\RazonRepository''getRazonRepositoryService.php'true],
  822.             'App\\Repository\\RegimenfiscalRepository' => ['privates''App\\Repository\\RegimenfiscalRepository''getRegimenfiscalRepositoryService.php'true],
  823.             'App\\Repository\\ReglaRepository' => ['privates''App\\Repository\\ReglaRepository''getReglaRepositoryService.php'true],
  824.             'App\\Repository\\ResponsabilidadfiscalRepository' => ['privates''App\\Repository\\ResponsabilidadfiscalRepository''getResponsabilidadfiscalRepositoryService.php'true],
  825.             'App\\Repository\\RespuestaRepository' => ['privates''App\\Repository\\RespuestaRepository''getRespuestaRepositoryService.php'true],
  826.             'App\\Repository\\SeguimientoRepository' => ['privates''App\\Repository\\SeguimientoRepository''getSeguimientoRepositoryService.php'true],
  827.             'App\\Repository\\SeguimientoTrackingRepository' => ['privates''App\\Repository\\SeguimientoTrackingRepository''getSeguimientoTrackingRepositoryService.php'true],
  828.             'App\\Repository\\SeoRepository' => ['privates''App\\Repository\\SeoRepository''getSeoRepositoryService.php'true],
  829.             'App\\Repository\\ServicioCatalogoRepository' => ['privates''App\\Repository\\ServicioCatalogoRepository''getServicioCatalogoRepositoryService.php'true],
  830.             'App\\Repository\\ServicioRepository' => ['privates''App\\Repository\\ServicioRepository''getServicioRepositoryService.php'true],
  831.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService.php'true],
  832.             'App\\Repository\\SintomaRepository' => ['privates''App\\Repository\\SintomaRepository''getSintomaRepositoryService.php'true],
  833.             'App\\Repository\\SuperGrupoRepository' => ['privates''App\\Repository\\SuperGrupoRepository''getSuperGrupoRepositoryService.php'true],
  834.             'App\\Repository\\TagfaqRepository' => ['privates''App\\Repository\\TagfaqRepository''getTagfaqRepositoryService.php'true],
  835.             'App\\Repository\\TarjetaRepository' => ['privates''App\\Repository\\TarjetaRepository''getTarjetaRepositoryService.php'true],
  836.             'App\\Repository\\TerapiaRepository' => ['privates''App\\Repository\\TerapiaRepository''getTerapiaRepositoryService.php'true],
  837.             'App\\Repository\\TextoBigRepository' => ['privates''App\\Repository\\TextoBigRepository''getTextoBigRepositoryService.php'true],
  838.             'App\\Repository\\TextoRepository' => ['privates''App\\Repository\\TextoRepository''getTextoRepositoryService.php'true],
  839.             'App\\Repository\\TiendaRepository' => ['privates''App\\Repository\\TiendaRepository''getTiendaRepositoryService.php'true],
  840.             'App\\Repository\\TipSaludRepository' => ['privates''App\\Repository\\TipSaludRepository''getTipSaludRepositoryService.php'true],
  841.             'App\\Repository\\TipoCalificacionRepository' => ['privates''App\\Repository\\TipoCalificacionRepository''getTipoCalificacionRepositoryService.php'true],
  842.             'App\\Repository\\TipoRepository' => ['privates''App\\Repository\\TipoRepository''getTipoRepositoryService.php'true],
  843.             'App\\Repository\\TipodocumentoRepository' => ['privates''App\\Repository\\TipodocumentoRepository''getTipodocumentoRepositoryService.php'true],
  844.             'App\\Repository\\TipofaqRepository' => ['privates''App\\Repository\\TipofaqRepository''getTipofaqRepositoryService.php'true],
  845.             'App\\Repository\\TiposeguroRepository' => ['privates''App\\Repository\\TiposeguroRepository''getTiposeguroRepositoryService.php'true],
  846.             'App\\Repository\\UnidadRepository' => ['privates''App\\Repository\\UnidadRepository''getUnidadRepositoryService.php'true],
  847.             'App\\Repository\\UsuarioRepository' => ['privates''App\\Repository\\UsuarioRepository''getUsuarioRepositoryService.php'true],
  848.             'App\\Repository\\VacunaRepository' => ['privates''App\\Repository\\VacunaRepository''getVacunaRepositoryService.php'true],
  849.         ], [
  850.             'App\\Repository\\AdministradoraRepository' => '?',
  851.             'App\\Repository\\AlergiaRepository' => '?',
  852.             'App\\Repository\\AntecedentePersonalRepository' => '?',
  853.             'App\\Repository\\ApiKeyRepository' => '?',
  854.             'App\\Repository\\ArchivoRepository' => '?',
  855.             'App\\Repository\\AseguradoraRepository' => '?',
  856.             'App\\Repository\\AtencionMedicamentoRepository' => '?',
  857.             'App\\Repository\\AtencionRepository' => '?',
  858.             'App\\Repository\\AtencionadjuntoRepository' => '?',
  859.             'App\\Repository\\AtencioncomplementoRepository' => '?',
  860.             'App\\Repository\\AutorizacionhistorialRepository' => '?',
  861.             'App\\Repository\\CalificacionRepository' => '?',
  862.             'App\\Repository\\CargaRepository' => '?',
  863.             'App\\Repository\\CatalogoRepository' => '?',
  864.             'App\\Repository\\CategoriaFaqRepository' => '?',
  865.             'App\\Repository\\CategoriaRepository' => '?',
  866.             'App\\Repository\\CausaexternaRepository' => '?',
  867.             'App\\Repository\\ChatEventRepository' => '?',
  868.             'App\\Repository\\ChatRepository' => '?',
  869.             'App\\Repository\\CiudadRepository' => '?',
  870.             'App\\Repository\\ClasificacionaseguradoraRepository' => '?',
  871.             'App\\Repository\\ClonarRepository' => '?',
  872.             'App\\Repository\\CodigociuuRepository' => '?',
  873.             'App\\Repository\\ComentarioRepository' => '?',
  874.             'App\\Repository\\ComplementoRepository' => '?',
  875.             'App\\Repository\\CompraItemRepository' => '?',
  876.             'App\\Repository\\CompraRepository' => '?',
  877.             'App\\Repository\\ConceptoservicioRepository' => '?',
  878.             'App\\Repository\\ContactoRepository' => '?',
  879.             'App\\Repository\\ConvenioRepository' => '?',
  880.             'App\\Repository\\CovidRepository' => '?',
  881.             'App\\Repository\\DiagnosticoRepository' => '?',
  882.             'App\\Repository\\DiplomaRepository' => '?',
  883.             'App\\Repository\\DireccionRepository' => '?',
  884.             'App\\Repository\\EnfermedadRepository' => '?',
  885.             'App\\Repository\\EnfermedadesfamiliaRepository' => '?',
  886.             'App\\Repository\\EpsRepository' => '?',
  887.             'App\\Repository\\EscolaridadRepository' => '?',
  888.             'App\\Repository\\EspecialidadRepository' => '?',
  889.             'App\\Repository\\EstadoCarritoRepository' => '?',
  890.             'App\\Repository\\EstadoCivilRepository' => '?',
  891.             'App\\Repository\\EstadoPedidoRepository' => '?',
  892.             'App\\Repository\\EstadoconvenioRepository' => '?',
  893.             'App\\Repository\\FacturaItemRepository' => '?',
  894.             'App\\Repository\\FacturaRepository' => '?',
  895.             'App\\Repository\\FaqRepository' => '?',
  896.             'App\\Repository\\FinalidadRepository' => '?',
  897.             'App\\Repository\\FormulaRepository' => '?',
  898.             'App\\Repository\\GaleriaRepository' => '?',
  899.             'App\\Repository\\GrupoFormulaRepository' => '?',
  900.             'App\\Repository\\GrupoImagenRepository' => '?',
  901.             'App\\Repository\\GrupoParaclinicoRepository' => '?',
  902.             'App\\Repository\\IdiomaRepository' => '?',
  903.             'App\\Repository\\ImageRepository' => '?',
  904.             'App\\Repository\\ImagenRepository' => '?',
  905.             'App\\Repository\\IntentoRepository' => '?',
  906.             'App\\Repository\\InterrogatorioRepository' => '?',
  907.             'App\\Repository\\InventarioRepository' => '?',
  908.             'App\\Repository\\ItemPromocionRepository' => '?',
  909.             'App\\Repository\\ItemlistaprecioRepository' => '?',
  910.             'App\\Repository\\ItempaqueteRepository' => '?',
  911.             'App\\Repository\\IvaRepository' => '?',
  912.             'App\\Repository\\KmlRepository' => '?',
  913.             'App\\Repository\\ListaPrecioItemRepository' => '?',
  914.             'App\\Repository\\ListaPreciosRepository' => '?',
  915.             'App\\Repository\\ListaprecioRepository' => '?',
  916.             'App\\Repository\\LogisticoLogRepository' => '?',
  917.             'App\\Repository\\MedicamentoRepository' => '?',
  918.             'App\\Repository\\MetodoPagoRepository' => '?',
  919.             'App\\Repository\\MetricaAtencionRepository' => '?',
  920.             'App\\Repository\\MetricaRepository' => '?',
  921.             'App\\Repository\\ModalidadpagoRepository' => '?',
  922.             'App\\Repository\\MomentoRepository' => '?',
  923.             'App\\Repository\\NaturalezaRepository' => '?',
  924.             'App\\Repository\\NecesidadRepository' => '?',
  925.             'App\\Repository\\OpcionRepository' => '?',
  926.             'App\\Repository\\OrdenRepository' => '?',
  927.             'App\\Repository\\OtpregisterRepository' => '?',
  928.             'App\\Repository\\POSAdminRepository' => '?',
  929.             'App\\Repository\\PacienteRepository' => '?',
  930.             'App\\Repository\\PagoPayuRepository' => '?',
  931.             'App\\Repository\\PaqueteRepository' => '?',
  932.             'App\\Repository\\ParaclinicoRepository' => '?',
  933.             'App\\Repository\\PayuLogRepository' => '?',
  934.             'App\\Repository\\PerfilmedicoRepository' => '?',
  935.             'App\\Repository\\PlanbeneficioRepository' => '?',
  936.             'App\\Repository\\PlantillaRepository' => '?',
  937.             'App\\Repository\\PrediagnosactivoRepository' => '?',
  938.             'App\\Repository\\PrediagnosadjuntoRepository' => '?',
  939.             'App\\Repository\\PrediagnospacienteRepository' => '?',
  940.             'App\\Repository\\PrediagnosticoRepository' => '?',
  941.             'App\\Repository\\PreguntaRepository' => '?',
  942.             'App\\Repository\\ProcedimientoRepository' => '?',
  943.             'App\\Repository\\ProductoRepository' => '?',
  944.             'App\\Repository\\ProductoToppingRepository' => '?',
  945.             'App\\Repository\\PromocionRepository' => '?',
  946.             'App\\Repository\\RazonRepository' => '?',
  947.             'App\\Repository\\RegimenfiscalRepository' => '?',
  948.             'App\\Repository\\ReglaRepository' => '?',
  949.             'App\\Repository\\ResponsabilidadfiscalRepository' => '?',
  950.             'App\\Repository\\RespuestaRepository' => '?',
  951.             'App\\Repository\\SeguimientoRepository' => '?',
  952.             'App\\Repository\\SeguimientoTrackingRepository' => '?',
  953.             'App\\Repository\\SeoRepository' => '?',
  954.             'App\\Repository\\ServicioCatalogoRepository' => '?',
  955.             'App\\Repository\\ServicioRepository' => '?',
  956.             'App\\Repository\\SettingRepository' => '?',
  957.             'App\\Repository\\SintomaRepository' => '?',
  958.             'App\\Repository\\SuperGrupoRepository' => '?',
  959.             'App\\Repository\\TagfaqRepository' => '?',
  960.             'App\\Repository\\TarjetaRepository' => '?',
  961.             'App\\Repository\\TerapiaRepository' => '?',
  962.             'App\\Repository\\TextoBigRepository' => '?',
  963.             'App\\Repository\\TextoRepository' => '?',
  964.             'App\\Repository\\TiendaRepository' => '?',
  965.             'App\\Repository\\TipSaludRepository' => '?',
  966.             'App\\Repository\\TipoCalificacionRepository' => '?',
  967.             'App\\Repository\\TipoRepository' => '?',
  968.             'App\\Repository\\TipodocumentoRepository' => '?',
  969.             'App\\Repository\\TipofaqRepository' => '?',
  970.             'App\\Repository\\TiposeguroRepository' => '?',
  971.             'App\\Repository\\UnidadRepository' => '?',
  972.             'App\\Repository\\UsuarioRepository' => '?',
  973.             'App\\Repository\\VacunaRepository' => '?',
  974.         ])));
  975.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  976.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'easyadmin.config.manager' shared service.
  981.      *
  982.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  983.      */
  984.     protected function getEasyadmin_Config_ManagerService()
  985.     {
  986.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  987.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  988.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  989.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this));
  990.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('en'));
  991.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  992.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  993.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($a));
  994.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  995.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService())));
  996.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  997.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  998.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())));
  999.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1000.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1001.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($a));
  1002.         return $instance;
  1003.     }
  1004.     /**
  1005.      * Gets the public 'easyadmin.listener.controller' shared service.
  1006.      *
  1007.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1008.      */
  1009.     protected function getEasyadmin_Listener_ControllerService()
  1010.     {
  1011.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1012.     }
  1013.     /**
  1014.      * Gets the public 'easyadmin.property_accessor' shared service.
  1015.      *
  1016.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1017.      */
  1018.     protected function getEasyadmin_PropertyAccessorService()
  1019.     {
  1020.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1021.     }
  1022.     /**
  1023.      * Gets the public 'easyadmin.router' shared service.
  1024.      *
  1025.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1026.      */
  1027.     protected function getEasyadmin_RouterService()
  1028.     {
  1029.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1030.     }
  1031.     /**
  1032.      * Gets the public 'event_dispatcher' shared service.
  1033.      *
  1034.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1035.      */
  1036.     protected function getEventDispatcherService()
  1037.     {
  1038.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1039.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1040.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1042.         $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())));
  1043.         $instance->addListener('kernel.controller', [=> function () {
  1044.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1045.         }, => 'onKernelController'], 0);
  1046.         $instance->addListener('kernel.controller', [=> function () {
  1047.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1048.         }, => 'onKernelController'], 0);
  1049.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1050.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService.php'));
  1051.         }, => 'initializeRequest'], 0);
  1052.         $instance->addListener('kernel.request', [=> function () {
  1053.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1054.         }, => 'onKernelRequest'], 250);
  1055.         $instance->addListener('kernel.response', [=> function () {
  1056.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1057.         }, => 'onKernelResponse'], 0);
  1058.         $instance->addListener('kernel.exception', [=> function () {
  1059.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  1060.         }, => 'onKernelException'], 0);
  1061.         $instance->addListener('kernel.response', [=> function () {
  1062.             return ($this->privates['nelmio_security.content_type_listener'] ?? ($this->privates['nelmio_security.content_type_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentTypeListener(true)));
  1063.         }, => 'onKernelResponse'], 0);
  1064.         $instance->addListener('kernel.response', [=> function () {
  1065.             return ($this->privates['nelmio_security.referrer_policy_listener'] ?? $this->getNelmioSecurity_ReferrerPolicyListenerService());
  1066.         }, => 'onKernelResponse'], 0);
  1067.         $instance->addListener('easy_admin.post_update', [=> function () {
  1068.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
  1069.         }, => 'onPostUpdate'], 0);
  1070.         $instance->addListener('easy_admin.pre_persist', [=> function () {
  1071.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
  1072.         }, => 'onPrePersist'], 0);
  1073.         $instance->addListener('easy_admin.pre_update', [=> function () {
  1074.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
  1075.         }, => 'onPreUpdate'], 0);
  1076.         $instance->addListener('easy_admin.post_persist', [=> function () {
  1077.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
  1078.         }, => 'onPostUpdate'], 0);
  1079.         $instance->addListener('easy_admin.pre_remove', [=> function () {
  1080.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
  1081.         }, => 'onPreRemove'], 0);
  1082.         $instance->addListener('easy_admin.post_remove', [=> function () {
  1083.             return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
  1084.         }, => 'onPostRemove'], 0);
  1085.         $instance->addListener('fos_user.registration.success', [=> function () {
  1086.             return ($this->privates['App\\EventSubscriber\\EmailConfirmationListenerNew'] ?? $this->load('getEmailConfirmationListenerNewService.php'));
  1087.         }, => 'onRegistrationSuccess'], 0);
  1088.         $instance->addListener('kernel.exception', [=> function () {
  1089.             return ($this->privates['App\\EventSubscriber\\ExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ExceptionSubscriber'] = new \App\EventSubscriber\ExceptionSubscriber()));
  1090.         }, => 'logException'], 0);
  1091.         $instance->addListener('fos_user.registration.success', [=> function () {
  1092.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
  1093.         }, => 'onRegistrationSuccess'], 0);
  1094.         $instance->addListener('easy_admin.post_update', [=> function () {
  1095.             return ($this->privates['EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service.php'));
  1096.         }, => 'onPostUpdate'], 0);
  1097.         $instance->addListener('easy_admin.pre_persist', [=> function () {
  1098.             return ($this->privates['EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service.php'));
  1099.         }, => 'onPrePersist'], 0);
  1100.         $instance->addListener('easy_admin.pre_update', [=> function () {
  1101.             return ($this->privates['EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service.php'));
  1102.         }, => 'onPreUpdate'], 0);
  1103.         $instance->addListener('easy_admin.post_persist', [=> function () {
  1104.             return ($this->privates['EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service.php'));
  1105.         }, => 'onPostUpdate'], 0);
  1106.         $instance->addListener('easy_admin.pre_remove', [=> function () {
  1107.             return ($this->privates['EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service.php'));
  1108.         }, => 'onPreRemove'], 0);
  1109.         $instance->addListener('easy_admin.post_remove', [=> function () {
  1110.             return ($this->privates['EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriber2Service.php'));
  1111.         }, => 'onPostRemove'], 0);
  1112.         $instance->addListener('kernel.response', [=> function () {
  1113.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1114.         }, => 'onKernelResponse'], 0);
  1115.         $instance->addListener('kernel.response', [=> function () {
  1116.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1117.         }, => 'onKernelResponse'], -1024);
  1118.         $instance->addListener('kernel.request', [=> function () {
  1119.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1120.         }, => 'setDefaultLocale'], 100);
  1121.         $instance->addListener('kernel.request', [=> function () {
  1122.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1123.         }, => 'onKernelRequest'], 16);
  1124.         $instance->addListener('kernel.finish_request', [=> function () {
  1125.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1126.         }, => 'onKernelFinishRequest'], 0);
  1127.         $instance->addListener('kernel.request', [=> function () {
  1128.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1129.         }, => 'onKernelRequest'], 256);
  1130.         $instance->addListener('kernel.request', [=> function () {
  1131.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  1132.         }, => 'onKernelRequest'], 24);
  1133.         $instance->addListener('kernel.response', [=> function () {
  1134.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1135.         }, => 'onResponse'], -255);
  1136.         $instance->addListener('kernel.request', [=> function () {
  1137.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1138.         }, => 'onKernelRequest'], 15);
  1139.         $instance->addListener('kernel.finish_request', [=> function () {
  1140.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1141.         }, => 'onKernelFinishRequest'], -15);
  1142.         $instance->addListener('console.error', [=> function () {
  1143.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1144.         }, => 'onConsoleError'], -128);
  1145.         $instance->addListener('console.terminate', [=> function () {
  1146.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1147.         }, => 'onConsoleTerminate'], -128);
  1148.         $instance->addListener('console.error', [=> function () {
  1149.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1150.         }, => 'onConsoleError'], 0);
  1151.         $instance->addListener('kernel.request', [=> function () {
  1152.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1153.         }, => 'onKernelRequest'], 128);
  1154.         $instance->addListener('kernel.response', [=> function () {
  1155.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1156.         }, => 'onKernelResponse'], -1000);
  1157.         $instance->addListener('kernel.finish_request', [=> function () {
  1158.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1159.         }, => 'onFinishRequest'], 0);
  1160.         $instance->addListener('kernel.response', [=> function () {
  1161.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1162.         }, => 'onKernelResponse'], -100);
  1163.         $instance->addListener('kernel.exception', [=> function () {
  1164.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1165.         }, => 'onKernelException'], 0);
  1166.         $instance->addListener('kernel.terminate', [=> function () {
  1167.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1168.         }, => 'onKernelTerminate'], -1024);
  1169.         $instance->addListener('kernel.controller', [=> function () {
  1170.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1171.         }, => 'onKernelController'], 0);
  1172.         $instance->addListener('kernel.response', [=> function () {
  1173.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1174.         }, => 'onKernelResponse'], 0);
  1175.         $instance->addListener('kernel.request', [=> function () {
  1176.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1177.         }, => 'configure'], 2048);
  1178.         $instance->addListener('kernel.exception', [=> function () {
  1179.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1180.         }, => 'onKernelException'], -2048);
  1181.         $instance->addListener('kernel.request', [=> function () {
  1182.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1183.         }, => 'onKernelRequest'], 32);
  1184.         $instance->addListener('kernel.finish_request', [=> function () {
  1185.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1186.         }, => 'onKernelFinishRequest'], 0);
  1187.         $instance->addListener('kernel.exception', [=> function () {
  1188.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1189.         }, => 'onKernelException'], -64);
  1190.         $instance->addListener('kernel.response', [=> function () {
  1191.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1192.         }, => 'onKernelResponse'], 0);
  1193.         $instance->addListener('kernel.controller', [=> function () {
  1194.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1195.         }, => 'onKernelController'], 0);
  1196.         $instance->addListener('kernel.controller', [=> function () {
  1197.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1198.         }, => 'onKernelController'], 0);
  1199.         $instance->addListener('kernel.controller', [=> function () {
  1200.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1201.         }, => 'onKernelController'], -128);
  1202.         $instance->addListener('kernel.view', [=> function () {
  1203.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1204.         }, => 'onKernelView'], 0);
  1205.         $instance->addListener('kernel.controller', [=> function () {
  1206.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1207.         }, => 'onKernelController'], 0);
  1208.         $instance->addListener('kernel.response', [=> function () {
  1209.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1210.         }, => 'onKernelResponse'], 0);
  1211.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1212.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1213.         }, => 'onKernelControllerArguments'], 0);
  1214.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1215.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1216.         }, => 'onKernelControllerArguments'], 0);
  1217.         $instance->addListener('kernel.response', [=> function () {
  1218.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1219.         }, => 'onKernelResponse'], 0);
  1220.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1221.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1222.         }, => 'onVoterVote'], 0);
  1223.         $instance->addListener('kernel.request', [=> function () {
  1224.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1225.         }, => 'configureLogoutUrlGenerator'], 8);
  1226.         $instance->addListener('kernel.request', [=> function () {
  1227.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1228.         }, => 'onKernelRequest'], 8);
  1229.         $instance->addListener('kernel.finish_request', [=> function () {
  1230.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1231.         }, => 'onKernelFinishRequest'], 0);
  1232.         $instance->addListener('kernel.exception', [=> function () {
  1233.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1234.         }, => 'onException'], 0);
  1235.         $instance->addListener('kernel.terminate', [=> function () {
  1236.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1237.         }, => 'onTerminate'], 0);
  1238.         $instance->addListener('console.error', [=> function () {
  1239.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1240.         }, => 'onException'], 0);
  1241.         $instance->addListener('console.terminate', [=> function () {
  1242.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1243.         }, => 'onTerminate'], 0);
  1244.         $instance->addListener('kernel.exception', [=> function () {
  1245.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1246.         }, => 'logKernelException'], 0);
  1247.         $instance->addListener('kernel.exception', [=> function () {
  1248.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1249.         }, => 'onKernelException'], -128);
  1250.         $instance->addListener('kernel.response', [=> function () {
  1251.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1252.         }, => 'onKernelResponse'], -128);
  1253.         $instance->addListener('console.command', [=> function () {
  1254.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1255.         }, => 'onCommand'], 255);
  1256.         $instance->addListener('console.terminate', [=> function () {
  1257.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1258.         }, => 'onTerminate'], -255);
  1259.         $instance->addListener('console.command', [=> function () {
  1260.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1261.         }, => 'configure'], 1024);
  1262.         $instance->addListener('console.error', [=> function () {
  1263.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1264.         }, => 'onConsoleError'], 0);
  1265.         $instance->addListener('console.terminate', [=> function () {
  1266.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1267.         }, => 'onConsoleTerminate'], 0);
  1268.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1269.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1270.         }, => 'onImplicitLogin'], 0);
  1271.         $instance->addListener('security.interactive_login', [=> function () {
  1272.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1273.         }, => 'onSecurityInteractiveLogin'], 0);
  1274.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1275.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1276.         }, => 'authenticate'], 0);
  1277.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1278.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1279.         }, => 'authenticate'], 0);
  1280.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1281.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1282.         }, => 'authenticate'], 0);
  1283.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1284.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1285.         }, => 'addSuccessFlash'], 0);
  1286.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1287.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1288.         }, => 'addSuccessFlash'], 0);
  1289.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1290.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1291.         }, => 'addSuccessFlash'], 0);
  1292.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1293.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1294.         }, => 'addSuccessFlash'], 0);
  1295.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1296.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1297.         }, => 'addSuccessFlash'], 0);
  1298.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1299.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1300.         }, => 'addSuccessFlash'], 0);
  1301.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1302.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1303.         }, => 'addSuccessFlash'], 0);
  1304.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1305.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1306.         }, => 'onResettingResetInitialize'], 0);
  1307.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1308.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1309.         }, => 'onResettingResetSuccess'], 0);
  1310.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1311.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1312.         }, => 'onResettingResetRequest'], 0);
  1313.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  1314.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService.php'));
  1315.         }, => 'onPostListQueryBuilder'], 0);
  1316.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  1317.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService.php'));
  1318.         }, => 'onPostSearchQueryBuilder'], 0);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['nelmio_security.clickjacking_listener'] ?? $this->getNelmioSecurity_ClickjackingListenerService());
  1321.         }, => 'onKernelResponse'], 0);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1324.         }, => 'onKernelRequest'], 512);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1327.         }, => 'onKernelResponse'], 0);
  1328.         $instance->addListener('kernel.response', [=> function () {
  1329.             return ($this->privates['nelmio_security.xss_protection_listener'] ?? $this->getNelmioSecurity_XssProtectionListenerService());
  1330.         }, => 'onKernelResponse'], 0);
  1331.         return $instance;
  1332.     }
  1333.     /**
  1334.      * Gets the public 'form.factory' shared service.
  1335.      *
  1336.      * @return \Symfony\Component\Form\FormFactory
  1337.      */
  1338.     protected function getForm_FactoryService()
  1339.     {
  1340.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1341.     }
  1342.     /**
  1343.      * Gets the public 'http_kernel' shared service.
  1344.      *
  1345.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1346.      */
  1347.     protected function getHttpKernelService()
  1348.     {
  1349.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1350.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1351.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1352.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1353.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1354.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1355.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1356.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1357.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1358.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1359.     }
  1360.     /**
  1361.      * Gets the public 'profiler' shared service.
  1362.      *
  1363.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1364.      */
  1365.     protected function getProfilerService()
  1366.     {
  1367.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1368.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1369.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1370.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1371.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1372.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1373.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1374.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1375.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1376.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1377.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1378.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1379.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1380.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1381.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1382.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1383.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1384.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1385.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1386.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1387.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1388.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1389.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1390.         if ($this->has('kernel')) {
  1391.             $f->setKernel($b);
  1392.         }
  1393.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1394.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1395.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1396.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1397.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1398.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1399.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1400.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1401.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1402.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1403.         $instance->add($d);
  1404.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1405.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->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())));
  1406.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1407.         $instance->add($e);
  1408.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1409.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1410.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1411.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1412.         $instance->add($f);
  1413.         return $instance;
  1414.     }
  1415.     /**
  1416.      * Gets the public 'request_stack' shared service.
  1417.      *
  1418.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1419.      */
  1420.     protected function getRequestStackService()
  1421.     {
  1422.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1423.     }
  1424.     /**
  1425.      * Gets the public 'router' shared service.
  1426.      *
  1427.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1428.      */
  1429.     protected function getRouterService()
  1430.     {
  1431.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1432.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1433.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1434.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1435.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1436.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1437.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1438.         ], [
  1439.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1440.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], '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');
  1441.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1442.         return $instance;
  1443.     }
  1444.     /**
  1445.      * Gets the public 'security.authorization_checker' shared service.
  1446.      *
  1447.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1448.      */
  1449.     protected function getSecurity_AuthorizationCheckerService()
  1450.     {
  1451.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1452.     }
  1453.     /**
  1454.      * Gets the public 'security.token_storage' shared service.
  1455.      *
  1456.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1457.      */
  1458.     protected function getSecurity_TokenStorageService()
  1459.     {
  1460.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1461.     }
  1462.     /**
  1463.      * Gets the public 'session' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1466.      */
  1467.     protected function getSessionService()
  1468.     {
  1469.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler(($this->targetDirs[2].'/sessions/dev'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1470.     }
  1471.     /**
  1472.      * Gets the public 'translator' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1475.      */
  1476.     protected function getTranslatorService()
  1477.     {
  1478.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1479.     }
  1480.     /**
  1481.      * Gets the public 'twig' shared service.
  1482.      *
  1483.      * @return \Twig\Environment
  1484.      */
  1485.     protected function getTwigService()
  1486.     {
  1487.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1488.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1489.         $b = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1490.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1491.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1492.         $e = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1493.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1494.         $g = ($this->services['router'] ?? $this->getRouterService());
  1495.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1496.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1497.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1498.         $j = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
  1499.         $k = ($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService());
  1500.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1501.         $l->setEnvironment('dev');
  1502.         $l->setDebug(true);
  1503.         if ($this->has('security.token_storage')) {
  1504.             $l->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1505.         }
  1506.         if ($this->has('request_stack')) {
  1507.             $l->setRequestStack($h);
  1508.         }
  1509.         $m = ($this->privates['qi'] ?? $this->getQi2Service());
  1510.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1511.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1512.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b));
  1513.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1514.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1515.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($e));
  1516.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f$this->targetDirs[3], 'UTF-8'));
  1517.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1518.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1519.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1520.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1521.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1522.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1523.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
  1524.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1525.         $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())));
  1526.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1527.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1528.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), $j, ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$a$d));
  1529.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1530.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1531.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1532.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension($k, new \AlterPHP\EasyAdminExtensionBundle\Helper\MenuHelper($k$b)));
  1533.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder($j), $g$e$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1534.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1535.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1536.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1537.         ], [
  1538.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1539.             'webpack_encore.tag_renderer' => '?',
  1540.         ])));
  1541.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['vich_uploader.templating.helper.uploader_helper'] ?? $this->getVichUploader_Templating_Helper_UploaderHelperService())));
  1542.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1543.         $instance->addExtension(new \Nelmio\SecurityBundle\Twig\NelmioCSPTwigExtension(($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService()), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256')))));
  1544.         $instance->addGlobal('app'$l);
  1545.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1546.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1547.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1548.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1549.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1550.         ], [
  1551.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1552.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1553.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1554.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1555.         ])));
  1556.         $instance->addGlobal('qi'$m);
  1557.         $instance->addGlobal('medintia', new \App\Service\MedintiaService($m, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1558.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1559.         return $instance;
  1560.     }
  1561.     /**
  1562.      * Gets the public 'validator' shared service.
  1563.      *
  1564.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1565.      */
  1566.     protected function getValidatorService()
  1567.     {
  1568.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1569.     }
  1570.     /**
  1571.      * Gets the public 'var_dumper.cloner' shared service.
  1572.      *
  1573.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1574.      */
  1575.     protected function getVarDumper_ClonerService()
  1576.     {
  1577.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1578.         $instance->setMaxItems(2500);
  1579.         $instance->setMinDepth(1);
  1580.         $instance->setMaxString(-1);
  1581.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the public 'vich_uploader.templating.helper.uploader_helper' shared service.
  1586.      *
  1587.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  1588.      */
  1589.     protected function getVichUploader_Templating_Helper_UploaderHelperService()
  1590.     {
  1591.         return $this->services['vich_uploader.templating.helper.uploader_helper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  1592.     }
  1593.     /**
  1594.      * Gets the public 'vich_uploader.upload_handler' shared service.
  1595.      *
  1596.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  1597.      */
  1598.     protected function getVichUploader_UploadHandlerService()
  1599.     {
  1600.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  1601.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1602.     }
  1603.     /**
  1604.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  1605.      *
  1606.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  1607.      */
  1608.     protected function getEmbeddedListHelperService()
  1609.     {
  1610.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['easyadmin.config']);
  1611.     }
  1612.     /**
  1613.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  1614.      *
  1615.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  1616.      */
  1617.     protected function getListFormFiltersHelperService()
  1618.     {
  1619.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  1620.     }
  1621.     /**
  1622.      * Gets the private 'annotations.cached_reader' shared service.
  1623.      *
  1624.      * @return \Doctrine\Common\Annotations\CachedReader
  1625.      */
  1626.     protected function getAnnotations_CachedReaderService()
  1627.     {
  1628.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1629.     }
  1630.     /**
  1631.      * Gets the private 'annotations.reader' shared service.
  1632.      *
  1633.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1634.      */
  1635.     protected function getAnnotations_ReaderService()
  1636.     {
  1637.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1638.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1639.         $a->registerUniqueLoader('class_exists');
  1640.         $instance->addGlobalIgnoredName('required'$a);
  1641.         return $instance;
  1642.     }
  1643.     /**
  1644.      * Gets the private 'assets.packages' shared service.
  1645.      *
  1646.      * @return \Symfony\Component\Asset\Packages
  1647.      */
  1648.     protected function getAssets_PackagesService()
  1649.     {
  1650.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy(($this->targetDirs[3].'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1651.     }
  1652.     /**
  1653.      * Gets the private 'cache.annotations' shared service.
  1654.      *
  1655.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1656.      */
  1657.     protected function getCache_AnnotationsService()
  1658.     {
  1659.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zkAAbgOIn4'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1660.     }
  1661.     /**
  1662.      * Gets the private 'cache.property_info' shared service.
  1663.      *
  1664.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1665.      */
  1666.     protected function getCache_PropertyInfoService()
  1667.     {
  1668.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8xll33JmUL'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1669.     }
  1670.     /**
  1671.      * Gets the private 'cache.security_expression_language' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1674.      */
  1675.     protected function getCache_SecurityExpressionLanguageService()
  1676.     {
  1677.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lqHm43Dxin'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1678.     }
  1679.     /**
  1680.      * Gets the private 'cache.serializer' shared service.
  1681.      *
  1682.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1683.      */
  1684.     protected function getCache_SerializerService()
  1685.     {
  1686.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UYI7NsRl1G'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1687.     }
  1688.     /**
  1689.      * Gets the private 'cache.validator' shared service.
  1690.      *
  1691.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1692.      */
  1693.     protected function getCache_ValidatorService()
  1694.     {
  1695.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yhJKN7SZc1'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1696.     }
  1697.     /**
  1698.      * Gets the private 'cache.webpack_encore' shared service.
  1699.      *
  1700.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1701.      */
  1702.     protected function getCache_WebpackEncoreService()
  1703.     {
  1704.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y5JSSsFZJp'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1705.     }
  1706.     /**
  1707.      * Gets the private 'config_cache_factory' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1710.      */
  1711.     protected function getConfigCacheFactoryService()
  1712.     {
  1713.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1714.             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)));
  1715.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1716.         }, 2));
  1717.     }
  1718.     /**
  1719.      * Gets the private 'data_collector.form' shared service.
  1720.      *
  1721.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1722.      */
  1723.     protected function getDataCollector_FormService()
  1724.     {
  1725.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1726.     }
  1727.     /**
  1728.      * Gets the private 'debug.controller_resolver' shared service.
  1729.      *
  1730.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1731.      */
  1732.     protected function getDebug_ControllerResolverService()
  1733.     {
  1734.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1735.     }
  1736.     /**
  1737.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1738.      *
  1739.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1740.      */
  1741.     protected function getDebug_DebugHandlersListenerService()
  1742.     {
  1743.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1744.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1745.         $a->pushHandler(($this->privates['monolog.handler.deprecation_filter'] ?? $this->getMonolog_Handler_DeprecationFilterService()));
  1746.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1747.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1748.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1749.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1750.     }
  1751.     /**
  1752.      * Gets the private 'debug.file_link_formatter' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1755.      */
  1756.     protected function getDebug_FileLinkFormatterService()
  1757.     {
  1758.         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())), $this->targetDirs[3], function () {
  1759.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1760.         });
  1761.     }
  1762.     /**
  1763.      * Gets the private 'debug.log_processor' shared service.
  1764.      *
  1765.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1766.      */
  1767.     protected function getDebug_LogProcessorService()
  1768.     {
  1769.         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())));
  1770.     }
  1771.     /**
  1772.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1773.      *
  1774.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1775.      */
  1776.     protected function getDebug_Security_Access_DecisionManagerService()
  1777.     {
  1778.         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 () {
  1779.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1780.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1781.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1782.         }, 3), 'affirmative'falsetrue));
  1783.     }
  1784.     /**
  1785.      * Gets the private 'debug.security.firewall' shared service.
  1786.      *
  1787.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1788.      */
  1789.     protected function getDebug_Security_FirewallService()
  1790.     {
  1791.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1792.     }
  1793.     /**
  1794.      * Gets the private 'form.registry' shared service.
  1795.      *
  1796.      * @return \Symfony\Component\Form\FormRegistry
  1797.      */
  1798.     protected function getForm_RegistryService()
  1799.     {
  1800.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1801.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService.php'true],
  1802.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService.php'true],
  1803.             'App\\Form\\AlergiaType' => ['privates''App\\Form\\AlergiaType''getAlergiaTypeService.php'true],
  1804.             'App\\Form\\AtencionType' => ['privates''App\\Form\\AtencionType''getAtencionTypeService.php'true],
  1805.             'App\\Form\\AtencionadjuntoType' => ['privates''App\\Form\\AtencionadjuntoType''getAtencionadjuntoTypeService.php'true],
  1806.             'App\\Form\\AtencioncomplementoType' => ['privates''App\\Form\\AtencioncomplementoType''getAtencioncomplementoTypeService.php'true],
  1807.             'App\\Form\\ContactoType' => ['privates''App\\Form\\ContactoType''getContactoTypeService.php'true],
  1808.             'App\\Form\\DireccionType' => ['privates''App\\Form\\DireccionType''getDireccionTypeService.php'true],
  1809.             'App\\Form\\EnfermedadType' => ['privates''App\\Form\\EnfermedadType''getEnfermedadTypeService.php'true],
  1810.             'App\\Form\\EnfermedadesfamiliaType' => ['privates''App\\Form\\EnfermedadesfamiliaType''getEnfermedadesfamiliaTypeService.php'true],
  1811.             'App\\Form\\ImageFullType' => ['privates''App\\Form\\ImageFullType''getImageFullTypeService.php'true],
  1812.             'App\\Form\\ItemPromocionType' => ['privates''App\\Form\\ItemPromocionType''getItemPromocionTypeService.php'true],
  1813.             'App\\Form\\MetricaAtencionType' => ['privates''App\\Form\\MetricaAtencionType''getMetricaAtencionTypeService.php'true],
  1814.             'App\\Form\\PacienteType' => ['privates''App\\Form\\PacienteType''getPacienteTypeService.php'true],
  1815.             'App\\Form\\PerfilType' => ['privates''App\\Form\\PerfilType''getPerfilTypeService.php'true],
  1816.             'App\\Form\\PerfilmedicoType' => ['privates''App\\Form\\PerfilmedicoType''getPerfilmedicoTypeService.php'true],
  1817.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService.php'true],
  1818.             'App\\Form\\VacunaType' => ['privates''App\\Form\\VacunaType''getVacunaTypeService.php'true],
  1819.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService.php'true],
  1820.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService.php'true],
  1821.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService.php'true],
  1822.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService.php'true],
  1823.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService.php'true],
  1824.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService.php'true],
  1825.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService.php'true],
  1826.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService.php'true],
  1827.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService.php'true],
  1828.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService.php'true],
  1829.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService.php'true],
  1830.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService.php'true],
  1831.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService.php'true],
  1832.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService.php'true],
  1833.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService.php'true],
  1834.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService.php'true],
  1835.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService.php'true],
  1836.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService.php'true],
  1837.         ], [
  1838.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  1839.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  1840.             'App\\Form\\AlergiaType' => '?',
  1841.             'App\\Form\\AtencionType' => '?',
  1842.             'App\\Form\\AtencionadjuntoType' => '?',
  1843.             'App\\Form\\AtencioncomplementoType' => '?',
  1844.             'App\\Form\\ContactoType' => '?',
  1845.             'App\\Form\\DireccionType' => '?',
  1846.             'App\\Form\\EnfermedadType' => '?',
  1847.             'App\\Form\\EnfermedadesfamiliaType' => '?',
  1848.             'App\\Form\\ImageFullType' => '?',
  1849.             'App\\Form\\ItemPromocionType' => '?',
  1850.             'App\\Form\\MetricaAtencionType' => '?',
  1851.             'App\\Form\\PacienteType' => '?',
  1852.             'App\\Form\\PerfilType' => '?',
  1853.             'App\\Form\\PerfilmedicoType' => '?',
  1854.             'App\\Form\\RegistrationType' => '?',
  1855.             'App\\Form\\VacunaType' => '?',
  1856.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  1857.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  1858.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  1859.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  1860.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  1861.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  1862.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  1863.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  1864.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  1865.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  1866.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  1867.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  1868.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  1869.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  1870.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  1871.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  1872.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  1873.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  1874.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  1875.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php'));
  1876.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService.php'));
  1877.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService.php'));
  1878.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService.php'));
  1879.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService.php'));
  1880.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService.php'));
  1881.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService.php'));
  1882.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  1883.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  1884.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  1885.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  1886.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  1887.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService.php'));
  1888.         }, 1)], new RewindableGenerator(function () {
  1889.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService.php'));
  1890.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService.php'));
  1891.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php'));
  1892.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  1893.     }
  1894.     /**
  1895.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1896.      *
  1897.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1898.      */
  1899.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1900.     {
  1901.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1902.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1903.     }
  1904.     /**
  1905.      * Gets the private 'fos_user.util.password_updater' shared service.
  1906.      *
  1907.      * @return \FOS\UserBundle\Util\PasswordUpdater
  1908.      */
  1909.     protected function getFosUser_Util_PasswordUpdaterService()
  1910.     {
  1911.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1912.     }
  1913.     /**
  1914.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1915.      *
  1916.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1917.      */
  1918.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1919.     {
  1920.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1921.     }
  1922.     /**
  1923.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1924.      *
  1925.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1926.      */
  1927.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1928.     {
  1929.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1930.     }
  1931.     /**
  1932.      * Gets the private 'locale_aware_listener' shared service.
  1933.      *
  1934.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1935.      */
  1936.     protected function getLocaleAwareListenerService()
  1937.     {
  1938.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1939.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1940.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1941.     }
  1942.     /**
  1943.      * Gets the private 'locale_listener' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1946.      */
  1947.     protected function getLocaleListenerService()
  1948.     {
  1949.         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()));
  1950.     }
  1951.     /**
  1952.      * Gets the private 'monolog.handler.console' shared service.
  1953.      *
  1954.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1955.      */
  1956.     protected function getMonolog_Handler_ConsoleService()
  1957.     {
  1958.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1959.     }
  1960.     /**
  1961.      * Gets the private 'monolog.handler.deprecation' shared service.
  1962.      *
  1963.      * @return \Monolog\Handler\StreamHandler
  1964.      */
  1965.     protected function getMonolog_Handler_DeprecationService()
  1966.     {
  1967.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.deprecations.log'), 100trueNULLfalse);
  1968.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the private 'monolog.handler.deprecation_filter' shared service.
  1973.      *
  1974.      * @return \Monolog\Handler\FilterHandler
  1975.      */
  1976.     protected function getMonolog_Handler_DeprecationFilterService()
  1977.     {
  1978.         return $this->privates['monolog.handler.deprecation_filter'] = new \Monolog\Handler\FilterHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()), 100200true);
  1979.     }
  1980.     /**
  1981.      * Gets the private 'monolog.handler.main' shared service.
  1982.      *
  1983.      * @return \Monolog\Handler\FingersCrossedHandler
  1984.      */
  1985.     protected function getMonolog_Handler_MainService()
  1986.     {
  1987.         $a = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1988.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1989.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []]], 400), 0truetrueNULL);
  1990.     }
  1991.     /**
  1992.      * Gets the private 'monolog.logger' shared service.
  1993.      *
  1994.      * @return \Symfony\Bridge\Monolog\Logger
  1995.      */
  1996.     protected function getMonolog_LoggerService()
  1997.     {
  1998.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1999.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2000.         $instance->useMicrosecondTimestamps(true);
  2001.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2002.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2003.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2004.         return $instance;
  2005.     }
  2006.     /**
  2007.      * Gets the private 'monolog.logger.cache' shared service.
  2008.      *
  2009.      * @return \Symfony\Bridge\Monolog\Logger
  2010.      */
  2011.     protected function getMonolog_Logger_CacheService()
  2012.     {
  2013.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2014.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2015.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2016.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2017.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the private 'monolog.logger.request' shared service.
  2022.      *
  2023.      * @return \Symfony\Bridge\Monolog\Logger
  2024.      */
  2025.     protected function getMonolog_Logger_RequestService()
  2026.     {
  2027.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2028.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2029.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2030.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2031.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2032.         return $instance;
  2033.     }
  2034.     /**
  2035.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2036.      *
  2037.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2038.      */
  2039.     protected function getNelmioCors_CorsListenerService()
  2040.     {
  2041.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  2042.     }
  2043.     /**
  2044.      * Gets the private 'nelmio_security.clickjacking_listener' shared service.
  2045.      *
  2046.      * @return \Nelmio\SecurityBundle\EventListener\ClickjackingListener
  2047.      */
  2048.     protected function getNelmioSecurity_ClickjackingListenerService()
  2049.     {
  2050.         return $this->privates['nelmio_security.clickjacking_listener'] = new \Nelmio\SecurityBundle\EventListener\ClickjackingListener($this->parameters['nelmio_security.clickjacking.paths'], []);
  2051.     }
  2052.     /**
  2053.      * Gets the private 'nelmio_security.csp_listener' shared service.
  2054.      *
  2055.      * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  2056.      */
  2057.     protected function getNelmioSecurity_CspListenerService()
  2058.     {
  2059.         $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  2060.         return $this->privates['nelmio_security.csp_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener(\Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL'log_formatter' => 'nelmio_security.csp_report.log_formatter''log_level' => 'notice''filters' => ['domains' => true'schemes' => true'browser_bugs' => true'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true'report_logger_service' => 'logger''hash' => ['algorithm' => 'sha256']], 'report'), \Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL'log_formatter' => 'nelmio_security.csp_report.log_formatter''log_level' => 'notice''filters' => ['domains' => true'schemes' => true'browser_bugs' => true'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true'report_logger_service' => 'logger''hash' => ['algorithm' => 'sha256']], 'enforce'), new \Nelmio\SecurityBundle\ContentSecurityPolicy\NonceGenerator(16), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256'))), true, [], []);
  2061.     }
  2062.     /**
  2063.      * Gets the private 'nelmio_security.referrer_policy_listener' shared service.
  2064.      *
  2065.      * @return \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener
  2066.      */
  2067.     protected function getNelmioSecurity_ReferrerPolicyListenerService()
  2068.     {
  2069.         return $this->privates['nelmio_security.referrer_policy_listener'] = new \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener($this->parameters['nelmio_security.referrer_policy.policies']);
  2070.     }
  2071.     /**
  2072.      * Gets the private 'nelmio_security.xss_protection_listener' shared service.
  2073.      *
  2074.      * @return \Nelmio\SecurityBundle\EventListener\XssProtectionListener
  2075.      */
  2076.     protected function getNelmioSecurity_XssProtectionListenerService()
  2077.     {
  2078.         return $this->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true'mode_block' => true'report_uri' => NULL]);
  2079.     }
  2080.     /**
  2081.      * Gets the private 'parameter_bag' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2084.      */
  2085.     protected function getParameterBagService()
  2086.     {
  2087.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2088.     }
  2089.     /**
  2090.      * Gets the private 'profiler_listener' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2093.      */
  2094.     protected function getProfilerListenerService()
  2095.     {
  2096.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2097.     }
  2098.     /**
  2099.      * Gets the private 'qi' shared autowired service.
  2100.      *
  2101.      * @return \App\Service\QI
  2102.      */
  2103.     protected function getQi2Service()
  2104.     {
  2105.         return $this->privates['qi'] = new \App\Service\QI(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this, ($this->services['session'] ?? $this->getSessionService()));
  2106.     }
  2107.     /**
  2108.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2109.      *
  2110.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2111.      */
  2112.     protected function getResolveControllerNameSubscriberService()
  2113.     {
  2114.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2115.     }
  2116.     /**
  2117.      * Gets the private 'router.request_context' shared service.
  2118.      *
  2119.      * @return \Symfony\Component\Routing\RequestContext
  2120.      */
  2121.     protected function getRouter_RequestContextService()
  2122.     {
  2123.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2124.     }
  2125.     /**
  2126.      * Gets the private 'router_listener' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2129.      */
  2130.     protected function getRouterListenerService()
  2131.     {
  2132.         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()), $this->targetDirs[3], true);
  2133.     }
  2134.     /**
  2135.      * Gets the private 'security.authentication.manager' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2138.      */
  2139.     protected function getSecurity_Authentication_ManagerService()
  2140.     {
  2141.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2142.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  2143.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2144.         }, 2), true);
  2145.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2146.         return $instance;
  2147.     }
  2148.     /**
  2149.      * Gets the private 'security.encoder_factory.generic' shared service.
  2150.      *
  2151.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2152.      */
  2153.     protected function getSecurity_EncoderFactory_GenericService()
  2154.     {
  2155.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  2156.     }
  2157.     /**
  2158.      * Gets the private 'security.firewall.map' shared service.
  2159.      *
  2160.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2161.      */
  2162.     protected function getSecurity_Firewall_MapService()
  2163.     {
  2164.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2165.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2166.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  2167.         ], [
  2168.             'security.firewall.map.context.dev' => '?',
  2169.             'security.firewall.map.context.main' => '?',
  2170.         ]), new RewindableGenerator(function () {
  2171.             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)/')));
  2172.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2173.         }, 2));
  2174.     }
  2175.     /**
  2176.      * Gets the private 'security.logout_url_generator' shared service.
  2177.      *
  2178.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2179.      */
  2180.     protected function getSecurity_LogoutUrlGeneratorService()
  2181.     {
  2182.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2183.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2184.         return $instance;
  2185.     }
  2186.     /**
  2187.      * Gets the private 'security.role_hierarchy' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2190.      */
  2191.     protected function getSecurity_RoleHierarchyService()
  2192.     {
  2193.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2194.     }
  2195.     /**
  2196.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2197.      *
  2198.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2199.      */
  2200.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2201.     {
  2202.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2203.     }
  2204.     /**
  2205.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2206.      *
  2207.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2208.      */
  2209.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2210.     {
  2211.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2212.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2213.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2214.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2215.     }
  2216.     /**
  2217.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2218.      *
  2219.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2220.      */
  2221.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2222.     {
  2223.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2224.     }
  2225.     /**
  2226.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2227.      *
  2228.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2229.      */
  2230.     protected function getSensioFrameworkExtra_View_ListenerService()
  2231.     {
  2232.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'session_listener' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2238.      */
  2239.     protected function getSessionListenerService()
  2240.     {
  2241.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2242.             'initialized_session' => ['services''session'NULLfalse],
  2243.             'session' => ['services''session''getSessionService'false],
  2244.         ], [
  2245.             'initialized_session' => '?',
  2246.             'session' => '?',
  2247.         ]));
  2248.     }
  2249.     /**
  2250.      * Gets the private 'translator.default' shared service.
  2251.      *
  2252.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2253.      */
  2254.     protected function getTranslator_DefaultService()
  2255.     {
  2256.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2257.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2258.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2259.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2260.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2261.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2262.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2263.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2264.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2265.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2266.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2267.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2268.         ], [
  2269.             'translation.loader.csv' => '?',
  2270.             'translation.loader.dat' => '?',
  2271.             'translation.loader.ini' => '?',
  2272.             'translation.loader.json' => '?',
  2273.             'translation.loader.mo' => '?',
  2274.             'translation.loader.php' => '?',
  2275.             'translation.loader.po' => '?',
  2276.             'translation.loader.qt' => '?',
  2277.             'translation.loader.res' => '?',
  2278.             'translation.loader.xliff' => '?',
  2279.             'translation.loader.yml' => '?',
  2280.         ]), 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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.bg.yml')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.cs.yml')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.lt.yml')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.nl.yml')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sr_RS' => [=> ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'vn' => [=> ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.vn.yml')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations'), => ($this->targetDirs[3].'/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), 10 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 11 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 12 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), 13 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 14 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 15 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 16 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 17 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 18 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 19 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 20 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 21 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 22 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 23 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 24 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 25 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 26 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 27 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 28 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 29 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 30 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 31 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 32 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 33 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 34 => ($this->targetDirs[3].'/src/Resources/EasyAdminBundle/translations'), 35 => ($this->targetDirs[3].'/src/Resources/FOSUserBundle/translations'), 36 => ($this->targetDirs[3].'/vendor/kreait/firebase-bundle/Resources/translations'), 37 => ($this->targetDirs[3].'/src/Resources/FirebaseBundle/translations'), 38 => ($this->targetDirs[3].'/src/Resources/EasyAdminExtensionBundle/translations'), 39 => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/translations'), 40 => ($this->targetDirs[3].'/src/Resources/FOSCKEditorBundle/translations'), 41 => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle/Resources/translations'), 42 => ($this->targetDirs[3].'/src/Resources/NelmioCorsBundle/translations'), 43 => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Resources/translations'), 44 => ($this->targetDirs[3].'/src/Resources/WebpackEncoreBundle/translations'), 45 => ($this->targetDirs[3].'/src/Resources/VichUploaderBundle/translations'), 46 => ($this->targetDirs[3].'/vendor/jms/serializer-bundle/Resources/translations'), 47 => ($this->targetDirs[3].'/src/Resources/JMSSerializerBundle/translations'), 48 => ($this->targetDirs[3].'/vendor/nelmio/security-bundle/Resources/translations'), 49 => ($this->targetDirs[3].'/src/Resources/NelmioSecurityBundle/translations'), 50 => ($this->targetDirs[3].'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/Resources/translations'=> 'src/Resources/FrameworkBundle/translations'10 => 'vendor/doctrine/doctrine-cache-bundle/Resources/translations'11 => 'src/Resources/DoctrineCacheBundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/Resources/translations'13 => 'src/Resources/SensioFrameworkExtraBundle/translations'14 => 'vendor/doctrine/doctrine-bundle/Resources/translations'15 => 'src/Resources/DoctrineBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/Resources/translations'17 => 'src/Resources/DoctrineMigrationsBundle/translations'18 => 'vendor/symfony/security-bundle/Resources/translations'19 => 'src/Resources/SecurityBundle/translations'20 => 'vendor/symfony/swiftmailer-bundle/Resources/translations'21 => 'src/Resources/SwiftmailerBundle/translations'22 => 'vendor/symfony/twig-bundle/Resources/translations'23 => 'src/Resources/TwigBundle/translations'24 => 'vendor/symfony/web-profiler-bundle/Resources/translations'25 => 'src/Resources/WebProfilerBundle/translations'26 => 'vendor/symfony/monolog-bundle/Resources/translations'27 => 'src/Resources/MonologBundle/translations'28 => 'vendor/symfony/debug-bundle/Resources/translations'29 => 'src/Resources/DebugBundle/translations'30 => 'vendor/symfony/maker-bundle/src/Resources/translations'31 => 'src/Resources/MakerBundle/translations'32 => 'vendor/symfony/web-server-bundle/Resources/translations'33 => 'src/Resources/WebServerBundle/translations'34 => 'src/Resources/EasyAdminBundle/translations'35 => 'src/Resources/FOSUserBundle/translations'36 => 'vendor/kreait/firebase-bundle/Resources/translations'37 => 'src/Resources/FirebaseBundle/translations'38 => 'src/Resources/EasyAdminExtensionBundle/translations'39 => 'vendor/friendsofsymfony/ckeditor-bundle/src/Resources/translations'40 => 'src/Resources/FOSCKEditorBundle/translations'41 => 'vendor/nelmio/cors-bundle/Resources/translations'42 => 'src/Resources/NelmioCorsBundle/translations'43 => 'vendor/symfony/webpack-encore-bundle/src/Resources/translations'44 => 'src/Resources/WebpackEncoreBundle/translations'45 => 'src/Resources/VichUploaderBundle/translations'46 => 'vendor/jms/serializer-bundle/Resources/translations'47 => 'src/Resources/JMSSerializerBundle/translations'48 => 'vendor/nelmio/security-bundle/Resources/translations'49 => 'src/Resources/NelmioSecurityBundle/translations'50 => 'src/Resources/translations']]]);
  2281.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2282.         $instance->setFallbackLocales([=> 'es']);
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the private 'twig.loader.filesystem' shared service.
  2287.      *
  2288.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2289.      */
  2290.     protected function getTwig_Loader_FilesystemService()
  2291.     {
  2292.         $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
  2293.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2294.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2295.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2296.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2297.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2298.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2299.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2300.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2301.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2302.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2303.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2304.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2305.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2306.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2307.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  2308.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  2309.         $instance->addPath(($this->targetDirs[3].'/src/Resources/FOSUserBundle/views'), 'FOSUser');
  2310.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2311.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2312.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  2313.         $instance->addPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  2314.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  2315.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  2316.         $instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), 'VichUploader');
  2317.         $instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), '!VichUploader');
  2318.         $instance->addPath(($this->targetDirs[3].'/templates'));
  2319.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2320.         $instance->prependPath(($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdmin');
  2321.         $instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'BaseEasyAdmin');
  2322.         return $instance;
  2323.     }
  2324.     /**
  2325.      * Gets the private 'validator.builder' shared service.
  2326.      *
  2327.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2328.      */
  2329.     protected function getValidator_BuilderService()
  2330.     {
  2331.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2332.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2333.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2334.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2335.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2336.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2337.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2338.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2339.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2340.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2341.         ], [
  2342.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2343.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2344.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2345.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2346.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2347.             'doctrine.orm.validator.unique' => '?',
  2348.             'security.validator.user_password' => '?',
  2349.             'validator.expression' => '?',
  2350.         ])));
  2351.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2352.         $instance->setTranslationDomain('validators');
  2353.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2354.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2355.         $instance->addMethodMapping('loadValidatorMetadata');
  2356.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2357.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2358.         return $instance;
  2359.     }
  2360.     /**
  2361.      * Gets the private 'var_dumper.html_dumper' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2364.      */
  2365.     protected function getVarDumper_HtmlDumperService()
  2366.     {
  2367.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2368.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2369.         return $instance;
  2370.     }
  2371.     /**
  2372.      * Gets the private 'var_dumper.server_connection' shared service.
  2373.      *
  2374.      * @return \Symfony\Component\VarDumper\Server\Connection
  2375.      */
  2376.     protected function getVarDumper_ServerConnectionService()
  2377.     {
  2378.         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'$this->targetDirs[3], ($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()]);
  2379.     }
  2380.     /**
  2381.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2382.      *
  2383.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2384.      */
  2385.     protected function getVichUploader_MetadataReaderService()
  2386.     {
  2387.         $a = new \Metadata\Driver\FileLocator([]);
  2388.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2389.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/vich_uploader')));
  2390.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2391.     }
  2392.     /**
  2393.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2394.      *
  2395.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2396.      */
  2397.     protected function getVichUploader_PropertyMappingFactoryService()
  2398.     {
  2399.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  2400.     }
  2401.     /**
  2402.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2403.      *
  2404.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2405.      */
  2406.     protected function getVichUploader_Storage_FileSystemService()
  2407.     {
  2408.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2409.     }
  2410.     /**
  2411.      * Gets the private 'web_profiler.csp.handler' shared service.
  2412.      *
  2413.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2414.      */
  2415.     protected function getWebProfiler_Csp_HandlerService()
  2416.     {
  2417.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2418.     }
  2419.     /**
  2420.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2421.      *
  2422.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2423.      */
  2424.     protected function getWebProfiler_DebugToolbarService()
  2425.     {
  2426.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2427.     }
  2428.     public function getParameter($name)
  2429.     {
  2430.         $name = (string) $name;
  2431.         if (isset($this->buildParameters[$name])) {
  2432.             return $this->buildParameters[$name];
  2433.         }
  2434.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2435.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2436.         }
  2437.         if (isset($this->loadedDynamicParameters[$name])) {
  2438.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2439.         }
  2440.         return $this->parameters[$name];
  2441.     }
  2442.     public function hasParameter($name)
  2443.     {
  2444.         $name = (string) $name;
  2445.         if (isset($this->buildParameters[$name])) {
  2446.             return true;
  2447.         }
  2448.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2449.     }
  2450.     public function setParameter($name$value)
  2451.     {
  2452.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2453.     }
  2454.     public function getParameterBag()
  2455.     {
  2456.         if (null === $this->parameterBag) {
  2457.             $parameters $this->parameters;
  2458.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2459.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2460.             }
  2461.             foreach ($this->buildParameters as $name => $value) {
  2462.                 $parameters[$name] = $value;
  2463.             }
  2464.             $this->parameterBag = new FrozenParameterBag($parameters);
  2465.         }
  2466.         return $this->parameterBag;
  2467.     }
  2468.     private $loadedDynamicParameters = [
  2469.         'kernel.root_dir' => false,
  2470.         'kernel.project_dir' => false,
  2471.         'kernel.cache_dir' => false,
  2472.         'kernel.logs_dir' => false,
  2473.         'kernel.bundles_metadata' => false,
  2474.         'kernel.secret' => false,
  2475.         'session.save_path' => false,
  2476.         'validator.mapping.cache.file' => false,
  2477.         'translator.default_path' => false,
  2478.         'profiler.storage.dsn' => false,
  2479.         'debug.container.dump' => false,
  2480.         'serializer.mapping.cache.file' => false,
  2481.         'doctrine.orm.proxy_dir' => false,
  2482.         'swiftmailer.spool.default.memory.path' => false,
  2483.         'twig.default_path' => false,
  2484.         'vich_uploader.mappings' => false,
  2485.     ];
  2486.     private $dynamicParameters = [];
  2487.     /**
  2488.      * Computes a dynamic parameter.
  2489.      *
  2490.      * @param string $name The name of the dynamic parameter to load
  2491.      *
  2492.      * @return mixed The value of the dynamic parameter
  2493.      *
  2494.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2495.      */
  2496.     private function getDynamicParameter($name)
  2497.     {
  2498.         switch ($name) {
  2499.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2500.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2501.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2502.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2503.             case 'kernel.bundles_metadata'$value = [
  2504.                 'FrameworkBundle' => [
  2505.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2506.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2507.                 ],
  2508.                 'DoctrineCacheBundle' => [
  2509.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2510.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2511.                 ],
  2512.                 'SensioFrameworkExtraBundle' => [
  2513.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src'),
  2514.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2515.                 ],
  2516.                 'DoctrineBundle' => [
  2517.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2518.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2519.                 ],
  2520.                 'DoctrineMigrationsBundle' => [
  2521.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2522.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2523.                 ],
  2524.                 'SecurityBundle' => [
  2525.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  2526.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2527.                 ],
  2528.                 'SwiftmailerBundle' => [
  2529.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2530.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2531.                 ],
  2532.                 'TwigBundle' => [
  2533.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2534.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2535.                 ],
  2536.                 'WebProfilerBundle' => [
  2537.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2538.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2539.                 ],
  2540.                 'MonologBundle' => [
  2541.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2542.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2543.                 ],
  2544.                 'DebugBundle' => [
  2545.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  2546.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2547.                 ],
  2548.                 'MakerBundle' => [
  2549.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2550.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2551.                 ],
  2552.                 'WebServerBundle' => [
  2553.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  2554.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2555.                 ],
  2556.                 'EasyAdminBundle' => [
  2557.                     'path' => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src'),
  2558.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2559.                 ],
  2560.                 'FOSUserBundle' => [
  2561.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2562.                     'namespace' => 'FOS\\UserBundle',
  2563.                 ],
  2564.                 'FirebaseBundle' => [
  2565.                     'path' => ($this->targetDirs[3].'/vendor/kreait/firebase-bundle'),
  2566.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  2567.                 ],
  2568.                 'EasyAdminExtensionBundle' => [
  2569.                     'path' => ($this->targetDirs[3].'/vendor/alterphp/easyadmin-extension-bundle/src'),
  2570.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  2571.                 ],
  2572.                 'FOSCKEditorBundle' => [
  2573.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2574.                     'namespace' => 'FOS\\CKEditorBundle',
  2575.                 ],
  2576.                 'NelmioCorsBundle' => [
  2577.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  2578.                     'namespace' => 'Nelmio\\CorsBundle',
  2579.                 ],
  2580.                 'WebpackEncoreBundle' => [
  2581.                     'path' => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src'),
  2582.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2583.                 ],
  2584.                 'VichUploaderBundle' => [
  2585.                     'path' => ($this->targetDirs[3].'/vendor/vich/uploader-bundle'),
  2586.                     'namespace' => 'Vich\\UploaderBundle',
  2587.                 ],
  2588.                 'JMSSerializerBundle' => [
  2589.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  2590.                     'namespace' => 'JMS\\SerializerBundle',
  2591.                 ],
  2592.                 'NelmioSecurityBundle' => [
  2593.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/security-bundle'),
  2594.                     'namespace' => 'Nelmio\\SecurityBundle',
  2595.                 ],
  2596.             ]; break;
  2597.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2598.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2599.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2600.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2601.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2602.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  2603.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2604.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2605.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2606.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2607.             case 'vich_uploader.mappings'$value = [
  2608.                 'product_load' => [
  2609.                     'uri_prefix' => '/uploads/product_load',
  2610.                     'upload_destination' => ($this->targetDirs[3].'/public/upload/product_load'),
  2611.                     'namer' => [
  2612.                         'service' => 'vich_uploader.namer_uniqid.product_load',
  2613.                         'options' => NULL,
  2614.                     ],
  2615.                     'directory_namer' => [
  2616.                         'service' => NULL,
  2617.                         'options' => NULL,
  2618.                     ],
  2619.                     'delete_on_remove' => true,
  2620.                     'delete_on_update' => true,
  2621.                     'inject_on_load' => false,
  2622.                     'db_driver' => 'orm',
  2623.                 ],
  2624.             ]; break;
  2625.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2626.         }
  2627.         $this->loadedDynamicParameters[$name] = true;
  2628.         return $this->dynamicParameters[$name] = $value;
  2629.     }
  2630.     /**
  2631.      * Gets the default parameters.
  2632.      *
  2633.      * @return array An array of the default parameters
  2634.      */
  2635.     protected function getDefaultParameters()
  2636.     {
  2637.         return [
  2638.             'kernel.environment' => 'dev',
  2639.             'kernel.debug' => true,
  2640.             'kernel.name' => 'src',
  2641.             'kernel.bundles' => [
  2642.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2643.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2644.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2645.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2646.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2647.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2648.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2649.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2650.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2651.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2652.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2653.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2654.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2655.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2656.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2657.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  2658.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  2659.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2660.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2661.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2662.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2663.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2664.                 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  2665.             ],
  2666.             'kernel.charset' => 'UTF-8',
  2667.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2668.             'container.dumper.inline_class_loader' => true,
  2669.             'env(DATABASE_URL)' => '',
  2670.             'locale' => 'en',
  2671.             'env(DB_HOST)' => '',
  2672.             'env(DB_PORT)' => 3306,
  2673.             'env(DB_SOCKET)' => '',
  2674.             'app.path.product_load' => '/uploads/product_load',
  2675.             'fragment.renderer.hinclude.global_template' => NULL,
  2676.             'fragment.path' => '/_fragment',
  2677.             'kernel.http_method_override' => true,
  2678.             'kernel.trusted_hosts' => [
  2679.             ],
  2680.             'kernel.default_locale' => 'es',
  2681.             'templating.helper.code.file_link_format' => NULL,
  2682.             'debug.file_link_format' => NULL,
  2683.             'session.metadata.storage_key' => '_sf2_meta',
  2684.             'session.storage.options' => [
  2685.                 'cache_limiter' => '0',
  2686.                 'cookie_lifetime' => 7776000000,
  2687.                 'cookie_secure' => true,
  2688.                 'cookie_httponly' => true,
  2689.                 'cookie_samesite' => 'lax',
  2690.                 'gc_probability' => 1,
  2691.             ],
  2692.             'session.metadata.update_threshold' => 0,
  2693.             'form.type_extension.csrf.enabled' => true,
  2694.             'form.type_extension.csrf.field_name' => '_token',
  2695.             'asset.request_context.base_path' => '',
  2696.             'asset.request_context.secure' => false,
  2697.             'templating.loader.cache.path' => NULL,
  2698.             'templating.engines' => [
  2699.                 => 'twig',
  2700.                 => 'php',
  2701.             ],
  2702.             'templating.helper.form.resources' => [
  2703.                 => 'FrameworkBundle:Form',
  2704.             ],
  2705.             'validator.mapping.cache.prefix' => '',
  2706.             'validator.translation_domain' => 'validators',
  2707.             'translator.logging' => false,
  2708.             'profiler_listener.only_exceptions' => false,
  2709.             'profiler_listener.only_master_requests' => false,
  2710.             'debug.error_handler.throw_at' => -1,
  2711.             'router.request_context.host' => 'localhost',
  2712.             'router.request_context.scheme' => 'http',
  2713.             'router.request_context.base_url' => '',
  2714.             'router.resource' => 'kernel::loadRoutes',
  2715.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2716.             'request_listener.http_port' => 80,
  2717.             'request_listener.https_port' => 443,
  2718.             'serializer.mapping.cache.prefix' => '',
  2719.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2720.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2721.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2722.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2723.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2724.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2725.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2726.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2727.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2728.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2729.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2730.             'doctrine_cache.memcache.host' => 'localhost',
  2731.             'doctrine_cache.memcache.port' => 11211,
  2732.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2733.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2734.             'doctrine_cache.memcached.host' => 'localhost',
  2735.             'doctrine_cache.memcached.port' => 11211,
  2736.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2737.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2738.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2739.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2740.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2741.             'doctrine_cache.predis.scheme' => 'tcp',
  2742.             'doctrine_cache.predis.host' => 'localhost',
  2743.             'doctrine_cache.predis.port' => 6379,
  2744.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2745.             'doctrine_cache.redis.connection.class' => 'Redis',
  2746.             'doctrine_cache.redis.host' => 'localhost',
  2747.             'doctrine_cache.redis.port' => 6379,
  2748.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2749.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2750.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2751.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2752.             'doctrine_cache.riak.host' => 'localhost',
  2753.             'doctrine_cache.riak.port' => 8087,
  2754.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2755.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2756.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2757.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2758.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2759.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2760.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2761.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2762.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2763.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2764.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2765.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2766.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2767.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2768.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2769.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2770.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2771.             'doctrine.entity_managers' => [
  2772.                 'default' => 'doctrine.orm.default_entity_manager',
  2773.             ],
  2774.             'doctrine.default_entity_manager' => 'default',
  2775.             'doctrine.dbal.connection_factory.types' => [
  2776.             ],
  2777.             'doctrine.connections' => [
  2778.                 'default' => 'doctrine.dbal.default_connection',
  2779.             ],
  2780.             'doctrine.default_connection' => 'default',
  2781.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2782.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2783.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2784.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2785.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2786.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2787.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2788.             'doctrine.orm.cache.memcache_port' => 11211,
  2789.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2790.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2791.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2792.             'doctrine.orm.cache.memcached_port' => 11211,
  2793.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2794.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2795.             'doctrine.orm.cache.redis_host' => 'localhost',
  2796.             'doctrine.orm.cache.redis_port' => 6379,
  2797.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2798.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2799.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2800.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2801.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2802.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2803.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2804.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2805.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2806.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2807.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2808.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2809.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2810.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2811.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2812.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2813.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2814.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2815.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2816.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2817.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2818.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2819.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2820.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2821.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2822.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2823.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2824.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2825.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2826.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2827.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2828.             'doctrine.migrations.preferred_em' => NULL,
  2829.             'doctrine.migrations.preferred_connection' => NULL,
  2830.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2831.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2832.             'security.role_hierarchy.roles' => [
  2833.                 'ROLE_ADMIN' => [
  2834.                     => 'ROLE_USER',
  2835.                 ],
  2836.                 'ROLE_SUPER_ADMIN' => [
  2837.                     => 'ROLE_ADMIN',
  2838.                     => 'ROLE_ADMIN_CALL',
  2839.                 ],
  2840.                 'ROLE_PACIENTE' => [
  2841.                     => 'ROLE_USER',
  2842.                 ],
  2843.                 'ROLE_MEDICO' => [
  2844.                     => 'ROLE_USER',
  2845.                 ],
  2846.             ],
  2847.             'security.access.denied_url' => NULL,
  2848.             'security.authentication.manager.erase_credentials' => true,
  2849.             'security.authentication.session_strategy.strategy' => 'migrate',
  2850.             'security.access.always_authenticate_before_granting' => false,
  2851.             'security.authentication.hide_user_not_found' => true,
  2852.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2853.             'swiftmailer.mailer.default.spool.enabled' => true,
  2854.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2855.             'swiftmailer.mailer.default.single_address' => NULL,
  2856.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2857.             'swiftmailer.spool.enabled' => true,
  2858.             'swiftmailer.delivery.enabled' => true,
  2859.             'swiftmailer.single_address' => NULL,
  2860.             'swiftmailer.mailers' => [
  2861.                 'default' => 'swiftmailer.mailer.default',
  2862.             ],
  2863.             'swiftmailer.default_mailer' => 'default',
  2864.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2865.             'twig.form.resources' => [
  2866.                 => '@VichUploader/Form/fields.html.twig',
  2867.                 => 'form_div_layout.html.twig',
  2868.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2869.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2870.             ],
  2871.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2872.             'web_profiler.debug_toolbar.mode' => 2,
  2873.             'monolog.use_microseconds' => true,
  2874.             'monolog.swift_mailer.handlers' => [
  2875.             ],
  2876.             'monolog.handlers_to_channels' => [
  2877.                 'monolog.handler.deprecation_filter' => [
  2878.                     'type' => 'inclusive',
  2879.                     'elements' => [
  2880.                         => 'php',
  2881.                     ],
  2882.                 ],
  2883.                 'monolog.handler.console' => [
  2884.                     'type' => 'exclusive',
  2885.                     'elements' => [
  2886.                         => 'event',
  2887.                         => 'doctrine',
  2888.                     ],
  2889.                 ],
  2890.                 'monolog.handler.main' => NULL,
  2891.             ],
  2892.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2893.             'easyadmin.config' => [
  2894.                 'site_name' => '<div class="logo_back"></div>',
  2895.                 'formats' => [
  2896.                     'date' => 'd/m/Y',
  2897.                     'time' => 'H:i',
  2898.                     'datetime' => 'd/m/Y H:i:s',
  2899.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  2900.                 ],
  2901.                 'design' => [
  2902.                     'assets' => [
  2903.                         'css' => [
  2904.                             => 'bundles/easyadmin/bootstrap-all.css',
  2905.                             => 'build/admin.css',
  2906.                         ],
  2907.                         'js' => [
  2908.                             => 'bundles/easyadmin/bootstrap-all.js',
  2909.                             => 'https://www.gstatic.com/firebasejs/7.13.2/firebase-app.js',
  2910.                             => 'https://www.gstatic.com/firebasejs/7.13.2/firebase-database.js',
  2911.                             => 'https://www.gstatic.com/firebasejs/7.13.2/firebase-firestore.js',
  2912.                             => 'https://www.gstatic.com/firebasejs/7.13.2/firebase-storage.js',
  2913.                             => 'https://www.gstatic.com/firebasejs/7.13.2/firebase-auth.js',
  2914.                             => 'firebase/config.js',
  2915.                             => 'firebase/firebase_utils.js',
  2916.                             => 'firebase/auth.js',
  2917.                             => 'back/admin.js',
  2918.                         ],
  2919.                         'favicon' => [
  2920.                             'path' => 'favicon.ico',
  2921.                             'mime_type' => 'image/x-icon',
  2922.                         ],
  2923.                     ],
  2924.                     'templates' => [
  2925.                         'menu' => 'easyadmin/menu.html.twig',
  2926.                     ],
  2927.                     'menu' => [
  2928.                         => [
  2929.                             'label' => 'Administradores',
  2930.                             'icon' => 'lock',
  2931.                             'children' => [
  2932.                                 => [
  2933.                                     'entity' => 'Administrator',
  2934.                                     'label' => 'CMS',
  2935.                                     'icon' => 'user',
  2936.                                     'role' => 'ROLE_ADMIN',
  2937.                                 ],
  2938.                             ],
  2939.                         ],
  2940.                         => [
  2941.                             'label' => 'Usuarios',
  2942.                             'role' => 'ROLE_ADMIN',
  2943.                             'icon' => 'user',
  2944.                             'children' => [
  2945.                                 => [
  2946.                                     'entity' => 'Usuario',
  2947.                                     'label' => 'Usuarios',
  2948.                                     'icon' => 'user',
  2949.                                     'role' => 'ROLE_ADMIN',
  2950.                                 ],
  2951.                             ],
  2952.                         ],
  2953.                         => [
  2954.                             'entity' => 'Paciente',
  2955.                             'label' => 'Paciente',
  2956.                             'icon' => 'user',
  2957.                             'role' => 'ROLE_ADMIN',
  2958.                         ],
  2959.                         => [
  2960.                             'entity' => 'PerfilMedico',
  2961.                             'label' => 'Médico',
  2962.                             'icon' => 'user',
  2963.                             'role' => 'ROLE_ADMIN',
  2964.                         ],
  2965.                         => [
  2966.                             'entity' => 'Administradora',
  2967.                             'label' => 'Administradora',
  2968.                             'icon' => 'user',
  2969.                             'role' => 'ROLE_ADMIN',
  2970.                         ],
  2971.                         => [
  2972.                             'label' => 'Algoritmos',
  2973.                             'icon' => 'cog',
  2974.                             'role' => 'ROLE_ADMIN',
  2975.                             'children' => [
  2976.                                 => [
  2977.                                     'entity' => 'Diagnostico',
  2978.                                     'label' => 'Diagnósticos',
  2979.                                     'icon' => 'cog',
  2980.                                     'role' => 'ROLE_ADMIN',
  2981.                                 ],
  2982.                                 => [
  2983.                                     'entity' => 'Formula',
  2984.                                     'label' => 'Formulas',
  2985.                                     'icon' => 'star',
  2986.                                     'role' => 'ROLE_ADMIN',
  2987.                                 ],
  2988.                                 => [
  2989.                                     'entity' => 'Prediagnostico',
  2990.                                     'label' => 'Pre-diagnósticos',
  2991.                                     'icon' => 'cog',
  2992.                                     'role' => 'ROLE_ADMIN',
  2993.                                 ],
  2994.                                 => [
  2995.                                     'entity' => 'Sintoma',
  2996.                                     'label' => 'Síntomas',
  2997.                                     'icon' => 'cog',
  2998.                                     'role' => 'ROLE_ADMIN',
  2999.                                 ],
  3000.                                 => [
  3001.                                     'entity' => 'Pregunta',
  3002.                                     'label' => 'Preguntas',
  3003.                                     'icon' => 'cog',
  3004.                                     'role' => 'ROLE_ADMIN',
  3005.                                 ],
  3006.                                 => [
  3007.                                     'entity' => 'Respuesta',
  3008.                                     'label' => 'Respuestas',
  3009.                                     'icon' => 'cog',
  3010.                                     'role' => 'ROLE_ADMIN',
  3011.                                 ],
  3012.                                 => [
  3013.                                     'entity' => 'Opcion',
  3014.                                     'label' => 'Opciones',
  3015.                                     'icon' => 'cog',
  3016.                                     'role' => 'ROLE_ADMIN',
  3017.                                 ],
  3018.                                 => [
  3019.                                     'entity' => 'Regla',
  3020.                                     'label' => 'Reglas',
  3021.                                     'icon' => 'cog',
  3022.                                     'role' => 'ROLE_ADMIN',
  3023.                                 ],
  3024.                                 => [
  3025.                                     'entity' => 'Paraclinico',
  3026.                                     'label' => 'Paraclinicos',
  3027.                                     'icon' => 'cog',
  3028.                                     'role' => 'ROLE_ADMIN',
  3029.                                 ],
  3030.                                 => [
  3031.                                     'entity' => 'Imagen',
  3032.                                     'label' => 'Imágenes diagnósticas',
  3033.                                     'icon' => 'cog',
  3034.                                     'role' => 'ROLE_ADMIN',
  3035.                                 ],
  3036.                             ],
  3037.                         ],
  3038.                         => [
  3039.                             'label' => 'ConfiguracionesADM',
  3040.                             'role' => 'ROLE_ADMIN',
  3041.                             'icon' => 'cog',
  3042.                             'children' => [
  3043.                                 => [
  3044.                                     'entity' => 'Iva',
  3045.                                     'label' => 'IVA',
  3046.                                     'icon' => 'file-text',
  3047.                                     'role' => 'ROLE_ADMIN',
  3048.                                 ],
  3049.                                 => [
  3050.                                     'entity' => 'MetodoPago',
  3051.                                     'label' => 'Método pago',
  3052.                                     'icon' => 'money',
  3053.                                     'role' => 'ROLE_ADMIN',
  3054.                                 ],
  3055.                                 => [
  3056.                                     'entity' => 'Tipodocumento',
  3057.                                     'label' => 'Tipos documentos',
  3058.                                     'icon' => 'file-text',
  3059.                                     'role' => 'ROLE_ADMIN',
  3060.                                 ],
  3061.                                 => [
  3062.                                     'entity' => 'Naturaleza',
  3063.                                     'label' => 'Naturaleza',
  3064.                                     'icon' => 'file-text',
  3065.                                     'role' => 'ROLE_ADMIN',
  3066.                                 ],
  3067.                                 => [
  3068.                                     'entity' => 'Especialidad',
  3069.                                     'label' => 'Especialidades',
  3070.                                     'icon' => 'file-text',
  3071.                                     'role' => 'ROLE_ADMIN',
  3072.                                 ],
  3073.                                 => [
  3074.                                     'entity' => 'Idioma',
  3075.                                     'label' => 'Idiomas',
  3076.                                     'icon' => 'file-text',
  3077.                                     'role' => 'ROLE_ADMIN',
  3078.                                 ],
  3079.                                 => [
  3080.                                     'entity' => 'Conceptoservicio',
  3081.                                     'label' => 'Lista de conceptos',
  3082.                                     'icon' => 'file-text',
  3083.                                     'role' => 'ROLE_ADMIN',
  3084.                                 ],
  3085.                                 => [
  3086.                                     'entity' => 'Estadoconvenio',
  3087.                                     'label' => 'Estados convenio',
  3088.                                     'icon' => 'file-text',
  3089.                                     'role' => 'ROLE_ADMIN',
  3090.                                 ],
  3091.                                 => [
  3092.                                     'entity' => 'Metrica',
  3093.                                     'label' => 'Metricas',
  3094.                                     'icon' => 'cog',
  3095.                                     'role' => 'ROLE_ADMIN',
  3096.                                 ],
  3097.                                 => [
  3098.                                     'entity' => 'Unidad',
  3099.                                     'label' => 'Unidades',
  3100.                                     'icon' => 'cog',
  3101.                                     'role' => 'ROLE_ADMIN',
  3102.                                 ],
  3103.                                 10 => [
  3104.                                     'entity' => 'Modalidadpago',
  3105.                                     'label' => 'Modalidad pago',
  3106.                                     'icon' => 'cog',
  3107.                                     'role' => 'ROLE_ADMIN',
  3108.                                 ],
  3109.                                 11 => [
  3110.                                     'entity' => 'Planbeneficio',
  3111.                                     'label' => 'Planes de beneficio',
  3112.                                     'icon' => 'cog',
  3113.                                     'role' => 'ROLE_ADMIN',
  3114.                                 ],
  3115.                                 12 => [
  3116.                                     'entity' => 'Medicamento',
  3117.                                     'label' => 'Medicamentos',
  3118.                                     'icon' => 'cog',
  3119.                                     'role' => 'ROLE_ADMIN',
  3120.                                 ],
  3121.                                 13 => [
  3122.                                     'entity' => 'Procedimiento',
  3123.                                     'label' => 'Procedimientos',
  3124.                                     'icon' => 'cog',
  3125.                                     'role' => 'ROLE_ADMIN',
  3126.                                 ],
  3127.                                 14 => [
  3128.                                     'entity' => 'Alergia',
  3129.                                     'label' => 'Alergias',
  3130.                                     'icon' => 'cog',
  3131.                                     'role' => 'ROLE_ADMIN',
  3132.                                 ],
  3133.                                 15 => [
  3134.                                     'entity' => 'Vacuna',
  3135.                                     'label' => 'Vacunas',
  3136.                                     'icon' => 'cog',
  3137.                                     'role' => 'ROLE_ADMIN',
  3138.                                 ],
  3139.                                 16 => [
  3140.                                     'entity' => 'EstadoCivil',
  3141.                                     'label' => 'Estado Civil',
  3142.                                     'icon' => 'cog',
  3143.                                     'role' => 'ROLE_ADMIN',
  3144.                                 ],
  3145.                                 17 => [
  3146.                                     'entity' => 'Escolaridad',
  3147.                                     'label' => 'Escolaridad',
  3148.                                     'icon' => 'cog',
  3149.                                     'role' => 'ROLE_ADMIN',
  3150.                                 ],
  3151.                                 18 => [
  3152.                                     'entity' => 'Terapia',
  3153.                                     'label' => 'Terapia',
  3154.                                     'icon' => 'cog',
  3155.                                     'role' => 'ROLE_ADMIN',
  3156.                                 ],
  3157.                                 19 => [
  3158.                                     'entity' => 'Concepto',
  3159.                                     'label' => 'Concepto',
  3160.                                     'icon' => 'cog',
  3161.                                     'role' => 'ROLE_ADMIN',
  3162.                                 ],
  3163.                                 20 => [
  3164.                                     'entity' => 'ServicioCatalogo',
  3165.                                     'label' => 'Servicio',
  3166.                                     'icon' => 'cog',
  3167.                                     'role' => 'ROLE_ADMIN',
  3168.                                 ],
  3169.                             ],
  3170.                         ],
  3171.                         => [
  3172.                             'entity' => 'Finalidad',
  3173.                             'label' => 'Finalidad',
  3174.                             'icon' => 'cog',
  3175.                             'role' => 'ROLE_ADMIN',
  3176.                         ],
  3177.                         => [
  3178.                             'entity' => 'Causaexterna',
  3179.                             'label' => 'Causa externa',
  3180.                             'icon' => 'cog',
  3181.                             'role' => 'ROLE_ADMIN',
  3182.                         ],
  3183.                         => [
  3184.                             'entity' => 'Eps',
  3185.                             'label' => 'Eps',
  3186.                             'icon' => 'cog',
  3187.                             'role' => 'ROLE_ADMIN',
  3188.                         ],
  3189.                         10 => [
  3190.                             'entity' => 'Setting',
  3191.                             'label' => 'Configuraciones',
  3192.                             'icon' => 'cog',
  3193.                             'role' => 'ROLE_ADMIN',
  3194.                         ],
  3195.                         11 => [
  3196.                             'entity' => 'TextoBig',
  3197.                             'label' => 'Textos grandes',
  3198.                             'icon' => 'file-text',
  3199.                             'role' => 'ROLE_ADMIN',
  3200.                         ],
  3201.                         12 => [
  3202.                             'entity' => 'Texto',
  3203.                             'label' => 'Textos',
  3204.                             'icon' => 'file-text',
  3205.                             'role' => 'ROLE_ADMIN',
  3206.                         ],
  3207.                         13 => [
  3208.                             'entity' => 'Galeria',
  3209.                             'label' => 'Galería',
  3210.                             'icon' => 'file-text',
  3211.                             'role' => 'ROLE_ADMIN',
  3212.                         ],
  3213.                         14 => [
  3214.                             'entity' => 'Image',
  3215.                             'label' => 'Imagenes',
  3216.                             'icon' => 'file-text',
  3217.                             'role' => 'ROLE_ADMIN',
  3218.                         ],
  3219.                         15 => [
  3220.                             'entity' => 'Seo',
  3221.                             'label' => 'SEO',
  3222.                             'icon' => 'search',
  3223.                             'role' => 'ROLE_ADMIN',
  3224.                         ],
  3225.                         16 => [
  3226.                             'entity' => 'Faq',
  3227.                             'label' => 'FAQs',
  3228.                             'icon' => 'search',
  3229.                             'role' => 'ROLE_ADMIN',
  3230.                         ],
  3231.                     ],
  3232.                     'brand_color' => 'hsl(230, 55%, 60%)',
  3233.                     'form_theme' => [
  3234.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  3235.                     ],
  3236.                 ],
  3237.                 'entities' => [
  3238.                     'Contacto' => [
  3239.                         'class' => 'App\\Entity\\Contacto',
  3240.                         'list' => [
  3241.                             'actions' => [
  3242.                                 => '-edit',
  3243.                                 => 'delete',
  3244.                                 => 'show',
  3245.                             ],
  3246.                         ],
  3247.                         'name' => 'Contacto',
  3248.                     ],
  3249.                     'Usuario' => [
  3250.                         'class' => 'App\\Entity\\Usuario',
  3251.                         'list' => [
  3252.                             'dql_filter' => 'entity.roles NOT LIKE \'%ROLE_ADMIN%\'',
  3253.                             'actions' => [
  3254.                                 => '-new',
  3255.                                 => '-edit',
  3256.                             ],
  3257.                             'fields' => [
  3258.                                 => 'username',
  3259.                                 => 'email',
  3260.                                 => 'lastLogin',
  3261.                             ],
  3262.                         ],
  3263.                         'name' => 'Usuario',
  3264.                     ],
  3265.                     'Paciente' => [
  3266.                         'class' => 'App\\Entity\\Paciente',
  3267.                         'list' => [
  3268.                             'actions' => [
  3269.                                 => '-new',
  3270.                                 => '-edit',
  3271.                                 => '-delete',
  3272.                                 => 'show',
  3273.                             ],
  3274.                         ],
  3275.                         'name' => 'Paciente',
  3276.                     ],
  3277.                     'PerfilMedico' => [
  3278.                         'class' => 'App\\Entity\\PerfilMedico',
  3279.                         'list' => [
  3280.                             'actions' => [
  3281.                                 => '-new',
  3282.                                 => '-edit',
  3283.                                 => '-delete',
  3284.                                 => 'show',
  3285.                             ],
  3286.                             'fields' => [
  3287.                                 => 'Tipodocumento',
  3288.                                 => 'documento',
  3289.                                 => 'usuario',
  3290.                                 => [
  3291.                                     'property' => 'numero_registro_medico',
  3292.                                     'label' => 'Número Registro Médico',
  3293.                                 ],
  3294.                             ],
  3295.                         ],
  3296.                         'name' => 'PerfilMedico',
  3297.                     ],
  3298.                     'Direccion' => [
  3299.                         'class' => 'App\\Entity\\Direccion',
  3300.                         'name' => 'Direccion',
  3301.                     ],
  3302.                     'Ciudad' => [
  3303.                         'class' => 'App\\Entity\\Ciudad',
  3304.                         'name' => 'Ciudad',
  3305.                     ],
  3306.                     'Necesidad' => [
  3307.                         'class' => 'App\\Entity\\Necesidad',
  3308.                         'name' => 'Necesidad',
  3309.                     ],
  3310.                     'ServicioCatalogo' => [
  3311.                         'class' => 'App\\Entity\\ServicioCatalogo',
  3312.                         'list' => [
  3313.                             'fields' => [
  3314.                                 => 'id',
  3315.                                 => 'codigoRips',
  3316.                                 => 'nombre',
  3317.                                 => 'visible',
  3318.                                 => 'concepto',
  3319.                             ],
  3320.                         ],
  3321.                         'form' => [
  3322.                             'fields' => [
  3323.                                 => 'codigoRips',
  3324.                                 => 'nombre',
  3325.                                 => 'concepto',
  3326.                             ],
  3327.                         ],
  3328.                         'name' => 'ServicioCatalogo',
  3329.                     ],
  3330.                     'Concepto' => [
  3331.                         'class' => 'App\\Entity\\Conceptoservicio',
  3332.                         'list' => [
  3333.                             'fields' => [
  3334.                                 => 'id',
  3335.                                 => 'nombre',
  3336.                             ],
  3337.                         ],
  3338.                         'form' => [
  3339.                             'fields' => [
  3340.                                 => 'nombre',
  3341.                             ],
  3342.                         ],
  3343.                         'name' => 'Concepto',
  3344.                     ],
  3345.                     'SuperGrupo' => [
  3346.                         'class' => 'App\\Entity\\SuperGrupo',
  3347.                         'name' => 'SuperGrupo',
  3348.                     ],
  3349.                     'TipSalud' => [
  3350.                         'class' => 'App\\Entity\\TipSalud',
  3351.                         'list' => [
  3352.                             'fields' => [
  3353.                                 => 'id',
  3354.                                 => 'titulo',
  3355.                                 => [
  3356.                                     'property' => 'imagen',
  3357.                                     'type' => 'image',
  3358.                                 ],
  3359.                                 => 'orden',
  3360.                                 => 'visible',
  3361.                             ],
  3362.                         ],
  3363.                         'form' => [
  3364.                             'fields' => [
  3365.                                 => 'titulo',
  3366.                                 => 'imagen',
  3367.                                 => [
  3368.                                     'property' => 'contenido',
  3369.                                     'type' => 'fos_ckeditor',
  3370.                                 ],
  3371.                                 => 'orden',
  3372.                                 => 'visible',
  3373.                             ],
  3374.                         ],
  3375.                         'name' => 'TipSalud',
  3376.                     ],
  3377.                     'Tiposeguro' => [
  3378.                         'class' => 'App\\Entity\\Tiposeguro',
  3379.                         'list' => [
  3380.                             'fields' => [
  3381.                                 => 'id',
  3382.                                 => 'nombre',
  3383.                                 => 'visible',
  3384.                             ],
  3385.                         ],
  3386.                         'form' => [
  3387.                             'fields' => [
  3388.                                 => 'nombre',
  3389.                                 => 'visible',
  3390.                             ],
  3391.                         ],
  3392.                         'name' => 'Tiposeguro',
  3393.                     ],
  3394.                     'MetodoPago' => [
  3395.                         'class' => 'App\\Entity\\MetodoPago',
  3396.                         'list' => [
  3397.                             'fields' => [
  3398.                                 => 'id',
  3399.                                 => 'nombre',
  3400.                                 => 'orden',
  3401.                                 => 'visible',
  3402.                             ],
  3403.                         ],
  3404.                         'form' => [
  3405.                             'fields' => [
  3406.                                 => 'nombre',
  3407.                                 => 'orden',
  3408.                                 => 'visible',
  3409.                             ],
  3410.                         ],
  3411.                         'name' => 'MetodoPago',
  3412.                     ],
  3413.                     'Naturaleza' => [
  3414.                         'class' => 'App\\Entity\\Naturaleza',
  3415.                         'list' => [
  3416.                             'fields' => [
  3417.                                 => 'id',
  3418.                                 => 'nombre',
  3419.                                 => 'visible',
  3420.                             ],
  3421.                         ],
  3422.                         'form' => [
  3423.                             'fields' => [
  3424.                                 => 'nombre',
  3425.                                 => 'visible',
  3426.                             ],
  3427.                         ],
  3428.                         'name' => 'Naturaleza',
  3429.                     ],
  3430.                     'Planbeneficio' => [
  3431.                         'class' => 'App\\Entity\\Planbeneficio',
  3432.                         'list' => [
  3433.                             'fields' => [
  3434.                                 => 'id',
  3435.                                 => 'nombre',
  3436.                                 => 'visible',
  3437.                             ],
  3438.                         ],
  3439.                         'form' => [
  3440.                             'fields' => [
  3441.                                 => 'nombre',
  3442.                                 => 'visible',
  3443.                             ],
  3444.                         ],
  3445.                         'name' => 'Planbeneficio',
  3446.                     ],
  3447.                     'Estadoconvenio' => [
  3448.                         'class' => 'App\\Entity\\Estadoconvenio',
  3449.                         'list' => [
  3450.                             'fields' => [
  3451.                                 => 'id',
  3452.                                 => 'nombre',
  3453.                                 => 'visible',
  3454.                             ],
  3455.                         ],
  3456.                         'form' => [
  3457.                             'fields' => [
  3458.                                 => 'nombre',
  3459.                                 => 'visible',
  3460.                             ],
  3461.                         ],
  3462.                         'name' => 'Estadoconvenio',
  3463.                     ],
  3464.                     'Modalidadpago' => [
  3465.                         'class' => 'App\\Entity\\Modalidadpago',
  3466.                         'list' => [
  3467.                             'fields' => [
  3468.                                 => 'id',
  3469.                                 => 'nombre',
  3470.                                 => 'visible',
  3471.                             ],
  3472.                         ],
  3473.                         'form' => [
  3474.                             'fields' => [
  3475.                                 => 'nombre',
  3476.                                 => 'visible',
  3477.                             ],
  3478.                         ],
  3479.                         'name' => 'Modalidadpago',
  3480.                     ],
  3481.                     'Conceptoservicio' => [
  3482.                         'class' => 'App\\Entity\\Conceptoservicio',
  3483.                         'list' => [
  3484.                             'fields' => [
  3485.                                 => 'id',
  3486.                                 => 'nombre',
  3487.                             ],
  3488.                         ],
  3489.                         'form' => [
  3490.                             'fields' => [
  3491.                                 => 'nombre',
  3492.                             ],
  3493.                         ],
  3494.                         'name' => 'Conceptoservicio',
  3495.                     ],
  3496.                     'Administradora' => [
  3497.                         'class' => 'App\\Entity\\Administradora',
  3498.                         'list' => [
  3499.                             'fields' => [
  3500.                                 => 'id',
  3501.                                 => 'codigo',
  3502.                                 => 'nombre',
  3503.                                 => 'regimen',
  3504.                                 => 'visible',
  3505.                             ],
  3506.                         ],
  3507.                         'form' => [
  3508.                             'fields' => [
  3509.                                 => 'codigo',
  3510.                                 => 'nombre',
  3511.                                 => 'regimen',
  3512.                                 => 'visible',
  3513.                             ],
  3514.                         ],
  3515.                         'name' => 'Administradora',
  3516.                     ],
  3517.                     'Iva' => [
  3518.                         'class' => 'App\\Entity\\Iva',
  3519.                         'list' => [
  3520.                             'fields' => [
  3521.                                 => 'id',
  3522.                                 => 'nombre',
  3523.                                 => 'orden',
  3524.                                 => 'valor',
  3525.                             ],
  3526.                         ],
  3527.                         'form' => [
  3528.                             'fields' => [
  3529.                                 => 'nombre',
  3530.                                 => 'valor',
  3531.                                 => 'orden',
  3532.                             ],
  3533.                         ],
  3534.                         'name' => 'Iva',
  3535.                     ],
  3536.                     'Clasificacionaseguradora' => [
  3537.                         'class' => 'App\\Entity\\Clasificacionaseguradora',
  3538.                         'list' => [
  3539.                             'fields' => [
  3540.                                 => 'id',
  3541.                                 => 'nombre',
  3542.                                 => 'visible',
  3543.                             ],
  3544.                         ],
  3545.                         'form' => [
  3546.                             'fields' => [
  3547.                                 => 'nombre',
  3548.                                 => 'visible',
  3549.                             ],
  3550.                         ],
  3551.                         'name' => 'Clasificacionaseguradora',
  3552.                     ],
  3553.                     'Regimenfiscal' => [
  3554.                         'class' => 'App\\Entity\\Regimenfiscal',
  3555.                         'list' => [
  3556.                             'fields' => [
  3557.                                 => 'id',
  3558.                                 => 'nombre',
  3559.                                 => 'visible',
  3560.                             ],
  3561.                         ],
  3562.                         'form' => [
  3563.                             'fields' => [
  3564.                                 => 'nombre',
  3565.                                 => 'visible',
  3566.                             ],
  3567.                         ],
  3568.                         'name' => 'Regimenfiscal',
  3569.                     ],
  3570.                     'Responsabilidadfiscal' => [
  3571.                         'class' => 'App\\Entity\\Responsabilidadfiscal',
  3572.                         'list' => [
  3573.                             'fields' => [
  3574.                                 => 'id',
  3575.                                 => 'nombre',
  3576.                                 => 'visible',
  3577.                             ],
  3578.                         ],
  3579.                         'form' => [
  3580.                             'fields' => [
  3581.                                 => 'nombre',
  3582.                                 => 'visible',
  3583.                             ],
  3584.                         ],
  3585.                         'name' => 'Responsabilidadfiscal',
  3586.                     ],
  3587.                     'Codigociuu' => [
  3588.                         'class' => 'App\\Entity\\Codigociuu',
  3589.                         'list' => [
  3590.                             'fields' => [
  3591.                                 => 'id',
  3592.                                 => 'nombre',
  3593.                                 => 'codigo',
  3594.                                 => 'visible',
  3595.                             ],
  3596.                         ],
  3597.                         'form' => [
  3598.                             'fields' => [
  3599.                                 => 'nombre',
  3600.                                 => 'codigo',
  3601.                                 => 'visible',
  3602.                             ],
  3603.                         ],
  3604.                         'name' => 'Codigociuu',
  3605.                     ],
  3606.                     'Eps' => [
  3607.                         'class' => 'App\\Entity\\Eps',
  3608.                         'list' => [
  3609.                             'fields' => [
  3610.                                 => 'id',
  3611.                                 => 'nombre',
  3612.                                 => 'visible',
  3613.                             ],
  3614.                         ],
  3615.                         'form' => [
  3616.                             'fields' => [
  3617.                                 => 'nombre',
  3618.                                 => 'visible',
  3619.                             ],
  3620.                         ],
  3621.                         'name' => 'Eps',
  3622.                     ],
  3623.                     'EstadoCivil' => [
  3624.                         'class' => 'App\\Entity\\EstadoCivil',
  3625.                         'list' => [
  3626.                             'fields' => [
  3627.                                 => 'id',
  3628.                                 => 'nombre',
  3629.                                 => 'visible',
  3630.                             ],
  3631.                         ],
  3632.                         'form' => [
  3633.                             'fields' => [
  3634.                                 => 'nombre',
  3635.                                 => 'visible',
  3636.                             ],
  3637.                         ],
  3638.                         'name' => 'EstadoCivil',
  3639.                     ],
  3640.                     'Tipodocumento' => [
  3641.                         'class' => 'App\\Entity\\Tipodocumento',
  3642.                         'list' => [
  3643.                             'fields' => [
  3644.                                 => 'id',
  3645.                                 => 'nombre',
  3646.                                 => 'codigo',
  3647.                                 => 'orden',
  3648.                                 => 'visible',
  3649.                             ],
  3650.                         ],
  3651.                         'form' => [
  3652.                             'fields' => [
  3653.                                 => 'nombre',
  3654.                                 => 'codigo',
  3655.                                 => 'orden',
  3656.                                 => 'visible',
  3657.                             ],
  3658.                         ],
  3659.                         'name' => 'Tipodocumento',
  3660.                     ],
  3661.                     'Escolaridad' => [
  3662.                         'class' => 'App\\Entity\\Escolaridad',
  3663.                         'list' => [
  3664.                             'fields' => [
  3665.                                 => 'id',
  3666.                                 => 'nombre',
  3667.                                 => 'orden',
  3668.                                 => 'visible',
  3669.                             ],
  3670.                         ],
  3671.                         'form' => [
  3672.                             'fields' => [
  3673.                                 => 'nombre',
  3674.                                 => 'orden',
  3675.                                 => 'visible',
  3676.                             ],
  3677.                         ],
  3678.                         'name' => 'Escolaridad',
  3679.                     ],
  3680.                     'Diagnostico' => [
  3681.                         'class' => 'App\\Entity\\Diagnostico',
  3682.                         'list' => [
  3683.                             'fields' => [
  3684.                                 => 'id',
  3685.                                 => 'descripcion',
  3686.                             ],
  3687.                         ],
  3688.                         'form' => [
  3689.                             'fields' => [
  3690.                                 => 'id',
  3691.                                 => 'descripcion',
  3692.                                 => [
  3693.                                     'property' => 'grupoformula',
  3694.                                     'label' => 'Grupo Formula',
  3695.                                 ],
  3696.                                 => [
  3697.                                     'property' => 'grupoimagen',
  3698.                                     'label' => 'Grupo Imagen',
  3699.                                 ],
  3700.                                 => [
  3701.                                     'property' => 'grupoparaclinico',
  3702.                                     'label' => 'Grupo Paraclinico',
  3703.                                 ],
  3704.                             ],
  3705.                         ],
  3706.                         'name' => 'Diagnostico',
  3707.                     ],
  3708.                     'Medicamento' => [
  3709.                         'class' => 'App\\Entity\\Medicamento',
  3710.                         'list' => [
  3711.                             'fields' => [
  3712.                                 => 'id',
  3713.                                 => 'nombre',
  3714.                             ],
  3715.                         ],
  3716.                         'form' => [
  3717.                             'fields' => [
  3718.                                 => 'id',
  3719.                                 => 'nombre',
  3720.                             ],
  3721.                         ],
  3722.                         'name' => 'Medicamento',
  3723.                     ],
  3724.                     'Terapia' => [
  3725.                         'class' => 'App\\Entity\\Terapia',
  3726.                         'list' => [
  3727.                             'fields' => [
  3728.                                 => 'id',
  3729.                                 => 'descripcion',
  3730.                                 => 'visible',
  3731.                             ],
  3732.                         ],
  3733.                         'form' => [
  3734.                             'fields' => [
  3735.                                 => 'id',
  3736.                                 => 'descripcion',
  3737.                                 => 'visible',
  3738.                             ],
  3739.                         ],
  3740.                         'name' => 'Terapia',
  3741.                     ],
  3742.                     'Alergia' => [
  3743.                         'class' => 'App\\Entity\\Alergia',
  3744.                         'list' => [
  3745.                             'fields' => [
  3746.                                 => 'id',
  3747.                                 => 'codigo',
  3748.                                 => 'nombre',
  3749.                             ],
  3750.                         ],
  3751.                         'form' => [
  3752.                             'fields' => [
  3753.                                 => 'codigo',
  3754.                                 => 'nombre',
  3755.                             ],
  3756.                         ],
  3757.                         'name' => 'Alergia',
  3758.                     ],
  3759.                     'Vacuna' => [
  3760.                         'class' => 'App\\Entity\\Vacuna',
  3761.                         'list' => [
  3762.                             'fields' => [
  3763.                                 => 'id',
  3764.                                 => 'codigo',
  3765.                                 => 'nombre',
  3766.                             ],
  3767.                         ],
  3768.                         'form' => [
  3769.                             'fields' => [
  3770.                                 => 'codigo',
  3771.                                 => 'nombre',
  3772.                             ],
  3773.                         ],
  3774.                         'name' => 'Vacuna',
  3775.                     ],
  3776.                     'Formula' => [
  3777.                         'class' => 'App\\Entity\\Formula',
  3778.                         'list' => [
  3779.                             'fields' => [
  3780.                                 => 'id',
  3781.                                 => 'codigo',
  3782.                                 => 'descripcion',
  3783.                                 => 'medicamento',
  3784.                             ],
  3785.                         ],
  3786.                         'form' => [
  3787.                             'fields' => [
  3788.                                 => 'codigo',
  3789.                                 => 'descripcion',
  3790.                                 => 'medicamento',
  3791.                             ],
  3792.                         ],
  3793.                         'name' => 'Formula',
  3794.                     ],
  3795.                     'Paraclinico' => [
  3796.                         'class' => 'App\\Entity\\Paraclinico',
  3797.                         'list' => [
  3798.                             'fields' => [
  3799.                                 => 'id',
  3800.                                 => 'nombre',
  3801.                             ],
  3802.                         ],
  3803.                         'form' => [
  3804.                             'fields' => [
  3805.                                 => 'id',
  3806.                                 => 'nombre',
  3807.                                 => 'otroids',
  3808.                             ],
  3809.                         ],
  3810.                         'name' => 'Paraclinico',
  3811.                     ],
  3812.                     'Imagen' => [
  3813.                         'class' => 'App\\Entity\\Imagen',
  3814.                         'list' => [
  3815.                             'fields' => [
  3816.                                 => 'id',
  3817.                                 => 'nombre',
  3818.                             ],
  3819.                         ],
  3820.                         'form' => [
  3821.                             'fields' => [
  3822.                                 => 'id',
  3823.                                 => 'nombre',
  3824.                             ],
  3825.                         ],
  3826.                         'name' => 'Imagen',
  3827.                     ],
  3828.                     'Prediagnostico' => [
  3829.                         'class' => 'App\\Entity\\Prediagnostico',
  3830.                         'list' => [
  3831.                             'fields' => [
  3832.                                 => 'id',
  3833.                                 => 'interpretacion',
  3834.                                 => 'especialidad',
  3835.                                 => 'sintoma',
  3836.                                 => 'sugerencia',
  3837.                             ],
  3838.                         ],
  3839.                         'form' => [
  3840.                             'fields' => [
  3841.                                 => 'interpretacion',
  3842.                                 => 'especialidad',
  3843.                                 => 'sintoma',
  3844.                                 => 'sugerencia',
  3845.                             ],
  3846.                         ],
  3847.                         'name' => 'Prediagnostico',
  3848.                     ],
  3849.                     'Sintoma' => [
  3850.                         'class' => 'App\\Entity\\Sintoma',
  3851.                         'list' => [
  3852.                             'fields' => [
  3853.                                 => 'id',
  3854.                                 => 'sintoma',
  3855.                                 => 'especialidad',
  3856.                                 => 'visible',
  3857.                             ],
  3858.                         ],
  3859.                         'form' => [
  3860.                             'fields' => [
  3861.                                 => 'sintoma',
  3862.                                 => 'especialidad',
  3863.                                 => 'visible',
  3864.                                 => 'masculino',
  3865.                                 => 'femenino',
  3866.                                 => 'desde',
  3867.                                 => 'hasta',
  3868.                                 => 'diagnosticos',
  3869.                                 => 'paraclinicos',
  3870.                                 => 'imagenes',
  3871.                                 10 => 'formulas',
  3872.                                 11 => [
  3873.                                     'property' => 'id_terapia',
  3874.                                     'label' => 'Terapias',
  3875.                                 ],
  3876.                                 12 => 'Procedimiento',
  3877.                                 13 => 'incapacidad',
  3878.                                 14 => 'recomendaciones',
  3879.                                 15 => [
  3880.                                     'property' => 'id_remision',
  3881.                                     'label' => 'Remisiones',
  3882.                                 ],
  3883.                             ],
  3884.                         ],
  3885.                         'name' => 'Sintoma',
  3886.                     ],
  3887.                     'Pregunta' => [
  3888.                         'class' => 'App\\Entity\\Pregunta',
  3889.                         'list' => [
  3890.                             'fields' => [
  3891.                                 => 'id',
  3892.                                 => 'enunciado',
  3893.                                 => 'sintoma',
  3894.                             ],
  3895.                         ],
  3896.                         'form' => [
  3897.                             'fields' => [
  3898.                                 => 'enunciado',
  3899.                                 => 'sintoma',
  3900.                             ],
  3901.                         ],
  3902.                         'name' => 'Pregunta',
  3903.                     ],
  3904.                     'Respuesta' => [
  3905.                         'class' => 'App\\Entity\\Respuesta',
  3906.                         'list' => [
  3907.                             'fields' => [
  3908.                                 => 'id',
  3909.                                 => 'pregunta',
  3910.                                 => 'opcion',
  3911.                             ],
  3912.                         ],
  3913.                         'form' => [
  3914.                             'fields' => [
  3915.                                 => 'pregunta',
  3916.                                 => 'opcion',
  3917.                             ],
  3918.                         ],
  3919.                         'name' => 'Respuesta',
  3920.                     ],
  3921.                     'Opcion' => [
  3922.                         'class' => 'App\\Entity\\Opcion',
  3923.                         'list' => [
  3924.                             'fields' => [
  3925.                                 => 'id',
  3926.                                 => 'valor',
  3927.                                 => 'respuesta',
  3928.                             ],
  3929.                         ],
  3930.                         'form' => [
  3931.                             'fields' => [
  3932.                                 => 'valor',
  3933.                                 => 'respuesta',
  3934.                             ],
  3935.                         ],
  3936.                         'name' => 'Opcion',
  3937.                     ],
  3938.                     'Regla' => [
  3939.                         'class' => 'App\\Entity\\Regla',
  3940.                         'list' => [
  3941.                             'fields' => [
  3942.                                 => 'id',
  3943.                                 => 'nombre',
  3944.                                 => 'respuesta',
  3945.                                 => 'operador',
  3946.                                 => 'reglasig',
  3947.                                 => 'prediagnostico',
  3948.                             ],
  3949.                         ],
  3950.                         'form' => [
  3951.                             'fields' => [
  3952.                                 => 'nombre',
  3953.                                 => 'prediagnostico',
  3954.                                 => 'respuesta',
  3955.                                 => 'operador',
  3956.                                 => 'reglasig',
  3957.                             ],
  3958.                         ],
  3959.                         'name' => 'Regla',
  3960.                     ],
  3961.                     'Metrica' => [
  3962.                         'class' => 'App\\Entity\\Metrica',
  3963.                         'list' => [
  3964.                             'fields' => [
  3965.                                 => 'id',
  3966.                                 => 'nombre',
  3967.                             ],
  3968.                         ],
  3969.                         'form' => [
  3970.                             'fields' => [
  3971.                                 => 'nombre',
  3972.                             ],
  3973.                         ],
  3974.                         'name' => 'Metrica',
  3975.                     ],
  3976.                     'Unidad' => [
  3977.                         'class' => 'App\\Entity\\Unidad',
  3978.                         'list' => [
  3979.                             'fields' => [
  3980.                                 => 'id',
  3981.                                 => 'nombre',
  3982.                                 => 'metrica',
  3983.                             ],
  3984.                         ],
  3985.                         'form' => [
  3986.                             'fields' => [
  3987.                                 => 'nombre',
  3988.                                 => 'abreviacion',
  3989.                                 => 'metrica',
  3990.                             ],
  3991.                         ],
  3992.                         'name' => 'Unidad',
  3993.                     ],
  3994.                     'Complemento' => [
  3995.                         'class' => 'App\\Entity\\Complemento',
  3996.                         'list' => [
  3997.                             'fields' => [
  3998.                                 => 'id',
  3999.                                 => 'nombre',
  4000.                             ],
  4001.                         ],
  4002.                         'form' => [
  4003.                             'fields' => [
  4004.                                 => 'nombre',
  4005.                             ],
  4006.                         ],
  4007.                         'name' => 'Complemento',
  4008.                     ],
  4009.                     'Catalogo' => [
  4010.                         'class' => 'App\\Entity\\Catalogo',
  4011.                         'list' => [
  4012.                             'fields' => [
  4013.                                 => 'id',
  4014.                                 => 'descripcion',
  4015.                                 => 'concepto',
  4016.                                 => 'activo',
  4017.                             ],
  4018.                         ],
  4019.                         'form' => [
  4020.                             'fields' => [
  4021.                                 => 'id',
  4022.                                 => 'descripcion',
  4023.                                 => 'concepto',
  4024.                                 => 'activo',
  4025.                             ],
  4026.                         ],
  4027.                         'name' => 'Catalogo',
  4028.                     ],
  4029.                     'Procedimiento' => [
  4030.                         'class' => 'App\\Entity\\Procedimiento',
  4031.                         'list' => [
  4032.                             'fields' => [
  4033.                                 => 'id',
  4034.                                 => 'codigo',
  4035.                                 => 'nombre',
  4036.                                 => 'visible',
  4037.                             ],
  4038.                         ],
  4039.                         'form' => [
  4040.                             'fields' => [
  4041.                                 => 'codigo',
  4042.                                 => 'nombre',
  4043.                                 => 'visible',
  4044.                             ],
  4045.                         ],
  4046.                         'name' => 'Procedimiento',
  4047.                     ],
  4048.                     'Categoria' => [
  4049.                         'class' => 'App\\Entity\\Categoria',
  4050.                         'list' => [
  4051.                             'fields' => [
  4052.                                 => 'id',
  4053.                                 => 'nombre',
  4054.                                 => 'home',
  4055.                                 => [
  4056.                                     'property' => 'imagen',
  4057.                                     'type' => 'image',
  4058.                                 ],
  4059.                                 => 'orden',
  4060.                                 => 'visible',
  4061.                             ],
  4062.                         ],
  4063.                         'form' => [
  4064.                             'fields' => [
  4065.                                 => 'nombre',
  4066.                                 => 'home',
  4067.                                 => 'resumen',
  4068.                                 => 'imagen',
  4069.                                 => 'orden',
  4070.                                 => 'visible',
  4071.                                 => [
  4072.                                     'property' => 'productos',
  4073.                                     'type_options' => [
  4074.                                         'by_reference' => false,
  4075.                                     ],
  4076.                                 ],
  4077.                             ],
  4078.                         ],
  4079.                         'name' => 'Categoria',
  4080.                     ],
  4081.                     'Finalidad' => [
  4082.                         'class' => 'App\\Entity\\Finalidad',
  4083.                         'list' => [
  4084.                             'fields' => [
  4085.                                 => 'id',
  4086.                                 => 'nombre',
  4087.                                 => 'visible',
  4088.                             ],
  4089.                         ],
  4090.                         'form' => [
  4091.                             'fields' => [
  4092.                                 => 'nombre',
  4093.                                 => 'visible',
  4094.                             ],
  4095.                         ],
  4096.                         'name' => 'Finalidad',
  4097.                     ],
  4098.                     'Causaexterna' => [
  4099.                         'class' => 'App\\Entity\\Causaexterna',
  4100.                         'list' => [
  4101.                             'fields' => [
  4102.                                 => 'id',
  4103.                                 => 'nombre',
  4104.                                 => 'visible',
  4105.                             ],
  4106.                         ],
  4107.                         'form' => [
  4108.                             'fields' => [
  4109.                                 => 'nombre',
  4110.                                 => 'visible',
  4111.                             ],
  4112.                         ],
  4113.                         'name' => 'Causaexterna',
  4114.                     ],
  4115.                     'Momento' => [
  4116.                         'class' => 'App\\Entity\\Momento',
  4117.                         'name' => 'Momento',
  4118.                     ],
  4119.                     'Promocion' => [
  4120.                         'class' => 'App\\Entity\\Promocion',
  4121.                         'list' => [
  4122.                             'fields' => [
  4123.                                 => 'id',
  4124.                                 => 'nombre',
  4125.                                 => 'precio',
  4126.                                 => 'ahorro',
  4127.                                 => 'destacado',
  4128.                                 => 'orden',
  4129.                             ],
  4130.                         ],
  4131.                         'form' => [
  4132.                             'fields' => [
  4133.                                 => 'nombre',
  4134.                                 => 'resumen',
  4135.                                 => 'destacado',
  4136.                                 => 'precio',
  4137.                                 => 'ahorro',
  4138.                                 => 'imagen',
  4139.                                 => 'imagenvertical',
  4140.                                 => 'inicio',
  4141.                                 => 'fin',
  4142.                                 => 'orden',
  4143.                                 10 => [
  4144.                                     'property' => 'items',
  4145.                                     'type' => 'collection',
  4146.                                     'type_options' => [
  4147.                                         'entry_type' => 'App\\Form\\ItemPromocionType',
  4148.                                         'by_reference' => false,
  4149.                                     ],
  4150.                                 ],
  4151.                             ],
  4152.                         ],
  4153.                         'name' => 'Promocion',
  4154.                     ],
  4155.                     'Intento' => [
  4156.                         'class' => 'App\\Entity\\Intento',
  4157.                         'list' => [
  4158.                             'actions' => [
  4159.                                 => '-edit',
  4160.                                 => '-new',
  4161.                                 => '-delete',
  4162.                                 => 'show',
  4163.                             ],
  4164.                         ],
  4165.                         'name' => 'Intento',
  4166.                     ],
  4167.                     'Faq' => [
  4168.                         'class' => 'App\\Entity\\Faq',
  4169.                         'list' => [
  4170.                             'fields' => [
  4171.                                 => 'id',
  4172.                                 => 'pregunta',
  4173.                                 => 'orden',
  4174.                                 => 'visible',
  4175.                             ],
  4176.                         ],
  4177.                         'form' => [
  4178.                             'fields' => [
  4179.                                 => 'pregunta',
  4180.                                 => [
  4181.                                     'property' => 'respuesta',
  4182.                                     'type' => 'fos_ckeditor',
  4183.                                 ],
  4184.                                 => 'orden',
  4185.                                 => 'visible',
  4186.                                 => 'tipo',
  4187.                             ],
  4188.                         ],
  4189.                         'name' => 'Faq',
  4190.                     ],
  4191.                     'CategoriaFaq' => [
  4192.                         'class' => 'App\\Entity\\CategoriaFaq',
  4193.                         'name' => 'CategoriaFaq',
  4194.                     ],
  4195.                     'TagFaq' => [
  4196.                         'class' => 'App\\Entity\\Tagfaq',
  4197.                         'name' => 'TagFaq',
  4198.                     ],
  4199.                     'Calificacion' => [
  4200.                         'class' => 'App\\Entity\\Calificacion',
  4201.                         'list' => [
  4202.                             'form_filters' => [
  4203.                                 => 'tipo',
  4204.                                 => 'compra',
  4205.                                 => 'usuario',
  4206.                             ],
  4207.                         ],
  4208.                         'name' => 'Calificacion',
  4209.                     ],
  4210.                     'TipoCalificacion' => [
  4211.                         'class' => 'App\\Entity\\TipoCalificacion',
  4212.                         'name' => 'TipoCalificacion',
  4213.                     ],
  4214.                     'Setting' => [
  4215.                         'class' => 'App\\Entity\\Setting',
  4216.                         'list' => [
  4217.                             'fields' => [
  4218.                                 => 'id',
  4219.                                 => 'name',
  4220.                                 => 'value',
  4221.                                 => 'updatedAt',
  4222.                             ],
  4223.                         ],
  4224.                         'form' => [
  4225.                             'fields' => [
  4226.                                 => 'name',
  4227.                                 => 'value',
  4228.                                 => 'updatedAt',
  4229.                             ],
  4230.                         ],
  4231.                         'name' => 'Setting',
  4232.                     ],
  4233.                     'Administrator' => [
  4234.                         'class' => 'App\\Entity\\Usuario',
  4235.                         'list' => [
  4236.                             'dql_filter' => 'entity.roles LIKE \'%ROLE_ADMIN%\'',
  4237.                         ],
  4238.                         'form' => [
  4239.                             'fields' => [
  4240.                                 => 'username',
  4241.                                 => 'email',
  4242.                                 => 'enabled',
  4243.                                 => 'lastLogin',
  4244.                                 => [
  4245.                                     'property' => 'plainPassword',
  4246.                                     'type' => 'text',
  4247.                                     'type_options' => [
  4248.                                         'required' => false,
  4249.                                     ],
  4250.                                 ],
  4251.                                 => [
  4252.                                     'property' => 'roles',
  4253.                                     'type' => 'choice',
  4254.                                     'type_options' => [
  4255.                                         'multiple' => true,
  4256.                                         'choices' => [
  4257.                                             'ROLE_USER' => 'ROLE_USER',
  4258.                                             'ROLE_ADMIN' => 'ROLE_ADMIN',
  4259.                                             'ROLE_ADMIN_CALL' => 'ROLE_ADMIN_CALL',
  4260.                                         ],
  4261.                                     ],
  4262.                                 ],
  4263.                             ],
  4264.                         ],
  4265.                         'name' => 'Administrator',
  4266.                     ],
  4267.                     'ArchivoCarga' => [
  4268.                         'class' => 'App\\Entity\\Carga',
  4269.                         'list' => [
  4270.                             'actions' => [
  4271.                                 => '-new',
  4272.                                 => '-edit',
  4273.                                 => '-delete',
  4274.                                 => 'show',
  4275.                             ],
  4276.                             'fields' => [
  4277.                                 => [
  4278.                                     'property' => 'gmailDate',
  4279.                                     'label' => 'Fecha',
  4280.                                 ],
  4281.                                 => [
  4282.                                     'property' => 'gmailAsunto',
  4283.                                     'label' => 'Asunto',
  4284.                                 ],
  4285.                                 => [
  4286.                                     'property' => 'gmailFrom',
  4287.                                     'label' => 'De',
  4288.                                 ],
  4289.                                 => [
  4290.                                     'property' => 'nombre',
  4291.                                     'label' => 'Archivo',
  4292.                                 ],
  4293.                                 => [
  4294.                                     'property' => 'url',
  4295.                                     'type' => 'url',
  4296.                                 ],
  4297.                                 => [
  4298.                                     'property' => 'tipo',
  4299.                                     'label' => 'Tipo',
  4300.                                 ],
  4301.                                 => 'estado',
  4302.                                 => 'updatedAt',
  4303.                             ],
  4304.                         ],
  4305.                         'show' => [
  4306.                             'fields' => [
  4307.                                 => [
  4308.                                     'property' => 'gmailDate',
  4309.                                     'label' => 'Fecha',
  4310.                                 ],
  4311.                                 => [
  4312.                                     'property' => 'gmailAsunto',
  4313.                                     'label' => 'Asunto',
  4314.                                 ],
  4315.                                 => [
  4316.                                     'property' => 'gmailFrom',
  4317.                                     'label' => 'De',
  4318.                                 ],
  4319.                                 => [
  4320.                                     'property' => 'nombre',
  4321.                                     'label' => 'Archivo',
  4322.                                 ],
  4323.                                 => [
  4324.                                     'property' => 'url',
  4325.                                     'type' => 'url',
  4326.                                 ],
  4327.                                 => [
  4328.                                     'property' => 'tipo',
  4329.                                     'label' => 'Tipo',
  4330.                                 ],
  4331.                                 => 'estado',
  4332.                                 => 'updatedAt',
  4333.                                 => [
  4334.                                     'property' => 'resultado',
  4335.                                     'type' => 'raw',
  4336.                                 ],
  4337.                             ],
  4338.                         ],
  4339.                         'name' => 'ArchivoCarga',
  4340.                     ],
  4341.                     'POSAdministrator' => [
  4342.                         'class' => 'App\\Entity\\POSAdmin',
  4343.                         'list' => [
  4344.                             'fields' => [
  4345.                                 => 'nombre',
  4346.                                 => 'apellido',
  4347.                                 => 'email',
  4348.                                 => 'tienda',
  4349.                                 => 'enabled',
  4350.                             ],
  4351.                         ],
  4352.                         'new' => [
  4353.                             'fields' => [
  4354.                                 => [
  4355.                                     'property' => 'nombre',
  4356.                                     'type_options' => [
  4357.                                         'required' => true,
  4358.                                     ],
  4359.                                 ],
  4360.                                 => [
  4361.                                     'property' => 'apellido',
  4362.                                     'type_options' => [
  4363.                                         'required' => true,
  4364.                                     ],
  4365.                                 ],
  4366.                                 => 'email',
  4367.                                 => [
  4368.                                     'property' => 'plainPassword',
  4369.                                     'type' => 'text',
  4370.                                     'type_options' => [
  4371.                                         'required' => false,
  4372.                                     ],
  4373.                                 ],
  4374.                                 => 'tienda',
  4375.                                 => 'enabled',
  4376.                             ],
  4377.                         ],
  4378.                         'edit' => [
  4379.                             'fields' => [
  4380.                                 => [
  4381.                                     'property' => 'nombre',
  4382.                                     'type_options' => [
  4383.                                         'required' => true,
  4384.                                     ],
  4385.                                 ],
  4386.                                 => [
  4387.                                     'property' => 'apellido',
  4388.                                     'type_options' => [
  4389.                                         'required' => true,
  4390.                                     ],
  4391.                                 ],
  4392.                                 => [
  4393.                                     'property' => 'email',
  4394.                                     'type_options' => [
  4395.                                         'disabled' => true,
  4396.                                     ],
  4397.                                 ],
  4398.                                 => [
  4399.                                     'property' => 'plainPassword',
  4400.                                     'type' => 'text',
  4401.                                 ],
  4402.                                 => 'tienda',
  4403.                             ],
  4404.                         ],
  4405.                         'name' => 'POSAdministrator',
  4406.                     ],
  4407.                     'TextoBig' => [
  4408.                         'class' => 'App\\Entity\\TextoBig',
  4409.                         'form' => [
  4410.                             'fields' => [
  4411.                                 => 'llave',
  4412.                                 => [
  4413.                                     'property' => 'valor',
  4414.                                     'type' => 'fos_ckeditor',
  4415.                                 ],
  4416.                             ],
  4417.                         ],
  4418.                         'name' => 'TextoBig',
  4419.                     ],
  4420.                     'Texto' => [
  4421.                         'class' => 'App\\Entity\\Texto',
  4422.                         'list' => [
  4423.                             'fields' => [
  4424.                                 => 'id',
  4425.                                 => 'llave',
  4426.                                 => 'valor',
  4427.                             ],
  4428.                         ],
  4429.                         'form' => [
  4430.                             'fields' => [
  4431.                                 => 'llave',
  4432.                                 => 'valor',
  4433.                             ],
  4434.                         ],
  4435.                         'name' => 'Texto',
  4436.                     ],
  4437.                     'Inventario' => [
  4438.                         'class' => 'App\\Entity\\Inventario',
  4439.                         'name' => 'Inventario',
  4440.                     ],
  4441.                     'Image' => [
  4442.                         'class' => 'App\\Entity\\Image',
  4443.                         'list' => [
  4444.                             'fields' => [
  4445.                                 => 'id',
  4446.                                 => 'llave',
  4447.                                 => [
  4448.                                     'property' => 'image',
  4449.                                     'type' => 'image',
  4450.                                 ],
  4451.                                 => 'visible',
  4452.                             ],
  4453.                         ],
  4454.                         'form' => [
  4455.                             'fields' => [
  4456.                                 => 'llave',
  4457.                                 => 'titulo',
  4458.                                 => 'link',
  4459.                                 => 'image',
  4460.                                 => 'visible',
  4461.                                 => 'galeria',
  4462.                                 => 'descripcion',
  4463.                                 => 'verMas',
  4464.                             ],
  4465.                         ],
  4466.                         'name' => 'Image',
  4467.                     ],
  4468.                     'Clonar' => [
  4469.                         'class' => 'App\\Entity\\Clonar',
  4470.                         'form' => [
  4471.                             'fields' => [
  4472.                                 => 'fuente',
  4473.                                 => 'destino',
  4474.                             ],
  4475.                         ],
  4476.                         'name' => 'Clonar',
  4477.                     ],
  4478.                     'Seo' => [
  4479.                         'class' => 'App\\Entity\\Seo',
  4480.                         'name' => 'Seo',
  4481.                     ],
  4482.                     'Galeria' => [
  4483.                         'class' => 'App\\Entity\\Galeria',
  4484.                         'form' => [
  4485.                             'fields' => [
  4486.                                 => 'visible',
  4487.                                 => 'llave',
  4488.                                 => [
  4489.                                     'property' => 'images',
  4490.                                     'type' => 'collection',
  4491.                                     'type_options' => [
  4492.                                         'entry_type' => 'App\\Form\\ImageFullType',
  4493.                                         'by_reference' => false,
  4494.                                     ],
  4495.                                 ],
  4496.                             ],
  4497.                         ],
  4498.                         'name' => 'Galeria',
  4499.                     ],
  4500.                     'Covid' => [
  4501.                         'class' => 'App\\Entity\\Covid',
  4502.                         'name' => 'Covid',
  4503.                     ],
  4504.                     'Archivo' => [
  4505.                         'class' => 'App\\Entity\\Archivo',
  4506.                         'list' => [
  4507.                             'actions' => [
  4508.                                 => 'procesar',
  4509.                                 => '-edit',
  4510.                                 => '-delete',
  4511.                             ],
  4512.                             'fields' => [
  4513.                                 => 'id',
  4514.                                 => 'nombre',
  4515.                                 => [
  4516.                                     'property' => 'procesado',
  4517.                                     'type' => 'boolean',
  4518.                                 ],
  4519.                             ],
  4520.                         ],
  4521.                         'form' => [
  4522.                             'fields' => [
  4523.                                 => 'nombre',
  4524.                                 => [
  4525.                                     'property' => 'archivoFile',
  4526.                                     'type' => 'file',
  4527.                                 ],
  4528.                             ],
  4529.                         ],
  4530.                         'name' => 'Archivo',
  4531.                     ],
  4532.                     'Especialidad' => [
  4533.                         'class' => 'App\\Entity\\Especialidad',
  4534.                         'list' => [
  4535.                             'fields' => [
  4536.                                 => 'id',
  4537.                                 => 'nombre',
  4538.                                 => 'visible',
  4539.                             ],
  4540.                         ],
  4541.                         'form' => [
  4542.                             'fields' => [
  4543.                                 => 'nombre',
  4544.                                 => 'visible',
  4545.                             ],
  4546.                         ],
  4547.                         'name' => 'Especialidad',
  4548.                     ],
  4549.                     'Idioma' => [
  4550.                         'class' => 'App\\Entity\\Idioma',
  4551.                         'list' => [
  4552.                             'fields' => [
  4553.                                 => 'id',
  4554.                                 => 'nombre',
  4555.                                 => 'visible',
  4556.                             ],
  4557.                         ],
  4558.                         'form' => [
  4559.                             'fields' => [
  4560.                                 => 'nombre',
  4561.                                 => 'visible',
  4562.                             ],
  4563.                         ],
  4564.                         'name' => 'Idioma',
  4565.                     ],
  4566.                 ],
  4567.                 'disabled_actions' => [
  4568.                 ],
  4569.                 'translation_domain' => 'messages',
  4570.                 'user' => [
  4571.                     'display_name' => true,
  4572.                     'display_avatar' => true,
  4573.                     'name_property_path' => '__toString',
  4574.                     'avatar_property_path' => NULL,
  4575.                 ],
  4576.                 'list' => [
  4577.                     'actions' => [
  4578.                     ],
  4579.                     'collapse_actions' => false,
  4580.                     'batch_actions' => [
  4581.                     ],
  4582.                     'max_results' => 15,
  4583.                 ],
  4584.                 'search' => [
  4585.                 ],
  4586.                 'edit' => [
  4587.                     'actions' => [
  4588.                     ],
  4589.                 ],
  4590.                 'new' => [
  4591.                     'actions' => [
  4592.                     ],
  4593.                 ],
  4594.                 'show' => [
  4595.                     'actions' => [
  4596.                     ],
  4597.                     'max_results' => 10,
  4598.                 ],
  4599.             ],
  4600.             'fos_user.backend_type_orm' => true,
  4601.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4602.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4603.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  4604.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  4605.             'fos_user.storage' => 'orm',
  4606.             'fos_user.firewall_name' => 'main',
  4607.             'fos_user.model_manager_name' => NULL,
  4608.             'fos_user.model.user.class' => 'App\\Entity\\Usuario',
  4609.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4610.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  4611.             'fos_user.profile.form.validation_groups' => [
  4612.                 => 'Profile',
  4613.                 => 'Default',
  4614.             ],
  4615.             'fos_user.registration.confirmation.from_email' => [
  4616.                 'test@domain.com' => 'test@domain.com',
  4617.             ],
  4618.             'fos_user.registration.confirmation.enabled' => false,
  4619.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationType',
  4620.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  4621.             'fos_user.registration.form.validation_groups' => [
  4622.                 => 'Registration',
  4623.                 => 'Default',
  4624.             ],
  4625.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4626.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4627.             'fos_user.change_password.form.validation_groups' => [
  4628.                 => 'ChangePassword',
  4629.                 => 'Default',
  4630.             ],
  4631.             'fos_user.resetting.email.from_email' => [
  4632.                 'test@domain.com' => 'test@domain.com',
  4633.             ],
  4634.             'fos_user.resetting.retry_ttl' => 7200,
  4635.             'fos_user.resetting.token_ttl' => 86400,
  4636.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4637.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4638.             'fos_user.resetting.form.validation_groups' => [
  4639.                 => 'ResetPassword',
  4640.                 => 'Default',
  4641.             ],
  4642.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  4643.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  4644.             'easy_admin_extension.custom_form_types' => [
  4645.             ],
  4646.             'easy_admin_extension.minimum_role' => NULL,
  4647.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  4648.             'nelmio_cors.map' => [
  4649.                 '^/api/' => [
  4650.                     'allow_origin' => true,
  4651.                     'allow_headers' => true,
  4652.                     'allow_methods' => [
  4653.                         => 'POST',
  4654.                         => 'PUT',
  4655.                         => 'GET',
  4656.                         => 'DELETE',
  4657.                         => 'OPTIONS',
  4658.                     ],
  4659.                     'max_age' => 3600,
  4660.                 ],
  4661.                 '^/' => [
  4662.                     'origin_regex' => true,
  4663.                     'allow_origin' => [
  4664.                         => '^http://localhost:[0-9]+',
  4665.                     ],
  4666.                     'allow_headers' => true,
  4667.                     'allow_methods' => [
  4668.                         => 'POST',
  4669.                         => 'PUT',
  4670.                         => 'GET',
  4671.                         => 'DELETE',
  4672.                         => 'OPTIONS',
  4673.                     ],
  4674.                     'max_age' => 3600,
  4675.                     'hosts' => [
  4676.                         => '^api\\.',
  4677.                     ],
  4678.                 ],
  4679.             ],
  4680.             'nelmio_cors.defaults' => [
  4681.                 'allow_origin' => [
  4682.                 ],
  4683.                 'allow_credentials' => false,
  4684.                 'allow_headers' => [
  4685.                 ],
  4686.                 'expose_headers' => [
  4687.                 ],
  4688.                 'allow_methods' => [
  4689.                 ],
  4690.                 'max_age' => 0,
  4691.                 'hosts' => [
  4692.                 ],
  4693.                 'origin_regex' => false,
  4694.                 'forced_allow_origin_value' => NULL,
  4695.             ],
  4696.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4697.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4698.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4699.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4700.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4701.             'nelmio_security.clickjacking.paths' => [
  4702.                 '^/.*' => [
  4703.                     'header' => 'DENY',
  4704.                 ],
  4705.             ],
  4706.             'nelmio_security.clickjacking.content_types' => [
  4707.             ],
  4708.             'nelmio_security.nonce_generator.number_of_bytes' => 16,
  4709.             'nelmio_security.csp.hash_algorithm' => 'sha256',
  4710.             'nelmio_security.csp.report_log_level' => 'notice',
  4711.             'nelmio_security.content_type.nosniff' => true,
  4712.             'nelmio_security.referrer_policy.policies' => [
  4713.                 => 'no-referrer',
  4714.                 => 'strict-origin-when-cross-origin',
  4715.             ],
  4716.             'data_collector.templates' => [
  4717.                 'data_collector.request' => [
  4718.                     => 'request',
  4719.                     => '@WebProfiler/Collector/request.html.twig',
  4720.                 ],
  4721.                 'data_collector.time' => [
  4722.                     => 'time',
  4723.                     => '@WebProfiler/Collector/time.html.twig',
  4724.                 ],
  4725.                 'data_collector.memory' => [
  4726.                     => 'memory',
  4727.                     => '@WebProfiler/Collector/memory.html.twig',
  4728.                 ],
  4729.                 'data_collector.validator' => [
  4730.                     => 'validator',
  4731.                     => '@WebProfiler/Collector/validator.html.twig',
  4732.                 ],
  4733.                 'data_collector.ajax' => [
  4734.                     => 'ajax',
  4735.                     => '@WebProfiler/Collector/ajax.html.twig',
  4736.                 ],
  4737.                 'data_collector.form' => [
  4738.                     => 'form',
  4739.                     => '@WebProfiler/Collector/form.html.twig',
  4740.                 ],
  4741.                 'data_collector.exception' => [
  4742.                     => 'exception',
  4743.                     => '@WebProfiler/Collector/exception.html.twig',
  4744.                 ],
  4745.                 'data_collector.logger' => [
  4746.                     => 'logger',
  4747.                     => '@WebProfiler/Collector/logger.html.twig',
  4748.                 ],
  4749.                 'data_collector.events' => [
  4750.                     => 'events',
  4751.                     => '@WebProfiler/Collector/events.html.twig',
  4752.                 ],
  4753.                 'data_collector.router' => [
  4754.                     => 'router',
  4755.                     => '@WebProfiler/Collector/router.html.twig',
  4756.                 ],
  4757.                 'data_collector.cache' => [
  4758.                     => 'cache',
  4759.                     => '@WebProfiler/Collector/cache.html.twig',
  4760.                 ],
  4761.                 'data_collector.translation' => [
  4762.                     => 'translation',
  4763.                     => '@WebProfiler/Collector/translation.html.twig',
  4764.                 ],
  4765.                 'data_collector.security' => [
  4766.                     => 'security',
  4767.                     => '@Security/Collector/security.html.twig',
  4768.                 ],
  4769.                 'data_collector.twig' => [
  4770.                     => 'twig',
  4771.                     => '@WebProfiler/Collector/twig.html.twig',
  4772.                 ],
  4773.                 'data_collector.doctrine' => [
  4774.                     => 'db',
  4775.                     => '@Doctrine/Collector/db.html.twig',
  4776.                 ],
  4777.                 'swiftmailer.data_collector' => [
  4778.                     => 'swiftmailer',
  4779.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4780.                 ],
  4781.                 'data_collector.dump' => [
  4782.                     => 'dump',
  4783.                     => '@Debug/Profiler/dump.html.twig',
  4784.                 ],
  4785.                 'easyadmin.data_collector' => [
  4786.                     => 'easyadmin',
  4787.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  4788.                 ],
  4789.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4790.                     => 'vich_uploader.mapping_collector',
  4791.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4792.                 ],
  4793.                 'data_collector.config' => [
  4794.                     => 'config',
  4795.                     => '@WebProfiler/Collector/config.html.twig',
  4796.                 ],
  4797.             ],
  4798.             'console.command.ids' => [
  4799.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4800.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4801.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4802.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4803.             ],
  4804.         ];
  4805.     }
  4806. }