var/cache/dev/ContainerTajmHlI/App_KernelDevDebugContainer.php line 964

Open in your IDE?
  1. <?php
  2. namespace ContainerTajmHlI;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  51.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  52.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'serializer' => 'getSerializerService',
  60.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  61.             'form.factory' => 'getForm_FactoryService',
  62.             'form.type.file' => 'getForm_Type_FileService',
  63.             'profiler' => 'getProfilerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  77.             '.container.private.session' => 'get_Container_Private_SessionService',
  78.             'App\\Controller\\Admin\\City\\IndexController' => 'getIndexControllerService',
  79.             'App\\Controller\\Admin\\IndexController' => 'getIndexController2Service',
  80.             'App\\Controller\\Admin\\Page\\PageController' => 'getPageControllerService',
  81.             'App\\Controller\\Admin\\Pray\\PrayController' => 'getPrayControllerService',
  82.             'App\\Controller\\Admin\\User\\AdminController' => 'getAdminControllerService',
  83.             'App\\Controller\\Admin\\User\\CustomerController' => 'getCustomerControllerService',
  84.             'App\\Controller\\Admin\\User\\IndexController' => 'getIndexController3Service',
  85.             'App\\Controller\\AssetsController' => 'getAssetsControllerService',
  86.             'App\\Controller\\Customer\\IndexController' => 'getIndexController4Service',
  87.             'App\\Controller\\Customer\\PrayerController' => 'getPrayerControllerService',
  88.             'App\\Controller\\Customer\\PrayingController' => 'getPrayingControllerService',
  89.             'App\\Controller\\IndexController' => 'getIndexController5Service',
  90.             'App\\Controller\\LocalisationController' => 'getLocalisationControllerService',
  91.             'App\\Controller\\PrayerController' => 'getPrayerController2Service',
  92.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  93.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  94.             'App\\Controller\\TestController' => 'getTestControllerService',
  95.             'App\\DataTable\\AdminType' => 'getAdminTypeService',
  96.             'App\\DataTable\\CityType' => 'getCityTypeService',
  97.             'App\\DataTable\\CustomerType' => 'getCustomerTypeService',
  98.             'App\\DataTable\\PageType' => 'getPageTypeService',
  99.             'App\\DataTable\\PrayType' => 'getPrayTypeService',
  100.             'App\\DataTable\\UserType' => 'getUserTypeService',
  101.             'App\\Manager\\PrayerManager' => 'getPrayerManagerService',
  102.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  103.             'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
  104.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  105.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  106.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  107.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  108.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  109.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  110.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  111.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  112.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  113.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  114.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  115.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  116.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  117.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  118.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  119.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  120.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  121.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  122.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  123.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  124.             'cache.app_clearer' => 'getCache_AppClearerService',
  125.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  126.             'cache.system_clearer' => 'getCache_SystemClearerService',
  127.             'cache_warmer' => 'getCacheWarmerService',
  128.             'console.command.public_alias.Umbrella\\CoreBundle\\Command\\IndexEntityCommand' => 'getIndexEntityCommandService',
  129.             'console.command_loader' => 'getConsole_CommandLoaderService',
  130.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  131.             'error_controller' => 'getErrorControllerService',
  132.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  133.             'knp_paginator' => 'getKnpPaginatorService',
  134.             'routing.loader' => 'getRouting_LoaderService',
  135.             'services_resetter' => 'getServicesResetterService',
  136.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  137.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  138.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  139.             'vich_uploader.namer_uniqid.image_city' => 'getVichUploader_NamerUniqid_ImageCityService',
  140.             'vich_uploader.namer_uniqid.image_prayer' => 'getVichUploader_NamerUniqid_ImagePrayerService',
  141.             'vich_uploader.namer_uniqid.image_user' => 'getVichUploader_NamerUniqid_ImageUserService',
  142.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  143.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  144.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  145.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  146.         ];
  147.         $this->aliases = [
  148.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  149.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  150.             'App\\Kernel' => 'kernel',
  151.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  152.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  153.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  154.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  155.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  156.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  157.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  158.             'database_connection' => 'doctrine.dbal.default_connection',
  159.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  160.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  161.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  162.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  163.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  164.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  165.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  166.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  167.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  168.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  169.         ];
  170.         $this->privates['service_container'] = function () {
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  177.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  178.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  179.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  180.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  181.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  183.             include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  196.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  407.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  410.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  421.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  423.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/DataTable/ActionRenderer.php';
  424.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  426.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  434.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  435.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  436.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  447.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  453.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  490.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformPaginationParametersListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformSortingParametersListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformFieldsetsParametersListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformFilteringParametersListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  579.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  607.             include_once \dirname(__DIR__4).'/src/Serializer/CityNormalizer.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  614.             include_once \dirname(__DIR__4).'/src/Serializer/CustomerNormalizer.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ConstraintViolationListNormalizer.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ReservedAttributeNameConverter.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ErrorNormalizer.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/EntrypointNormalizer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ItemNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/CollectionNormalizer.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ObjectNormalizer.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  695.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  709.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  739.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Utils.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  744.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  746.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  748.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  749.             include_once \dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/Twig/MenuExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/MenuProvider.php';
  752.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/MenuRegistry.php';
  753.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/MenuType.php';
  754.             include_once \dirname(__DIR__4).'/vendor/umbrella2/adminbundle/src/Menu/BaseAdminMenu.php';
  755.             include_once \dirname(__DIR__4).'/vendor/umbrella2/adminbundle/src/UmbrellaAdminConfiguration.php';
  756.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/Visitor/MenuVisitor.php';
  757.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/Visitor/MenuVisibilityVisitor.php';
  758.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Menu/Visitor/MenuCurrentVisitor.php';
  759.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/DataTable/Twig/DataTableExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/DataTable/DataTableRenderer.php';
  761.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Ckeditor/CkeditorExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/umbrella2/corebundle/src/Twig/CoreExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/umbrella2/adminbundle/src/Twig/AdminExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  768.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  771.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  773.             include_once \dirname(__DIR__4).'/src/Service/StatutService.php';
  774.             include_once \dirname(__DIR__4).'/src/Service/RoleService.php';
  775.             include_once \dirname(__DIR__4).'/src/Service/DateTimeService.php';
  776.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  784.         };
  785.     }
  786.     public function compile(): void
  787.     {
  788.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  789.     }
  790.     public function isCompiled(): bool
  791.     {
  792.         return true;
  793.     }
  794.     public function getRemovedIds(): array
  795.     {
  796.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  797.     }
  798.     protected function load($file$lazyLoad true)
  799.     {
  800.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  801.             return $class::do($this$lazyLoad);
  802.         }
  803.         if ('.' === $file[-4]) {
  804.             $class substr($class0, -4);
  805.         } else {
  806.             $file .= '.php';
  807.         }
  808.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  809.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  810.     }
  811.     protected function createProxy($class, \Closure $factory)
  812.     {
  813.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  814.         return $factory();
  815.     }
  816.     /**
  817.      * Gets the public '.container.private.profiler' shared service.
  818.      *
  819.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  820.      */
  821.     protected function get_Container_Private_ProfilerService()
  822.     {
  823.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  824.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  825.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  826.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  827.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  828.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  829.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  830.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  831.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  832.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  833.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  834.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  835.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  836.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  837.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  838.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  839.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  840.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  841.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  842.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  843.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  844.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  845.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  846.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  847.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  848.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  849.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  850.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  851.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  852.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  853.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  854.         if ($this->has('kernel')) {
  855.             $g->setKernel($b);
  856.         }
  857.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  858.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  859.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  860.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  861.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  862.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  863.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  864.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  865.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  866.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  867.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  868.         $instance->add($d);
  869.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  870.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  871.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  872.         $instance->add($e);
  873.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  874.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  875.         $instance->add($f);
  876.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  877.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  878.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  879.         $instance->add($g);
  880.         return $instance;
  881.     }
  882.     /**
  883.      * Gets the public '.container.private.security.authorization_checker' shared service.
  884.      *
  885.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  886.      */
  887.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  888.     {
  889.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  890.     }
  891.     /**
  892.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  893.      *
  894.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  895.      */
  896.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  897.     {
  898.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  899.     }
  900.     /**
  901.      * Gets the public '.container.private.security.token_storage' shared service.
  902.      *
  903.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  904.      */
  905.     protected function get_Container_Private_Security_TokenStorageService()
  906.     {
  907.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  908.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  909.         ], [
  910.             'request_stack' => '?',
  911.         ]));
  912.     }
  913.     /**
  914.      * Gets the public '.container.private.serializer' shared service.
  915.      *
  916.      * @return \Symfony\Component\Serializer\Serializer
  917.      */
  918.     protected function get_Container_Private_SerializerService()
  919.     {
  920.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  921.         $b = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  922.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  923.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  924.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  925.         $f = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL);
  926.         $g = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  927.         $h = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$d)], [=> $g]));
  928.         $i = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($h);
  929.         $j = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  930.         $k = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  931.         $l = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  932.         $m = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  933.         $n = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($j$k$l, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$mNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$h));
  934.         $o = new \ApiPlatform\JsonApi\Serializer\ReservedAttributeNameConverter($c);
  935.         $p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  936.         $q = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  937.         $r = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  938.         $s = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  939.         $t = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  940.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\CityNormalizer($f, ($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService())), => new \App\Serializer\CustomerNormalizer($f, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), => $i=> $n=> new \ApiPlatform\JsonApi\Serializer\ConstraintViolationListNormalizer($l$o), => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $c), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $c), => $n=> new \ApiPlatform\JsonApi\Serializer\ErrorNormalizer(true), 10 => $i11 => new \ApiPlatform\JsonApi\Serializer\EntrypointNormalizer($j$q$p), 12 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($j$k$l$rNULL$pNULL$c), 13 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($j$q$p), 14 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ptrue), 15 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 16 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 18 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 19 => new \ApiPlatform\JsonApi\Serializer\ItemNormalizer($k$l$q$r$a$o$j, [], new RewindableGenerator(function () {
  941.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  942.         }, 1), $s), 20 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($j$k$l$q$r$t$a$c$b, [], new RewindableGenerator(function () {
  943.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  944.         }, 1), $s), 21 => new \ApiPlatform\Serializer\ItemNormalizer($k$l$q$r$a$c$b, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  945.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  946.         }, 1), $j$s), 22 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 24 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), 25 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 27 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 28 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 29 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 30 => new \ApiPlatform\JsonApi\Serializer\CollectionNormalizer($r'page'$j), 31 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t$r$qNULL), 'page''pagination'$j$a), $j$r$m), 32 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 33 => new \ApiPlatform\JsonApi\Serializer\ObjectNormalizer($f$q$r$j), 34 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($f$q$t), 35 => $f], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $g=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonapi'), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  947.     }
  948.     /**
  949.      * Gets the public '.container.private.twig' shared service.
  950.      *
  951.      * @return \Twig\Environment
  952.      */
  953.     protected function get_Container_Private_TwigService()
  954.     {
  955.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  961.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  962.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  963.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  964.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  965.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  966.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  967.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  968.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  969.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
  970.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
  971.         $a->addPath((\dirname(__DIR__4).'/vendor/umbrella2/corebundle/templates'), 'UmbrellaCore');
  972.         $a->addPath((\dirname(__DIR__4).'/vendor/umbrella2/corebundle/templates'), '!UmbrellaCore');
  973.         $a->addPath((\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/templates'), 'UmbrellaAdmin');
  974.         $a->addPath((\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/templates'), '!UmbrellaAdmin');
  975.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  976.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  977.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  978.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  979.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  980.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  981.         $a->addPath((\dirname(__DIR__4).'/templates'));
  982.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  983.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  984.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  985.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  986.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  987.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  988.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  989.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  990.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  991.         $g = ($this->services['router'] ?? $this->getRouterService());
  992.         $h = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  993.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  994.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  995.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  996.         $k = new \Knp\Menu\Util\MenuManipulator();
  997.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  998.         $m = new \Umbrella\CoreBundle\Menu\MenuRegistry();
  999.         $n = new \Umbrella\AdminBundle\UmbrellaAdminConfiguration(['app_name' => 'umbrella''app_logo' => NULL'container_class' => 'container-fluid''menu' => 'Umbrella\\AdminBundle\\Menu\\BaseAdminMenu''user' => ['enabled' => false'manager' => 'Umbrella\\AdminBundle\\Service\\UserManager''mailer' => 'Umbrella\\AdminBundle\\Service\\UserMailer''class' => 'App\\Entity\\AdminUser''table' => 'Umbrella\\AdminBundle\\DataTable\\UserTableType''form' => 'Umbrella\\AdminBundle\\Form\\UserType''from_name' => '''from_email' => 'no-reply@umbrella.dev''password_request_ttl' => 86400'profile' => ['enabled' => true'route' => 'umbrella_admin_profile_index''form' => 'Umbrella\\AdminBundle\\Form\\ProfileType']], 'notification' => ['enabled' => false'provider' => NULL'poll_interval' => 10]], $h);
  1000.         $m->registerType('Umbrella\\AdminBundle\\Menu\\BaseAdminMenu', new \Umbrella\AdminBundle\Menu\BaseAdminMenu($instance$n));
  1001.         $m->registerVisitor('Umbrella\\CoreBundle\\Menu\\Visitor\\MenuVisibilityVisitor', new \Umbrella\CoreBundle\Menu\Visitor\MenuVisibilityVisitor());
  1002.         $m->registerVisitor('Umbrella\\CoreBundle\\Menu\\Visitor\\MenuCurrentVisitor', new \Umbrella\CoreBundle\Menu\Visitor\MenuCurrentVisitor($d));
  1003.         $o = new \Symfony\Bridge\Twig\AppVariable();
  1004.         $o->setEnvironment('dev');
  1005.         $o->setDebug(true);
  1006.         if ($this->has('.container.private.security.token_storage')) {
  1007.             $o->setTokenStorage($i);
  1008.         }
  1009.         if ($this->has('request_stack')) {
  1010.             $o->setRequestStack($d);
  1011.         }
  1012.         $p = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1013.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1014.         $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())));
  1015.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1016.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1017.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1018.             return new \EmptyIterator();
  1019.         }, 0))));
  1020.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  1021.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1022.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1023.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1024.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1025.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1026.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  1027.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1028.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1029.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1030.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($h));
  1031.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  1032.         $instance->addExtension(new \App\Twig\Extension\Utils(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  1033.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1034.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1035.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1036.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1037.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1038.         ], [
  1039.             'list' => '?',
  1040.             'twig' => '?',
  1041.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1042.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1043.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1044.         }, 2)), $k$l), $l$k));
  1045.         $instance->addExtension(new \Omines\DataTablesBundle\Twig\DataTablesExtension($c));
  1046.         $instance->addExtension(new \Umbrella\CoreBundle\Menu\Twig\MenuExtension(new \Umbrella\CoreBundle\Menu\MenuProvider($m), $c));
  1047.         $instance->addExtension(new \Umbrella\CoreBundle\DataTable\Twig\DataTableExtension(new \Umbrella\CoreBundle\DataTable\DataTableRenderer($instance$g$d), ($this->privates['Umbrella\\CoreBundle\\DataTable\\ActionRenderer'] ?? $this->getActionRendererService())));
  1048.         $instance->addExtension(new \Umbrella\CoreBundle\Ckeditor\CkeditorExtension());
  1049.         $instance->addExtension(new \Umbrella\CoreBundle\Twig\CoreExtension(($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), 'default'));
  1050.         $instance->addExtension(new \Umbrella\AdminBundle\Twig\AdminExtension($n));
  1051.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  1052.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  1053.         $instance->addGlobal('app'$o);
  1054.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1055.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1056.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1057.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1058.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1059.         ], [
  1060.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1061.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1062.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1063.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1064.         ])));
  1065.         $instance->addGlobal('googlemap_apikey'$this->getEnv('GOOGLEMAP_APIKEY'));
  1066.         $instance->addGlobal('statut_service', new \App\Service\StatutService());
  1067.         $instance->addGlobal('role_service', new \App\Service\RoleService());
  1068.         $instance->addGlobal('datetime_service', new \App\Service\DateTimeService());
  1069.         $instance->addGlobal('default_app_name'$this->getEnv('DEFAULT_APP_NAME'));
  1070.         $instance->addGlobal('default_app_url'$this->getEnv('DEFAULT_APP_URL'));
  1071.         $instance->addGlobal('default_app_short_name'$this->getEnv('DEFAULT_APP_SHORT_NAME'));
  1072.         $instance->addGlobal('default_app_email'$this->getEnv('DEFAULT_APP_EMAIL'));
  1073.         $instance->addGlobal('default_app_adress'$this->getEnv('DEFAULT_APP_ADRESS'));
  1074.         $instance->addGlobal('default_app_phone'$this->getEnv('DEFAULT_APP_PHONE'));
  1075.         $instance->addGlobal('default_app_url_facebook'$this->getEnv('DEFAULT_APP_URL_FACEBOOK'));
  1076.         $instance->addGlobal('default_currency_region'$this->getEnv('DEFAULT_CURRENCY_REGION'));
  1077.         $instance->addGlobal('default_currency_symbol'$this->getEnv('DEFAULT_CURRENCY_SYMBOL'));
  1078.         $instance->addGlobal('default_currency_decimal_round'$this->getEnv('DEFAULT_CURRENCY_DECIMAL_ROUND'));
  1079.         $instance->addGlobal('lng'$this->getEnv('APP_LANG'));
  1080.         $instance->registerUndefinedFilterCallback([=> $p=> 'suggestFilter']);
  1081.         $instance->registerUndefinedFunctionCallback([=> $p=> 'suggestFunction']);
  1082.         $instance->registerUndefinedTokenParserCallback([=> $p=> 'suggestTag']);
  1083.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public '.container.private.validator' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1090.      */
  1091.     protected function get_Container_Private_ValidatorService()
  1092.     {
  1093.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1094.     }
  1095.     /**
  1096.      * Gets the public 'cache.app' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1099.      */
  1100.     protected function getCache_AppService()
  1101.     {
  1102.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Lwhio-4kFb'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1103.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1104.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1105.     }
  1106.     /**
  1107.      * Gets the public 'cache.system' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1110.      */
  1111.     protected function getCache_SystemService()
  1112.     {
  1113.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6Tlbih50p8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1114.     }
  1115.     /**
  1116.      * Gets the public 'cache.validator_expression_language' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1119.      */
  1120.     protected function getCache_ValidatorExpressionLanguageService()
  1121.     {
  1122.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XGb8g6DsFb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1123.     }
  1124.     /**
  1125.      * Gets the public 'data_collector.dump' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1128.      */
  1129.     protected function getDataCollector_DumpService()
  1130.     {
  1131.         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()));
  1132.     }
  1133.     /**
  1134.      * Gets the public 'doctrine' shared service.
  1135.      *
  1136.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1137.      */
  1138.     protected function getDoctrineService()
  1139.     {
  1140.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1141.     }
  1142.     /**
  1143.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1144.      *
  1145.      * @return \Doctrine\DBAL\Connection
  1146.      */
  1147.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1148.     {
  1149.         $a = new \Doctrine\DBAL\Configuration();
  1150.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1151.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1152.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1154.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1155.         $c->setConnectionName('default');
  1156.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1157.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1158.             'Umbrella\\CoreBundle\\Search\\SearchableEntitySubscriber' => ['privates''Umbrella\\CoreBundle\\Search\\SearchableEntitySubscriber''getSearchableEntitySubscriberService'true],
  1159.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1160.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1161.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1162.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1163.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1164.             'vich_uploader.listener.clean.image_city' => ['privates''vich_uploader.listener.clean.image_city''getVichUploader_Listener_Clean_ImageCityService'true],
  1165.             'vich_uploader.listener.clean.image_prayer' => ['privates''vich_uploader.listener.clean.image_prayer''getVichUploader_Listener_Clean_ImagePrayerService'true],
  1166.             'vich_uploader.listener.clean.image_user' => ['privates''vich_uploader.listener.clean.image_user''getVichUploader_Listener_Clean_ImageUserService'true],
  1167.             'vich_uploader.listener.remove.image_city' => ['privates''vich_uploader.listener.remove.image_city''getVichUploader_Listener_Remove_ImageCityService'true],
  1168.             'vich_uploader.listener.remove.image_prayer' => ['privates''vich_uploader.listener.remove.image_prayer''getVichUploader_Listener_Remove_ImagePrayerService'true],
  1169.             'vich_uploader.listener.remove.image_user' => ['privates''vich_uploader.listener.remove.image_user''getVichUploader_Listener_Remove_ImageUserService'true],
  1170.             'vich_uploader.listener.upload.image_city' => ['privates''vich_uploader.listener.upload.image_city''getVichUploader_Listener_Upload_ImageCityService'true],
  1171.             'vich_uploader.listener.upload.image_prayer' => ['privates''vich_uploader.listener.upload.image_prayer''getVichUploader_Listener_Upload_ImagePrayerService'true],
  1172.             'vich_uploader.listener.upload.image_user' => ['privates''vich_uploader.listener.upload.image_user''getVichUploader_Listener_Upload_ImageUserService'true],
  1173.         ], [
  1174.             'Umbrella\\CoreBundle\\Search\\SearchableEntitySubscriber' => '?',
  1175.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1176.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1177.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1178.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1179.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1180.             'vich_uploader.listener.clean.image_city' => '?',
  1181.             'vich_uploader.listener.clean.image_prayer' => '?',
  1182.             'vich_uploader.listener.clean.image_user' => '?',
  1183.             'vich_uploader.listener.remove.image_city' => '?',
  1184.             'vich_uploader.listener.remove.image_prayer' => '?',
  1185.             'vich_uploader.listener.remove.image_user' => '?',
  1186.             'vich_uploader.listener.upload.image_city' => '?',
  1187.             'vich_uploader.listener.upload.image_prayer' => '?',
  1188.             'vich_uploader.listener.upload.image_user' => '?',
  1189.         ]), [=> 'vich_uploader.listener.clean.image_prayer'=> 'vich_uploader.listener.clean.image_user'=> 'vich_uploader.listener.clean.image_city'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'Umbrella\\CoreBundle\\Search\\SearchableEntitySubscriber'=> 'vich_uploader.listener.remove.image_prayer'=> 'vich_uploader.listener.upload.image_prayer'10 => 'vich_uploader.listener.remove.image_user'11 => 'vich_uploader.listener.upload.image_user'12 => 'vich_uploader.listener.remove.image_city'13 => 'vich_uploader.listener.upload.image_city'14 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1190.     }
  1191.     /**
  1192.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1193.      *
  1194.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1195.      */
  1196.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1197.     {
  1198.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1199.             'app.event_listener.customer_listener' => ['privates''app.event_listener.customer_listener''getApp_EventListener_CustomerListenerService'true],
  1200.             'app.event_listener.prayer_listener' => ['privates''app.event_listener.prayer_listener''getApp_EventListener_PrayerListenerService'true],
  1201.         ], [
  1202.             'app.event_listener.customer_listener' => '?',
  1203.             'app.event_listener.prayer_listener' => '?',
  1204.         ]));
  1205.         $instance->registerService('App\\EventListener\\CustomerListener''app.event_listener.customer_listener');
  1206.         $instance->registerService('App\\EventListener\\CustomerListener''app.event_listener.customer_listener');
  1207.         $instance->registerService('App\\EventListener\\PrayerListener''app.event_listener.prayer_listener');
  1208.         return $instance;
  1209.     }
  1210.     /**
  1211.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1212.      *
  1213.      * @return \Doctrine\ORM\EntityManager
  1214.      */
  1215.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1216.     {
  1217.         if ($lazyLoad) {
  1218.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1219.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1220.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1221.                     $proxy->setProxyInitializer(null);
  1222.                     return true;
  1223.                 });
  1224.             });
  1225.         }
  1226.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1239.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1242.         $a = new \Doctrine\ORM\Configuration();
  1243.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1244.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1245.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1246.         $b->addDriver($c'Umbrella\\AdminBundle\\Entity');
  1247.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1248.         $a->setEntityNamespaces(['App' => 'App\\Entity''UmbrellaAdminBundle' => 'Umbrella\\AdminBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1249.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1250.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1251.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1252.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1253.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1254.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1255.         ], [
  1256.             'doctrine.ulid_generator' => '?',
  1257.             'doctrine.uuid_generator' => '?',
  1258.         ])));
  1259.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1260.         $a->setProxyNamespace('Proxies');
  1261.         $a->setAutoGenerateProxyClasses(true);
  1262.         $a->setSchemaIgnoreClasses([]);
  1263.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1264.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1265.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1266.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1267.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1268.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1269.             'App\\Repository\\AdminRepository' => ['privates''App\\Repository\\AdminRepository''getAdminRepositoryService'true],
  1270.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'true],
  1271.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1272.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService'true],
  1273.             'App\\Repository\\PrayerRepository' => ['privates''App\\Repository\\PrayerRepository''getPrayerRepositoryService'true],
  1274.             'App\\Repository\\PrayingRepository' => ['privates''App\\Repository\\PrayingRepository''getPrayingRepositoryService'true],
  1275.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1276.         ], [
  1277.             'App\\Repository\\AdminRepository' => '?',
  1278.             'App\\Repository\\CityRepository' => '?',
  1279.             'App\\Repository\\CustomerRepository' => '?',
  1280.             'App\\Repository\\PageRepository' => '?',
  1281.             'App\\Repository\\PrayerRepository' => '?',
  1282.             'App\\Repository\\PrayingRepository' => '?',
  1283.             'App\\Repository\\UserRepository' => '?',
  1284.         ])));
  1285.         $a->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1286.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1287.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1288.         return $instance;
  1289.     }
  1290.     /**
  1291.      * Gets the public 'event_dispatcher' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1294.      */
  1295.     protected function getEventDispatcherService()
  1296.     {
  1297.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1298.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1299.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1300.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1301.         $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())));
  1302.         $instance->addListener('kernel.controller', [=> function () {
  1303.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1304.         }, => 'onKernelController'], 0);
  1305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1306.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1307.         }, => 'checkPassport'], 1024);
  1308.         $instance->addListener('kernel.response', [=> function () {
  1309.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1310.         }, => 'onKernelResponse'], 0);
  1311.         $instance->addListener('kernel.request', [=> function () {
  1312.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1313.         }, => 'onKernelRequest'], 250);
  1314.         $instance->addListener('kernel.response', [=> function () {
  1315.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1316.         }, => 'onKernelResponse'], 0);
  1317.         $instance->addListener('kernel.response', [=> function () {
  1318.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1319.         }, => 'onResponse'], 0);
  1320.         $instance->addListener('kernel.request', [=> function () {
  1321.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1322.         }, => 'onKernelRequest'], 28);
  1323.         $instance->addListener('kernel.request', [=> function () {
  1324.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1325.         }, => 'onKernelRequest'], 2);
  1326.         $instance->addListener('kernel.view', [=> function () {
  1327.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1328.         }, => 'onKernelView'], 16);
  1329.         $instance->addListener('kernel.view', [=> function () {
  1330.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1331.         }, => 'onKernelView'], 8);
  1332.         $instance->addListener('kernel.exception', [=> function () {
  1333.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1334.         }, => 'onKernelException'], 0);
  1335.         $instance->addListener('kernel.exception', [=> function () {
  1336.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1337.         }, => 'onKernelException'], -96);
  1338.         $instance->addListener('kernel.view', [=> function () {
  1339.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1340.         }, => 'onKernelView'], 32);
  1341.         $instance->addListener('kernel.request', [=> function () {
  1342.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1343.         }, => 'onKernelRequest'], 4);
  1344.         $instance->addListener('kernel.request', [=> function () {
  1345.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1346.         }, => 'onKernelRequest'], 0);
  1347.         $instance->addListener('kernel.request', [=> function () {
  1348.             return ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformPaginationParametersListener()));
  1349.         }, => 'onKernelRequest'], 5);
  1350.         $instance->addListener('kernel.request', [=> function () {
  1351.             return ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformSortingParametersListener('order')));
  1352.         }, => 'onKernelRequest'], 5);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] ?? $this->getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService());
  1355.         }, => 'onKernelRequest'], 5);
  1356.         $instance->addListener('kernel.request', [=> function () {
  1357.             return ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformFilteringParametersListener()));
  1358.         }, => 'onKernelRequest'], 5);
  1359.         $instance->addListener('kernel.response', [=> function () {
  1360.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1361.         }, => 'onKernelResponse'], 0);
  1362.         $instance->addListener('kernel.response', [=> function () {
  1363.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1364.         }, => 'onKernelResponse'], -1);
  1365.         $instance->addListener('kernel.view', [=> function () {
  1366.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1367.         }, => 'onKernelView'], 64);
  1368.         $instance->addListener('kernel.request', [=> function () {
  1369.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1370.         }, => 'onKernelRequest'], 16);
  1371.         $instance->addListener('kernel.request', [=> function () {
  1372.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1373.         }, => 'onSecurity'], 3);
  1374.         $instance->addListener('kernel.request', [=> function () {
  1375.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1376.         }, => 'onSecurityPostDenormalize'], 1);
  1377.         $instance->addListener('kernel.view', [=> function () {
  1378.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1379.         }, => 'onSecurityPostValidation'], 63);
  1380.         $instance->addListener('kernel.request', [=> function () {
  1381.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1382.         }, => 'onKernelRequest'], 0);
  1383.         $instance->addListener('knp_pager.after', [=> function () {
  1384.             return ($this->privates['App\\EventSubscriber\\PaginatorSubscriber'] ?? ($this->privates['App\\EventSubscriber\\PaginatorSubscriber'] = new \App\EventSubscriber\PaginatorSubscriber()));
  1385.         }, => 'after'], 1);
  1386.         $instance->addListener('kernel.view', [=> function () {
  1387.             return ($this->privates['App\\JsResponse\\CustomJsResponseViewListener'] ?? ($this->privates['App\\JsResponse\\CustomJsResponseViewListener'] = new \App\JsResponse\CustomJsResponseViewListener()));
  1388.         }, => 'onKernelView'], 40);
  1389.         $instance->addListener('kernel.response', [=> function () {
  1390.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1391.         }, => 'onKernelResponse'], 0);
  1392.         $instance->addListener('kernel.response', [=> function () {
  1393.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1394.         }, => 'onKernelResponse'], -1024);
  1395.         $instance->addListener('kernel.request', [=> function () {
  1396.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1397.         }, => 'setDefaultLocale'], 100);
  1398.         $instance->addListener('kernel.request', [=> function () {
  1399.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1400.         }, => 'onKernelRequest'], 16);
  1401.         $instance->addListener('kernel.finish_request', [=> function () {
  1402.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1403.         }, => 'onKernelFinishRequest'], 0);
  1404.         $instance->addListener('kernel.request', [=> function () {
  1405.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1406.         }, => 'onKernelRequest'], 256);
  1407.         $instance->addListener('kernel.response', [=> function () {
  1408.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1409.         }, => 'onResponse'], -255);
  1410.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1411.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1412.         }, => 'onControllerArguments'], 0);
  1413.         $instance->addListener('kernel.exception', [=> function () {
  1414.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1415.         }, => 'logKernelException'], 0);
  1416.         $instance->addListener('kernel.exception', [=> function () {
  1417.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1418.         }, => 'onKernelException'], -128);
  1419.         $instance->addListener('kernel.response', [=> function () {
  1420.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1421.         }, => 'removeCspHeader'], -128);
  1422.         $instance->addListener('kernel.request', [=> function () {
  1423.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1424.         }, => 'onKernelRequest'], 15);
  1425.         $instance->addListener('kernel.finish_request', [=> function () {
  1426.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1427.         }, => 'onKernelFinishRequest'], -15);
  1428.         $instance->addListener('console.error', [=> function () {
  1429.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1430.         }, => 'onConsoleError'], -128);
  1431.         $instance->addListener('console.terminate', [=> function () {
  1432.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1433.         }, => 'onConsoleTerminate'], -128);
  1434.         $instance->addListener('console.error', [=> function () {
  1435.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1436.         }, => 'onConsoleError'], 0);
  1437.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1438.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1439.         }, => 'onMessage'], -255);
  1440.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1441.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1442.         }, => 'onMessage'], -255);
  1443.         $instance->addListener('kernel.request', [=> function () {
  1444.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1445.         }, => 'configure'], 2048);
  1446.         $instance->addListener('console.command', [=> function () {
  1447.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1448.         }, => 'configure'], 2048);
  1449.         $instance->addListener('kernel.request', [=> function () {
  1450.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1451.         }, => 'onKernelRequest'], 32);
  1452.         $instance->addListener('kernel.finish_request', [=> function () {
  1453.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1454.         }, => 'onKernelFinishRequest'], 0);
  1455.         $instance->addListener('kernel.exception', [=> function () {
  1456.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1457.         }, => 'onKernelException'], -64);
  1458.         $instance->addListener('kernel.response', [=> function () {
  1459.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1460.         }, => 'onKernelResponse'], 0);
  1461.         $instance->addListener('kernel.request', [=> function () {
  1462.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1463.         }, => 'onKernelRequest'], 128);
  1464.         $instance->addListener('kernel.response', [=> function () {
  1465.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1466.         }, => 'onKernelResponse'], -1000);
  1467.         $instance->addListener('kernel.finish_request', [=> function () {
  1468.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1469.         }, => 'onFinishRequest'], 0);
  1470.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1471.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1472.         }, => 'onMessageFailed'], 100);
  1473.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1474.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1475.         }, => 'onMessageFailed'], 200);
  1476.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1477.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1478.         }, => 'onMessageFailed'], -100);
  1479.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1480.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1481.         }, => 'onWorkerStarted'], 0);
  1482.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1483.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1484.         }, => 'onWorkerRunning'], 0);
  1485.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1486.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1487.         }, => 'onMessageFailed'], 0);
  1488.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1489.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1490.         }, => 'onWorkerRunning'], 0);
  1491.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1492.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1493.         }, => 'onNotification'], -255);
  1494.         $instance->addListener('kernel.response', [=> function () {
  1495.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1496.         }, => 'onKernelResponse'], -100);
  1497.         $instance->addListener('kernel.exception', [=> function () {
  1498.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1499.         }, => 'onKernelException'], 0);
  1500.         $instance->addListener('kernel.terminate', [=> function () {
  1501.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1502.         }, => 'onKernelTerminate'], -1024);
  1503.         $instance->addListener('kernel.controller', [=> function () {
  1504.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1505.         }, => 'onKernelController'], 0);
  1506.         $instance->addListener('kernel.response', [=> function () {
  1507.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1508.         }, => 'onKernelResponse'], 0);
  1509.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1510.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1511.         }, => 'onWorkerMessageHandled'], 0);
  1512.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1513.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1514.         }, => 'onWorkerMessageFailed'], 0);
  1515.         $instance->addListener('console.command', [=> function () {
  1516.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1517.         }, => 'configure'], 1024);
  1518.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1519.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1520.         }, => 'onMessage'], 0);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1523.         }, => 'onKernelResponse'], -128);
  1524.         $instance->addListener('kernel.response', [=> function () {
  1525.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1526.         }, => 'onKernelResponse'], 0);
  1527.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1528.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1529.         }, => 'checkPassport'], 0);
  1530.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1531.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1532.         }, => 'onLoginSuccess'], 0);
  1533.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1534.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1535.         }, => 'onVoterVote'], 0);
  1536.         $instance->addListener('kernel.request', [=> function () {
  1537.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1538.         }, => 'configureLogoutUrlGenerator'], 8);
  1539.         $instance->addListener('kernel.request', [=> function () {
  1540.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1541.         }, => 'onKernelRequest'], 8);
  1542.         $instance->addListener('kernel.finish_request', [=> function () {
  1543.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1544.         }, => 'onKernelFinishRequest'], 0);
  1545.         $instance->addListener('console.command', [=> function () {
  1546.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1547.         }, => 'onCommand'], 255);
  1548.         $instance->addListener('console.terminate', [=> function () {
  1549.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1550.         }, => 'onTerminate'], -255);
  1551.         $instance->addListener('console.error', [=> function () {
  1552.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1553.         }, => 'onConsoleError'], 0);
  1554.         $instance->addListener('console.terminate', [=> function () {
  1555.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1556.         }, => 'onConsoleTerminate'], 0);
  1557.         $instance->addListener('kernel.controller', [=> function () {
  1558.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1559.         }, => 'onKernelController'], 0);
  1560.         $instance->addListener('kernel.controller', [=> function () {
  1561.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1562.         }, => 'onKernelController'], 0);
  1563.         $instance->addListener('kernel.controller', [=> function () {
  1564.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1565.         }, => 'onKernelController'], -128);
  1566.         $instance->addListener('kernel.view', [=> function () {
  1567.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1568.         }, => 'onKernelView'], 0);
  1569.         $instance->addListener('kernel.controller', [=> function () {
  1570.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1571.         }, => 'onKernelController'], 0);
  1572.         $instance->addListener('kernel.response', [=> function () {
  1573.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1574.         }, => 'onKernelResponse'], 0);
  1575.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1576.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1577.         }, => 'onKernelControllerArguments'], 0);
  1578.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1579.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1580.         }, => 'onKernelControllerArguments'], 0);
  1581.         $instance->addListener('kernel.view', [=> function () {
  1582.             return ($this->privates['Umbrella\\CoreBundle\\JsResponse\\JsResponseViewListener'] ?? ($this->privates['Umbrella\\CoreBundle\\JsResponse\\JsResponseViewListener'] = new \Umbrella\CoreBundle\JsResponse\JsResponseViewListener()));
  1583.         }, => 'onKernelView'], 40);
  1584.         $instance->addListener('knp_pager.before', [=> function () {
  1585.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1586.         }, => 'before'], 0);
  1587.         $instance->addListener('knp_pager.pagination', [=> function () {
  1588.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1589.         }, => 'pagination'], 0);
  1590.         $instance->addListener('knp_pager.before', [=> function () {
  1591.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1592.         }, => 'before'], 1);
  1593.         $instance->addListener('knp_pager.before', [=> function () {
  1594.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1595.         }, => 'before'], 1);
  1596.         $instance->addListener('knp_pager.pagination', [=> function () {
  1597.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1598.         }, => 'pagination'], 1);
  1599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1600.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1601.         }, => 'checkPassport'], 512);
  1602.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1603.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1604.         }, => 'onLogout'], 0);
  1605.         return $instance;
  1606.     }
  1607.     /**
  1608.      * Gets the public 'http_kernel' shared service.
  1609.      *
  1610.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1611.      */
  1612.     protected function getHttpKernelService()
  1613.     {
  1614.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1615.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  1616.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1617.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1618.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1619.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1620.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1621.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1622.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1623.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1624.         }, 8)), $a));
  1625.     }
  1626.     /**
  1627.      * Gets the public 'knp_menu.matcher' shared service.
  1628.      *
  1629.      * @return \Knp\Menu\Matcher\Matcher
  1630.      */
  1631.     protected function getKnpMenu_MatcherService()
  1632.     {
  1633.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1634.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1635.         }, 1));
  1636.     }
  1637.     /**
  1638.      * Gets the public 'messenger.default_bus' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1641.      */
  1642.     protected function getMessenger_DefaultBusService()
  1643.     {
  1644.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1645.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1646.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1647.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1648.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1649.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1650.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1651.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1652.         }, 7)));
  1653.     }
  1654.     /**
  1655.      * Gets the public 'monolog.logger.deprecation' shared service.
  1656.      *
  1657.      * @return \Symfony\Bridge\Monolog\Logger
  1658.      */
  1659.     protected function getMonolog_Logger_DeprecationService()
  1660.     {
  1661.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1662.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1663.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1664.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'request_stack' shared service.
  1670.      *
  1671.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1672.      */
  1673.     protected function getRequestStackService()
  1674.     {
  1675.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1676.     }
  1677.     /**
  1678.      * Gets the public 'router' shared service.
  1679.      *
  1680.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1681.      */
  1682.     protected function getRouterService()
  1683.     {
  1684.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1685.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1686.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1687.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1688.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1689.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1690.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1691.         ], [
  1692.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1693.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$this->getEnv('APP_LANG'));
  1694.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1695.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1696.         return $instance;
  1697.     }
  1698.     /**
  1699.      * Gets the public 'translator' shared service.
  1700.      *
  1701.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1702.      */
  1703.     protected function getTranslatorService()
  1704.     {
  1705.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1706.     }
  1707.     /**
  1708.      * Gets the public 'var_dumper.cloner' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1711.      */
  1712.     protected function getVarDumper_ClonerService()
  1713.     {
  1714.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1715.         $instance->setMaxItems(2500);
  1716.         $instance->setMinDepth(1);
  1717.         $instance->setMaxString(-1);
  1718.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1719.         return $instance;
  1720.     }
  1721.     /**
  1722.      * Gets the private '.debug.http_client' shared service.
  1723.      *
  1724.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1725.      */
  1726.     protected function get_Debug_HttpClientService()
  1727.     {
  1728.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1729.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1730.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1731.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1732.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1733.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1734.         $a->setLogger($b);
  1735.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1736.     }
  1737.     /**
  1738.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1739.      *
  1740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1741.      */
  1742.     protected function get_ServiceLocator_ZJyh7qSService()
  1743.     {
  1744.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1745.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1746.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1747.         ], [
  1748.             'security.firewall.map.context.dev' => '?',
  1749.             'security.firewall.map.context.main' => '?',
  1750.         ]);
  1751.     }
  1752.     /**
  1753.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  1754.      *
  1755.      * @return \App\Repository\CustomerRepository
  1756.      */
  1757.     protected function getCustomerRepositoryService()
  1758.     {
  1759.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1760.     }
  1761.     /**
  1762.      * Gets the private 'Umbrella\CoreBundle\DataTable\ActionRenderer' shared autowired service.
  1763.      *
  1764.      * @return \Umbrella\CoreBundle\DataTable\ActionRenderer
  1765.      */
  1766.     protected function getActionRendererService()
  1767.     {
  1768.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1769.         if (isset($this->privates['Umbrella\\CoreBundle\\DataTable\\ActionRenderer'])) {
  1770.             return $this->privates['Umbrella\\CoreBundle\\DataTable\\ActionRenderer'];
  1771.         }
  1772.         return $this->privates['Umbrella\\CoreBundle\\DataTable\\ActionRenderer'] = new \Umbrella\CoreBundle\DataTable\ActionRenderer($a);
  1773.     }
  1774.     /**
  1775.      * Gets the private 'annotations.cache_adapter' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1778.      */
  1779.     protected function getAnnotations_CacheAdapterService()
  1780.     {
  1781.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'annotations.cached_reader' shared service.
  1785.      *
  1786.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1787.      */
  1788.     protected function getAnnotations_CachedReaderService()
  1789.     {
  1790.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1791.     }
  1792.     /**
  1793.      * Gets the private 'annotations.reader' shared service.
  1794.      *
  1795.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1796.      */
  1797.     protected function getAnnotations_ReaderService()
  1798.     {
  1799.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1800.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1801.         $a->registerUniqueLoader('class_exists');
  1802.         $instance->addGlobalIgnoredName('required'$a);
  1803.         return $instance;
  1804.     }
  1805.     /**
  1806.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1807.      *
  1808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1809.      */
  1810.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1811.     {
  1812.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-ADiwTyjlL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1813.     }
  1814.     /**
  1815.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1818.      */
  1819.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1820.     {
  1821.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s7F6yNdUXk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1822.     }
  1823.     /**
  1824.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1827.      */
  1828.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1829.     {
  1830.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9qWv+q3oTx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1831.     }
  1832.     /**
  1833.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1834.      *
  1835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1836.      */
  1837.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1838.     {
  1839.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZL7XIvGn4w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1840.     }
  1841.     /**
  1842.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1843.      *
  1844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1845.      */
  1846.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1847.     {
  1848.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lK6jzFePcv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1849.     }
  1850.     /**
  1851.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1852.      *
  1853.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1854.      */
  1855.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1856.     {
  1857.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8xtjR5k6vZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1858.     }
  1859.     /**
  1860.      * Gets the private 'api_platform.filter_locator' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1863.      */
  1864.     protected function getApiPlatform_FilterLocatorService()
  1865.     {
  1866.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1867.             'App\\Filter\\SortFilter' => ['privates''App\\Filter\\SortFilter''getSortFilterService'true],
  1868.             'app.filter.sort_filter' => ['privates''app.filter.sort_filter''getApp_Filter_SortFilterService'true],
  1869.         ], [
  1870.             'App\\Filter\\SortFilter' => '?',
  1871.             'app.filter.sort_filter' => '?',
  1872.         ]);
  1873.     }
  1874.     /**
  1875.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1876.      *
  1877.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1878.      */
  1879.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1880.     {
  1881.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  1882.     }
  1883.     /**
  1884.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1885.      *
  1886.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1887.      */
  1888.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1889.     {
  1890.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1891.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1892.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1893.         }
  1894.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1895.     }
  1896.     /**
  1897.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1898.      *
  1899.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1900.      */
  1901.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1902.     {
  1903.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'api_platform.identifier.converter' shared service.
  1907.      *
  1908.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1909.      */
  1910.     protected function getApiPlatform_Identifier_ConverterService()
  1911.     {
  1912.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1913.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1914.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1915.         }, 2));
  1916.     }
  1917.     /**
  1918.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1919.      *
  1920.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1921.      */
  1922.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1923.     {
  1924.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1925.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1926.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  1927.     }
  1928.     /**
  1929.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  1930.      *
  1931.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1932.      */
  1933.     protected function getApiPlatform_IriConverter_LegacyService()
  1934.     {
  1935.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1936.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1937.     }
  1938.     /**
  1939.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1940.      *
  1941.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1942.      */
  1943.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1944.     {
  1945.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1946.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1947.         return $instance;
  1948.     }
  1949.     /**
  1950.      * Gets the private 'api_platform.jsonapi.listener.request.transform_fieldsets_parameters' shared service.
  1951.      *
  1952.      * @return \ApiPlatform\Symfony\EventListener\JsonApi\TransformFieldsetsParametersListener
  1953.      */
  1954.     protected function getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService()
  1955.     {
  1956.         return $this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformFieldsetsParametersListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1957.     }
  1958.     /**
  1959.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1960.      *
  1961.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1962.      */
  1963.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1964.     {
  1965.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1966.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  1967.     }
  1968.     /**
  1969.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1970.      *
  1971.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1972.      */
  1973.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1974.     {
  1975.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1976.     }
  1977.     /**
  1978.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1979.      *
  1980.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1981.      */
  1982.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1983.     {
  1984.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1985.     }
  1986.     /**
  1987.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1988.      *
  1989.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1990.      */
  1991.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1992.     {
  1993.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1994.     }
  1995.     /**
  1996.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1997.      *
  1998.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1999.      */
  2000.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2001.     {
  2002.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2003.     }
  2004.     /**
  2005.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2006.      *
  2007.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2008.      */
  2009.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2010.     {
  2011.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2012.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/prayer.yaml')], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2013.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2014.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2015.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2016.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2017.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2018.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2019.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2020.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2021.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2022.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2023.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2024.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2025.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2026.         }, 13)));
  2027.     }
  2028.     /**
  2029.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2030.      *
  2031.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2032.      */
  2033.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2034.     {
  2035.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2039.      *
  2040.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2041.      */
  2042.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2043.     {
  2044.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2045.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/prayer.yaml')], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2046.     }
  2047.     /**
  2048.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2049.      *
  2050.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2051.      */
  2052.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2053.     {
  2054.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/prayer.yaml')], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2055.     }
  2056.     /**
  2057.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2058.      *
  2059.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2060.      */
  2061.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2062.     {
  2063.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2064.     }
  2065.     /**
  2066.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2067.      *
  2068.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2069.      */
  2070.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2071.     {
  2072.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2076.      *
  2077.      * @return \ApiPlatform\Api\ResourceClassResolver
  2078.      */
  2079.     protected function getApiPlatform_ResourceClassResolverService()
  2080.     {
  2081.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2082.     }
  2083.     /**
  2084.      * Gets the private 'api_platform.router' shared service.
  2085.      *
  2086.      * @return \ApiPlatform\Symfony\Routing\Router
  2087.      */
  2088.     protected function getApiPlatform_RouterService()
  2089.     {
  2090.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2091.     }
  2092.     /**
  2093.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2094.      *
  2095.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2096.      */
  2097.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2098.     {
  2099.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2103.      *
  2104.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2105.      */
  2106.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2107.     {
  2108.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false);
  2109.     }
  2110.     /**
  2111.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2112.      *
  2113.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2114.      */
  2115.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2116.     {
  2117.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2118.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2119.     }
  2120.     /**
  2121.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2122.      *
  2123.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2124.      */
  2125.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2126.     {
  2127.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2128.     }
  2129.     /**
  2130.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2131.      *
  2132.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2133.      */
  2134.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2135.     {
  2136.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2137.     }
  2138.     /**
  2139.      * Gets the private 'cache.annotations' shared service.
  2140.      *
  2141.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2142.      */
  2143.     protected function getCache_AnnotationsService()
  2144.     {
  2145.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZWnEfKKhXh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2146.     }
  2147.     /**
  2148.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2149.      *
  2150.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2151.      */
  2152.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2153.     {
  2154.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2155.     }
  2156.     /**
  2157.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2160.      */
  2161.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2162.     {
  2163.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2164.     }
  2165.     /**
  2166.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2169.      */
  2170.     protected function getCache_Messenger_RestartWorkersSignalService()
  2171.     {
  2172.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OlkMj8QvXK'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2173.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2174.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2175.     }
  2176.     /**
  2177.      * Gets the private 'cache.property_info' shared service.
  2178.      *
  2179.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2180.      */
  2181.     protected function getCache_PropertyInfoService()
  2182.     {
  2183.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DE3um2hY-6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2184.     }
  2185.     /**
  2186.      * Gets the private 'cache.security_expression_language' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2189.      */
  2190.     protected function getCache_SecurityExpressionLanguageService()
  2191.     {
  2192.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IFyeJr1dyi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2193.     }
  2194.     /**
  2195.      * Gets the private 'cache.serializer' shared service.
  2196.      *
  2197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2198.      */
  2199.     protected function getCache_SerializerService()
  2200.     {
  2201.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RviJSYg-XE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2202.     }
  2203.     /**
  2204.      * Gets the private 'cache.validator' shared service.
  2205.      *
  2206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2207.      */
  2208.     protected function getCache_ValidatorService()
  2209.     {
  2210.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jJcO0Pdf8G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2211.     }
  2212.     /**
  2213.      * Gets the private 'config_cache_factory' shared service.
  2214.      *
  2215.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2216.      */
  2217.     protected function getConfigCacheFactoryService()
  2218.     {
  2219.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2220.             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)));
  2221.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2222.         }, 2));
  2223.     }
  2224.     /**
  2225.      * Gets the private 'data_collector.form' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2228.      */
  2229.     protected function getDataCollector_FormService()
  2230.     {
  2231.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2232.     }
  2233.     /**
  2234.      * Gets the private 'data_collector.request' shared service.
  2235.      *
  2236.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2237.      */
  2238.     protected function getDataCollector_RequestService()
  2239.     {
  2240.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2241.     }
  2242.     /**
  2243.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2244.      *
  2245.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2246.      */
  2247.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2248.     {
  2249.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2250.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2251.         }, 1)));
  2252.     }
  2253.     /**
  2254.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2255.      *
  2256.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2257.      */
  2258.     protected function getDebug_ApiPlatform_DataPersisterService()
  2259.     {
  2260.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2261.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2262.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2263.         }, 2)));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2267.      *
  2268.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2269.      */
  2270.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2271.     {
  2272.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2273.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2274.         }, 1)));
  2275.     }
  2276.     /**
  2277.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2278.      *
  2279.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2280.      */
  2281.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2282.     {
  2283.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2284.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2285.         }, 1)));
  2286.     }
  2287.     /**
  2288.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2291.      */
  2292.     protected function getDebug_DebugHandlersListenerService()
  2293.     {
  2294.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2295.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2296.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2297.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2298.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2299.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'debug.file_link_formatter' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2305.      */
  2306.     protected function getDebug_FileLinkFormatterService()
  2307.     {
  2308.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2309.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2310.         });
  2311.     }
  2312.     /**
  2313.      * Gets the private 'debug.log_processor' shared service.
  2314.      *
  2315.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2316.      */
  2317.     protected function getDebug_LogProcessorService()
  2318.     {
  2319.         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())));
  2320.     }
  2321.     /**
  2322.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2323.      *
  2324.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2325.      */
  2326.     protected function getDebug_Security_Access_DecisionManagerService()
  2327.     {
  2328.         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 () {
  2329.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2330.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2331.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2332.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2333.     }
  2334.     /**
  2335.      * Gets the private 'debug.security.firewall' shared service.
  2336.      *
  2337.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2338.      */
  2339.     protected function getDebug_Security_FirewallService()
  2340.     {
  2341.         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()));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2345.      *
  2346.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2347.      */
  2348.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2349.     {
  2350.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  2351.     }
  2352.     /**
  2353.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2354.      *
  2355.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2356.      */
  2357.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2358.     {
  2359.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/Resources/config/doctrine') => 'Umbrella\\AdminBundle\\Entity', (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2360.         $instance->setGlobalBasename('mapping');
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the private 'exception_listener' shared service.
  2365.      *
  2366.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2367.      */
  2368.     protected function getExceptionListenerService()
  2369.     {
  2370.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2371.     }
  2372.     /**
  2373.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2374.      *
  2375.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2376.      */
  2377.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2378.     {
  2379.         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())));
  2380.     }
  2381.     /**
  2382.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2383.      *
  2384.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2385.      */
  2386.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2387.     {
  2388.         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['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2392.      *
  2393.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2394.      */
  2395.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2396.     {
  2397.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'public/component/_knp_paginator_sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2398.     }
  2399.     /**
  2400.      * Gets the private 'locale_aware_listener' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2403.      */
  2404.     protected function getLocaleAwareListenerService()
  2405.     {
  2406.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2407.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('APP_LANG'))));
  2408.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2409.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2410.     }
  2411.     /**
  2412.      * Gets the private 'locale_listener' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2415.      */
  2416.     protected function getLocaleListenerService()
  2417.     {
  2418.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('APP_LANG'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'mime_types' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Mime\MimeTypes
  2424.      */
  2425.     protected function getMimeTypesService()
  2426.     {
  2427.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2428.         $instance->setDefault($instance);
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the private 'monolog.handler.console' shared service.
  2433.      *
  2434.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2435.      */
  2436.     protected function getMonolog_Handler_ConsoleService()
  2437.     {
  2438.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2439.     }
  2440.     /**
  2441.      * Gets the private 'monolog.handler.main' shared service.
  2442.      *
  2443.      * @return \Monolog\Handler\StreamHandler
  2444.      */
  2445.     protected function getMonolog_Handler_MainService()
  2446.     {
  2447.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2448.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2449.         return $instance;
  2450.     }
  2451.     /**
  2452.      * Gets the private 'monolog.logger' shared service.
  2453.      *
  2454.      * @return \Symfony\Bridge\Monolog\Logger
  2455.      */
  2456.     protected function getMonolog_LoggerService()
  2457.     {
  2458.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2459.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2460.         $instance->useMicrosecondTimestamps(true);
  2461.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2462.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2463.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the private 'monolog.logger.cache' shared service.
  2468.      *
  2469.      * @return \Symfony\Bridge\Monolog\Logger
  2470.      */
  2471.     protected function getMonolog_Logger_CacheService()
  2472.     {
  2473.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2474.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2475.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2476.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2477.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2478.         return $instance;
  2479.     }
  2480.     /**
  2481.      * Gets the private 'monolog.logger.request' shared service.
  2482.      *
  2483.      * @return \Symfony\Bridge\Monolog\Logger
  2484.      */
  2485.     protected function getMonolog_Logger_RequestService()
  2486.     {
  2487.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2488.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2489.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2490.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2492.         return $instance;
  2493.     }
  2494.     /**
  2495.      * Gets the private 'monolog.logger.security' shared service.
  2496.      *
  2497.      * @return \Symfony\Bridge\Monolog\Logger
  2498.      */
  2499.     protected function getMonolog_Logger_SecurityService()
  2500.     {
  2501.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2502.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2503.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2504.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2506.         return $instance;
  2507.     }
  2508.     /**
  2509.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2510.      *
  2511.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2512.      */
  2513.     protected function getNelmioCors_CorsListenerService()
  2514.     {
  2515.         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->getParameter('nelmio_cors.defaults'))]));
  2516.     }
  2517.     /**
  2518.      * Gets the private 'parameter_bag' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2521.      */
  2522.     protected function getParameterBagService()
  2523.     {
  2524.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2525.     }
  2526.     /**
  2527.      * Gets the private 'profiler_listener' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2530.      */
  2531.     protected function getProfilerListenerService()
  2532.     {
  2533.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2534.     }
  2535.     /**
  2536.      * Gets the private 'property_accessor' shared service.
  2537.      *
  2538.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2539.      */
  2540.     protected function getPropertyAccessorService()
  2541.     {
  2542.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2543.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'property_info' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2549.      */
  2550.     protected function getPropertyInfoService()
  2551.     {
  2552.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2553.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2554.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2555.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2556.         }, 3), new RewindableGenerator(function () {
  2557.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2558.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2559.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2560.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2561.         }, 4), new RewindableGenerator(function () {
  2562.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2563.         }, 1), new RewindableGenerator(function () {
  2564.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2565.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2566.         }, 2), new RewindableGenerator(function () {
  2567.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2568.         }, 1));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'router.expression_language_provider' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2574.      */
  2575.     protected function getRouter_ExpressionLanguageProviderService()
  2576.     {
  2577.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2578.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2579.         ], [
  2580.             'env' => 'Closure',
  2581.         ]));
  2582.     }
  2583.     /**
  2584.      * Gets the private 'router.request_context' shared service.
  2585.      *
  2586.      * @return \Symfony\Component\Routing\RequestContext
  2587.      */
  2588.     protected function getRouter_RequestContextService()
  2589.     {
  2590.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2591.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2592.         return $instance;
  2593.     }
  2594.     /**
  2595.      * Gets the private 'router_listener' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2598.      */
  2599.     protected function getRouterListenerService()
  2600.     {
  2601.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2602.     }
  2603.     /**
  2604.      * Gets the private 'security.context_listener.0' shared service.
  2605.      *
  2606.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2607.      */
  2608.     protected function getSecurity_ContextListener_0Service()
  2609.     {
  2610.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2611.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2612.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2613.     }
  2614.     /**
  2615.      * Gets the private 'security.csrf.token_storage' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2618.      */
  2619.     protected function getSecurity_Csrf_TokenStorageService()
  2620.     {
  2621.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2622.     }
  2623.     /**
  2624.      * Gets the private 'security.event_dispatcher.main' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2627.      */
  2628.     protected function getSecurity_EventDispatcher_MainService()
  2629.     {
  2630.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2631.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2632.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2633.         }, => 'checkPassport'], 2048);
  2634.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2635.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2636.         }, => 'onSuccessfulLogin'], 0);
  2637.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2638.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2639.         }, => 'onLogout'], 64);
  2640.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2641.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2642.         }, => 'onLogout'], 0);
  2643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2644.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2645.         }, => 'preCheckCredentials'], 256);
  2646.         $instance->addListener('security.authentication.success', [=> function () {
  2647.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2648.         }, => 'postCheckCredentials'], 256);
  2649.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2650.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2651.         }, => 'checkPassport'], 1024);
  2652.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2653.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2654.         }, => 'checkPassport'], 0);
  2655.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2656.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2657.         }, => 'onLoginSuccess'], 0);
  2658.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2659.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2660.         }, => 'checkPassport'], 512);
  2661.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2662.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2663.         }, => 'onLogout'], 0);
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the private 'security.expression_language' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2670.      */
  2671.     protected function getSecurity_ExpressionLanguageService()
  2672.     {
  2673.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2674.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2675.         return $instance;
  2676.     }
  2677.     /**
  2678.      * Gets the private 'security.firewall.map' shared service.
  2679.      *
  2680.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2681.      */
  2682.     protected function getSecurity_Firewall_MapService()
  2683.     {
  2684.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  2685.             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)/')));
  2686.             yield 'security.firewall.map.context.main' => NULL;
  2687.         }, 2));
  2688.     }
  2689.     /**
  2690.      * Gets the private 'security.logout_url_generator' shared service.
  2691.      *
  2692.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2693.      */
  2694.     protected function getSecurity_LogoutUrlGeneratorService()
  2695.     {
  2696.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2697.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2698.         return $instance;
  2699.     }
  2700.     /**
  2701.      * Gets the private 'security.role_hierarchy' shared service.
  2702.      *
  2703.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2704.      */
  2705.     protected function getSecurity_RoleHierarchyService()
  2706.     {
  2707.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2708.     }
  2709.     /**
  2710.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2711.      *
  2712.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2713.      */
  2714.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2715.     {
  2716.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2720.      *
  2721.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2722.      */
  2723.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2724.     {
  2725.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2726.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2727.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2728.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2729.     }
  2730.     /**
  2731.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2732.      *
  2733.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2734.      */
  2735.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2736.     {
  2737.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2738.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2739.         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()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2740.     }
  2741.     /**
  2742.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2743.      *
  2744.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2745.      */
  2746.     protected function getSensioFrameworkExtra_View_ListenerService()
  2747.     {
  2748.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2749.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2750.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2751.         ], [
  2752.             'twig' => '?',
  2753.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2758.      *
  2759.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2760.      */
  2761.     protected function getSerializer_NameConverter_MetadataAwareService()
  2762.     {
  2763.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2764.     }
  2765.     /**
  2766.      * Gets the private 'session_listener' shared service.
  2767.      *
  2768.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2769.      */
  2770.     protected function getSessionListenerService()
  2771.     {
  2772.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2773.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2774.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2775.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2776.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2777.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2778.         ], [
  2779.             'initialized_session' => '?',
  2780.             'logger' => '?',
  2781.             'session' => '?',
  2782.             'session_collector' => '?',
  2783.             'session_factory' => '?',
  2784.         ]), true$this->parameters['session.storage.options']);
  2785.     }
  2786.     /**
  2787.      * Gets the private 'translator.default' shared service.
  2788.      *
  2789.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2790.      */
  2791.     protected function getTranslator_DefaultService()
  2792.     {
  2793.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2794.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2795.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2796.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2797.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2798.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2799.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2800.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2801.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2802.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2803.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2804.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2805.         ], [
  2806.             'translation.loader.csv' => '?',
  2807.             'translation.loader.dat' => '?',
  2808.             'translation.loader.ini' => '?',
  2809.             'translation.loader.json' => '?',
  2810.             'translation.loader.mo' => '?',
  2811.             'translation.loader.php' => '?',
  2812.             'translation.loader.po' => '?',
  2813.             'translation.loader.qt' => '?',
  2814.             'translation.loader.res' => '?',
  2815.             'translation.loader.xliff' => '?',
  2816.             'translation.loader.yml' => '?',
  2817.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('APP_LANG'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/umbrella2/corebundle/translations/messages.en.php'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations/UmbrellaAdmin.en.php'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations/security.en.php'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations/validators.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/umbrella2/corebundle/translations/messages.fr.php'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations/UmbrellaAdmin.fr.php'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations/security.fr.php'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations/validators.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 11 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 12 => (\dirname(__DIR__4).'/translations/DataTablesCDN+intl-icu.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'ga' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], 'ms' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'ta' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'kk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'lo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/umbrella2/corebundle/translations'), => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/omines/datatables-bundle/src/Resources/translations'=> 'vendor/umbrella2/corebundle/translations'=> 'vendor/umbrella2/adminbundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/twig/extra-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/maker-bundle/src/translations'20 => 'vendor/sensio/framework-extra-bundle/src/translations'21 => 'vendor/knplabs/knp-menu-bundle/src/translations'22 => 'vendor/stof/doctrine-extensions-bundle/src/translations'23 => 'vendor/nelmio/cors-bundle/translations'24 => 'vendor/api-platform/core/src/Symfony/Bundle/translations']]], []);
  2818.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2819.         $instance->setFallbackLocales([=> $this->getEnv('APP_LANG')]);
  2820.         return $instance;
  2821.     }
  2822.     /**
  2823.      * Gets the private 'twig.form.engine' shared service.
  2824.      *
  2825.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  2826.      */
  2827.     protected function getTwig_Form_EngineService()
  2828.     {
  2829.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2830.         if (isset($this->privates['twig.form.engine'])) {
  2831.             return $this->privates['twig.form.engine'];
  2832.         }
  2833.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  2834.     }
  2835.     /**
  2836.      * Gets the private 'twig.form.renderer' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\Form\FormRenderer
  2839.      */
  2840.     protected function getTwig_Form_RendererService()
  2841.     {
  2842.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  2843.         if (isset($this->privates['twig.form.renderer'])) {
  2844.             return $this->privates['twig.form.renderer'];
  2845.         }
  2846.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'validator.builder' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2852.      */
  2853.     protected function getValidator_BuilderService()
  2854.     {
  2855.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2856.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2857.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2858.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2859.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2860.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2861.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2862.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2863.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2864.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2865.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2866.         ], [
  2867.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2868.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2869.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2870.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2871.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2872.             'doctrine.orm.validator.unique' => '?',
  2873.             'security.validator.user_password' => '?',
  2874.             'validator.expression' => '?',
  2875.         ])));
  2876.         if ($this->has('translator')) {
  2877.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2878.         }
  2879.         $instance->setTranslationDomain('validators');
  2880.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2881.         $instance->enableAnnotationMapping(true);
  2882.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2883.         $instance->addMethodMapping('loadValidatorMetadata');
  2884.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2885.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2886.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2887.         return $instance;
  2888.     }
  2889.     /**
  2890.      * Gets the private 'var_dumper.html_dumper' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2893.      */
  2894.     protected function getVarDumper_HtmlDumperService()
  2895.     {
  2896.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2897.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2898.         return $instance;
  2899.     }
  2900.     /**
  2901.      * Gets the private 'var_dumper.server_connection' shared service.
  2902.      *
  2903.      * @return \Symfony\Component\VarDumper\Server\Connection
  2904.      */
  2905.     protected function getVarDumper_ServerConnectionService()
  2906.     {
  2907.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2908.     }
  2909.     /**
  2910.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2911.      *
  2912.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2913.      */
  2914.     protected function getVichUploader_MetadataReaderService()
  2915.     {
  2916.         $a = new \Metadata\Driver\FileLocator([]);
  2917.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2918.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2919.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2920.     }
  2921.     /**
  2922.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2923.      *
  2924.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2925.      */
  2926.     protected function getVichUploader_PropertyMappingFactoryService()
  2927.     {
  2928.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  2929.     }
  2930.     /**
  2931.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2932.      *
  2933.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2934.      */
  2935.     protected function getVichUploader_Storage_FileSystemService()
  2936.     {
  2937.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2938.     }
  2939.     /**
  2940.      * Gets the private 'web_profiler.csp.handler' shared service.
  2941.      *
  2942.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2943.      */
  2944.     protected function getWebProfiler_Csp_HandlerService()
  2945.     {
  2946.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2947.     }
  2948.     /**
  2949.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2950.      *
  2951.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2952.      */
  2953.     protected function getWebProfiler_DebugToolbarService()
  2954.     {
  2955.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2956.     }
  2957.     /**
  2958.      * Gets the public 'cache_clearer' alias.
  2959.      *
  2960.      * @return object The ".container.private.cache_clearer" service.
  2961.      */
  2962.     protected function getCacheClearerService()
  2963.     {
  2964.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2965.         return $this->get('.container.private.cache_clearer');
  2966.     }
  2967.     /**
  2968.      * Gets the public 'filesystem' alias.
  2969.      *
  2970.      * @return object The ".container.private.filesystem" service.
  2971.      */
  2972.     protected function getFilesystemService()
  2973.     {
  2974.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2975.         return $this->get('.container.private.filesystem');
  2976.     }
  2977.     /**
  2978.      * Gets the public 'serializer' alias.
  2979.      *
  2980.      * @return object The ".container.private.serializer" service.
  2981.      */
  2982.     protected function getSerializerService()
  2983.     {
  2984.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2985.         return $this->get('.container.private.serializer');
  2986.     }
  2987.     /**
  2988.      * Gets the public 'security.csrf.token_manager' alias.
  2989.      *
  2990.      * @return object The ".container.private.security.csrf.token_manager" service.
  2991.      */
  2992.     protected function getSecurity_Csrf_TokenManagerService()
  2993.     {
  2994.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2995.         return $this->get('.container.private.security.csrf.token_manager');
  2996.     }
  2997.     /**
  2998.      * Gets the public 'form.factory' alias.
  2999.      *
  3000.      * @return object The ".container.private.form.factory" service.
  3001.      */
  3002.     protected function getForm_FactoryService()
  3003.     {
  3004.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3005.         return $this->get('.container.private.form.factory');
  3006.     }
  3007.     /**
  3008.      * Gets the public 'form.type.file' alias.
  3009.      *
  3010.      * @return object The ".container.private.form.type.file" service.
  3011.      */
  3012.     protected function getForm_Type_FileService()
  3013.     {
  3014.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3015.         return $this->get('.container.private.form.type.file');
  3016.     }
  3017.     /**
  3018.      * Gets the public 'profiler' alias.
  3019.      *
  3020.      * @return object The ".container.private.profiler" service.
  3021.      */
  3022.     protected function getProfilerService()
  3023.     {
  3024.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3025.         return $this->get('.container.private.profiler');
  3026.     }
  3027.     /**
  3028.      * Gets the public 'twig' alias.
  3029.      *
  3030.      * @return object The ".container.private.twig" service.
  3031.      */
  3032.     protected function getTwigService()
  3033.     {
  3034.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3035.         return $this->get('.container.private.twig');
  3036.     }
  3037.     /**
  3038.      * Gets the public 'security.authorization_checker' alias.
  3039.      *
  3040.      * @return object The ".container.private.security.authorization_checker" service.
  3041.      */
  3042.     protected function getSecurity_AuthorizationCheckerService()
  3043.     {
  3044.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3045.         return $this->get('.container.private.security.authorization_checker');
  3046.     }
  3047.     /**
  3048.      * Gets the public 'security.token_storage' alias.
  3049.      *
  3050.      * @return object The ".container.private.security.token_storage" service.
  3051.      */
  3052.     protected function getSecurity_TokenStorageService()
  3053.     {
  3054.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3055.         return $this->get('.container.private.security.token_storage');
  3056.     }
  3057.     /**
  3058.      * Gets the public 'security.password_encoder' alias.
  3059.      *
  3060.      * @return object The ".container.private.security.password_encoder" service.
  3061.      */
  3062.     protected function getSecurity_PasswordEncoderService()
  3063.     {
  3064.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3065.         return $this->get('.container.private.security.password_encoder');
  3066.     }
  3067.     /**
  3068.      * Gets the public 'session' alias.
  3069.      *
  3070.      * @return object The ".container.private.session" service.
  3071.      */
  3072.     protected function getSessionService()
  3073.     {
  3074.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3075.         return $this->get('.container.private.session');
  3076.     }
  3077.     /**
  3078.      * Gets the public 'validator' alias.
  3079.      *
  3080.      * @return object The ".container.private.validator" service.
  3081.      */
  3082.     protected function getValidatorService()
  3083.     {
  3084.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3085.         return $this->get('.container.private.validator');
  3086.     }
  3087.     /**
  3088.      * @return array|bool|float|int|string|\UnitEnum|null
  3089.      */
  3090.     public function getParameter(string $name)
  3091.     {
  3092.         if (isset($this->buildParameters[$name])) {
  3093.             return $this->buildParameters[$name];
  3094.         }
  3095.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3096.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3097.         }
  3098.         if (isset($this->loadedDynamicParameters[$name])) {
  3099.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3100.         }
  3101.         return $this->parameters[$name];
  3102.     }
  3103.     public function hasParameter(string $name): bool
  3104.     {
  3105.         if (isset($this->buildParameters[$name])) {
  3106.             return true;
  3107.         }
  3108.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3109.     }
  3110.     public function setParameter(string $name$value): void
  3111.     {
  3112.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3113.     }
  3114.     public function getParameterBag(): ParameterBagInterface
  3115.     {
  3116.         if (null === $this->parameterBag) {
  3117.             $parameters $this->parameters;
  3118.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3119.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3120.             }
  3121.             foreach ($this->buildParameters as $name => $value) {
  3122.                 $parameters[$name] = $value;
  3123.             }
  3124.             $this->parameterBag = new FrozenParameterBag($parameters);
  3125.         }
  3126.         return $this->parameterBag;
  3127.     }
  3128.     private $loadedDynamicParameters = [
  3129.         'kernel.runtime_environment' => false,
  3130.         'kernel.build_dir' => false,
  3131.         'kernel.cache_dir' => false,
  3132.         'facebook_app_id' => false,
  3133.         'facebook_app_secret' => false,
  3134.         'facebook_graph_version' => false,
  3135.         'facebook_page_access_token' => false,
  3136.         'facebook_page_id' => false,
  3137.         'app_lang' => false,
  3138.         'default_app_name' => false,
  3139.         'default_app_url' => false,
  3140.         'default_app_short_name' => false,
  3141.         'default_app_email' => false,
  3142.         'default_app_adress' => false,
  3143.         'default_app_phone' => false,
  3144.         'default_app_url_facebook' => false,
  3145.         'default_map_marker_lat' => false,
  3146.         'default_map_marker_lng' => false,
  3147.         'default_currency_region' => false,
  3148.         'default_currency_symbol' => false,
  3149.         'default_currency_decimal_round' => false,
  3150.         'default_password' => false,
  3151.         'mail_no_reply' => false,
  3152.         'mail_to_test' => false,
  3153.         'mailer_sender' => false,
  3154.         'delivery_adress' => false,
  3155.         'admin_username' => false,
  3156.         'admin_mail' => false,
  3157.         'admin_password' => false,
  3158.         'googlemap_apikey' => false,
  3159.         'kernel.secret' => false,
  3160.         'kernel.default_locale' => false,
  3161.         'debug.container.dump' => false,
  3162.         'serializer.mapping.cache.file' => false,
  3163.         'session.save_path' => false,
  3164.         'validator.mapping.cache.file' => false,
  3165.         'profiler.storage.dsn' => false,
  3166.         'doctrine.orm.proxy_dir' => false,
  3167.         'nelmio_cors.defaults' => false,
  3168.     ];
  3169.     private $dynamicParameters = [];
  3170.     private function getDynamicParameter(string $name)
  3171.     {
  3172.         switch ($name) {
  3173.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3174.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3175.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3176.             case 'facebook_app_id'$value $this->getEnv('FACEBOOK_APP_ID'); break;
  3177.             case 'facebook_app_secret'$value $this->getEnv('FACEBOOK_APP_SECRET'); break;
  3178.             case 'facebook_graph_version'$value $this->getEnv('FACEBOOK_GRAPH_VERSION'); break;
  3179.             case 'facebook_page_access_token'$value $this->getEnv('FACEBOOK_PAGE_ACCESS_TOKEN'); break;
  3180.             case 'facebook_page_id'$value $this->getEnv('FACEBOOK_PAGE_ID'); break;
  3181.             case 'app_lang'$value $this->getEnv('APP_LANG'); break;
  3182.             case 'default_app_name'$value $this->getEnv('DEFAULT_APP_NAME'); break;
  3183.             case 'default_app_url'$value $this->getEnv('DEFAULT_APP_URL'); break;
  3184.             case 'default_app_short_name'$value $this->getEnv('DEFAULT_APP_SHORT_NAME'); break;
  3185.             case 'default_app_email'$value $this->getEnv('DEFAULT_APP_EMAIL'); break;
  3186.             case 'default_app_adress'$value $this->getEnv('DEFAULT_APP_ADRESS'); break;
  3187.             case 'default_app_phone'$value $this->getEnv('DEFAULT_APP_PHONE'); break;
  3188.             case 'default_app_url_facebook'$value $this->getEnv('DEFAULT_APP_URL_FACEBOOK'); break;
  3189.             case 'default_map_marker_lat'$value $this->getEnv('DEFAULT_MAP_MARKER_LAT'); break;
  3190.             case 'default_map_marker_lng'$value $this->getEnv('DEFAULT_MAP_MARKER_LNG'); break;
  3191.             case 'default_currency_region'$value $this->getEnv('DEFAULT_CURRENCY_REGION'); break;
  3192.             case 'default_currency_symbol'$value $this->getEnv('DEFAULT_CURRENCY_SYMBOL'); break;
  3193.             case 'default_currency_decimal_round'$value $this->getEnv('DEFAULT_CURRENCY_DECIMAL_ROUND'); break;
  3194.             case 'default_password'$value $this->getEnv('DEFAULT_PASSWORD'); break;
  3195.             case 'mail_no_reply'$value $this->getEnv('MAIL_NO_REPLY'); break;
  3196.             case 'mail_to_test'$value $this->getEnv('MAIL_TO_TEST'); break;
  3197.             case 'mailer_sender'$value $this->getEnv('MAILER_SENDER'); break;
  3198.             case 'delivery_adress'$value $this->getEnv('DEFAULT_DELIVERY_ADRESS'); break;
  3199.             case 'admin_username'$value $this->getEnv('ADMIN_USERNAME'); break;
  3200.             case 'admin_mail'$value $this->getEnv('ADMIN_MAIL'); break;
  3201.             case 'admin_password'$value $this->getEnv('ADMIN_PASSWORD'); break;
  3202.             case 'googlemap_apikey'$value $this->getEnv('GOOGLEMAP_APIKEY'); break;
  3203.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3204.             case 'kernel.default_locale'$value $this->getEnv('APP_LANG'); break;
  3205.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3206.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3207.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3208.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3209.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3210.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3211.             case 'nelmio_cors.defaults'$value = [
  3212.                 'allow_origin' => [
  3213.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3214.                 ],
  3215.                 'allow_credentials' => false,
  3216.                 'allow_headers' => [
  3217.                     => 'content-type',
  3218.                     => 'authorization',
  3219.                 ],
  3220.                 'expose_headers' => [
  3221.                     => 'Link',
  3222.                 ],
  3223.                 'allow_methods' => [
  3224.                     => 'GET',
  3225.                     => 'OPTIONS',
  3226.                     => 'POST',
  3227.                     => 'PUT',
  3228.                     => 'PATCH',
  3229.                     => 'DELETE',
  3230.                 ],
  3231.                 'max_age' => 3600,
  3232.                 'hosts' => [
  3233.                 ],
  3234.                 'origin_regex' => true,
  3235.                 'forced_allow_origin_value' => NULL,
  3236.             ]; break;
  3237.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3238.         }
  3239.         $this->loadedDynamicParameters[$name] = true;
  3240.         return $this->dynamicParameters[$name] = $value;
  3241.     }
  3242.     protected function getDefaultParameters(): array
  3243.     {
  3244.         return [
  3245.             'kernel.project_dir' => \dirname(__DIR__4),
  3246.             'kernel.environment' => 'dev',
  3247.             'kernel.debug' => true,
  3248.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3249.             'kernel.bundles' => [
  3250.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3251.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3252.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3253.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3254.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3255.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3256.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3257.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3258.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3259.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3260.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3261.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3262.                 'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
  3263.                 'UmbrellaCoreBundle' => 'Umbrella\\CoreBundle\\UmbrellaCoreBundle',
  3264.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3265.                 'UmbrellaAdminBundle' => 'Umbrella\\AdminBundle\\UmbrellaAdminBundle',
  3266.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3267.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3268.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3269.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3270.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3271.             ],
  3272.             'kernel.bundles_metadata' => [
  3273.                 'FrameworkBundle' => [
  3274.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3275.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3276.                 ],
  3277.                 'DoctrineBundle' => [
  3278.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3279.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3280.                 ],
  3281.                 'DoctrineMigrationsBundle' => [
  3282.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3283.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3284.                 ],
  3285.                 'DebugBundle' => [
  3286.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3287.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3288.                 ],
  3289.                 'TwigBundle' => [
  3290.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3291.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3292.                 ],
  3293.                 'WebProfilerBundle' => [
  3294.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3295.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3296.                 ],
  3297.                 'TwigExtraBundle' => [
  3298.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3299.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3300.                 ],
  3301.                 'SecurityBundle' => [
  3302.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3303.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3304.                 ],
  3305.                 'MonologBundle' => [
  3306.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3307.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3308.                 ],
  3309.                 'MakerBundle' => [
  3310.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3311.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3312.                 ],
  3313.                 'SensioFrameworkExtraBundle' => [
  3314.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3315.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3316.                 ],
  3317.                 'KnpMenuBundle' => [
  3318.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3319.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3320.                 ],
  3321.                 'DataTablesBundle' => [
  3322.                     'path' => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src'),
  3323.                     'namespace' => 'Omines\\DataTablesBundle',
  3324.                 ],
  3325.                 'UmbrellaCoreBundle' => [
  3326.                     'path' => (\dirname(__DIR__4).'/vendor/umbrella2/corebundle'),
  3327.                     'namespace' => 'Umbrella\\CoreBundle',
  3328.                 ],
  3329.                 'StofDoctrineExtensionsBundle' => [
  3330.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3331.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3332.                 ],
  3333.                 'UmbrellaAdminBundle' => [
  3334.                     'path' => (\dirname(__DIR__4).'/vendor/umbrella2/adminbundle'),
  3335.                     'namespace' => 'Umbrella\\AdminBundle',
  3336.                 ],
  3337.                 'VichUploaderBundle' => [
  3338.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3339.                     'namespace' => 'Vich\\UploaderBundle',
  3340.                 ],
  3341.                 'NelmioCorsBundle' => [
  3342.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3343.                     'namespace' => 'Nelmio\\CorsBundle',
  3344.                 ],
  3345.                 'ApiPlatformBundle' => [
  3346.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3347.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3348.                 ],
  3349.                 'SymfonyCastsVerifyEmailBundle' => [
  3350.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3351.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3352.                 ],
  3353.                 'KnpPaginatorBundle' => [
  3354.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3355.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3356.                 ],
  3357.             ],
  3358.             'kernel.charset' => 'UTF-8',
  3359.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3360.             'public_dir' => (\dirname(__DIR__4).'/public'),
  3361.             'image_cache_dir' => (\dirname(__DIR__4).'/public/storage/cache'),
  3362.             'image_directory_prefix' => '/uploads/images/',
  3363.             'image_prayer_directory_prefix' => '/uploads/images/prayer/',
  3364.             'image_user_directory_prefix' => '/uploads/images/user/',
  3365.             'image_profile_directory_prefix' => '/uploads/images/profile/',
  3366.             'image_city_directory_prefix' => '/uploads/images/city/',
  3367.             'image_directory' => (\dirname(__DIR__4).'/public/uploads/images/'),
  3368.             'image_profile_directory' => (\dirname(__DIR__4).'/public/uploads/images/profile/'),
  3369.             'image_user_directory' => (\dirname(__DIR__4).'/public/uploads/images/user/'),
  3370.             'image_prayer_directory' => (\dirname(__DIR__4).'/public/uploads/images/prayer/'),
  3371.             'image_city_directory' => (\dirname(__DIR__4).'/public/uploads/images/city/'),
  3372.             'datatables_config' => [
  3373.                 'options' => [
  3374.                     'lengthMenu' => [
  3375.                         => [
  3376.                             => 5,
  3377.                             => 10,
  3378.                             => 25,
  3379.                             => 50,
  3380.                             => -1,
  3381.                         ],
  3382.                         => [
  3383.                             => 5,
  3384.                             => 10,
  3385.                             => 25,
  3386.                             => 50,
  3387.                             => 'Tout',
  3388.                         ],
  3389.                     ],
  3390.                     'pageLength' => 10,
  3391.                     'searching' => true,
  3392.                     'dom' => '<\'row\' <\'col-sm-12 col-md-6\' l> <\'col-sm-12 col-md-6\' f>> <\'row\' <\'col-sm-12\' tr>> <\'row\' <\'col-sm-12 col-md-5\' i> <\'col-sm-12 col-md-7\' p> > ',
  3393.                     'fixedHeader' => true,
  3394.                 ],
  3395.                 'template' => '@DataTables/datatable_html.html.twig',
  3396.                 'template_parameters' => [
  3397.                     'className' => 'table table-sm table-striped dataex-html5-selectors dataTable dt-multilingual table no-footer dtr-column b-table',
  3398.                     'columnFilter' => NULL,
  3399.                 ],
  3400.                 'translation_domain' => 'messages',
  3401.                 'language_from_cdn' => true,
  3402.                 'persist_state' => 'fragment',
  3403.                 'method' => 'POST',
  3404.             ],
  3405.             'knp_menu.renderer.twig.options' => [
  3406.                 'currentClass' => 'active',
  3407.                 'ancestorClass' => 'open',
  3408.             ],
  3409.             'app.menu.admin' => [
  3410.                 'pray_admin' => [
  3411.                     'label' => 'Prière',
  3412.                     'attributes' => [
  3413.                         'iconType' => 'fontawesome',
  3414.                         'icon' => 'fal fa-praying-hands',
  3415.                     ],
  3416.                     'route' => [
  3417.                         'name' => 'admin_prayer_index',
  3418.                     ],
  3419.                     'routeExtras' => [
  3420.                         => 'admin_prayer_index',
  3421.                         => 'admin_prayer_edit',
  3422.                         => 'admin_prayer_new',
  3423.                     ],
  3424.                 ],
  3425.                 'users' => [
  3426.                     'label' => 'Utilisateur',
  3427.                     'attributes' => [
  3428.                         'type' => 'header',
  3429.                     ],
  3430.                 ],
  3431.                 'customer' => [
  3432.                     'label' => 'Participant',
  3433.                     'attributes' => [
  3434.                         'iconType' => 'fontawesome',
  3435.                         'icon' => 'fal fa-user-tie',
  3436.                     ],
  3437.                     'route' => [
  3438.                         'name' => 'admin_user_customer_index',
  3439.                     ],
  3440.                     'routeExtras' => [
  3441.                         => 'admin_user_customer_index',
  3442.                         => 'admin_user_customer_edit',
  3443.                         => 'admin_user_customer_new',
  3444.                     ],
  3445.                 ],
  3446.                 'admin' => [
  3447.                     'label' => 'Responsable',
  3448.                     'attributes' => [
  3449.                         'icon' => 'fal fa-user-shield',
  3450.                         'iconType' => 'fontawesome',
  3451.                     ],
  3452.                     'route' => [
  3453.                         'name' => 'admin_user_admin_index',
  3454.                     ],
  3455.                     'routeExtras' => [
  3456.                         => 'admin_user_admin_index',
  3457.                         => 'admin_user_admin_edit',
  3458.                         => 'admin_user_admin_new',
  3459.                     ],
  3460.                 ],
  3461.                 'setting' => [
  3462.                     'label' => 'Paramètrage',
  3463.                     'attributes' => [
  3464.                         'icon' => 'fal fa-cog',
  3465.                         'iconType' => 'fontawesome',
  3466.                     ],
  3467.                     'children' => [
  3468.                         'city' => [
  3469.                             'label' => 'Ville',
  3470.                             'attributes' => [
  3471.                                 'iconType' => 'fontawesome',
  3472.                                 'icon' => 'fal fa-city',
  3473.                             ],
  3474.                             'route' => [
  3475.                                 'name' => 'admin_city_index',
  3476.                             ],
  3477.                             'routeExtras' => [
  3478.                                 => 'admin_city_index',
  3479.                                 => 'admin_city_edit',
  3480.                                 => 'admin_city_new',
  3481.                             ],
  3482.                         ],
  3483.                         'page' => [
  3484.                             'label' => 'Pages',
  3485.                             'attributes' => [
  3486.                                 'iconType' => 'fontawesome',
  3487.                                 'icon' => 'fal fa-bookmark',
  3488.                             ],
  3489.                             'children' => [
  3490.                                 'who-are-we' => [
  3491.                                     'label' => 'Qui sommes-nous',
  3492.                                     'attributes' => [
  3493.                                         'iconType' => 'fontawesome',
  3494.                                         'icon' => 'fal fa-user',
  3495.                                     ],
  3496.                                     'route' => [
  3497.                                         'name' => 'admin_page_who_are_wee_dit',
  3498.                                     ],
  3499.                                     'routeExtras' => [
  3500.                                         => 'admin_page_edit',
  3501.                                     ],
  3502.                                 ],
  3503.                             ],
  3504.                             'route' => [
  3505.                                 'name' => 'admin_page_index',
  3506.                             ],
  3507.                             'routeExtras' => [
  3508.                                 => 'admin_page_index',
  3509.                                 => 'admin_page_edit',
  3510.                             ],
  3511.                         ],
  3512.                     ],
  3513.                 ],
  3514.             ],
  3515.             'event_dispatcher.event_aliases' => [
  3516.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3517.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3518.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3519.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3520.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3521.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3522.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3523.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3524.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3525.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3526.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3527.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3528.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3529.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3530.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3531.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3532.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3533.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3534.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3535.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3536.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3537.             ],
  3538.             'fragment.renderer.hinclude.global_template' => NULL,
  3539.             'fragment.path' => '/_fragment',
  3540.             'kernel.http_method_override' => false,
  3541.             'kernel.trusted_hosts' => [
  3542.             ],
  3543.             'kernel.enabled_locales' => [
  3544.             ],
  3545.             'kernel.error_controller' => 'error_controller',
  3546.             'debug.file_link_format' => NULL,
  3547.             'asset.request_context.base_path' => NULL,
  3548.             'asset.request_context.secure' => NULL,
  3549.             'translator.logging' => false,
  3550.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3551.             'debug.error_handler.throw_at' => -1,
  3552.             'router.request_context.host' => 'localhost',
  3553.             'router.request_context.scheme' => 'http',
  3554.             'router.request_context.base_url' => '',
  3555.             'router.resource' => 'kernel::loadRoutes',
  3556.             'request_listener.http_port' => 80,
  3557.             'request_listener.https_port' => 443,
  3558.             'session.metadata.storage_key' => '_sf2_meta',
  3559.             'session.storage.options' => [
  3560.                 'cache_limiter' => '0',
  3561.                 'cookie_secure' => 'auto',
  3562.                 'cookie_httponly' => true,
  3563.                 'cookie_samesite' => 'lax',
  3564.                 'gc_probability' => 1,
  3565.             ],
  3566.             'session.metadata.update_threshold' => 0,
  3567.             'form.type_extension.csrf.enabled' => true,
  3568.             'form.type_extension.csrf.field_name' => '_token',
  3569.             'validator.translation_domain' => 'validators',
  3570.             'profiler_listener.only_exceptions' => false,
  3571.             'profiler_listener.only_main_requests' => false,
  3572.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3573.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3574.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3575.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3576.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3577.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3578.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3579.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3580.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3581.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3582.             'doctrine.entity_managers' => [
  3583.                 'default' => 'doctrine.orm.default_entity_manager',
  3584.             ],
  3585.             'doctrine.default_entity_manager' => 'default',
  3586.             'doctrine.dbal.connection_factory.types' => [
  3587.             ],
  3588.             'doctrine.connections' => [
  3589.                 'default' => 'doctrine.dbal.default_connection',
  3590.             ],
  3591.             'doctrine.default_connection' => 'default',
  3592.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3593.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3594.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3595.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3596.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3597.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3598.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3599.             'doctrine.orm.cache.memcache_port' => 11211,
  3600.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3601.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3602.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3603.             'doctrine.orm.cache.memcached_port' => 11211,
  3604.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3605.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3606.             'doctrine.orm.cache.redis_host' => 'localhost',
  3607.             'doctrine.orm.cache.redis_port' => 6379,
  3608.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3609.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3610.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3611.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3612.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3613.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3614.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3615.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3616.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3617.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3618.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3619.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3620.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3621.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3622.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3623.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3624.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3625.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3626.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3627.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3628.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3629.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3630.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3631.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3632.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3633.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3634.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3635.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3636.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3637.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3638.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3639.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3640.             'doctrine.migrations.preferred_em' => NULL,
  3641.             'doctrine.migrations.preferred_connection' => NULL,
  3642.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3643.             'twig.form.resources' => [
  3644.                 => '@VichUploader/Form/fields.html.twig',
  3645.                 => 'form_div_layout.html.twig',
  3646.                 => 'component/_form_theme.html.twig',
  3647.             ],
  3648.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3649.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3650.             'web_profiler.debug_toolbar.mode' => 2,
  3651.             'security.role_hierarchy.roles' => [
  3652.                 'ROLE_CUSTOMER' => [
  3653.                     => 'ROLE_USER',
  3654.                 ],
  3655.                 'ROLE_ADMIN' => [
  3656.                     => 'ROLE_USER',
  3657.                 ],
  3658.             ],
  3659.             'security.access.denied_url' => NULL,
  3660.             'security.authentication.manager.erase_credentials' => true,
  3661.             'security.authentication.session_strategy.strategy' => 'migrate',
  3662.             'security.access.always_authenticate_before_granting' => false,
  3663.             'security.authentication.hide_user_not_found' => true,
  3664.             'security.firewalls' => [
  3665.                 => 'dev',
  3666.                 => 'main',
  3667.             ],
  3668.             'monolog.use_microseconds' => true,
  3669.             'monolog.swift_mailer.handlers' => [
  3670.             ],
  3671.             'monolog.handlers_to_channels' => [
  3672.                 'monolog.handler.console' => [
  3673.                     'type' => 'exclusive',
  3674.                     'elements' => [
  3675.                         => 'event',
  3676.                         => 'doctrine',
  3677.                         => 'console',
  3678.                     ],
  3679.                 ],
  3680.                 'monolog.handler.main' => [
  3681.                     'type' => 'exclusive',
  3682.                     'elements' => [
  3683.                         => 'event',
  3684.                     ],
  3685.                 ],
  3686.             ],
  3687.             'knp_menu.renderer.list.options' => [
  3688.             ],
  3689.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3690.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3691.             'knp_menu.renderer.twig.template' => 'component/_menu.html.twig',
  3692.             'knp_menu.default_renderer' => 'twig',
  3693.             'datatables.config' => [
  3694.                 'options' => [
  3695.                     'lengthMenu' => [
  3696.                         => [
  3697.                             => 5,
  3698.                             => 10,
  3699.                             => 25,
  3700.                             => 50,
  3701.                             => -1,
  3702.                         ],
  3703.                         => [
  3704.                             => 5,
  3705.                             => 10,
  3706.                             => 25,
  3707.                             => 50,
  3708.                             => 'Tout',
  3709.                         ],
  3710.                     ],
  3711.                     'pageLength' => 10,
  3712.                     'searching' => true,
  3713.                     'dom' => '<\'row\' <\'col-sm-12 col-md-6\' l> <\'col-sm-12 col-md-6\' f>> <\'row\' <\'col-sm-12\' tr>> <\'row\' <\'col-sm-12 col-md-5\' i> <\'col-sm-12 col-md-7\' p> > ',
  3714.                     'fixedHeader' => true,
  3715.                 ],
  3716.                 'template' => '@DataTables/datatable_html.html.twig',
  3717.                 'template_parameters' => [
  3718.                     'className' => 'table table-sm table-striped dataex-html5-selectors dataTable dt-multilingual table no-footer dtr-column b-table',
  3719.                     'columnFilter' => NULL,
  3720.                 ],
  3721.                 'translation_domain' => 'messages',
  3722.                 'language_from_cdn' => true,
  3723.                 'persist_state' => 'fragment',
  3724.                 'method' => 'POST',
  3725.             ],
  3726.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3727.             'stof_doctrine_extensions.translation_fallback' => false,
  3728.             'stof_doctrine_extensions.persist_default_translation' => false,
  3729.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3730.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3731.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3732.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3733.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3734.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3735.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3736.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3737.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3738.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3739.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3740.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3741.             'vich_uploader.mappings' => [
  3742.                 'image_prayer' => [
  3743.                     'uri_prefix' => '/uploads/images/prayer/',
  3744.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/prayer/'),
  3745.                     'namer' => [
  3746.                         'service' => 'vich_uploader.namer_uniqid.image_prayer',
  3747.                         'options' => [
  3748.                         ],
  3749.                     ],
  3750.                     'delete_on_remove' => true,
  3751.                     'delete_on_update' => true,
  3752.                     'directory_namer' => [
  3753.                         'service' => NULL,
  3754.                         'options' => NULL,
  3755.                     ],
  3756.                     'inject_on_load' => false,
  3757.                     'db_driver' => 'orm',
  3758.                 ],
  3759.                 'image_user' => [
  3760.                     'uri_prefix' => '/uploads/images/user/',
  3761.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/user/'),
  3762.                     'namer' => [
  3763.                         'service' => 'vich_uploader.namer_uniqid.image_user',
  3764.                         'options' => [
  3765.                         ],
  3766.                     ],
  3767.                     'delete_on_remove' => true,
  3768.                     'delete_on_update' => true,
  3769.                     'directory_namer' => [
  3770.                         'service' => NULL,
  3771.                         'options' => NULL,
  3772.                     ],
  3773.                     'inject_on_load' => false,
  3774.                     'db_driver' => 'orm',
  3775.                 ],
  3776.                 'image_city' => [
  3777.                     'uri_prefix' => '/uploads/images/city/',
  3778.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/city/'),
  3779.                     'namer' => [
  3780.                         'service' => 'vich_uploader.namer_uniqid.image_city',
  3781.                         'options' => [
  3782.                         ],
  3783.                     ],
  3784.                     'delete_on_remove' => true,
  3785.                     'delete_on_update' => true,
  3786.                     'directory_namer' => [
  3787.                         'service' => NULL,
  3788.                         'options' => NULL,
  3789.                     ],
  3790.                     'inject_on_load' => false,
  3791.                     'db_driver' => 'orm',
  3792.                 ],
  3793.             ],
  3794.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3795.             'nelmio_cors.map' => [
  3796.                 '^/' => [
  3797.                 ],
  3798.             ],
  3799.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3800.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3801.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3802.             'api_platform.metadata_backward_compatibility_layer' => true,
  3803.             'api_platform.enable_entrypoint' => true,
  3804.             'api_platform.enable_docs' => true,
  3805.             'api_platform.title' => '',
  3806.             'api_platform.description' => '',
  3807.             'api_platform.version' => '0.0.0',
  3808.             'api_platform.show_webby' => true,
  3809.             'api_platform.url_generation_strategy' => 1,
  3810.             'api_platform.exception_to_status' => [
  3811.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3812.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3813.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3814.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3815.             ],
  3816.             'api_platform.formats' => [
  3817.                 'json' => [
  3818.                     => 'application/json',
  3819.                 ],
  3820.                 'jsonld' => [
  3821.                     => 'application/ld+json',
  3822.                 ],
  3823.                 'jsonapi' => [
  3824.                     => 'application/vnd.api+json',
  3825.                 ],
  3826.                 'html' => [
  3827.                     => 'text/html',
  3828.                 ],
  3829.                 'form' => [
  3830.                     => 'multipart/form-data',
  3831.                 ],
  3832.             ],
  3833.             'api_platform.patch_formats' => [
  3834.                 'json' => [
  3835.                     => 'application/json',
  3836.                 ],
  3837.                 'jsonapi' => [
  3838.                     => 'application/vnd.api+json',
  3839.                 ],
  3840.             ],
  3841.             'api_platform.error_formats' => [
  3842.                 'jsonproblem' => [
  3843.                     => 'application/problem+json',
  3844.                 ],
  3845.                 'jsonld' => [
  3846.                     => 'application/ld+json',
  3847.                 ],
  3848.             ],
  3849.             'api_platform.allow_plain_identifiers' => false,
  3850.             'api_platform.eager_loading.enabled' => true,
  3851.             'api_platform.eager_loading.max_joins' => 30,
  3852.             'api_platform.eager_loading.fetch_partial' => false,
  3853.             'api_platform.eager_loading.force_eager' => true,
  3854.             'api_platform.collection.exists_parameter_name' => 'exists',
  3855.             'api_platform.collection.order' => 'ASC',
  3856.             'api_platform.collection.order_parameter_name' => 'order',
  3857.             'api_platform.collection.order_nulls_comparison' => NULL,
  3858.             'api_platform.collection.pagination.enabled' => true,
  3859.             'api_platform.collection.pagination.partial' => false,
  3860.             'api_platform.collection.pagination.client_enabled' => true,
  3861.             'api_platform.collection.pagination.client_items_per_page' => true,
  3862.             'api_platform.collection.pagination.client_partial' => false,
  3863.             'api_platform.collection.pagination.items_per_page' => 10,
  3864.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3865.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3866.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3867.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3868.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3869.             'api_platform.collection.pagination' => [
  3870.                 'enabled' => true,
  3871.                 'client_enabled' => true,
  3872.                 'client_items_per_page' => true,
  3873.                 'page_parameter_name' => 'page',
  3874.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3875.                 'partial' => false,
  3876.                 'client_partial' => false,
  3877.                 'items_per_page' => 10,
  3878.                 'maximum_items_per_page' => NULL,
  3879.                 'enabled_parameter_name' => 'pagination',
  3880.                 'partial_parameter_name' => 'partial',
  3881.             ],
  3882.             'api_platform.http_cache.etag' => true,
  3883.             'api_platform.http_cache.max_age' => NULL,
  3884.             'api_platform.http_cache.shared_max_age' => NULL,
  3885.             'api_platform.http_cache.vary' => [
  3886.                 => 'Accept',
  3887.             ],
  3888.             'api_platform.http_cache.public' => NULL,
  3889.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3890.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3891.             'api_platform.asset_package' => NULL,
  3892.             'api_platform.defaults' => [
  3893.                 'attributes' => [
  3894.                     'pagination_items_per_page' => 10,
  3895.                     'pagination_enabled' => true,
  3896.                     'pagination_client_enabled' => true,
  3897.                 ],
  3898.             ],
  3899.             'api_platform.resource_class_directories' => [
  3900.                 => (\dirname(__DIR__4).'/config/api_platform/resources'),
  3901.             ],
  3902.             'api_platform.oauth.enabled' => false,
  3903.             'api_platform.oauth.clientId' => '',
  3904.             'api_platform.oauth.clientSecret' => '',
  3905.             'api_platform.oauth.type' => 'oauth2',
  3906.             'api_platform.oauth.flow' => 'application',
  3907.             'api_platform.oauth.tokenUrl' => '',
  3908.             'api_platform.oauth.authorizationUrl' => '',
  3909.             'api_platform.oauth.refreshUrl' => '',
  3910.             'api_platform.oauth.scopes' => [
  3911.             ],
  3912.             'api_platform.oauth.pkce' => false,
  3913.             'api_platform.openapi.termsOfService' => NULL,
  3914.             'api_platform.openapi.contact.name' => NULL,
  3915.             'api_platform.openapi.contact.url' => NULL,
  3916.             'api_platform.openapi.contact.email' => NULL,
  3917.             'api_platform.openapi.license.name' => NULL,
  3918.             'api_platform.openapi.license.url' => NULL,
  3919.             'api_platform.swagger.versions' => [
  3920.                 => 3,
  3921.             ],
  3922.             'api_platform.enable_swagger_ui' => true,
  3923.             'api_platform.enable_re_doc' => true,
  3924.             'api_platform.swagger.api_keys' => [
  3925.                 'bearerAuth' => [
  3926.                     'name' => 'Authorization',
  3927.                     'type' => 'header',
  3928.                 ],
  3929.             ],
  3930.             'api_platform.swagger_ui.extra_configuration' => [
  3931.             ],
  3932.             'api_platform.graphql.enabled' => false,
  3933.             'api_platform.graphql.graphiql.enabled' => false,
  3934.             'api_platform.graphql.graphql_playground.enabled' => false,
  3935.             'api_platform.graphql.collection.pagination' => [
  3936.                 'enabled' => true,
  3937.             ],
  3938.             'api_platform.validator.serialize_payload_fields' => [
  3939.             ],
  3940.             'api_platform.validator.query_parameter_validation' => true,
  3941.             'api_platform.elasticsearch.enabled' => false,
  3942.             'knp_paginator.template.pagination' => 'public/component/_knp_paginator_sliding.html.twig',
  3943.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3944.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3945.             'knp_paginator.page_range' => 5,
  3946.             'knp_paginator.page_limit' => NULL,
  3947.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3948.             'data_collector.templates' => [
  3949.                 'data_collector.request' => [
  3950.                     => 'request',
  3951.                     => '@WebProfiler/Collector/request.html.twig',
  3952.                 ],
  3953.                 'api_platform.data_collector.request' => [
  3954.                     => 'api_platform.data_collector.request',
  3955.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3956.                 ],
  3957.                 'data_collector.time' => [
  3958.                     => 'time',
  3959.                     => '@WebProfiler/Collector/time.html.twig',
  3960.                 ],
  3961.                 'data_collector.memory' => [
  3962.                     => 'memory',
  3963.                     => '@WebProfiler/Collector/memory.html.twig',
  3964.                 ],
  3965.                 'data_collector.validator' => [
  3966.                     => 'validator',
  3967.                     => '@WebProfiler/Collector/validator.html.twig',
  3968.                 ],
  3969.                 'data_collector.ajax' => [
  3970.                     => 'ajax',
  3971.                     => '@WebProfiler/Collector/ajax.html.twig',
  3972.                 ],
  3973.                 'data_collector.form' => [
  3974.                     => 'form',
  3975.                     => '@WebProfiler/Collector/form.html.twig',
  3976.                 ],
  3977.                 'data_collector.exception' => [
  3978.                     => 'exception',
  3979.                     => '@WebProfiler/Collector/exception.html.twig',
  3980.                 ],
  3981.                 'data_collector.logger' => [
  3982.                     => 'logger',
  3983.                     => '@WebProfiler/Collector/logger.html.twig',
  3984.                 ],
  3985.                 'data_collector.events' => [
  3986.                     => 'events',
  3987.                     => '@WebProfiler/Collector/events.html.twig',
  3988.                 ],
  3989.                 'data_collector.router' => [
  3990.                     => 'router',
  3991.                     => '@WebProfiler/Collector/router.html.twig',
  3992.                 ],
  3993.                 'data_collector.cache' => [
  3994.                     => 'cache',
  3995.                     => '@WebProfiler/Collector/cache.html.twig',
  3996.                 ],
  3997.                 'data_collector.translation' => [
  3998.                     => 'translation',
  3999.                     => '@WebProfiler/Collector/translation.html.twig',
  4000.                 ],
  4001.                 'data_collector.security' => [
  4002.                     => 'security',
  4003.                     => '@Security/Collector/security.html.twig',
  4004.                 ],
  4005.                 'data_collector.twig' => [
  4006.                     => 'twig',
  4007.                     => '@WebProfiler/Collector/twig.html.twig',
  4008.                 ],
  4009.                 'data_collector.http_client' => [
  4010.                     => 'http_client',
  4011.                     => '@WebProfiler/Collector/http_client.html.twig',
  4012.                 ],
  4013.                 'data_collector.doctrine' => [
  4014.                     => 'db',
  4015.                     => '@Doctrine/Collector/db.html.twig',
  4016.                 ],
  4017.                 'data_collector.dump' => [
  4018.                     => 'dump',
  4019.                     => '@Debug/Profiler/dump.html.twig',
  4020.                 ],
  4021.                 'data_collector.messenger' => [
  4022.                     => 'messenger',
  4023.                     => '@WebProfiler/Collector/messenger.html.twig',
  4024.                 ],
  4025.                 'mailer.data_collector' => [
  4026.                     => 'mailer',
  4027.                     => '@WebProfiler/Collector/mailer.html.twig',
  4028.                 ],
  4029.                 'notifier.data_collector' => [
  4030.                     => 'notifier',
  4031.                     => '@WebProfiler/Collector/notifier.html.twig',
  4032.                 ],
  4033.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4034.                     => 'vich_uploader.mapping_collector',
  4035.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4036.                 ],
  4037.                 'data_collector.config' => [
  4038.                     => 'config',
  4039.                     => '@WebProfiler/Collector/config.html.twig',
  4040.                 ],
  4041.             ],
  4042.             'console.command.ids' => [
  4043.                 => 'console.command.public_alias.Umbrella\\CoreBundle\\Command\\IndexEntityCommand',
  4044.             ],
  4045.         ];
  4046.     }
  4047.     protected function throw($message)
  4048.     {
  4049.         throw new RuntimeException($message);
  4050.     }
  4051. }