var/cache/dev/ContainerRJhJFju/KernelDevDebugContainer.php line 2982

Open in your IDE?
  1. <?php
  2. namespace ContainerRJhJFju;
  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 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.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer' => 'getFormErrorNormalizerService',
  41.             'Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer' => 'getInitialValuesNormalizerService',
  42.             'Pec\\Bundle\\PlatformBundle\\Services\\ThemeService' => 'getThemeServiceService',
  43.             'api_platform.cache.metadata.resource_collection' => 'getApiPlatform_Cache_Metadata_ResourceCollectionService',
  44.             'cache.app' => 'getCache_AppService',
  45.             'cache.system' => 'getCache_SystemService',
  46.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  47.             'data_collector.dump' => 'getDataCollector_DumpService',
  48.             'doctrine' => 'getDoctrineService',
  49.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'hwi_oauth.resource_ownermap.secured_area' => 'getHwiOauth_ResourceOwnermap_SecuredAreaService',
  54.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  55.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  56.             'pec_platform.theme.service' => 'getPecPlatform_Theme_ServiceService',
  57.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'translator' => 'getTranslatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'filesystem' => 'getFilesystemService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  81.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  82.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  84.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  85.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  86.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  87.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  88.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  89.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  90.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  91.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  92.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  93.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  94.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  95.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  96.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  97.             'Limenius\\Liform\\Form\\Extension\\AddLiformExtension' => 'getAddLiformExtensionService',
  98.             'Limenius\\Liform\\Liform' => 'getLiformService',
  99.             'Limenius\\Liform\\Resolver' => 'getResolverService',
  100.             'Pec\\Bundle\\CompanyBundle\\Controller\\CompanyController' => 'getCompanyControllerService',
  101.             'Pec\\Bundle\\DashboardBundle\\Controller\\BasicWidgetController' => 'getBasicWidgetControllerService',
  102.             'Pec\\Bundle\\DashboardBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  103.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\AnalysisController' => 'getAnalysisControllerService',
  104.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\AnalysisMethodController' => 'getAnalysisMethodControllerService',
  105.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\EngineController' => 'getEngineControllerService',
  106.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\ExtractionLocationController' => 'getExtractionLocationControllerService',
  107.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\ExtractionPointController' => 'getExtractionPointControllerService',
  108.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\FluidController' => 'getFluidControllerService',
  109.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\MeasurementController' => 'getMeasurementControllerService',
  110.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\OverviewController' => 'getOverviewControllerService',
  111.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\RatingController' => 'getRatingControllerService',
  112.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\ReportsController' => 'getReportsControllerService',
  113.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\ResultsController' => 'getResultsControllerService',
  114.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  115.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\TestProgramController' => 'getTestProgramControllerService',
  116.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\TestResultController' => 'getTestResultControllerService',
  117.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Controller\\VehicleController' => 'getVehicleControllerService',
  118.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\AnalysisMethodRepository' => 'getAnalysisMethodRepositoryService',
  119.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\AnalysisRepository' => 'getAnalysisRepositoryService',
  120.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\EngineCategoryRepository' => 'getEngineCategoryRepositoryService',
  121.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\EngineRepository' => 'getEngineRepositoryService',
  122.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\ExtractionLocationRepository' => 'getExtractionLocationRepositoryService',
  123.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\ExtractionPointRepository' => 'getExtractionPointRepositoryService',
  124.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\FluidRepository' => 'getFluidRepositoryService',
  125.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\MeasurementRepository' => 'getMeasurementRepositoryService',
  126.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\ReportsRepository' => 'getReportsRepositoryService',
  127.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\SampleRepository' => 'getSampleRepositoryService',
  128.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\TemplateRepository' => 'getTemplateRepositoryService',
  129.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\TestProgramRepository' => 'getTestProgramRepositoryService',
  130.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\TestResultRepository' => 'getTestResultRepositoryService',
  131.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Repository\\VehicleRepository' => 'getVehicleRepositoryService',
  132.             'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Service\\CloudWatchJsonConfigurator' => 'getCloudWatchJsonConfiguratorService',
  133.             'Pec\\Bundle\\MediaBundle\\Controller\\AdminController' => 'getAdminControllerService',
  134.             'Pec\\Bundle\\MediaBundle\\Controller\\BaseController' => 'getBaseControllerService',
  135.             'Pec\\Bundle\\MediaBundle\\Controller\\BrowseController' => 'getBrowseControllerService',
  136.             'Pec\\Bundle\\MediaBundle\\Controller\\CKBrowserController' => 'getCKBrowserControllerService',
  137.             'Pec\\Bundle\\MediaBundle\\Controller\\CreateFileItemAction' => 'getCreateFileItemActionService',
  138.             'Pec\\Bundle\\MediaBundle\\Controller\\ImageFilterController' => 'getImageFilterControllerService',
  139.             'Pec\\Bundle\\MediaBundle\\Controller\\StreamController' => 'getStreamControllerService',
  140.             'Pec\\Bundle\\MediaBundle\\Controller\\WidgetController' => 'getWidgetControllerService',
  141.             'Pec\\Bundle\\MenuBundle\\Service\\ActiveMenuItemVoter' => 'getActiveMenuItemVoterService',
  142.             'Pec\\Bundle\\MenuBundle\\Service\\KnpMenuBuilder' => 'getKnpMenuBuilderService',
  143.             'Pec\\Bundle\\NotificationBundle\\Controller\\BaseController' => 'getBaseController2Service',
  144.             'Pec\\Bundle\\NotificationBundle\\Controller\\NotificationController' => 'getNotificationControllerService',
  145.             'Pec\\Bundle\\NotificationBundle\\Controller\\NotificationControllerOld' => 'getNotificationControllerOldService',
  146.             'Pec\\Bundle\\NotificationBundle\\Controller\\NotificationPreferenceController' => 'getNotificationPreferenceControllerService',
  147.             'Pec\\Bundle\\NotificationBundle\\Controller\\WidgetController' => 'getWidgetController2Service',
  148.             'Pec\\Bundle\\NotificationBundle\\Repository\\GroupPreferencesRepository' => 'getGroupPreferencesRepositoryService',
  149.             'Pec\\Bundle\\NotificationBundle\\Repository\\PlatformChannelNotificationRepository' => 'getPlatformChannelNotificationRepositoryService',
  150.             'Pec\\Bundle\\PlatformBundle\\Controller\\BackendEventController' => 'getBackendEventControllerService',
  151.             'Pec\\Bundle\\PlatformBundle\\Controller\\BaseController' => 'getBaseController3Service',
  152.             'Pec\\Bundle\\PlatformBundle\\Controller\\CacheController' => 'getCacheControllerService',
  153.             'Pec\\Bundle\\PlatformBundle\\Controller\\DatabaseController' => 'getDatabaseControllerService',
  154.             'Pec\\Bundle\\PlatformBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  155.             'Pec\\Bundle\\PlatformBundle\\Controller\\PackageController' => 'getPackageControllerService',
  156.             'Pec\\Bundle\\PlatformBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  157.             'Pec\\Bundle\\PlatformBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  158.             'Pec\\Bundle\\PlatformBundle\\Controller\\ThemeController' => 'getThemeControllerService',
  159.             'Pec\\Bundle\\PlatformBundle\\Services\\DoctrineSystemPreferenceService' => 'getDoctrineSystemPreferenceServiceService',
  160.             'Pec\\Bundle\\SearchBundle\\Controller\\SearchController' => 'getSearchControllerService',
  161.             'Pec\\Bundle\\TaggingBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  162.             'Pec\\Bundle\\TaggingBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  163.             'Pec\\Bundle\\UserAdminBundle\\Controller\\UserController' => 'getUserControllerService',
  164.             'Pec\\Bundle\\UserBundle\\Controller\\LoginController' => 'getLoginController2Service',
  165.             'Pec\\Bundle\\UserBundle\\Controller\\SearchController' => 'getSearchController2Service',
  166.             'Pec\\Bundle\\UserBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
  167.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  168.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  169.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  170.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  171.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  172.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  173.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  174.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  175.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  176.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  177.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  178.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  179.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  180.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  181.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  182.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  183.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  184.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  185.             'cache.app_clearer' => 'getCache_AppClearerService',
  186.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  187.             'cache.system_clearer' => 'getCache_SystemClearerService',
  188.             'cache_warmer' => 'getCacheWarmerService',
  189.             'console.command.public_alias.Pec\\Bundle\\PlatformBundle\\Command\\ClearApcCacheCommand' => 'getClearApcCacheCommandService',
  190.             'console.command.public_alias.Pec\\Bundle\\PlatformBundle\\Command\\OrphanedRoutesCommand' => 'getOrphanedRoutesCommandService',
  191.             'console.command_loader' => 'getConsole_CommandLoaderService',
  192.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  193.             'error_controller' => 'getErrorControllerService',
  194.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  195.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  196.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  197.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  198.             'httplug.client' => 'getHttplug_ClientService',
  199.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  200.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  201.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  202.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  203.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  204.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  205.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  206.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  207.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  208.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  209.             'hwi_oauth.resource_owner.azure' => 'getHwiOauth_ResourceOwner_AzureService',
  210.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  211.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService',
  212.             'jms_i18n_routing.locale_choosing_listener' => 'getJmsI18nRouting_LocaleChoosingListenerService',
  213.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  214.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  215.             'knp_paginator' => 'getKnpPaginatorService',
  216.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  217.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  218.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  219.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  220.             'liform.guesser.validator' => 'getLiform_Guesser_ValidatorService',
  221.             'pec_keen_admin_theme.colors' => 'getPecKeenAdminTheme_ColorsService',
  222.             'pec_platform.assetic.filter.peccssmin' => 'getPecPlatform_Assetic_Filter_PeccssminService',
  223.             'pec_platform.assetic.filter.pecjsmin' => 'getPecPlatform_Assetic_Filter_PecjsminService',
  224.             'pec_platform.user_preference_service' => 'getPecPlatform_UserPreferenceServiceService',
  225.             'pec_user_admin.mailer_service' => 'getPecUserAdmin_MailerServiceService',
  226.             'routing.loader' => 'getRouting_LoaderService',
  227.             'services_resetter' => 'getServicesResetterService',
  228.             'stof_doctrine_extensions.uploadable.manager' => 'getStofDoctrineExtensions_Uploadable_ManagerService',
  229.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  230.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  231.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  232.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  233.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  234.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  235.         ];
  236.         $this->aliases = [
  237.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  238.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  239.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  240.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  241.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  242.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  243.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  244.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  245.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  246.             'database_connection' => 'doctrine.dbal.default_connection',
  247.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  248.             'hwi_oauth.http.client' => 'httplug.client',
  249.             'hwi_oauth.http.message_factory' => 'httplug.message_factory',
  250.             'liform' => 'Limenius\\Liform\\Liform',
  251.             'liform.add_schema_extension' => 'Limenius\\Liform\\Form\\Extension\\AddLiformExtension',
  252.             'liform.resolver' => 'Limenius\\Liform\\Resolver',
  253.             'liform.serializer.form_error_normalizer' => 'Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer',
  254.             'mailer' => 'swiftmailer.mailer.default',
  255.             'pec_platform.system_preference_service' => 'Pec\\Bundle\\PlatformBundle\\Services\\DoctrineSystemPreferenceService',
  256.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  257.         ];
  258.         $this->privates['service_container'] = function () {
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  265.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  266.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  288.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  410.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Security/RoleHierarchy.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Security/RoleServiceCompilerPass.php';
  413.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Security/RoleService.php';
  414.             include_once \dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Service/RoleService.php';
  415.             include_once \dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Service/RoleService.php';
  416.             include_once \dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Service/RoleService.php';
  417.             include_once \dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Service/RoleService.php';
  418.             include_once \dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Service/Security/RoleService.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  426.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Security/CachedAccessDecisionManager.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  444.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  446.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  447.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  450.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  454.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  488.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  489.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultLocaleResolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  493.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  494.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/Debug/GitModulesDataCollector.php';
  502.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/Debug/GitModulesLoader.php';
  503.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/IUserPreferenceService.php';
  504.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/DoctrineUserPreferenceService.php';
  505.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/ILocaleService.php';
  506.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/LocaleService.php';
  507.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/ThemeService.php';
  508.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/EntityNameFilter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/DisableCacheListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Subscriber/LocaleSubscriber.php';
  514.             include_once \dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/EventListener/KernelControllerArgumentsListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Service/Image/IImageManipulationService.php';
  516.             include_once \dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Service/Image/ImagineImageManipulationService.php';
  517.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  520.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  521.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/answear/liform/src/Limenius/Liform/Serializer/Normalizer/FormErrorNormalizer.php';
  527.             include_once \dirname(__DIR__4).'/vendor/answear/liform/src/Limenius/Liform/Serializer/Normalizer/InitialValuesNormalizer.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  546.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  547.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  703.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  704.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  707.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  708.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  712.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  717.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  738.             include_once \dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Service/Serializer/FileItemSerializer.php';
  739.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  740.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  741.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  747.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  750.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  751.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  752.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  753.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  754.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  755.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  757.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  758.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  759.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  760.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  761.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  762.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  766.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  767.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  768.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  769.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  770.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  771.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  772.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  773.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  786.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  787.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  788.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  792.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  793.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  802.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  823.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  826.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  829.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  830.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  831.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  832.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  833.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  834.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  840.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  856.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  857.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  858.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  859.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  860.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  861.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  863.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  865.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/ArrayFilter.php';
  866.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/BackendEventTemplateFilter.php';
  867.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/EntityForIdFilter.php';
  868.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/FixHtmlFilter.php';
  869.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/FormFieldsExtension.php';
  870.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/HttpFoundationExtension.php';
  871.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/NumberFormatFilter.php';
  872.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/PolyfillFilter.php';
  873.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/RoutableFilter.php';
  874.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/SlugFilter.php';
  875.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/TransJoinFilter.php';
  876.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Helper/UserResolver.php';
  877.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/UserLinkFilter.php';
  878.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/UtilitiesExtension.php';
  879.             include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Twig/WebLinkFallbackExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Twig/KeenAdminThemeExtension.php';
  881.             include_once \dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Service/ColorUtilities.php';
  882.             include_once \dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Twig/ImageFilter.php';
  883.             include_once \dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Twig/ReflectionFilter.php';
  884.             include_once \dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Twig/TagsFilter.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Twig/FormThemeExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/zicht/tinymce-bundle/src/Twig/Extension/ZichtTinymceExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Twig/ResultTemplateFilter.php';
  890.             include_once \dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions/src/StingerSoft/TwigExtensions/ArrayExtensions.php';
  891.             include_once \dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions/src/StingerSoft/TwigExtensions/PrettyPrintExtensions.php';
  892.             include_once \dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions/src/StingerSoft/TwigExtensions/StaticExtensions.php';
  893.             include_once \dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions/src/StingerSoft/TwigExtensions/StringExtensions.php';
  894.             include_once \dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions/src/StingerSoft/TwigExtensions/DoctrineExtensions.php';
  895.             include_once \dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle/Twig/GridRenderExtension.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  897.             include_once \dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Twig/UserImportExtension.php';
  898.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  899.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  902.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  904.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  906.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  913.         };
  914.     }
  915.     public function compile(): void
  916.     {
  917.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  918.     }
  919.     public function isCompiled(): bool
  920.     {
  921.         return true;
  922.     }
  923.     public function getRemovedIds(): array
  924.     {
  925.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  926.     }
  927.     protected function load($file$lazyLoad true)
  928.     {
  929.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  930.             return $class::do($this$lazyLoad);
  931.         }
  932.         if ('.' === $file[-4]) {
  933.             $class substr($class0, -4);
  934.         } else {
  935.             $file .= '.php';
  936.         }
  937.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  938.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  939.     }
  940.     protected function createProxy($class\Closure $factory)
  941.     {
  942.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  943.         return $factory();
  944.     }
  945.     /**
  946.      * Gets the public '.container.private.profiler' shared service.
  947.      *
  948.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  949.      */
  950.     protected function get_Container_Private_ProfilerService()
  951.     {
  952.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  953.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  954.         $a->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  955.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  956.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  957.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  958.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  959.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  960.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  961.         $d->addInstance('api_platform.cache.metadata.resource_collection', ($this->services['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()));
  962.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  963.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  964.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  965.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  966.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  967.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  968.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  969.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  970.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  971.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  972.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  973.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  974.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  975.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  976.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  977.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  978.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  979.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  980.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  981.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  982.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  983.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  984.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  985.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  986.         if ($this->has('kernel')) {
  987.             $g->setKernel($b);
  988.         }
  989.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  990.         $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
  991.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  992.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  993.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  994.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  995.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  996.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  997.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
  998.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  999.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1000.         $instance->add($d);
  1001.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1002.         $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));
  1003.         $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())));
  1004.         $instance->add($e);
  1005.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1006.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1007.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(10000))));
  1008.         $instance->add($f);
  1009.         $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()))));
  1010.         $instance->add(($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesDataCollector'] ?? $this->getGitModulesDataCollectorService()));
  1011.         $instance->add(new \Pec\Bundle\PlatformBundle\Services\Debug\GitModulesDataCollector(($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesLoader'] ?? ($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesLoader'] = new \Pec\Bundle\PlatformBundle\Services\Debug\GitModulesLoader(\dirname(__DIR__4))))));
  1012.         $instance->add($g);
  1013.         return $instance;
  1014.     }
  1015.     /**
  1016.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1017.      *
  1018.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1019.      */
  1020.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1021.     {
  1022.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1023.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1024.             return $this->services['.container.private.security.authorization_checker'];
  1025.         }
  1026.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1027.     }
  1028.     /**
  1029.      * Gets the public '.container.private.security.token_storage' shared service.
  1030.      *
  1031.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1032.      */
  1033.     protected function get_Container_Private_Security_TokenStorageService()
  1034.     {
  1035.         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, [
  1036.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1037.         ], [
  1038.             'request_stack' => '?',
  1039.         ]));
  1040.     }
  1041.     /**
  1042.      * Gets the public '.container.private.serializer' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\Serializer\Serializer
  1045.      */
  1046.     protected function get_Container_Private_SerializerService()
  1047.     {
  1048.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1049.         if (isset($this->services['.container.private.serializer'])) {
  1050.             return $this->services['.container.private.serializer'];
  1051.         }
  1052.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1053.         if (isset($this->services['.container.private.serializer'])) {
  1054.             return $this->services['.container.private.serializer'];
  1055.         }
  1056.         $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1057.         if (isset($this->services['.container.private.serializer'])) {
  1058.             return $this->services['.container.private.serializer'];
  1059.         }
  1060.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1061.         if (isset($this->services['.container.private.serializer'])) {
  1062.             return $this->services['.container.private.serializer'];
  1063.         }
  1064.         $e = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1065.         if (isset($this->services['.container.private.serializer'])) {
  1066.             return $this->services['.container.private.serializer'];
  1067.         }
  1068.         $f = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1069.         if (isset($this->services['.container.private.serializer'])) {
  1070.             return $this->services['.container.private.serializer'];
  1071.         }
  1072.         $g = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1073.         if (isset($this->services['.container.private.serializer'])) {
  1074.             return $this->services['.container.private.serializer'];
  1075.         }
  1076.         $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1077.         if (isset($this->services['.container.private.serializer'])) {
  1078.             return $this->services['.container.private.serializer'];
  1079.         }
  1080.         $i = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  1081.         if (isset($this->services['.container.private.serializer'])) {
  1082.             return $this->services['.container.private.serializer'];
  1083.         }
  1084.         $j = ($this->privates['api_platform.api.identifiers_extractor'] ?? $this->getApiPlatform_Api_IdentifiersExtractorService());
  1085.         if (isset($this->services['.container.private.serializer'])) {
  1086.             return $this->services['.container.private.serializer'];
  1087.         }
  1088.         $k = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1089.         $l = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1090.         $m = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$k$a)], [=> $l])));
  1091.         $n = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1092.         $o = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1093.         $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($b$c, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($n, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $o), NULL$eNULLfalse'oauth2''application''''', [], [], $otrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLfalse));
  1094.         $q = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1095.         $r = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1096.         $s = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1097.         $t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1098.         $u = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  1099.         $v = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($t);
  1100.         $w = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($t$q$k$a$vNULL, [], $a);
  1101.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($k), => new \Pec\Bundle\MediaBundle\Service\Serializer\FileItemSerializer(($this->services['router'] ?? $this->getRouterService())), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => ($this->services['Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer'] ?? $this->getFormErrorNormalizerService()), => ($this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] ?? ($this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer())), => $m=> $p=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($n, [], $q), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $q), => new \ApiPlatform\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), 10 => new \ApiPlatform\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), 11 => new \ApiPlatform\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 12 => $p13 => new \ApiPlatform\GraphQl\Serializer\Exception\ErrorNormalizer(), 14 => $m15 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($b$c$r$sNULL$nNULL$q), 16 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($b$f$n), 17 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ntrue), 18 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 19 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 21 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 22 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($b$c$r$f$s$g$k$q$t, [], new RewindableGenerator(function () {
  1102.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1103.         }, 1), $h), 23 => new \ApiPlatform\GraphQl\Serializer\ItemNormalizer($c$r$i$j$s$k$q$t$ufalseNULL, new RewindableGenerator(function () {
  1104.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1105.         }, 1), $b$h), 24 => new \ApiPlatform\Serializer\ItemNormalizer($c$r$f$s$k$q$t$ufalseNULL, new RewindableGenerator(function () {
  1106.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1107.         }, 1), $b$h), 25 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $q), 27 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t$q$a$vNULL, [])), 28 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 29 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 30 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 31 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 32 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 33 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 34 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($g$s$f$b), 'page''pagination'$b$k), $b$s$e), 35 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 36 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w$f$g), 37 => new \ApiPlatform\GraphQl\Serializer\ObjectNormalizer($w$i$j), 38 => $w], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $l=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1108.     }
  1109.     /**
  1110.      * Gets the public '.container.private.session' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1113.      */
  1114.     protected function get_Container_Private_SessionService()
  1115.     {
  1116.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1117.         if (isset($this->services['.container.private.session'])) {
  1118.             return $this->services['.container.private.session'];
  1119.         }
  1120.         return $this->services['.container.private.session'] = $a->createSession();
  1121.     }
  1122.     /**
  1123.      * Gets the public '.container.private.twig' shared service.
  1124.      *
  1125.      * @return \Twig\Environment
  1126.      */
  1127.     protected function get_Container_Private_TwigService()
  1128.     {
  1129.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1130.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1131.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/branding-bundle/src/DependencyInjection/../Resources/views/bundles/PecKeenAdminThemeBundle'), 'PecKeenAdminTheme');
  1132.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1133.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1134.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1135.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1136.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1137.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1138.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1139.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1140.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1141.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1142.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  1143.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  1144.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1145.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1146.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/views'), 'PecPlatform');
  1147.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/views'), '!PecPlatform');
  1148.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/views'), 'PecKeenAdminTheme');
  1149.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/views'), '!PecKeenAdminTheme');
  1150.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/views'), 'PecSelect2Form');
  1151.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/views'), '!PecSelect2Form');
  1152.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/views'), 'PecMedia');
  1153.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/views'), '!PecMedia');
  1154.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/views'), 'PecDashboard');
  1155.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/views'), '!PecDashboard');
  1156.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/views'), 'PecTagging');
  1157.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/views'), '!PecTagging');
  1158.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/branding-bundle/src/Resources/views'), 'PecBranding');
  1159.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/branding-bundle/src/Resources/views'), '!PecBranding');
  1160.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Resources/views'), 'PecForm');
  1161.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Resources/views'), '!PecForm');
  1162.         $a->addPath((\dirname(__DIR__4).'/vendor/zicht/tinymce-bundle/src/Resources/views'), 'ZichtTinymce');
  1163.         $a->addPath((\dirname(__DIR__4).'/vendor/zicht/tinymce-bundle/src/Resources/views'), '!ZichtTinymce');
  1164.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1165.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1166.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/views'), 'PecSearch');
  1167.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/views'), '!PecSearch');
  1168.         $a->addPath((\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle/Resources/views'), 'StingerSoftEntitySearch');
  1169.         $a->addPath((\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle/Resources/views'), '!StingerSoftEntitySearch');
  1170.         $a->addPath((\dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle/Resources/views'), 'StingerSoftAggrid');
  1171.         $a->addPath((\dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle/Resources/views'), '!StingerSoftAggrid');
  1172.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1173.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1174.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1175.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1176.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Resources/views'), 'PecUser');
  1177.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Resources/views'), '!PecUser');
  1178.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/views'), 'PecUserAdmin');
  1179.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/views'), '!PecUserAdmin');
  1180.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Resources/views'), 'PecNotification');
  1181.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Resources/views'), '!PecNotification');
  1182.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/views'), 'PecCompany');
  1183.         $a->addPath((\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/views'), '!PecCompany');
  1184.         $a->addPath((\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/views'), 'PecGlobalFluidDatabase');
  1185.         $a->addPath((\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/views'), '!PecGlobalFluidDatabase');
  1186.         $a->addPath((\dirname(__DIR__4).'/src/Pec/Bundle/KeenAdminReactBundle/Resources/views'), 'PecKeenAdminReact');
  1187.         $a->addPath((\dirname(__DIR__4).'/src/Pec/Bundle/KeenAdminReactBundle/Resources/views'), '!PecKeenAdminReact');
  1188.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1189.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1197.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'html''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1198.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1199.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1200.         $d = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1201.         $e = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1202.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  1203.         $g = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1204.         $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1205.         $i = ($this->services['router'] ?? $this->getRouterService());
  1206.         $j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1207.         $k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1208.         $l = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1209.         $m = ($this->services['kernel'] ?? $this->get('kernel'1));
  1210.         $n = new \Pec\Bundle\PlatformBundle\Twig\EntityForIdFilter($l);
  1211.         $o = ($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\LocaleService'] ?? $this->getLocaleServiceService());
  1212.         $p = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1213.         $q = new \StingerSoft\TwigExtensions\DoctrineExtensions();
  1214.         $q->setDoctrineFunctions(($this->privates['stinger_soft.commons.doctrine'] ?? $this->getStingerSoft_Commons_DoctrineService()));
  1215.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1216.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $h]);
  1217.         $s = new \Symfony\Bridge\Twig\AppVariable();
  1218.         $s->setEnvironment('dev');
  1219.         $s->setDebug(true);
  1220.         if ($this->has('.container.private.security.token_storage')) {
  1221.             $s->setTokenStorage($d);
  1222.         }
  1223.         if ($this->has('request_stack')) {
  1224.             $s->setRequestStack($c);
  1225.         }
  1226.         $t = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1227.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1228.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1229.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b, new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $d)));
  1230.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  1231.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($f));
  1232.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($g));
  1233.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h\dirname(__DIR__4), 'UTF-8'));
  1234.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  1235.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($etrue));
  1237.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1238.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1239.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$i)));
  1240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1242.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($f));
  1243.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j$k));
  1244.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1245.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1246.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1247.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($i$f)));
  1248.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $i$g$c$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1249.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\ArrayFilter());
  1250.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\BackendEventTemplateFilter($l$m$instance));
  1251.         $instance->addExtension($n);
  1252.         $instance->addExtension(($this->privates['Pec\\Bundle\\PlatformBundle\\Twig\\EntityNameFilter'] ?? $this->getEntityNameFilterService()));
  1253.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\FixHtmlFilter());
  1254.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\FormFieldsExtension());
  1255.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\HttpFoundationExtension($c));
  1256.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\NumberFormatFilter($o));
  1257.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\PolyfillFilter());
  1258.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\RoutableFilter($n));
  1259.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\SlugFilter());
  1260.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\TransJoinFilter($f));
  1261.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\UserLinkFilter($i, ($this->services['doctrine'] ?? $this->getDoctrineService()), $b));
  1262.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\UtilitiesExtension($o$f$m$i));
  1263.         $instance->addExtension(new \Pec\Bundle\PlatformBundle\Twig\WebLinkFallbackExtension());
  1264.         $instance->addExtension(new \Pec\Bundle\KeenAdminThemeBundle\Twig\KeenAdminThemeExtension(new \Pec\Bundle\KeenAdminThemeBundle\Service\ColorUtilities($p)));
  1265.         $instance->addExtension(new \Pec\Bundle\MediaBundle\Twig\ImageFilter(($this->privates['pec_media.item.manipulation.image'] ?? $this->getPecMedia_Item_Manipulation_ImageService()), (\dirname(__DIR__4).'/public')));
  1266.         $instance->addExtension(new \Pec\Bundle\TaggingBundle\Twig\ReflectionFilter());
  1267.         $instance->addExtension(new \Pec\Bundle\TaggingBundle\Twig\TagsFilter($l));
  1268.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1269.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1270.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1271.         ], [
  1272.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1273.             'webpack_encore.tag_renderer' => '?',
  1274.         ])));
  1275.         $instance->addExtension(new \Pec\Bundle\FormBundle\Twig\FormThemeExtension());
  1276.         $instance->addExtension(new \Zicht\Bundle\TinymceBundle\Twig\Extension\ZichtTinymceExtension($this$g$instance));
  1277.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1278.         $instance->addExtension(new \Pec\Bundle\SearchBundle\Twig\ResultTemplateFilter($l$m$instance$p));
  1279.         $instance->addExtension(new \StingerSoft\TwigExtensions\ArrayExtensions());
  1280.         $instance->addExtension(new \StingerSoft\TwigExtensions\PrettyPrintExtensions($f));
  1281.         $instance->addExtension(new \StingerSoft\TwigExtensions\StaticExtensions());
  1282.         $instance->addExtension(new \StingerSoft\TwigExtensions\StringExtensions());
  1283.         $instance->addExtension($q);
  1284.         $instance->addExtension(new \StingerSoft\AggridBundle\Twig\GridRenderExtension($instance'@StingerSoftAggrid/Grid/grid.html.twig''@StingerSoftAggrid/Grid/grid.js.twig'));
  1285.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1286.         $instance->addExtension(new \Pec\Bundle\UserAdminBundle\Twig\UserImportExtension());
  1287.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j$k));
  1288.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $c)));
  1289.         $instance->addGlobal('app'$s);
  1290.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1291.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1292.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1293.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1294.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1295.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  1296.         ], [
  1297.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1298.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1299.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1300.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1301.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1302.         ])));
  1303.         $instance->addGlobal('brand'false);
  1304.         $instance->addGlobal('locales'$this->parameters['locales']);
  1305.         $instance->addGlobal('default_locale''en');
  1306.         $instance->addGlobal('asset_base_scheme''http');
  1307.         $instance->addGlobal('asset_base_host''127.0.0.1');
  1308.         $instance->addGlobal('asset_base_port'8080);
  1309.         $instance->addGlobal('fontawesomepro'true);
  1310.         $instance->addGlobal('remote_asset_base_scheme''http');
  1311.         $instance->addGlobal('remote_asset_base_host''127.0.0.1');
  1312.         $instance->addGlobal('remote_asset_base_port'8080);
  1313.         $instance->addGlobal('remote_asset_base_path''');
  1314.         $instance->addGlobal('theme_service', ($this->services['Pec\\Bundle\\PlatformBundle\\Services\\ThemeService'] ?? $this->getThemeServiceService()));
  1315.         $instance->registerUndefinedFilterCallback([=> $t=> 'suggestFilter']);
  1316.         $instance->registerUndefinedFunctionCallback([=> $t=> 'suggestFunction']);
  1317.         $instance->registerUndefinedTokenParserCallback([=> $t=> 'suggestTag']);
  1318.         $instance->addGlobal('keen_hide_global_search'false);
  1319.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1320.         return $instance;
  1321.     }
  1322.     /**
  1323.      * Gets the public '.container.private.validator' shared service.
  1324.      *
  1325.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1326.      */
  1327.     protected function get_Container_Private_ValidatorService()
  1328.     {
  1329.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1330.         if (isset($this->services['.container.private.validator'])) {
  1331.             return $this->services['.container.private.validator'];
  1332.         }
  1333.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1334.     }
  1335.     /**
  1336.      * Gets the public 'Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer' shared service.
  1337.      *
  1338.      * @return \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer
  1339.      */
  1340.     protected function getFormErrorNormalizerService()
  1341.     {
  1342.         return $this->services['Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer(($this->services['translator'] ?? $this->getTranslatorService()));
  1343.     }
  1344.     /**
  1345.      * Gets the public 'Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer' shared service.
  1346.      *
  1347.      * @return \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer
  1348.      */
  1349.     protected function getInitialValuesNormalizerService()
  1350.     {
  1351.         return $this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer();
  1352.     }
  1353.     /**
  1354.      * Gets the public 'Pec\Bundle\PlatformBundle\Services\ThemeService' shared autowired service.
  1355.      *
  1356.      * @return \Pec\Bundle\PlatformBundle\Services\ThemeService
  1357.      */
  1358.     protected function getThemeServiceService()
  1359.     {
  1360.         return $this->services['Pec\\Bundle\\PlatformBundle\\Services\\ThemeService'] = new \Pec\Bundle\PlatformBundle\Services\ThemeService(\dirname(__DIR__4), true'@PecKeenAdminTheme/Layout/base.html.twig'true1);
  1361.     }
  1362.     /**
  1363.      * Gets the public 'api_platform.cache.metadata.resource_collection' shared service.
  1364.      *
  1365.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1366.      */
  1367.     protected function getApiPlatform_Cache_Metadata_ResourceCollectionService()
  1368.     {
  1369.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  1370.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1371.         return $this->services['api_platform.cache.metadata.resource_collection'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1372.     }
  1373.     /**
  1374.      * Gets the public 'cache.app' shared service.
  1375.      *
  1376.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1377.      */
  1378.     protected function getCache_AppService()
  1379.     {
  1380.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  1381.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1382.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1383.     }
  1384.     /**
  1385.      * Gets the public 'cache.system' shared service.
  1386.      *
  1387.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1388.      */
  1389.     protected function getCache_SystemService()
  1390.     {
  1391.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  1392.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1393.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1394.     }
  1395.     /**
  1396.      * Gets the public 'cache.validator_expression_language' shared service.
  1397.      *
  1398.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1399.      */
  1400.     protected function getCache_ValidatorExpressionLanguageService()
  1401.     {
  1402.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  1403.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1404.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1405.     }
  1406.     /**
  1407.      * Gets the public 'data_collector.dump' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1410.      */
  1411.     protected function getDataCollector_DumpService()
  1412.     {
  1413.         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())), NULL);
  1414.     }
  1415.     /**
  1416.      * Gets the public 'doctrine' shared service.
  1417.      *
  1418.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1419.      */
  1420.     protected function getDoctrineService()
  1421.     {
  1422.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1423.     }
  1424.     /**
  1425.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1426.      *
  1427.      * @return \Doctrine\DBAL\Connection
  1428.      */
  1429.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1430.     {
  1431.         $a = new \Doctrine\DBAL\Configuration();
  1432.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1433.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1434.         $b->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  1435.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1437.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1438.         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, [
  1439.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'true],
  1440.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'true],
  1441.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'true],
  1442.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'true],
  1443.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'true],
  1444.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'true],
  1445.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'true],
  1446.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'true],
  1447.             'Pec\\Bundle\\PlatformBundle\\Services\\TablePrefixService' => ['privates''Pec\\Bundle\\PlatformBundle\\Services\\TablePrefixService''getTablePrefixServiceService'true],
  1448.             'StingerSoft\\EntitySearchBundle\\Services\\DoctrineListener' => ['privates''StingerSoft\\EntitySearchBundle\\Services\\DoctrineListener''getDoctrineListenerService'true],
  1449.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1450.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1451.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1452.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1453.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1454.             'pec_platform.backendevent.update_listener' => ['privates''pec_platform.backendevent.update_listener''getPecPlatform_Backendevent_UpdateListenerService'true],
  1455.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  1456.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1457.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1458.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1459.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  1460.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1461.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  1462.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1463.             'stof_doctrine_extensions.listener.uploadable' => ['privates''stof_doctrine_extensions.listener.uploadable''getStofDoctrineExtensions_Listener_UploadableService'true],
  1464.         ], [
  1465.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  1466.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  1467.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  1468.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  1469.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  1470.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  1471.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  1472.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  1473.             'Pec\\Bundle\\PlatformBundle\\Services\\TablePrefixService' => '?',
  1474.             'StingerSoft\\EntitySearchBundle\\Services\\DoctrineListener' => '?',
  1475.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1476.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1477.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1478.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1479.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1480.             'pec_platform.backendevent.update_listener' => '?',
  1481.             'stof_doctrine_extensions.listener.blameable' => '?',
  1482.             'stof_doctrine_extensions.listener.loggable' => '?',
  1483.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1484.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1485.             'stof_doctrine_extensions.listener.sortable' => '?',
  1486.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1487.             'stof_doctrine_extensions.listener.translatable' => '?',
  1488.             'stof_doctrine_extensions.listener.tree' => '?',
  1489.             'stof_doctrine_extensions.listener.uploadable' => '?',
  1490.         ]), [=> [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.loggable'], => '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'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'11 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'12 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'13 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'14 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'15 => 'Pec\\Bundle\\PlatformBundle\\Services\\TablePrefixService'16 => 'StingerSoft\\EntitySearchBundle\\Services\\DoctrineListener'17 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 18 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 19 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 20 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 21 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 22 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 23 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 24 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.tree'], 25 => [=> [=> 'preRemove'], => 'stof_doctrine_extensions.listener.tree'], 26 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.tree'], 27 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.tree'], 28 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.tree'], 29 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.tree'], 30 => [=> [=> 'postUpdate'], => 'stof_doctrine_extensions.listener.tree'], 31 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.tree'], 32 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sortable'], 33 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sortable'], 34 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sortable'], 35 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.sortable'], 36 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.sortable'], 37 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.sortable'], 38 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.sortable'], 39 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 40 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 41 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 42 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.softdeleteable'], 43 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.softdeleteable'], 44 => [=> [=> 'postUpdate'], => 'pec_platform.backendevent.update_listener'], 45 => [=> [=> 'postPersist'], => 'pec_platform.backendevent.update_listener'], 46 => [=> [=> 'preRemove'], => 'pec_platform.backendevent.update_listener'], 47 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.uploadable'], 48 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 49 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 50 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 51 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 52 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 53 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 54 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 55 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]), ['enum' => 'string']);
  1491.     }
  1492.     /**
  1493.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1494.      *
  1495.      * @return \Doctrine\ORM\EntityManager
  1496.      */
  1497.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1498.     {
  1499.         if ($lazyLoad) {
  1500.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1501.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1502.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1503.                     $proxy->setProxyInitializer(null);
  1504.                     return true;
  1505.                 });
  1506.             });
  1507.         }
  1508.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1529.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Services/Doctrine/PecRepositoryFactory.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1537.         $a = new \Doctrine\ORM\Configuration();
  1538.         $b = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  1539.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1540.         $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/migration-bundle/Pec/Bundle/MigrationBundle/Entity')]);
  1541.         $e = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/config/doctrine') => 'Pec\\Bundle\\PlatformBundle\\Entity', (\dirname(__DIR__4).'/vendor/stinger-soft/doctrine-entity-search-bundle/Resources/config/doctrine') => 'StingerSoft\\DoctrineEntitySearchBundle\\Entity']);
  1542.         $e->setGlobalBasename('mapping');
  1543.         $f = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Entity'), => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Entity')]);
  1544.         $c->addDriver($d'Gedmo\\Translatable\\Entity');
  1545.         $c->addDriver($d'Gedmo\\Translator\\Entity');
  1546.         $c->addDriver($d'Gedmo\\Loggable\\Entity');
  1547.         $c->addDriver($d'Gedmo\\Tree\\Entity');
  1548.         $c->addDriver($d'Pec\\Bundle\\TaggingBundle\\Entity');
  1549.         $c->addDriver($d'Pec\\Bundle\\MigrationBundle\\Entity');
  1550.         $c->addDriver($e'Pec\\Bundle\\PlatformBundle\\Entity');
  1551.         $c->addDriver($e'StingerSoft\\DoctrineEntitySearchBundle\\Entity');
  1552.         $c->addDriver($f'Pec\\Bundle\\MediaBundle\\Entity');
  1553.         $c->addDriver($f'Pec\\Bundle\\DashboardBundle\\Entity');
  1554.         $c->addDriver($f'Pec\\Bundle\\FormBundle\\Entity');
  1555.         $c->addDriver($f'Pec\\Bundle\\MenuBundle\\Entity');
  1556.         $c->addDriver($f'Pec\\Bundle\\SearchBundle\\Entity');
  1557.         $c->addDriver($f'Pec\\Bundle\\UserBundle\\Entity');
  1558.         $c->addDriver($f'Pec\\Bundle\\NotificationBundle\\Entity');
  1559.         $c->addDriver($f'Pec\\Bundle\\CompanyBundle\\Entity');
  1560.         $c->addDriver($f'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Entity');
  1561.         $a->setEntityNamespaces(['GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTranslator' => 'Gedmo\\Translator\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''PecPlatformBundle' => 'Pec\\Bundle\\PlatformBundle\\Entity''PecMediaBundle' => 'Pec\\Bundle\\MediaBundle\\Entity''PecDashboardBundle' => 'Pec\\Bundle\\DashboardBundle\\Entity''PecTaggingBundle' => 'Pec\\Bundle\\TaggingBundle\\Entity''PecMigrationBundle' => 'Pec\\Bundle\\MigrationBundle\\Entity''PecFormBundle' => 'Pec\\Bundle\\FormBundle\\Entity''PecMenuBundle' => 'Pec\\Bundle\\MenuBundle\\Entity''PecSearchBundle' => 'Pec\\Bundle\\SearchBundle\\Entity''PecUserBundle' => 'Pec\\Bundle\\UserBundle\\Entity''PecNotificationBundle' => 'Pec\\Bundle\\NotificationBundle\\Entity''StingerSoftDoctrineEntitySearchBundle' => 'StingerSoft\\DoctrineEntitySearchBundle\\Entity''PecCompanyBundle' => 'Pec\\Bundle\\CompanyBundle\\Entity''PecGlobalFluidDatabaseBundle' => 'Pec\\Bundle\\GlobalFluidDatabaseBundle\\Entity']);
  1562.         $a->setMetadataCache($b);
  1563.         $a->setQueryCache($b);
  1564.         $a->setResultCache($b);
  1565.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1566.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1567.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1568.         ], [
  1569.             'doctrine.ulid_generator' => '?',
  1570.             'doctrine.uuid_generator' => '?',
  1571.         ])));
  1572.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1573.         $a->setProxyNamespace('Proxies');
  1574.         $a->setAutoGenerateProxyClasses(true);
  1575.         $a->setSchemaIgnoreClasses([]);
  1576.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1577.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1578.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  1579.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1580.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1581.         $a->setRepositoryFactory(new \Pec\Bundle\PlatformBundle\Services\Doctrine\PecRepositoryFactory($this, ($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\LocaleService'] ?? $this->getLocaleServiceService())));
  1582.         $a->addCustomStringFunction('TYPE''StingerSoft\\DoctrineCommons\\DQL\\Type');
  1583.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1584.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1585.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  1586.         $a->addCustomNumericFunction('SIZEIN''StingerSoft\\DoctrineCommons\\DQL\\SizeIn');
  1587.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1588.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1589.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1590.         return $instance;
  1591.     }
  1592.     /**
  1593.      * Gets the public 'event_dispatcher' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1596.      */
  1597.     protected function getEventDispatcherService()
  1598.     {
  1599.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1600.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1601.         $a->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  1602.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1604.         $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())));
  1605.         $instance->addListener('kernel.controller', [=> function () {
  1606.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1607.         }, => 'onKernelController'], 0);
  1608.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1609.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1610.         }, => 'checkPassport'], 1024);
  1611.         $instance->addListener('kernel.response', [=> function () {
  1612.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1613.         }, => 'onKernelResponse'], 0);
  1614.         $instance->addListener('kernel.request', [=> function () {
  1615.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1616.         }, => 'onKernelRequest'], 0);
  1617.         $instance->addListener('kernel.exception', [=> function () {
  1618.             return ($this->services['jms_i18n_routing.locale_choosing_listener'] ?? $this->load('getJmsI18nRouting_LocaleChoosingListenerService'));
  1619.         }, => 'onKernelException'], 128);
  1620.         $instance->addListener('kernel.response', [=> function () {
  1621.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  1622.         }, => 'onKernelResponse'], 256);
  1623.         $instance->addListener('kernel.response', [=> function () {
  1624.             return ($this->privates['pec_platform.response_listener.no_cache'] ?? ($this->privates['pec_platform.response_listener.no_cache'] = new \Pec\Bundle\PlatformBundle\Services\DisableCacheListener()));
  1625.         }, => 'onKernelResponse'], 0);
  1626.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1627.             return ($this->privates['Pec\\Bundle\\KeenAdminThemeBundle\\EventListener\\KernelControllerArgumentsListener'] ?? $this->getKernelControllerArgumentsListenerService());
  1628.         }, => '__invoke'], 0);
  1629.         $instance->addListener('kernel.exception', [=> function () {
  1630.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1631.         }, => 'onKernelException'], 0);
  1632.         $instance->addListener('kernel.view', [=> function () {
  1633.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1634.         }, => 'onKernelView'], 32);
  1635.         $instance->addListener('kernel.request', [=> function () {
  1636.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1637.         }, => 'onKernelRequest'], 4);
  1638.         $instance->addListener('kernel.request', [=> function () {
  1639.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1640.         }, => 'onKernelRequest'], 0);
  1641.         $instance->addListener('kernel.response', [=> function () {
  1642.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1643.         }, => 'onKernelResponse'], 0);
  1644.         $instance->addListener('kernel.response', [=> function () {
  1645.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1646.         }, => 'onKernelResponse'], -1);
  1647.         $instance->addListener('kernel.view', [=> function () {
  1648.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1649.         }, => 'onKernelView'], 64);
  1650.         $instance->addListener('kernel.request', [=> function () {
  1651.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1652.         }, => 'onKernelRequest'], 16);
  1653.         $instance->addListener('kernel.request', [=> function () {
  1654.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1655.         }, => 'onSecurity'], 3);
  1656.         $instance->addListener('kernel.request', [=> function () {
  1657.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1658.         }, => 'onSecurityPostDenormalize'], 1);
  1659.         $instance->addListener('kernel.view', [=> function () {
  1660.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1661.         }, => 'onSecurityPostValidation'], 63);
  1662.         $instance->addListener('kernel.request', [=> function () {
  1663.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1664.         }, => 'onKernelRequest'], 28);
  1665.         $instance->addListener('kernel.request', [=> function () {
  1666.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1667.         }, => 'onKernelRequest'], 4);
  1668.         $instance->addListener('kernel.view', [=> function () {
  1669.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1670.         }, => 'onKernelView'], 32);
  1671.         $instance->addListener('kernel.request', [=> function () {
  1672.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1673.         }, => 'onKernelRequest'], 2);
  1674.         $instance->addListener('kernel.view', [=> function () {
  1675.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1676.         }, => 'onKernelView'], 16);
  1677.         $instance->addListener('kernel.view', [=> function () {
  1678.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1679.         }, => 'onKernelView'], 8);
  1680.         $instance->addListener('kernel.exception', [=> function () {
  1681.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1682.         }, => 'onKernelException'], 0);
  1683.         $instance->addListener('kernel.exception', [=> function () {
  1684.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1685.         }, => 'onKernelException'], -96);
  1686.         $instance->addListener('kernel.request', [=> function () {
  1687.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1688.         }, => 'onKernelRequest'], 250);
  1689.         $instance->addListener('kernel.response', [=> function () {
  1690.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1691.         }, => 'onKernelResponse'], 0);
  1692.         $instance->addListener('kernel.response', [=> function () {
  1693.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1694.         }, => 'onResponse'], -10);
  1695.         $instance->addListener('kernel.response', [=> function () {
  1696.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1697.         }, => 'onKernelResponse'], 0);
  1698.         $instance->addListener('kernel.response', [=> function () {
  1699.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1700.         }, => 'onKernelResponse'], -1024);
  1701.         $instance->addListener('kernel.request', [=> function () {
  1702.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1703.         }, => 'setDefaultLocale'], 100);
  1704.         $instance->addListener('kernel.request', [=> function () {
  1705.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1706.         }, => 'onKernelRequest'], 16);
  1707.         $instance->addListener('kernel.finish_request', [=> function () {
  1708.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1709.         }, => 'onKernelFinishRequest'], 0);
  1710.         $instance->addListener('kernel.request', [=> function () {
  1711.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1712.         }, => 'onKernelRequest'], 256);
  1713.         $instance->addListener('kernel.response', [=> function () {
  1714.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1715.         }, => 'onResponse'], -255);
  1716.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1717.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1718.         }, => 'onControllerArguments'], 0);
  1719.         $instance->addListener('kernel.exception', [=> function () {
  1720.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1721.         }, => 'logKernelException'], 0);
  1722.         $instance->addListener('kernel.exception', [=> function () {
  1723.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1724.         }, => 'onKernelException'], -128);
  1725.         $instance->addListener('kernel.response', [=> function () {
  1726.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1727.         }, => 'removeCspHeader'], -128);
  1728.         $instance->addListener('kernel.request', [=> function () {
  1729.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1730.         }, => 'onKernelRequest'], 15);
  1731.         $instance->addListener('kernel.finish_request', [=> function () {
  1732.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1733.         }, => 'onKernelFinishRequest'], -15);
  1734.         $instance->addListener('console.error', [=> function () {
  1735.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1736.         }, => 'onConsoleError'], -128);
  1737.         $instance->addListener('console.terminate', [=> function () {
  1738.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1739.         }, => 'onConsoleTerminate'], -128);
  1740.         $instance->addListener('console.error', [=> function () {
  1741.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1742.         }, => 'onConsoleError'], 0);
  1743.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1744.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1745.         }, => 'onMessage'], -255);
  1746.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1747.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1748.         }, => 'onMessage'], -255);
  1749.         $instance->addListener('kernel.request', [=> function () {
  1750.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1751.         }, => 'onKernelRequest'], 48);
  1752.         $instance->addListener('kernel.request', [=> function () {
  1753.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1754.         }, => 'configure'], 2048);
  1755.         $instance->addListener('console.command', [=> function () {
  1756.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1757.         }, => 'configure'], 2048);
  1758.         $instance->addListener('kernel.request', [=> function () {
  1759.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1760.         }, => 'onKernelRequest'], 32);
  1761.         $instance->addListener('kernel.finish_request', [=> function () {
  1762.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1763.         }, => 'onKernelFinishRequest'], 0);
  1764.         $instance->addListener('kernel.exception', [=> function () {
  1765.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1766.         }, => 'onKernelException'], -64);
  1767.         $instance->addListener('kernel.response', [=> function () {
  1768.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1769.         }, => 'onKernelResponse'], 0);
  1770.         $instance->addListener('kernel.request', [=> function () {
  1771.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1772.         }, => 'onKernelRequest'], 128);
  1773.         $instance->addListener('kernel.response', [=> function () {
  1774.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1775.         }, => 'onKernelResponse'], -1000);
  1776.         $instance->addListener('kernel.finish_request', [=> function () {
  1777.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1778.         }, => 'onFinishRequest'], 0);
  1779.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1780.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1781.         }, => 'onMessageFailed'], 100);
  1782.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1783.             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()));
  1784.         }, => 'onMessageFailed'], 200);
  1785.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1786.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1787.         }, => 'onWorkerStarted'], 0);
  1788.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1789.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1790.         }, => 'onWorkerRunning'], 0);
  1791.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1792.             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()));
  1793.         }, => 'onMessageFailed'], 0);
  1794.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1795.             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()));
  1796.         }, => 'onWorkerRunning'], 0);
  1797.         $instance->addListener('kernel.response', [=> function () {
  1798.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1799.         }, => 'onKernelResponse'], -100);
  1800.         $instance->addListener('kernel.exception', [=> function () {
  1801.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1802.         }, => 'onKernelException'], 0);
  1803.         $instance->addListener('kernel.terminate', [=> function () {
  1804.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1805.         }, => 'onKernelTerminate'], -1024);
  1806.         $instance->addListener('kernel.controller', [=> function () {
  1807.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1808.         }, => 'onKernelController'], 0);
  1809.         $instance->addListener('kernel.response', [=> function () {
  1810.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1811.         }, => 'onKernelResponse'], 0);
  1812.         $instance->addListener('kernel.response', [=> function () {
  1813.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1814.         }, => 'onKernelResponse'], 0);
  1815.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1816.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1817.         }, => 'checkPassport'], 0);
  1818.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1819.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1820.         }, => 'onLoginSuccess'], 0);
  1821.         $instance->addListener('kernel.request', [=> function () {
  1822.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1823.         }, => 'configureLogoutUrlGenerator'], 8);
  1824.         $instance->addListener('kernel.request', [=> function () {
  1825.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1826.         }, => 'onKernelRequest'], 8);
  1827.         $instance->addListener('kernel.finish_request', [=> function () {
  1828.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1829.         }, => 'onKernelFinishRequest'], 0);
  1830.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1831.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1832.         }, => 'onMessage'], 0);
  1833.         $instance->addListener('console.command', [=> function () {
  1834.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1835.         }, => 'onCommand'], 255);
  1836.         $instance->addListener('console.terminate', [=> function () {
  1837.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1838.         }, => 'onTerminate'], -255);
  1839.         $instance->addListener('kernel.exception', [=> function () {
  1840.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1841.         }, => 'onException'], 0);
  1842.         $instance->addListener('kernel.terminate', [=> function () {
  1843.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1844.         }, => 'onTerminate'], 0);
  1845.         $instance->addListener('console.error', [=> function () {
  1846.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1847.         }, => 'onException'], 0);
  1848.         $instance->addListener('console.terminate', [=> function () {
  1849.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1850.         }, => 'onTerminate'], 0);
  1851.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1852.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1853.         }, => 'onWorkerMessageHandled'], 0);
  1854.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1855.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1856.         }, => 'onWorkerMessageFailed'], 0);
  1857.         $instance->addListener('kernel.controller', [=> function () {
  1858.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1859.         }, => 'onKernelController'], 0);
  1860.         $instance->addListener('kernel.controller', [=> function () {
  1861.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1862.         }, => 'onKernelController'], 0);
  1863.         $instance->addListener('kernel.controller', [=> function () {
  1864.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1865.         }, => 'onKernelController'], -128);
  1866.         $instance->addListener('kernel.view', [=> function () {
  1867.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1868.         }, => 'onKernelView'], 0);
  1869.         $instance->addListener('kernel.controller', [=> function () {
  1870.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1871.         }, => 'onKernelController'], 0);
  1872.         $instance->addListener('kernel.response', [=> function () {
  1873.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1874.         }, => 'onKernelResponse'], 0);
  1875.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1876.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1877.         }, => 'onKernelControllerArguments'], 0);
  1878.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1879.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1880.         }, => 'onKernelControllerArguments'], 0);
  1881.         $instance->addListener('knp_pager.before', [=> function () {
  1882.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1883.         }, => 'before'], 0);
  1884.         $instance->addListener('knp_pager.pagination', [=> function () {
  1885.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1886.         }, => 'pagination'], 0);
  1887.         $instance->addListener('knp_pager.before', [=> function () {
  1888.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1889.         }, => 'before'], 1);
  1890.         $instance->addListener('knp_pager.before', [=> function () {
  1891.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1892.         }, => 'before'], 1);
  1893.         $instance->addListener('knp_pager.pagination', [=> function () {
  1894.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1895.         }, => 'pagination'], 1);
  1896.         $instance->addListener('kernel.request', [=> function () {
  1897.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  1898.         }, => 'onKernelRequest'], 0);
  1899.         $instance->addListener('kernel.request', [=> function () {
  1900.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1901.         }, => 'onKernelRequest'], 0);
  1902.         $instance->addListener('kernel.request', [=> function () {
  1903.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  1904.         }, => 'onKernelRequest'], 0);
  1905.         $instance->addListener('kernel.request', [=> function () {
  1906.             return ($this->privates['Pec\\Bundle\\PlatformBundle\\Subscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1907.         }, => 'onKernelRequest'], 48);
  1908.         $instance->addListener('kernel.finish_request', [=> function () {
  1909.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1910.         }, => 'resetAssets'], 0);
  1911.         $instance->addListener('console.command', [=> function () {
  1912.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1913.         }, => 'configure'], 1024);
  1914.         $instance->addListener('kernel.response', [=> function () {
  1915.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1916.         }, => 'onKernelResponse'], -128);
  1917.         $instance->addListener('kernel.request', [=> function () {
  1918.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1919.         }, => 'onEvent'], 1024);
  1920.         $instance->addListener('console.command', [=> function () {
  1921.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1922.         }, => 'onEvent'], 1024);
  1923.         $instance->addListener('kernel.request', [=> function () {
  1924.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1925.         }, => 'onEvent'], 1024);
  1926.         $instance->addListener('console.command', [=> function () {
  1927.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1928.         }, => 'onEvent'], 1024);
  1929.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1930.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1931.         }, => 'checkPassport'], 512);
  1932.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1933.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1934.         }, => 'onLogout'], 0);
  1935.         $instance->addListener('knp_pager.before', [=> function () {
  1936.             return ($this->privates['pec_platform.knp.subscriber.sortable'] ?? $this->load('getPecPlatform_Knp_Subscriber_SortableService'));
  1937.         }, => 'before'], 1);
  1938.         $instance->addListener('knp_pager.items', [=> function () {
  1939.             return ($this->privates['Pec\\Bundle\\PlatformBundle\\Subscriber\\CollectionSubscriber'] ?? $this->load('getCollectionSubscriberService'));
  1940.         }, => 'items'], 1);
  1941.         $instance->addListener('knp_pager.before', [=> function () {
  1942.             return ($this->privates['Pec\\Bundle\\PlatformBundle\\Subscriber\\CollectionSubscriber'] ?? $this->load('getCollectionSubscriberService'));
  1943.         }, => 'before'], 1);
  1944.         return $instance;
  1945.     }
  1946.     /**
  1947.      * Gets the public 'http_kernel' shared service.
  1948.      *
  1949.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1950.      */
  1951.     protected function getHttpKernelService()
  1952.     {
  1953.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1954.         if (isset($this->services['http_kernel'])) {
  1955.             return $this->services['http_kernel'];
  1956.         }
  1957.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1958.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1959.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1960.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1961.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1962.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1963.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1964.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1965.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1966.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1967.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1968.         }, 9)), $b));
  1969.     }
  1970.     /**
  1971.      * Gets the public 'hwi_oauth.resource_ownermap.secured_area' shared service.
  1972.      *
  1973.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  1974.      */
  1975.     protected function getHwiOauth_ResourceOwnermap_SecuredAreaService()
  1976.     {
  1977.         $this->services['hwi_oauth.resource_ownermap.secured_area'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.secured_area']);
  1978.         $instance->setContainer($this);
  1979.         return $instance;
  1980.     }
  1981.     /**
  1982.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  1983.      *
  1984.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  1985.      */
  1986.     protected function getJmsI18nRouting_CookieSettingListenerService()
  1987.     {
  1988.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  1989.     }
  1990.     /**
  1991.      * Gets the public 'messenger.default_bus' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1994.      */
  1995.     protected function getMessenger_DefaultBusService()
  1996.     {
  1997.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1998.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1999.             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')));
  2000.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2001.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2002.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2003.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2004.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2005.         }, 7)));
  2006.     }
  2007.     /**
  2008.      * Gets the public 'pec_platform.theme.service' shared autowired service.
  2009.      *
  2010.      * @return \Pec\Bundle\PlatformBundle\Services\ThemeService
  2011.      */
  2012.     protected function getPecPlatform_Theme_ServiceService()
  2013.     {
  2014.         return $this->services['pec_platform.theme.service'] = new \Pec\Bundle\PlatformBundle\Services\ThemeService(\dirname(__DIR__4), true'@PecKeenAdminTheme/Layout/base.html.twig'true1);
  2015.     }
  2016.     /**
  2017.      * Gets the public 'request_stack' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2020.      */
  2021.     protected function getRequestStackService()
  2022.     {
  2023.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2024.     }
  2025.     /**
  2026.      * Gets the public 'router' shared service.
  2027.      *
  2028.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  2029.      */
  2030.     protected function getRouterService()
  2031.     {
  2032.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2033.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2034.         $a->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  2035.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2037.         $this->services['router'] = $instance = new \JMS\I18nRoutingBundle\Router\I18nRouter($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'en');
  2038.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2039.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2040.         $instance->setLocaleResolver(($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl'))));
  2041.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  2042.         $instance->setDefaultLocale('en');
  2043.         $instance->setRedirectToHost(true);
  2044.         return $instance;
  2045.     }
  2046.     /**
  2047.      * Gets the public 'translator' shared service.
  2048.      *
  2049.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2050.      */
  2051.     protected function getTranslatorService()
  2052.     {
  2053.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2054.     }
  2055.     /**
  2056.      * Gets the public 'var_dumper.cloner' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2059.      */
  2060.     protected function getVarDumper_ClonerService()
  2061.     {
  2062.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2063.         $instance->setMaxItems(2500);
  2064.         $instance->setMinDepth(1);
  2065.         $instance->setMaxString(-1);
  2066.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2067.         return $instance;
  2068.     }
  2069.     /**
  2070.      * Gets the private '.service_locator.D1RJQph' shared service.
  2071.      *
  2072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2073.      */
  2074.     protected function get_ServiceLocator_D1RJQphService()
  2075.     {
  2076.         return $this->privates['.service_locator.D1RJQph'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2077.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2078.             'security.firewall.map.context.secured_area' => ['privates''security.firewall.map.context.secured_area''getSecurity_Firewall_Map_Context_SecuredAreaService'true],
  2079.         ], [
  2080.             'security.firewall.map.context.dev' => '?',
  2081.             'security.firewall.map.context.secured_area' => '?',
  2082.         ]);
  2083.     }
  2084.     /**
  2085.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  2086.      *
  2087.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  2088.      */
  2089.     protected function getPluginClientFactoryListenerService()
  2090.     {
  2091.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(10000))), new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(10000), new \Http\Message\Formatter\CurlCommandFormatter()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2092.     }
  2093.     /**
  2094.      * Gets the private 'Pec\Bundle\CompanyBundle\Service\RoleService' shared autowired service.
  2095.      *
  2096.      * @return \Pec\Bundle\CompanyBundle\Service\RoleService
  2097.      */
  2098.     protected function getRoleServiceService($lazyLoad true)
  2099.     {
  2100.         if ($lazyLoad) {
  2101.             return $this->privates['Pec\\Bundle\\CompanyBundle\\Service\\RoleService'] = $this->createProxy('RoleService_5b95b30', function () {
  2102.                 return \RoleService_5b95b30::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2103.                     $wrappedInstance $this->getRoleServiceService(false);
  2104.                     $proxy->setProxyInitializer(null);
  2105.                     return true;
  2106.                 });
  2107.             });
  2108.         }
  2109.         include_once \dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Service/RoleService.php';
  2110.         return new \Pec\Bundle\CompanyBundle\Service\RoleService();
  2111.     }
  2112.     /**
  2113.      * Gets the private 'Pec\Bundle\KeenAdminThemeBundle\EventListener\KernelControllerArgumentsListener' shared autowired service.
  2114.      *
  2115.      * @return \Pec\Bundle\KeenAdminThemeBundle\EventListener\KernelControllerArgumentsListener
  2116.      */
  2117.     protected function getKernelControllerArgumentsListenerService()
  2118.     {
  2119.         return $this->privates['Pec\\Bundle\\KeenAdminThemeBundle\\EventListener\\KernelControllerArgumentsListener'] = new \Pec\Bundle\KeenAdminThemeBundle\EventListener\KernelControllerArgumentsListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()));
  2120.     }
  2121.     /**
  2122.      * Gets the private 'Pec\Bundle\PlatformBundle\Services\Debug\GitModulesDataCollector' shared autowired service.
  2123.      *
  2124.      * @return \Pec\Bundle\PlatformBundle\Services\Debug\GitModulesDataCollector
  2125.      */
  2126.     protected function getGitModulesDataCollectorService()
  2127.     {
  2128.         return $this->privates['Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesDataCollector'] = new \Pec\Bundle\PlatformBundle\Services\Debug\GitModulesDataCollector(($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesLoader'] ?? ($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesLoader'] = new \Pec\Bundle\PlatformBundle\Services\Debug\GitModulesLoader(\dirname(__DIR__4)))));
  2129.     }
  2130.     /**
  2131.      * Gets the private 'Pec\Bundle\PlatformBundle\Services\DoctrineUserPreferenceService' shared autowired service.
  2132.      *
  2133.      * @return \Pec\Bundle\PlatformBundle\Services\DoctrineUserPreferenceService
  2134.      */
  2135.     protected function getDoctrineUserPreferenceServiceService()
  2136.     {
  2137.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2138.         if (isset($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\DoctrineUserPreferenceService'])) {
  2139.             return $this->privates['Pec\\Bundle\\PlatformBundle\\Services\\DoctrineUserPreferenceService'];
  2140.         }
  2141.         return $this->privates['Pec\\Bundle\\PlatformBundle\\Services\\DoctrineUserPreferenceService'] = new \Pec\Bundle\PlatformBundle\Services\DoctrineUserPreferenceService($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'Pec\Bundle\PlatformBundle\Services\LocaleService' shared autowired service.
  2145.      *
  2146.      * @return \Pec\Bundle\PlatformBundle\Services\LocaleService
  2147.      */
  2148.     protected function getLocaleServiceService()
  2149.     {
  2150.         $this->privates['Pec\\Bundle\\PlatformBundle\\Services\\LocaleService'] = $instance = new \Pec\Bundle\PlatformBundle\Services\LocaleService('en'$this->parameters['locales']);
  2151.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2152.         return $instance;
  2153.     }
  2154.     /**
  2155.      * Gets the private 'Pec\Bundle\PlatformBundle\Subscriber\LocaleSubscriber' shared autowired service.
  2156.      *
  2157.      * @return \Pec\Bundle\PlatformBundle\Subscriber\LocaleSubscriber
  2158.      */
  2159.     protected function getLocaleSubscriberService()
  2160.     {
  2161.         return $this->privates['Pec\\Bundle\\PlatformBundle\\Subscriber\\LocaleSubscriber'] = new \Pec\Bundle\PlatformBundle\Subscriber\LocaleSubscriber(($this->privates['Pec\\Bundle\\PlatformBundle\\Services\\DoctrineUserPreferenceService'] ?? $this->getDoctrineUserPreferenceServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2162.     }
  2163.     /**
  2164.      * Gets the private 'Pec\Bundle\PlatformBundle\Twig\EntityNameFilter' shared autowired service.
  2165.      *
  2166.      * @return \Pec\Bundle\PlatformBundle\Twig\EntityNameFilter
  2167.      */
  2168.     protected function getEntityNameFilterService()
  2169.     {
  2170.         return $this->privates['Pec\\Bundle\\PlatformBundle\\Twig\\EntityNameFilter'] = new \Pec\Bundle\PlatformBundle\Twig\EntityNameFilter(($this->privates['stinger_soft.commons.doctrine'] ?? $this->getStingerSoft_Commons_DoctrineService()));
  2171.     }
  2172.     /**
  2173.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2174.      *
  2175.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2176.      */
  2177.     protected function getResetAssetsEventListenerService()
  2178.     {
  2179.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2180.     }
  2181.     /**
  2182.      * Gets the private 'annotations.cache_adapter' shared service.
  2183.      *
  2184.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2185.      */
  2186.     protected function getAnnotations_CacheAdapterService()
  2187.     {
  2188.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2189.     }
  2190.     /**
  2191.      * Gets the private 'annotations.cached_reader' shared service.
  2192.      *
  2193.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2194.      */
  2195.     protected function getAnnotations_CachedReaderService()
  2196.     {
  2197.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2198.     }
  2199.     /**
  2200.      * Gets the private 'annotations.reader' shared service.
  2201.      *
  2202.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2203.      */
  2204.     protected function getAnnotations_ReaderService()
  2205.     {
  2206.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2207.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2208.         $a->registerUniqueLoader('class_exists');
  2209.         $instance->addGlobalIgnoredName('required'$a);
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the private 'api_platform.api.identifiers_extractor' shared service.
  2214.      *
  2215.      * @return \ApiPlatform\Api\IdentifiersExtractor
  2216.      */
  2217.     protected function getApiPlatform_Api_IdentifiersExtractorService()
  2218.     {
  2219.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2220.         if (isset($this->privates['api_platform.api.identifiers_extractor'])) {
  2221.             return $this->privates['api_platform.api.identifiers_extractor'];
  2222.         }
  2223.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2224.         if (isset($this->privates['api_platform.api.identifiers_extractor'])) {
  2225.             return $this->privates['api_platform.api.identifiers_extractor'];
  2226.         }
  2227.         return $this->privates['api_platform.api.identifiers_extractor'] = new \ApiPlatform\Api\IdentifiersExtractor($a, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $b, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2228.     }
  2229.     /**
  2230.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2233.      */
  2234.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2235.     {
  2236.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2237.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2238.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2239.     }
  2240.     /**
  2241.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  2242.      *
  2243.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2244.      */
  2245.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  2246.     {
  2247.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2248.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2249.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2250.     }
  2251.     /**
  2252.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2253.      *
  2254.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2255.      */
  2256.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2257.     {
  2258.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2259.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2260.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2261.     }
  2262.     /**
  2263.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2266.      */
  2267.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2268.     {
  2269.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2270.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2271.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2272.     }
  2273.     /**
  2274.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2277.      */
  2278.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2279.     {
  2280.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2281.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2282.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2283.     }
  2284.     /**
  2285.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2286.      *
  2287.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2288.      */
  2289.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2290.     {
  2291.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2292.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2293.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2294.     }
  2295.     /**
  2296.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2299.      */
  2300.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2301.     {
  2302.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2303.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2304.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2305.     }
  2306.     /**
  2307.      * Gets the private 'api_platform.collection_data_provider' shared service.
  2308.      *
  2309.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  2310.      */
  2311.     protected function getApiPlatform_CollectionDataProviderService()
  2312.     {
  2313.         return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2314.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2315.         }, 1));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'api_platform.data_persister' shared service.
  2319.      *
  2320.      * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  2321.      */
  2322.     protected function getApiPlatform_DataPersisterService()
  2323.     {
  2324.         return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2325.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2326.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2327.         }, 2));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'api_platform.filter_locator' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2333.      */
  2334.     protected function getApiPlatform_FilterLocatorService()
  2335.     {
  2336.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2337.             'annotated_pec_bundle_company_bundle_entity_company_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_company_bundle_entity_company_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleCompanyBundleEntityCompanyApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2338.             'annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedPecBundleDashboardBundleEntityDashboardApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  2339.             'annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleDashboardBundleEntityDashboardApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2340.             'annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleDashboardBundleEntityDashboardApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2341.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityFluidFluidApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  2342.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_exists_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_exists_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityFluidFluidApiPlatformDoctrineOrmFilterExistsFilterService'true],
  2343.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityFluidFluidApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2344.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityFluidFluidApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2345.             'annotated_pec_bundle_global_fluid_database_bundle_entity_lab_lab_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_lab_lab_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityLabLabApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2346.             'annotated_pec_bundle_global_fluid_database_bundle_entity_lab_lab_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_lab_lab_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityLabLabApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2347.             'annotated_pec_bundle_global_fluid_database_bundle_entity_measurement_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_measurement_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityMeasurementApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2348.             'annotated_pec_bundle_global_fluid_database_bundle_entity_rating_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_rating_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityRatingApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2349.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_carrier_engine_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_carrier_engine_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestCarrierEngineApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2350.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_carrier_engine_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_carrier_engine_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestCarrierEngineApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2351.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_program_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_program_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestProgramApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2352.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_program_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_program_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestProgramApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2353.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_exists_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_exists_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestResultApiPlatformDoctrineOrmFilterExistsFilterService'true],
  2354.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestResultApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2355.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_range_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_range_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestResultApiPlatformDoctrineOrmFilterRangeFilterService'true],
  2356.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleGlobalFluidDatabaseBundleEntityTestResultApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2357.             'annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedPecBundleNotificationBundleEntityPlatformChannelNotificationApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  2358.             'annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleNotificationBundleEntityPlatformChannelNotificationApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2359.             'annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleNotificationBundleEntityPlatformChannelNotificationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2360.             'annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedPecBundleNotificationBundleEntityStyleablePlatformNotificationApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  2361.             'annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_order_filter''getAnnotatedPecBundleNotificationBundleEntityStyleablePlatformNotificationApiPlatformDoctrineOrmFilterOrderFilterService'true],
  2362.             'annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleNotificationBundleEntityStyleablePlatformNotificationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2363.             'annotated_pec_bundle_user_bundle_entity_user_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_pec_bundle_user_bundle_entity_user_api_platform_doctrine_orm_filter_search_filter''getAnnotatedPecBundleUserBundleEntityUserApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2364.             'annotated_pec_bundle_user_bundle_entity_user_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_pec_bundle_user_bundle_entity_user_metaclass_filter_bundle_filter_filter_logic''getAnnotatedPecBundleUserBundleEntityUserMetaclassFilterBundleFilterFilterLogicService'true],
  2365.         ], [
  2366.             'annotated_pec_bundle_company_bundle_entity_company_api_platform_doctrine_orm_filter_search_filter' => '?',
  2367.             'annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  2368.             'annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_order_filter' => '?',
  2369.             'annotated_pec_bundle_dashboard_bundle_entity_dashboard_api_platform_doctrine_orm_filter_search_filter' => '?',
  2370.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  2371.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_exists_filter' => '?',
  2372.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_order_filter' => '?',
  2373.             'annotated_pec_bundle_global_fluid_database_bundle_entity_fluid_fluid_api_platform_doctrine_orm_filter_search_filter' => '?',
  2374.             'annotated_pec_bundle_global_fluid_database_bundle_entity_lab_lab_api_platform_doctrine_orm_filter_order_filter' => '?',
  2375.             'annotated_pec_bundle_global_fluid_database_bundle_entity_lab_lab_api_platform_doctrine_orm_filter_search_filter' => '?',
  2376.             'annotated_pec_bundle_global_fluid_database_bundle_entity_measurement_api_platform_doctrine_orm_filter_search_filter' => '?',
  2377.             'annotated_pec_bundle_global_fluid_database_bundle_entity_rating_api_platform_doctrine_orm_filter_search_filter' => '?',
  2378.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_carrier_engine_api_platform_doctrine_orm_filter_order_filter' => '?',
  2379.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_carrier_engine_api_platform_doctrine_orm_filter_search_filter' => '?',
  2380.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_program_api_platform_doctrine_orm_filter_order_filter' => '?',
  2381.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_program_api_platform_doctrine_orm_filter_search_filter' => '?',
  2382.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_exists_filter' => '?',
  2383.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_order_filter' => '?',
  2384.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_range_filter' => '?',
  2385.             'annotated_pec_bundle_global_fluid_database_bundle_entity_test_result_api_platform_doctrine_orm_filter_search_filter' => '?',
  2386.             'annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  2387.             'annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_order_filter' => '?',
  2388.             'annotated_pec_bundle_notification_bundle_entity_platform_channel_notification_api_platform_doctrine_orm_filter_search_filter' => '?',
  2389.             'annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  2390.             'annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_order_filter' => '?',
  2391.             'annotated_pec_bundle_notification_bundle_entity_styleable_platform_notification_api_platform_doctrine_orm_filter_search_filter' => '?',
  2392.             'annotated_pec_bundle_user_bundle_entity_user_api_platform_doctrine_orm_filter_search_filter' => '?',
  2393.             'annotated_pec_bundle_user_bundle_entity_user_metaclass_filter_bundle_filter_filter_logic' => '?',
  2394.         ]);
  2395.     }
  2396.     /**
  2397.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2400.      */
  2401.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  2402.     {
  2403.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2404.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2405.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2406.     }
  2407.     /**
  2408.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2409.      *
  2410.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2411.      */
  2412.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2413.     {
  2414.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2415.         if (isset($this->privates['api_platform.http_cache.listener.response.configure'])) {
  2416.             return $this->privates['api_platform.http_cache.listener.response.configure'];
  2417.         }
  2418.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL$a);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2422.      *
  2423.      * @return \ApiPlatform\Hydra\JsonSchema\SchemaFactory
  2424.      */
  2425.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2426.     {
  2427.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2428.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2429.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2430.         }
  2431.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2432.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2433.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2434.         }
  2435.         $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2436.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2437.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2438.         }
  2439.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a$b$c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2443.      *
  2444.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2445.      */
  2446.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2447.     {
  2448.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'api_platform.identifier.converter' shared service.
  2452.      *
  2453.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2454.      */
  2455.     protected function getApiPlatform_Identifier_ConverterService()
  2456.     {
  2457.         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 () {
  2458.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  2459.         }, 1));
  2460.     }
  2461.     /**
  2462.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2463.      *
  2464.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2465.      */
  2466.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2467.     {
  2468.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2469.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2470.             return $this->privates['api_platform.identifiers_extractor.cached'];
  2471.         }
  2472.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2473.         $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2474.         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($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b$cfalse), $b$c);
  2475.     }
  2476.     /**
  2477.      * Gets the private 'api_platform.iri_converter' shared service.
  2478.      *
  2479.      * @return \ApiPlatform\Core\Api\LegacyIriConverter
  2480.      */
  2481.     protected function getApiPlatform_IriConverterService()
  2482.     {
  2483.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  2484.         if (isset($this->privates['api_platform.iri_converter'])) {
  2485.             return $this->privates['api_platform.iri_converter'];
  2486.         }
  2487.         $b = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  2488.         if (isset($this->privates['api_platform.iri_converter'])) {
  2489.             return $this->privates['api_platform.iri_converter'];
  2490.         }
  2491.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter($a$b);
  2492.     }
  2493.     /**
  2494.      * Gets the private 'api_platform.item_data_provider' shared service.
  2495.      *
  2496.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  2497.      */
  2498.     protected function getApiPlatform_ItemDataProviderService()
  2499.     {
  2500.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2501.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2502.         }, 1));
  2503.     }
  2504.     /**
  2505.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2506.      *
  2507.      * @return \ApiPlatform\JsonSchema\TypeFactory
  2508.      */
  2509.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2510.     {
  2511.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2512.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2513.         return $instance;
  2514.     }
  2515.     /**
  2516.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2517.      *
  2518.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2519.      */
  2520.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2521.     {
  2522.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2523.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2524.             return $this->privates['api_platform.jsonld.context_builder'];
  2525.         }
  2526.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2527.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2528.             return $this->privates['api_platform.jsonld.context_builder'];
  2529.         }
  2530.         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()), $a$b, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2534.      *
  2535.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2536.      */
  2537.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2538.     {
  2539.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2540.         if (isset($this->privates['api_platform.listener.request.add_format'])) {
  2541.             return $this->privates['api_platform.listener.request.add_format'];
  2542.         }
  2543.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $a$this->parameters['api_platform.formats']);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2547.      *
  2548.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2549.      */
  2550.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2551.     {
  2552.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2553.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2554.             return $this->privates['api_platform.listener.request.deserialize'];
  2555.         }
  2556.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2557.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2558.             return $this->privates['api_platform.listener.request.deserialize'];
  2559.         }
  2560.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $b);
  2561.     }
  2562.     /**
  2563.      * Gets the private 'api_platform.listener.request.read' shared service.
  2564.      *
  2565.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  2566.      */
  2567.     protected function getApiPlatform_Listener_Request_ReadService()
  2568.     {
  2569.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2570.         if (isset($this->privates['api_platform.listener.request.read'])) {
  2571.             return $this->privates['api_platform.listener.request.read'];
  2572.         }
  2573.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2574.         if (isset($this->privates['api_platform.listener.request.read'])) {
  2575.             return $this->privates['api_platform.listener.request.read'];
  2576.         }
  2577.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener($a$b, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2581.      *
  2582.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2583.      */
  2584.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2585.     {
  2586.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_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()), NULLfalse);
  2587.     }
  2588.     /**
  2589.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2590.      *
  2591.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2592.      */
  2593.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2594.     {
  2595.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2596.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  2597.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  2598.         }
  2599.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($a, new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2600.     }
  2601.     /**
  2602.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2603.      *
  2604.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2605.      */
  2606.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2607.     {
  2608.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2609.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2610.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2611.         }
  2612.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2613.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2614.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2615.         }
  2616.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  2617.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2618.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2619.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2620.             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\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2621.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2622.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2623.             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\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2624.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2625.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2626.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2627.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2628.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2629.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2630.         }, 13)));
  2631.     }
  2632.     /**
  2633.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2634.      *
  2635.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2636.      */
  2637.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2638.     {
  2639.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2640.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2641.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2642.         }
  2643.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2644.         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\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([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, 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($a, 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())))))));
  2645.     }
  2646.     /**
  2647.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2648.      *
  2649.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2650.      */
  2651.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2652.     {
  2653.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2654.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2655.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2656.         }
  2657.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  2658.     }
  2659.     /**
  2660.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  2661.      *
  2662.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  2663.      */
  2664.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  2665.     {
  2666.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2667.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2668.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2669.         }
  2670.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2671.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2672.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2673.         }
  2674.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2675.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2676.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2677.         }
  2678.         $d = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2679.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2680.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2681.         }
  2682.         $e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2683.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2684.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2685.         }
  2686.         $f = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2687.         $g = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($f, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($c)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2688.         $h = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2689.         return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->services['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($f, new \ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($g, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory($d, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$h$this->parameters['api_platform.defaults'], true), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$e$this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $h), $this->parameters['api_platform.defaults'], $h)))))), $this->parameters['api_platform.formats'], []), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())))))));
  2690.     }
  2691.     /**
  2692.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2693.      *
  2694.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2695.      */
  2696.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2697.     {
  2698.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2699.         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([], $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.formats'], []));
  2700.     }
  2701.     /**
  2702.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2703.      *
  2704.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2705.      */
  2706.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2707.     {
  2708.         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.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], 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([], $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.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  2709.     }
  2710.     /**
  2711.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2712.      *
  2713.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2714.      */
  2715.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2716.     {
  2717.         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()))));
  2718.     }
  2719.     /**
  2720.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2721.      *
  2722.      * @return \ApiPlatform\Api\ResourceClassResolver
  2723.      */
  2724.     protected function getApiPlatform_ResourceClassResolverService()
  2725.     {
  2726.         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()));
  2727.     }
  2728.     /**
  2729.      * Gets the private 'api_platform.router' shared service.
  2730.      *
  2731.      * @return \ApiPlatform\Symfony\Routing\Router
  2732.      */
  2733.     protected function getApiPlatform_RouterService()
  2734.     {
  2735.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2736.     }
  2737.     /**
  2738.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2739.      *
  2740.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2741.      */
  2742.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2743.     {
  2744.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2745.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2746.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2747.         }
  2748.         $b = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2749.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2750.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2751.         }
  2752.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener($a$b);
  2753.     }
  2754.     /**
  2755.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2756.      *
  2757.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2758.      */
  2759.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2760.     {
  2761.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2762.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2763.             return $this->privates['api_platform.security.resource_access_checker'];
  2764.         }
  2765.         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()), $afalse);
  2766.     }
  2767.     /**
  2768.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2769.      *
  2770.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2771.      */
  2772.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2773.     {
  2774.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2775.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2776.             return $this->privates['api_platform.serializer.context_builder.filter'];
  2777.         }
  2778.         $b = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2779.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2780.             return $this->privates['api_platform.serializer.context_builder.filter'];
  2781.         }
  2782.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a$b, new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2783.     }
  2784.     /**
  2785.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2786.      *
  2787.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2788.      */
  2789.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2790.     {
  2791.         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()))])));
  2792.     }
  2793.     /**
  2794.      * Gets the private 'api_platform.state_provider.locator' shared service.
  2795.      *
  2796.      * @return \ApiPlatform\State\CallableProvider
  2797.      */
  2798.     protected function getApiPlatform_StateProvider_LocatorService()
  2799.     {
  2800.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2801.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2802.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2803.             'Pec\\Bundle\\DashboardBundle\\Service\\DataProvider\\WidgetDataProvider' => ['privates''Pec\\Bundle\\DashboardBundle\\Service\\DataProvider\\WidgetDataProvider''getWidgetDataProviderService'true],
  2804.             'Pec\\Bundle\\MenuBundle\\Service\\DataProvider\\MenuDataProvider' => ['privates''Pec\\Bundle\\MenuBundle\\Service\\DataProvider\\MenuDataProvider''getMenuDataProviderService'true],
  2805.             'Pec\\Bundle\\NotificationBundle\\Service\\DataProvider\\NotificationPreferencesProvider' => ['privates''Pec\\Bundle\\NotificationBundle\\Service\\DataProvider\\NotificationPreferencesProvider''getNotificationPreferencesProviderService'true],
  2806.             'Pec\\Bundle\\PlatformBundle\\Services\\DataProvider\\AccessResultDataProvider' => ['privates''Pec\\Bundle\\PlatformBundle\\Services\\DataProvider\\AccessResultDataProvider''getAccessResultDataProviderService'true],
  2807.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2808.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2809.         ], [
  2810.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2811.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2812.             'Pec\\Bundle\\DashboardBundle\\Service\\DataProvider\\WidgetDataProvider' => 'Pec\\Bundle\\DashboardBundle\\Service\\DataProvider\\WidgetDataProvider',
  2813.             'Pec\\Bundle\\MenuBundle\\Service\\DataProvider\\MenuDataProvider' => 'Pec\\Bundle\\MenuBundle\\Service\\DataProvider\\MenuDataProvider',
  2814.             'Pec\\Bundle\\NotificationBundle\\Service\\DataProvider\\NotificationPreferencesProvider' => 'Pec\\Bundle\\NotificationBundle\\Service\\DataProvider\\NotificationPreferencesProvider',
  2815.             'Pec\\Bundle\\PlatformBundle\\Services\\DataProvider\\AccessResultDataProvider' => 'Pec\\Bundle\\PlatformBundle\\Services\\DataProvider\\AccessResultDataProvider',
  2816.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2817.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2818.         ]));
  2819.     }
  2820.     /**
  2821.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  2822.      *
  2823.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  2824.      */
  2825.     protected function getApiPlatform_SubresourceDataProviderService()
  2826.     {
  2827.         return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2828.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2829.         }, 1));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2833.      *
  2834.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2835.      */
  2836.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2837.     {
  2838.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2839.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2840.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  2841.         }
  2842.         $b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2843.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2844.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  2845.         }
  2846.         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()), $a, ($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())), $b));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  2850.      *
  2851.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  2852.      */
  2853.     protected function getApiPlatform_Symfony_IriConverterService()
  2854.     {
  2855.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2856.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2857.             return $this->privates['api_platform.symfony.iri_converter'];
  2858.         }
  2859.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2860.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2861.             return $this->privates['api_platform.symfony.iri_converter'];
  2862.         }
  2863.         $c = ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService());
  2864.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2865.             return $this->privates['api_platform.symfony.iri_converter'];
  2866.         }
  2867.         return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.api.identifiers_extractor'] ?? $this->getApiPlatform_Api_IdentifiersExtractorService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $b$c, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2868.     }
  2869.     /**
  2870.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  2871.      *
  2872.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  2873.      */
  2874.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  2875.     {
  2876.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2877.     }
  2878.     /**
  2879.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  2880.      *
  2881.      * @return \ApiPlatform\Api\UriVariablesConverter
  2882.      */
  2883.     protected function getApiPlatform_UriVariables_ConverterService()
  2884.     {
  2885.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2886.         if (isset($this->privates['api_platform.uri_variables.converter'])) {
  2887.             return $this->privates['api_platform.uri_variables.converter'];
  2888.         }
  2889.         return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a, new RewindableGenerator(function () {
  2890.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  2891.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  2892.             yield => ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] = new \ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer()));
  2893.         }, 3));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'assets.packages' shared service.
  2897.      *
  2898.      * @return \Symfony\Component\Asset\Packages
  2899.      */
  2900.     protected function getAssets_PackagesService()
  2901.     {
  2902.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '', ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())->isSecure())), new RewindableGenerator(function () {
  2903.             return new \EmptyIterator();
  2904.         }, 0));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'cache.annotations' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2910.      */
  2911.     protected function getCache_AnnotationsService()
  2912.     {
  2913.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2914.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2915.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2916.     }
  2917.     /**
  2918.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2919.      *
  2920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2921.      */
  2922.     protected function getCache_Messenger_RestartWorkersSignalService()
  2923.     {
  2924.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2925.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2926.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2927.     }
  2928.     /**
  2929.      * Gets the private 'cache.property_info' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2932.      */
  2933.     protected function getCache_PropertyInfoService()
  2934.     {
  2935.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2936.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2937.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2938.     }
  2939.     /**
  2940.      * Gets the private 'cache.security_expression_language' shared service.
  2941.      *
  2942.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2943.      */
  2944.     protected function getCache_SecurityExpressionLanguageService()
  2945.     {
  2946.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2947.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2948.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2949.     }
  2950.     /**
  2951.      * Gets the private 'cache.serializer' shared service.
  2952.      *
  2953.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2954.      */
  2955.     protected function getCache_SerializerService()
  2956.     {
  2957.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2958.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2959.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2960.     }
  2961.     /**
  2962.      * Gets the private 'cache.validator' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2965.      */
  2966.     protected function getCache_ValidatorService()
  2967.     {
  2968.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2969.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2970.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2971.     }
  2972.     /**
  2973.      * Gets the private 'cache.webpack_encore' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2976.      */
  2977.     protected function getCache_WebpackEncoreService()
  2978.     {
  2979.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  2980.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2981.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2982.     }
  2983.     /**
  2984.      * Gets the private 'config_cache_factory' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2987.      */
  2988.     protected function getConfigCacheFactoryService()
  2989.     {
  2990.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2991.             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)));
  2992.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2993.         }, 2));
  2994.     }
  2995.     /**
  2996.      * Gets the private 'data_collector.form' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2999.      */
  3000.     protected function getDataCollector_FormService()
  3001.     {
  3002.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3003.     }
  3004.     /**
  3005.      * Gets the private 'data_collector.request' shared service.
  3006.      *
  3007.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3008.      */
  3009.     protected function getDataCollector_RequestService()
  3010.     {
  3011.         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())));
  3012.     }
  3013.     /**
  3014.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3017.      */
  3018.     protected function getDebug_DebugHandlersListenerService()
  3019.     {
  3020.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3021.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3022.         $a->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  3023.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3024.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3025.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3026.     }
  3027.     /**
  3028.      * Gets the private 'debug.file_link_formatter' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3031.      */
  3032.     protected function getDebug_FileLinkFormatterService()
  3033.     {
  3034.         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 () {
  3035.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3036.         });
  3037.     }
  3038.     /**
  3039.      * Gets the private 'debug.log_processor' shared service.
  3040.      *
  3041.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3042.      */
  3043.     protected function getDebug_LogProcessorService()
  3044.     {
  3045.         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())));
  3046.     }
  3047.     /**
  3048.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3051.      */
  3052.     protected function getDebug_Security_Access_DecisionManagerService()
  3053.     {
  3054.         $a = new \Pec\Bundle\PlatformBundle\Security\CachedAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  3055.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3056.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3057.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3058.             yield => ($this->privates['debug.security.voter.Pec\\Bundle\\DashboardBundle\\Security\\Authorization\\Voter\\DashboardVoter'] ?? $this->load('getDashboardVoterService'));
  3059.             yield => ($this->privates['debug.security.voter.Pec\\Bundle\\SearchBundle\\Security\\Voter\\SearchableVoter'] ?? $this->load('getSearchableVoterService'));
  3060.             yield => ($this->privates['debug.security.voter.Pec\\Bundle\\CompanyBundle\\Security\\Voter\\CompanyVoter'] ?? $this->load('getCompanyVoter2Service'));
  3061.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3062.         $a->setTtl(100);
  3063.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  3064.     }
  3065.     /**
  3066.      * Gets the private 'debug.security.firewall' shared service.
  3067.      *
  3068.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3069.      */
  3070.     protected function getDebug_Security_FirewallService()
  3071.     {
  3072.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3073.         if (isset($this->privates['debug.security.firewall'])) {
  3074.             return $this->privates['debug.security.firewall'];
  3075.         }
  3076.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3077.         if (isset($this->privates['debug.security.firewall'])) {
  3078.             return $this->privates['debug.security.firewall'];
  3079.         }
  3080.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'doctrine.system_cache_pool' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3086.      */
  3087.     protected function getDoctrine_SystemCachePoolService()
  3088.     {
  3089.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  3090.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3091.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3092.     }
  3093.     /**
  3094.      * Gets the private 'exception_listener' shared service.
  3095.      *
  3096.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3097.      */
  3098.     protected function getExceptionListenerService()
  3099.     {
  3100.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3101.     }
  3102.     /**
  3103.      * Gets the private 'fragment.listener' shared service.
  3104.      *
  3105.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3106.      */
  3107.     protected function getFragment_ListenerService()
  3108.     {
  3109.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))), '/_fragment');
  3110.     }
  3111.     /**
  3112.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3113.      *
  3114.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3115.      */
  3116.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3117.     {
  3118.         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())));
  3119.     }
  3120.     /**
  3121.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3122.      *
  3123.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3124.      */
  3125.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3126.     {
  3127.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3128.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3129.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3130.         }
  3131.         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()), $a);
  3132.     }
  3133.     /**
  3134.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  3135.      *
  3136.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  3137.      */
  3138.     protected function getHwiOauth_Security_OauthUtilsService()
  3139.     {
  3140.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3141.         if (isset($this->privates['hwi_oauth.security.oauth_utils'])) {
  3142.             return $this->privates['hwi_oauth.security.oauth_utils'];
  3143.         }
  3144.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $afalse'IS_AUTHENTICATED_REMEMBERED');
  3145.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.secured_area'] ?? $this->getHwiOauth_ResourceOwnermap_SecuredAreaService()));
  3146.         return $instance;
  3147.     }
  3148.     /**
  3149.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3150.      *
  3151.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3152.      */
  3153.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3154.     {
  3155.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@PecKeenAdminTheme/Pagination/sliding_with_max_page.html.twig''defaultSortableTemplate' => '@PecKeenAdminTheme/Pagination/order.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  3156.     }
  3157.     /**
  3158.      * Gets the private 'locale_aware_listener' shared service.
  3159.      *
  3160.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3161.      */
  3162.     protected function getLocaleAwareListenerService()
  3163.     {
  3164.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3165.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3166.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3167.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3168.     }
  3169.     /**
  3170.      * Gets the private 'locale_listener' shared service.
  3171.      *
  3172.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3173.      */
  3174.     protected function getLocaleListenerService()
  3175.     {
  3176.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3177.     }
  3178.     /**
  3179.      * Gets the private 'mime_types' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\Mime\MimeTypes
  3182.      */
  3183.     protected function getMimeTypesService()
  3184.     {
  3185.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3186.         $instance->setDefault($instance);
  3187.         return $instance;
  3188.     }
  3189.     /**
  3190.      * Gets the private 'monolog.handler.console' shared service.
  3191.      *
  3192.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3193.      */
  3194.     protected function getMonolog_Handler_ConsoleService()
  3195.     {
  3196.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3197.     }
  3198.     /**
  3199.      * Gets the private 'monolog.handler.grouped' shared service.
  3200.      *
  3201.      * @return \Monolog\Handler\GroupHandler
  3202.      */
  3203.     protected function getMonolog_Handler_GroupedService()
  3204.     {
  3205.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'DEBUG'trueNULLfalse);
  3206.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3207.         return $this->privates['monolog.handler.grouped'] = new \Monolog\Handler\GroupHandler([=> ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()), => $a], true);
  3208.     }
  3209.     /**
  3210.      * Gets the private 'monolog.handler.main' shared service.
  3211.      *
  3212.      * @return \Monolog\Handler\StreamHandler
  3213.      */
  3214.     protected function getMonolog_Handler_MainService()
  3215.     {
  3216.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'info'trueNULLfalse);
  3217.     }
  3218.     /**
  3219.      * Gets the private 'monolog.logger' shared service.
  3220.      *
  3221.      * @return \Symfony\Bridge\Monolog\Logger
  3222.      */
  3223.     protected function getMonolog_LoggerService()
  3224.     {
  3225.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3226.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3227.         $instance->useMicrosecondTimestamps(true);
  3228.         $instance->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  3229.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3230.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3231.         return $instance;
  3232.     }
  3233.     /**
  3234.      * Gets the private 'monolog.logger.cache' shared service.
  3235.      *
  3236.      * @return \Symfony\Bridge\Monolog\Logger
  3237.      */
  3238.     protected function getMonolog_Logger_CacheService()
  3239.     {
  3240.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3241.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3242.         $instance->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  3243.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3244.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3245.         return $instance;
  3246.     }
  3247.     /**
  3248.      * Gets the private 'monolog.logger.request' shared service.
  3249.      *
  3250.      * @return \Symfony\Bridge\Monolog\Logger
  3251.      */
  3252.     protected function getMonolog_Logger_RequestService()
  3253.     {
  3254.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3255.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3256.         $instance->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  3257.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3258.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3259.         return $instance;
  3260.     }
  3261.     /**
  3262.      * Gets the private 'monolog.logger.security' shared service.
  3263.      *
  3264.      * @return \Symfony\Bridge\Monolog\Logger
  3265.      */
  3266.     protected function getMonolog_Logger_SecurityService()
  3267.     {
  3268.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3269.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3270.         $instance->pushHandler(($this->privates['monolog.handler.grouped'] ?? $this->getMonolog_Handler_GroupedService()));
  3271.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3272.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3273.         return $instance;
  3274.     }
  3275.     /**
  3276.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3277.      *
  3278.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3279.      */
  3280.     protected function getNelmioCors_CorsListenerService()
  3281.     {
  3282.         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.defaults'])]));
  3283.     }
  3284.     /**
  3285.      * Gets the private 'parameter_bag' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3288.      */
  3289.     protected function getParameterBagService()
  3290.     {
  3291.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3292.     }
  3293.     /**
  3294.      * Gets the private 'pec_media.item.manipulation.image' shared service.
  3295.      *
  3296.      * @return \Pec\Bundle\MediaBundle\Service\Image\ImagineImageManipulationService
  3297.      */
  3298.     protected function getPecMedia_Item_Manipulation_ImageService()
  3299.     {
  3300.         return $this->privates['pec_media.item.manipulation.image'] = new \Pec\Bundle\MediaBundle\Service\Image\ImagineImageManipulationService(new \Imagine\Gd\Imagine(), (\dirname(__DIR__4).'/public'), 'media/cache');
  3301.     }
  3302.     /**
  3303.      * Gets the private 'profiler_listener' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3306.      */
  3307.     protected function getProfilerListenerService()
  3308.     {
  3309.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3310.         if (isset($this->privates['profiler_listener'])) {
  3311.             return $this->privates['profiler_listener'];
  3312.         }
  3313.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3314.     }
  3315.     /**
  3316.      * Gets the private 'property_accessor' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3319.      */
  3320.     protected function getPropertyAccessorService()
  3321.     {
  3322.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3323.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3324.     }
  3325.     /**
  3326.      * Gets the private 'property_info' shared service.
  3327.      *
  3328.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3329.      */
  3330.     protected function getPropertyInfoService()
  3331.     {
  3332.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3333.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3334.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3335.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3336.         }, 3), new RewindableGenerator(function () {
  3337.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3338.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3339.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3340.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3341.         }, 4), new RewindableGenerator(function () {
  3342.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3343.         }, 1), new RewindableGenerator(function () {
  3344.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3345.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3346.         }, 2), new RewindableGenerator(function () {
  3347.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3348.         }, 1));
  3349.     }
  3350.     /**
  3351.      * Gets the private 'router.expression_language_provider' shared service.
  3352.      *
  3353.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3354.      */
  3355.     protected function getRouter_ExpressionLanguageProviderService()
  3356.     {
  3357.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3358.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3359.         ], [
  3360.             'env' => 'Closure',
  3361.         ]));
  3362.     }
  3363.     /**
  3364.      * Gets the private 'router.request_context' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\Routing\RequestContext
  3367.      */
  3368.     protected function getRouter_RequestContextService()
  3369.     {
  3370.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''http''http'80443);
  3371.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3372.         return $instance;
  3373.     }
  3374.     /**
  3375.      * Gets the private 'router_listener' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3378.      */
  3379.     protected function getRouterListenerService()
  3380.     {
  3381.         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);
  3382.     }
  3383.     /**
  3384.      * Gets the private 'security.context_listener.0' shared service.
  3385.      *
  3386.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3387.      */
  3388.     protected function getSecurity_ContextListener_0Service()
  3389.     {
  3390.         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 () {
  3391.             yield => ($this->privates['security.user.provider.concrete.database_users'] ?? $this->load('getSecurity_User_Provider_Concrete_DatabaseUsersService'));
  3392.         }, 1), 'secured_area', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.secured_area'] ?? $this->getSecurity_EventDispatcher_SecuredAreaService()), ($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']);
  3393.     }
  3394.     /**
  3395.      * Gets the private 'security.event_dispatcher.secured_area' shared service.
  3396.      *
  3397.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3398.      */
  3399.     protected function getSecurity_EventDispatcher_SecuredAreaService()
  3400.     {
  3401.         $this->privates['security.event_dispatcher.secured_area'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3402.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3403.             return ($this->privates['security.listener.session.secured_area'] ?? $this->load('getSecurity_Listener_Session_SecuredAreaService'));
  3404.         }, => 'onSuccessfulLogin'], 0);
  3405.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3406.             return ($this->privates['security.logout.listener.default.secured_area'] ?? $this->load('getSecurity_Logout_Listener_Default_SecuredAreaService'));
  3407.         }, => 'onLogout'], 64);
  3408.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3409.             return ($this->privates['security.logout.listener.session.secured_area'] ?? ($this->privates['security.logout.listener.session.secured_area'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3410.         }, => 'onLogout'], 0);
  3411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3412.             return ($this->privates['security.listener.user_checker.secured_area'] ?? $this->load('getSecurity_Listener_UserChecker_SecuredAreaService'));
  3413.         }, => 'preCheckCredentials'], 256);
  3414.         $instance->addListener('security.authentication.success', [=> function () {
  3415.             return ($this->privates['security.listener.user_checker.secured_area'] ?? $this->load('getSecurity_Listener_UserChecker_SecuredAreaService'));
  3416.         }, => 'postCheckCredentials'], 256);
  3417.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3418.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3419.         }, => 'checkPassport'], 1024);
  3420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3421.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3422.         }, => 'checkPassport'], 0);
  3423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3424.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3425.         }, => 'onLoginSuccess'], 0);
  3426.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3427.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3428.         }, => 'checkPassport'], 512);
  3429.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3430.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3431.         }, => 'onLogout'], 0);
  3432.         return $instance;
  3433.     }
  3434.     /**
  3435.      * Gets the private 'security.expression_language' shared service.
  3436.      *
  3437.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3438.      */
  3439.     protected function getSecurity_ExpressionLanguageService()
  3440.     {
  3441.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3442.         $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())));
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the private 'security.firewall.map' shared service.
  3447.      *
  3448.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3449.      */
  3450.     protected function getSecurity_Firewall_MapService()
  3451.     {
  3452.         $a = ($this->privates['.service_locator.D1RJQph'] ?? $this->get_ServiceLocator_D1RJQphService());
  3453.         if (isset($this->privates['security.firewall.map'])) {
  3454.             return $this->privates['security.firewall.map'];
  3455.         }
  3456.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3457.             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)/')));
  3458.             yield 'security.firewall.map.context.secured_area' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3459.         }, 2));
  3460.     }
  3461.     /**
  3462.      * Gets the private 'security.http_utils' shared service.
  3463.      *
  3464.      * @return \Symfony\Component\Security\Http\HttpUtils
  3465.      */
  3466.     protected function getSecurity_HttpUtilsService()
  3467.     {
  3468.         $a = ($this->services['router'] ?? $this->getRouterService());
  3469.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  3470.     }
  3471.     /**
  3472.      * Gets the private 'security.logout_url_generator' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3475.      */
  3476.     protected function getSecurity_LogoutUrlGeneratorService()
  3477.     {
  3478.         $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()));
  3479.         $instance->registerListener('secured_area''pec_user_logout''logout''_csrf_token'NULLNULL);
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the private 'security.role_hierarchy' shared service.
  3484.      *
  3485.      * @return \Pec\Bundle\PlatformBundle\Security\RoleHierarchy
  3486.      */
  3487.     protected function getSecurity_RoleHierarchyService()
  3488.     {
  3489.         $a = new \Pec\Bundle\PlatformBundle\Security\RoleServiceCompilerPass();
  3490.         $a->addRoles(new \Pec\Bundle\MediaBundle\Service\RoleService());
  3491.         $a->addRoles(new \Pec\Bundle\DashboardBundle\Service\RoleService());
  3492.         $a->addRoles(new \Pec\Bundle\SearchBundle\Service\RoleService());
  3493.         $a->addRoles(new \Pec\Bundle\UserAdminBundle\Service\RoleService());
  3494.         $a->addRoles(new \Pec\Bundle\UserAdminBundle\Service\RoleService());
  3495.         $a->addRoles(($this->privates['Pec\\Bundle\\CompanyBundle\\Service\\RoleService'] ?? $this->getRoleServiceService()));
  3496.         $a->addRoles(new \Pec\Bundle\GlobalFluidDatabaseBundle\Service\Security\RoleService());
  3497.         return $this->privates['security.role_hierarchy'] = new \Pec\Bundle\PlatformBundle\Security\RoleHierarchy($this->parameters['security.role_hierarchy.roles'], $a);
  3498.     }
  3499.     /**
  3500.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3501.      *
  3502.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3503.      */
  3504.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3505.     {
  3506.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3507.     }
  3508.     /**
  3509.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3510.      *
  3511.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3512.      */
  3513.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3514.     {
  3515.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3516.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3517.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3518.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3519.     }
  3520.     /**
  3521.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3522.      *
  3523.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3524.      */
  3525.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3526.     {
  3527.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3528.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3529.             return $this->privates['sensio_framework_extra.security.listener'];
  3530.         }
  3531.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3532.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3533.         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()), $b, ($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()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3534.     }
  3535.     /**
  3536.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3537.      *
  3538.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3539.      */
  3540.     protected function getSensioFrameworkExtra_View_ListenerService()
  3541.     {
  3542.         $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))));
  3543.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3544.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3545.         ], [
  3546.             'twig' => '?',
  3547.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3548.         return $instance;
  3549.     }
  3550.     /**
  3551.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3552.      *
  3553.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3554.      */
  3555.     protected function getSerializer_NameConverter_MetadataAwareService()
  3556.     {
  3557.         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()));
  3558.     }
  3559.     /**
  3560.      * Gets the private 'session.factory' shared service.
  3561.      *
  3562.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3563.      */
  3564.     protected function getSession_FactoryService()
  3565.     {
  3566.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3567.         if (isset($this->privates['session.factory'])) {
  3568.             return $this->privates['session.factory'];
  3569.         }
  3570.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  3571.     }
  3572.     /**
  3573.      * Gets the private 'session_listener' shared service.
  3574.      *
  3575.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3576.      */
  3577.     protected function getSessionListenerService()
  3578.     {
  3579.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3580.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3581.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3582.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3583.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3584.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3585.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3586.         ], [
  3587.             'initialized_session' => '?',
  3588.             'logger' => '?',
  3589.             'request_stack' => '?',
  3590.             'session' => '?',
  3591.             'session_collector' => '?',
  3592.             'session_factory' => '?',
  3593.         ]), true$this->parameters['session.storage.options']);
  3594.     }
  3595.     /**
  3596.      * Gets the private 'stinger_soft.commons.doctrine' shared service.
  3597.      *
  3598.      * @return \StingerSoft\DoctrineCommons\Utils\DoctrineFunctions
  3599.      */
  3600.     protected function getStingerSoft_Commons_DoctrineService($lazyLoad true)
  3601.     {
  3602.         if ($lazyLoad) {
  3603.             return $this->privates['stinger_soft.commons.doctrine'] = $this->createProxy('DoctrineFunctions_858c3af', function () {
  3604.                 return \DoctrineFunctions_858c3af::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3605.                     $wrappedInstance $this->getStingerSoft_Commons_DoctrineService(false);
  3606.                     $proxy->setProxyInitializer(null);
  3607.                     return true;
  3608.                 });
  3609.             });
  3610.         }
  3611.         include_once \dirname(__DIR__4).'/vendor/stinger-soft/doctrine-commons/src/StingerSoft/DoctrineCommons/Utils/DoctrineFunctionsInterface.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/stinger-soft/doctrine-commons/src/StingerSoft/DoctrineCommons/Utils/DoctrineFunctions.php';
  3613.         return new \StingerSoft\DoctrineCommons\Utils\DoctrineFunctions(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  3614.     }
  3615.     /**
  3616.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  3617.      *
  3618.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  3619.      */
  3620.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  3621.     {
  3622.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3623.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  3624.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  3625.         }
  3626.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3627.     }
  3628.     /**
  3629.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  3630.      *
  3631.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  3632.      */
  3633.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  3634.     {
  3635.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  3636.     }
  3637.     /**
  3638.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  3639.      *
  3640.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  3641.      */
  3642.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  3643.     {
  3644.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3645.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  3646.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  3647.         }
  3648.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3649.     }
  3650.     /**
  3651.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  3652.      *
  3653.      * @return \Gedmo\Blameable\BlameableListener
  3654.      */
  3655.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  3656.     {
  3657.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  3658.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3659.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3660.         return $instance;
  3661.     }
  3662.     /**
  3663.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  3664.      *
  3665.      * @return \Gedmo\Loggable\LoggableListener
  3666.      */
  3667.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  3668.     {
  3669.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  3670.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3671.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3672.         return $instance;
  3673.     }
  3674.     /**
  3675.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  3676.      *
  3677.      * @return \Gedmo\Translatable\TranslatableListener
  3678.      */
  3679.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  3680.     {
  3681.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  3682.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3683.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3684.         $instance->setDefaultLocale('en');
  3685.         $instance->setTranslatableLocale('en');
  3686.         $instance->setTranslationFallback(true);
  3687.         $instance->setPersistDefaultLocaleTranslation(false);
  3688.         $instance->setSkipOnLoad(false);
  3689.         return $instance;
  3690.     }
  3691.     /**
  3692.      * Gets the private 'translator.default' shared service.
  3693.      *
  3694.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3695.      */
  3696.     protected function getTranslator_DefaultService()
  3697.     {
  3698.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3699.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3700.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3701.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3702.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3703.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3704.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3705.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3706.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3707.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3708.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3709.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3710.         ], [
  3711.             'translation.loader.csv' => '?',
  3712.             'translation.loader.dat' => '?',
  3713.             'translation.loader.ini' => '?',
  3714.             'translation.loader.json' => '?',
  3715.             'translation.loader.mo' => '?',
  3716.             'translation.loader.php' => '?',
  3717.             'translation.loader.po' => '?',
  3718.             'translation.loader.qt' => '?',
  3719.             'translation.loader.res' => '?',
  3720.             'translation.loader.xliff' => '?',
  3721.             'translation.loader.yml' => '?',
  3722.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/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')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.bg.xlf')], '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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/PecFont2.de.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/PecPlatformBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/roles.de.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/translations/PecKeenAdminThemeBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/translations/PecSelect2FormBundle.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations/PecMediaBundle.de.yml'), 11 => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations/roles.de.yml'), 12 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations/PecDashboardBundle.de.yml'), 13 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations/roles.de.yml'), 14 => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/translations/PecTaggingBundle.de.yml'), 15 => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Resources/translations/PecFormBundle+intl-icu.de.yml'), 16 => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle/Resources/translations/PecMenuBundle+intl-icu.de.yml'), 17 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/PecSearchBundle.de.yml'), 18 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/roles.de.yml'), 19 => (\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle/Resources/translations/StingerSoftEntitySearchBundle.de.yml'), 20 => (\dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions-bundle/src/StingerSoft/TwigExtensionsBundle/Resources/translations/StingerSoftTwigExtensions.de.yml'), 21 => (\dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle/Resources/translations/StingerSoftAggridBundle.de.yml'), 22 => (\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Resources/translations/PecUserBundle+intl-icu.de.yml'), 23 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/PecUserAdminBundle.de.yml'), 24 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/roles.de.yml'), 25 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/validators.de.xlf'), 26 => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Resources/translations/PecNotificationBundle.de.yml'), 27 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations/PecCompanyBundle+intl-icu.de.yml'), 28 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations/roles+intl-icu.de.yml'), 29 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml'), 30 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.de.xlf')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/PecFont2.en.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/PecPlatformBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/roles.en.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/translations/PecKeenAdminThemeBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/translations/flags.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/translations/PecSelect2FormBundle.en.yml'), 11 => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations/PecMediaBundle.en.yml'), 12 => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations/roles.en.yml'), 13 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations/PecDashboardBundle.en.yml'), 14 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations/roles.en.yml'), 15 => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/translations/PecTaggingBundle.en.yml'), 16 => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Resources/translations/PecFormBundle+intl-icu.en.yml'), 17 => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle/Resources/translations/PecMenuBundle+intl-icu.en.yml'), 18 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/MimeTypes.en.yml'), 19 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/PecSearchBundle.en.yml'), 20 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/roles.en.yml'), 21 => (\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle/Resources/translations/StingerSoftEntitySearchBundle.en.yml'), 22 => (\dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions-bundle/src/StingerSoft/TwigExtensionsBundle/Resources/translations/StingerSoftTwigExtensions.en.yml'), 23 => (\dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle/Resources/translations/StingerSoftAggridBundle.en.yml'), 24 => (\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Resources/translations/PecUserBundle+intl-icu.en.yml'), 25 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/PecUserAdminBundle.en.yml'), 26 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/roles.en.yml'), 27 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/validators.en.xlf'), 28 => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Resources/translations/PecNotificationBundle.en.yml'), 29 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations/PecCompanyBundle+intl-icu.en.yml'), 30 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations/roles+intl-icu.en.yml'), 31 => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/translations/PecGlobalFluidDatabaseBundle+intl-icu.en.yml'), 32 => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/translations/bundles/CompanyBundle/PecCompanyBundle+intl-icu.en.yml'), 33 => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/translations/icons.en.yml'), 34 => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/translations/roles+intl-icu.en.yml'), 35 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml'), 36 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.en.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml')], '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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.fr.xlf')], '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')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.it.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/PecPlatformBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/roles.ja.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/translations/PecKeenAdminThemeBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/translations/PecSelect2FormBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations/PecMediaBundle.ja.yml'), 10 => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations/roles.ja.yml'), 11 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations/PecDashboardBundle.ja.yml'), 12 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations/roles.ja.yml'), 13 => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/translations/PecTaggingBundle.ja.yml'), 14 => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Resources/translations/PecFormBundle+intl-icu.ja.yml'), 15 => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle/Resources/translations/PecMenuBundle+intl-icu.ja.yml'), 16 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/PecSearchBundle.ja.yml'), 17 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations/roles.ja.yml'), 18 => (\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle/Resources/translations/StingerSoftEntitySearchBundle.ja.yml'), 19 => (\dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions-bundle/src/StingerSoft/TwigExtensionsBundle/Resources/translations/StingerSoftTwigExtensions.ja.yml'), 20 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/PecUserAdminBundle.ja.yml'), 21 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/roles.ja.yml'), 22 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations/validators.ja.xlf'), 23 => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Resources/translations/PecNotificationBundle.ja.yml'), 24 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations/PecCompanyBundle+intl-icu.ja.yml'), 25 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations/roles+intl-icu.ja.yml'), 26 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], '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/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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.pl.xlf')], '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')], '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'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.pt_BR.xlf')], '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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.ru.xlf')], '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/rollerworks/password-strength-validator/src/Resources/translations/validators.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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/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/rollerworks/password-strength-validator/src/Resources/translations/validators.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')]], '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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions-bundle/src/StingerSoft/TwigExtensionsBundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle/Resources/translations'), 16 => (\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Resources/translations'), 17 => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle/Resources/translations'), 18 => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Resources/translations'), 19 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations'), 20 => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/translations'), 21 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), 22 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 36 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/translations'), 39 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 41 => (\dirname(__DIR__4).'/vendor/pec-platform/branding-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/vendor/pec-platform/migration-bundle/Pec/Bundle/MigrationBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/zicht/tinymce-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/vendor/answear/liform-bundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/metaclass-nl/filter-bundle/src/translations'), 49 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/vendor/stinger-soft/doctrine-entity-search-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Pec/Bundle/KeenAdminReactBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 54 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 56 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/pec-platform/platform-bundle/Resources/translations'=> 'vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle/Resources/translations'=> 'vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle/Resources/translations'=> 'vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Resources/translations'=> 'vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/translations'=> 'vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Resources/translations'10 => 'vendor/pec-platform/form-bundle/Resources/translations'11 => 'vendor/pec-platform/menu-bundle/Resources/translations'12 => 'vendor/pec-platform/search-bundle/Resources/translations'13 => 'vendor/stinger-soft/entity-search-bundle/Resources/translations'14 => 'vendor/stinger-soft/twig-extensions-bundle/src/StingerSoft/TwigExtensionsBundle/Resources/translations'15 => 'vendor/stinger-soft/aggrid-bundle/Resources/translations'16 => 'vendor/pec-platform/user-bundle/Resources/translations'17 => 'vendor/pec-platform/user-admin-bundle/Resources/translations'18 => 'vendor/pec-platform/notification-bundle/src/Resources/translations'19 => 'vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Resources/translations'20 => 'src/Pec/Bundle/GlobalFluidDatabaseBundle/Resources/translations'21 => 'vendor/hwi/oauth-bundle/Resources/translations'22 => 'vendor/rollerworks/password-strength-validator/src/Resources/translations'23 => 'vendor/symfony/framework-bundle/translations'24 => 'vendor/symfony/security-bundle/translations'25 => 'vendor/symfony/twig-bundle/translations'26 => 'vendor/symfony/monolog-bundle/translations'27 => 'vendor/symfony/swiftmailer-bundle/translations'28 => 'vendor/doctrine/doctrine-bundle/translations'29 => 'vendor/sensio/framework-extra-bundle/src/translations'30 => 'vendor/twig/extra-bundle/translations'31 => 'vendor/willdurand/js-translation-bundle/translations'32 => 'vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'33 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'34 => 'vendor/stof/doctrine-extensions-bundle/src/translations'35 => 'vendor/knplabs/doctrine-behaviors/src/translations'36 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'37 => 'vendor/a2lix/auto-form-bundle/src/translations'38 => 'vendor/a2lix/translation-form-bundle/src/translations'39 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'40 => 'vendor/symfony/webpack-encore-bundle/src/translations'41 => 'vendor/pec-platform/branding-bundle/src/translations'42 => 'vendor/pec-platform/migration-bundle/Pec/Bundle/MigrationBundle/translations'43 => 'vendor/zicht/tinymce-bundle/src/translations'44 => 'vendor/answear/liform-bundle/translations'45 => 'vendor/knplabs/knp-menu-bundle/translations'46 => 'vendor/symfony/debug-bundle/translations'47 => 'vendor/symfony/web-profiler-bundle/translations'48 => 'vendor/metaclass-nl/filter-bundle/src/translations'49 => 'vendor/rollerworks/password-strength-bundle/src/translations'50 => 'vendor/stinger-soft/doctrine-entity-search-bundle/translations'51 => 'src/Pec/Bundle/KeenAdminReactBundle/translations'52 => 'vendor/lexik/jwt-authentication-bundle/translations'53 => 'vendor/php-http/httplug-bundle/src/translations'54 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'55 => 'vendor/nelmio/cors-bundle/translations'56 => 'translations']]], []);
  3723.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3724.         $instance->setFallbackLocales($this->parameters['locales']);
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the private 'validator.builder' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3731.      */
  3732.     protected function getValidator_BuilderService()
  3733.     {
  3734.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3735.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3736.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3737.             'Pec\\Bundle\\PlatformBundle\\Validator\\InvitationPossibleValidator' => ['privates''pec_platform.validators.invitation_possible''getPecPlatform_Validators_InvitationPossibleService'true],
  3738.             'Pec\\Bundle\\PlatformBundle\\Validator\\NotBlankHtmlValidator' => ['privates''Pec\\Bundle\\PlatformBundle\\Validator\\NotBlankHtmlValidator''getNotBlankHtmlValidatorService'true],
  3739.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => ['privates''Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator''getBlacklistValidatorService'true],
  3740.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates''rollerworks_password_strength.validator.password_strength.library''getRollerworksPasswordStrength_Validator_PasswordStrength_LibraryService'true],
  3741.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3742.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3743.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3744.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3745.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3746.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3747.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3748.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3749.         ], [
  3750.             'Pec\\Bundle\\PlatformBundle\\Validator\\InvitationPossibleValidator' => '?',
  3751.             'Pec\\Bundle\\PlatformBundle\\Validator\\NotBlankHtmlValidator' => '?',
  3752.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => '?',
  3753.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  3754.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3755.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3756.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3757.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3758.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3759.             'doctrine.orm.validator.unique' => '?',
  3760.             'security.validator.user_password' => '?',
  3761.             'validator.expression' => '?',
  3762.         ])));
  3763.         if ($this->has('translator')) {
  3764.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3765.         }
  3766.         $instance->setTranslationDomain('validators');
  3767.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3768.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Resources/config/validation.yml'), => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Resources/config/validation.yml')]);
  3769.         $instance->enableAnnotationMapping(true);
  3770.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3771.         $instance->addMethodMapping('loadValidatorMetadata');
  3772.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3773.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3774.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3775.         return $instance;
  3776.     }
  3777.     /**
  3778.      * Gets the private 'var_dumper.html_dumper' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3781.      */
  3782.     protected function getVarDumper_HtmlDumperService()
  3783.     {
  3784.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3785.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3786.         return $instance;
  3787.     }
  3788.     /**
  3789.      * Gets the private 'web_profiler.csp.handler' shared service.
  3790.      *
  3791.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3792.      */
  3793.     protected function getWebProfiler_Csp_HandlerService()
  3794.     {
  3795.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3796.     }
  3797.     /**
  3798.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3799.      *
  3800.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3801.      */
  3802.     protected function getWebProfiler_DebugToolbarService()
  3803.     {
  3804.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3805.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3806.             return $this->privates['web_profiler.debug_toolbar'];
  3807.         }
  3808.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3809.     }
  3810.     /**
  3811.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3812.      *
  3813.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3814.      */
  3815.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3816.     {
  3817.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3818.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3819.         ], [
  3820.             '_default' => '?',
  3821.         ]), '_default');
  3822.     }
  3823.     /**
  3824.      * Gets the public 'cache_clearer' alias.
  3825.      *
  3826.      * @return object The ".container.private.cache_clearer" service.
  3827.      */
  3828.     protected function getCacheClearerService()
  3829.     {
  3830.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3831.         return $this->get('.container.private.cache_clearer');
  3832.     }
  3833.     /**
  3834.      * Gets the public 'filesystem' alias.
  3835.      *
  3836.      * @return object The ".container.private.filesystem" service.
  3837.      */
  3838.     protected function getFilesystemService()
  3839.     {
  3840.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3841.         return $this->get('.container.private.filesystem');
  3842.     }
  3843.     /**
  3844.      * Gets the public 'serializer' alias.
  3845.      *
  3846.      * @return object The ".container.private.serializer" service.
  3847.      */
  3848.     protected function getSerializerService()
  3849.     {
  3850.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3851.         return $this->get('.container.private.serializer');
  3852.     }
  3853.     /**
  3854.      * Gets the public 'security.csrf.token_manager' alias.
  3855.      *
  3856.      * @return object The ".container.private.security.csrf.token_manager" service.
  3857.      */
  3858.     protected function getSecurity_Csrf_TokenManagerService()
  3859.     {
  3860.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3861.         return $this->get('.container.private.security.csrf.token_manager');
  3862.     }
  3863.     /**
  3864.      * Gets the public 'form.factory' alias.
  3865.      *
  3866.      * @return object The ".container.private.form.factory" service.
  3867.      */
  3868.     protected function getForm_FactoryService()
  3869.     {
  3870.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3871.         return $this->get('.container.private.form.factory');
  3872.     }
  3873.     /**
  3874.      * Gets the public 'form.type.file' alias.
  3875.      *
  3876.      * @return object The ".container.private.form.type.file" service.
  3877.      */
  3878.     protected function getForm_Type_FileService()
  3879.     {
  3880.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3881.         return $this->get('.container.private.form.type.file');
  3882.     }
  3883.     /**
  3884.      * Gets the public 'profiler' alias.
  3885.      *
  3886.      * @return object The ".container.private.profiler" service.
  3887.      */
  3888.     protected function getProfilerService()
  3889.     {
  3890.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3891.         return $this->get('.container.private.profiler');
  3892.     }
  3893.     /**
  3894.      * Gets the public 'security.authorization_checker' alias.
  3895.      *
  3896.      * @return object The ".container.private.security.authorization_checker" service.
  3897.      */
  3898.     protected function getSecurity_AuthorizationCheckerService()
  3899.     {
  3900.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3901.         return $this->get('.container.private.security.authorization_checker');
  3902.     }
  3903.     /**
  3904.      * Gets the public 'security.token_storage' alias.
  3905.      *
  3906.      * @return object The ".container.private.security.token_storage" service.
  3907.      */
  3908.     protected function getSecurity_TokenStorageService()
  3909.     {
  3910.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3911.         return $this->get('.container.private.security.token_storage');
  3912.     }
  3913.     /**
  3914.      * Gets the public 'twig' alias.
  3915.      *
  3916.      * @return object The ".container.private.twig" service.
  3917.      */
  3918.     protected function getTwigService()
  3919.     {
  3920.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3921.         return $this->get('.container.private.twig');
  3922.     }
  3923.     /**
  3924.      * Gets the public 'security.password_encoder' alias.
  3925.      *
  3926.      * @return object The ".container.private.security.password_encoder" service.
  3927.      */
  3928.     protected function getSecurity_PasswordEncoderService()
  3929.     {
  3930.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3931.         return $this->get('.container.private.security.password_encoder');
  3932.     }
  3933.     /**
  3934.      * Gets the public 'session' alias.
  3935.      *
  3936.      * @return object The ".container.private.session" service.
  3937.      */
  3938.     protected function getSessionService()
  3939.     {
  3940.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3941.         return $this->get('.container.private.session');
  3942.     }
  3943.     /**
  3944.      * Gets the public 'validator' alias.
  3945.      *
  3946.      * @return object The ".container.private.validator" service.
  3947.      */
  3948.     protected function getValidatorService()
  3949.     {
  3950.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3951.         return $this->get('.container.private.validator');
  3952.     }
  3953.     /**
  3954.      * @return array|bool|float|int|string|\UnitEnum|null
  3955.      */
  3956.     public function getParameter(string $name)
  3957.     {
  3958.         if (isset($this->buildParameters[$name])) {
  3959.             return $this->buildParameters[$name];
  3960.         }
  3961.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3962.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3963.         }
  3964.         if (isset($this->loadedDynamicParameters[$name])) {
  3965.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3966.         }
  3967.         return $this->parameters[$name];
  3968.     }
  3969.     public function hasParameter(string $name): bool
  3970.     {
  3971.         if (isset($this->buildParameters[$name])) {
  3972.             return true;
  3973.         }
  3974.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3975.     }
  3976.     public function setParameter(string $name$value): void
  3977.     {
  3978.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3979.     }
  3980.     public function getParameterBag(): ParameterBagInterface
  3981.     {
  3982.         if (null === $this->parameterBag) {
  3983.             $parameters $this->parameters;
  3984.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3985.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3986.             }
  3987.             foreach ($this->buildParameters as $name => $value) {
  3988.                 $parameters[$name] = $value;
  3989.             }
  3990.             $this->parameterBag = new FrozenParameterBag($parameters);
  3991.         }
  3992.         return $this->parameterBag;
  3993.     }
  3994.     private $loadedDynamicParameters = [
  3995.         'kernel.runtime_environment' => false,
  3996.         'kernel.build_dir' => false,
  3997.         'kernel.cache_dir' => false,
  3998.         'debug.container.dump' => false,
  3999.         'serializer.mapping.cache.file' => false,
  4000.         'validator.mapping.cache.file' => false,
  4001.         'profiler.storage.dsn' => false,
  4002.         'doctrine.orm.proxy_dir' => false,
  4003.         'stingersoft_aggrid.licenseKey' => false,
  4004.         'lexik_jwt_authentication.pass_phrase' => false,
  4005.     ];
  4006.     private $dynamicParameters = [];
  4007.     private function getDynamicParameter(string $name)
  4008.     {
  4009.         switch ($name) {
  4010.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4011.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4012.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4013.             case 'debug.container.dump'$value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
  4014.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4015.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4016.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4017.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4018.             case 'stingersoft_aggrid.licenseKey'$value $this->getEnv('AGGRID_LICENSE_KEY'); break;
  4019.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  4020.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4021.         }
  4022.         $this->loadedDynamicParameters[$name] = true;
  4023.         return $this->dynamicParameters[$name] = $value;
  4024.     }
  4025.     protected function getDefaultParameters(): array
  4026.     {
  4027.         return [
  4028.             'kernel.project_dir' => \dirname(__DIR__4),
  4029.             'kernel.environment' => 'dev',
  4030.             'kernel.debug' => true,
  4031.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4032.             'kernel.bundles' => [
  4033.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4034.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4035.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4036.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4037.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  4038.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4039.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4040.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4041.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4042.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  4043.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  4044.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  4045.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4046.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  4047.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4048.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  4049.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  4050.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4051.                 'PecPlatformBundle' => 'Pec\\Bundle\\PlatformBundle\\PecPlatformBundle',
  4052.                 'PecKeenAdminThemeBundle' => 'Pec\\Bundle\\KeenAdminThemeBundle\\PecKeenAdminThemeBundle',
  4053.                 'PecSelect2FormBundle' => 'Pec\\Bundle\\Select2FormBundle\\PecSelect2FormBundle',
  4054.                 'PecMediaBundle' => 'Pec\\Bundle\\MediaBundle\\PecMediaBundle',
  4055.                 'PecDashboardBundle' => 'Pec\\Bundle\\DashboardBundle\\PecDashboardBundle',
  4056.                 'PecTaggingBundle' => 'Pec\\Bundle\\TaggingBundle\\PecTaggingBundle',
  4057.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4058.                 'PecBrandingBundle' => 'Pec\\Bundle\\BrandingBundle\\PecBrandingBundle',
  4059.                 'PecMigrationBundle' => 'Pec\\Bundle\\MigrationBundle\\PecMigrationBundle',
  4060.                 'PecFormBundle' => 'Pec\\Bundle\\FormBundle\\PecFormBundle',
  4061.                 'ZichtTinymceBundle' => 'Zicht\\Bundle\\TinymceBundle\\ZichtTinymceBundle',
  4062.                 'LimeniusLiformBundle' => 'Limenius\\LiformBundle\\LimeniusLiformBundle',
  4063.                 'PecMenuBundle' => 'Pec\\Bundle\\MenuBundle\\PecMenuBundle',
  4064.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4065.                 'PecSearchBundle' => 'Pec\\Bundle\\SearchBundle\\PecSearchBundle',
  4066.                 'StingerSoftEntitySearchBundle' => 'StingerSoft\\EntitySearchBundle\\StingerSoftEntitySearchBundle',
  4067.                 'StingerSoftTwigExtensionsBundle' => 'StingerSoft\\TwigExtensionsBundle\\StingerSoftTwigExtensionsBundle',
  4068.                 'StingerSoftAggridBundle' => 'StingerSoft\\AggridBundle\\StingerSoftAggridBundle',
  4069.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4070.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4071.                 'PecUserBundle' => 'Pec\\Bundle\\UserBundle\\PecUserBundle',
  4072.                 'MetaclassFilterBundle' => 'Metaclass\\FilterBundle\\MetaclassFilterBundle',
  4073.                 'PecUserAdminBundle' => 'Pec\\Bundle\\UserAdminBundle\\PecUserAdminBundle',
  4074.                 'RollerworksPasswordStrengthBundle' => 'Rollerworks\\Bundle\\PasswordStrengthBundle\\RollerworksPasswordStrengthBundle',
  4075.                 'PecNotificationBundle' => 'Pec\\Bundle\\NotificationBundle\\PecNotificationBundle',
  4076.                 'StingerSoftDoctrineEntitySearchBundle' => 'StingerSoft\\DoctrineEntitySearchBundle\\StingerSoftDoctrineEntitySearchBundle',
  4077.                 'PecCompanyBundle' => 'Pec\\Bundle\\CompanyBundle\\PecCompanyBundle',
  4078.                 'PecGlobalFluidDatabaseBundle' => 'Pec\\Bundle\\GlobalFluidDatabaseBundle\\PecGlobalFluidDatabaseBundle',
  4079.                 'PecKeenAdminReactBundle' => 'Pec\\Bundle\\KeenAdminReactBundle\\PecKeenAdminReactBundle',
  4080.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4081.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  4082.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  4083.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4084.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4085.             ],
  4086.             'kernel.bundles_metadata' => [
  4087.                 'FrameworkBundle' => [
  4088.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4089.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4090.                 ],
  4091.                 'SecurityBundle' => [
  4092.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4093.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4094.                 ],
  4095.                 'TwigBundle' => [
  4096.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4097.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4098.                 ],
  4099.                 'MonologBundle' => [
  4100.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4101.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4102.                 ],
  4103.                 'SwiftmailerBundle' => [
  4104.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  4105.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  4106.                 ],
  4107.                 'DoctrineBundle' => [
  4108.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4109.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4110.                 ],
  4111.                 'SensioFrameworkExtraBundle' => [
  4112.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4113.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4114.                 ],
  4115.                 'TwigExtraBundle' => [
  4116.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4117.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4118.                 ],
  4119.                 'KnpPaginatorBundle' => [
  4120.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4121.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4122.                 ],
  4123.                 'BazingaJsTranslationBundle' => [
  4124.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  4125.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  4126.                 ],
  4127.                 'JMSI18nRoutingBundle' => [
  4128.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  4129.                     'namespace' => 'JMS\\I18nRoutingBundle',
  4130.                 ],
  4131.                 'FOSJsRoutingBundle' => [
  4132.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  4133.                     'namespace' => 'FOS\\JsRoutingBundle',
  4134.                 ],
  4135.                 'StofDoctrineExtensionsBundle' => [
  4136.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4137.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4138.                 ],
  4139.                 'DoctrineBehaviorsBundle' => [
  4140.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  4141.                     'namespace' => 'Knp\\DoctrineBehaviors',
  4142.                 ],
  4143.                 'DoctrineFixturesBundle' => [
  4144.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4145.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4146.                 ],
  4147.                 'A2lixAutoFormBundle' => [
  4148.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  4149.                     'namespace' => 'A2lix\\AutoFormBundle',
  4150.                 ],
  4151.                 'A2lixTranslationFormBundle' => [
  4152.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  4153.                     'namespace' => 'A2lix\\TranslationFormBundle',
  4154.                 ],
  4155.                 'FOSCKEditorBundle' => [
  4156.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4157.                     'namespace' => 'FOS\\CKEditorBundle',
  4158.                 ],
  4159.                 'PecPlatformBundle' => [
  4160.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle'),
  4161.                     'namespace' => 'Pec\\Bundle\\PlatformBundle',
  4162.                 ],
  4163.                 'PecKeenAdminThemeBundle' => [
  4164.                     'path' => (\dirname(__DIR__4).'/vendor/pec-resources/keen-admin-theme-bundle/Pec/Bundle/KeenAdminThemeBundle'),
  4165.                     'namespace' => 'Pec\\Bundle\\KeenAdminThemeBundle',
  4166.                 ],
  4167.                 'PecSelect2FormBundle' => [
  4168.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/select2-form-bundle/Pec/Bundle/Select2FormBundle'),
  4169.                     'namespace' => 'Pec\\Bundle\\Select2FormBundle',
  4170.                 ],
  4171.                 'PecMediaBundle' => [
  4172.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle'),
  4173.                     'namespace' => 'Pec\\Bundle\\MediaBundle',
  4174.                 ],
  4175.                 'PecDashboardBundle' => [
  4176.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle'),
  4177.                     'namespace' => 'Pec\\Bundle\\DashboardBundle',
  4178.                 ],
  4179.                 'PecTaggingBundle' => [
  4180.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle'),
  4181.                     'namespace' => 'Pec\\Bundle\\TaggingBundle',
  4182.                 ],
  4183.                 'WebpackEncoreBundle' => [
  4184.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4185.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4186.                 ],
  4187.                 'PecBrandingBundle' => [
  4188.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/branding-bundle/src'),
  4189.                     'namespace' => 'Pec\\Bundle\\BrandingBundle',
  4190.                 ],
  4191.                 'PecMigrationBundle' => [
  4192.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/migration-bundle/Pec/Bundle/MigrationBundle'),
  4193.                     'namespace' => 'Pec\\Bundle\\MigrationBundle',
  4194.                 ],
  4195.                 'PecFormBundle' => [
  4196.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle'),
  4197.                     'namespace' => 'Pec\\Bundle\\FormBundle',
  4198.                 ],
  4199.                 'ZichtTinymceBundle' => [
  4200.                     'path' => (\dirname(__DIR__4).'/vendor/zicht/tinymce-bundle/src'),
  4201.                     'namespace' => 'Zicht\\Bundle\\TinymceBundle',
  4202.                 ],
  4203.                 'LimeniusLiformBundle' => [
  4204.                     'path' => (\dirname(__DIR__4).'/vendor/answear/liform-bundle'),
  4205.                     'namespace' => 'Limenius\\LiformBundle',
  4206.                 ],
  4207.                 'PecMenuBundle' => [
  4208.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle'),
  4209.                     'namespace' => 'Pec\\Bundle\\MenuBundle',
  4210.                 ],
  4211.                 'KnpMenuBundle' => [
  4212.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4213.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4214.                 ],
  4215.                 'PecSearchBundle' => [
  4216.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle'),
  4217.                     'namespace' => 'Pec\\Bundle\\SearchBundle',
  4218.                 ],
  4219.                 'StingerSoftEntitySearchBundle' => [
  4220.                     'path' => (\dirname(__DIR__4).'/vendor/stinger-soft/entity-search-bundle'),
  4221.                     'namespace' => 'StingerSoft\\EntitySearchBundle',
  4222.                 ],
  4223.                 'StingerSoftTwigExtensionsBundle' => [
  4224.                     'path' => (\dirname(__DIR__4).'/vendor/stinger-soft/twig-extensions-bundle/src/StingerSoft/TwigExtensionsBundle'),
  4225.                     'namespace' => 'StingerSoft\\TwigExtensionsBundle',
  4226.                 ],
  4227.                 'StingerSoftAggridBundle' => [
  4228.                     'path' => (\dirname(__DIR__4).'/vendor/stinger-soft/aggrid-bundle'),
  4229.                     'namespace' => 'StingerSoft\\AggridBundle',
  4230.                 ],
  4231.                 'DebugBundle' => [
  4232.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4233.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4234.                 ],
  4235.                 'WebProfilerBundle' => [
  4236.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4237.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4238.                 ],
  4239.                 'PecUserBundle' => [
  4240.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/user-bundle'),
  4241.                     'namespace' => 'Pec\\Bundle\\UserBundle',
  4242.                 ],
  4243.                 'MetaclassFilterBundle' => [
  4244.                     'path' => (\dirname(__DIR__4).'/vendor/metaclass-nl/filter-bundle/src'),
  4245.                     'namespace' => 'Metaclass\\FilterBundle',
  4246.                 ],
  4247.                 'PecUserAdminBundle' => [
  4248.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/user-admin-bundle'),
  4249.                     'namespace' => 'Pec\\Bundle\\UserAdminBundle',
  4250.                 ],
  4251.                 'RollerworksPasswordStrengthBundle' => [
  4252.                     'path' => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-bundle/src'),
  4253.                     'namespace' => 'Rollerworks\\Bundle\\PasswordStrengthBundle',
  4254.                 ],
  4255.                 'PecNotificationBundle' => [
  4256.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src'),
  4257.                     'namespace' => 'Pec\\Bundle\\NotificationBundle',
  4258.                 ],
  4259.                 'StingerSoftDoctrineEntitySearchBundle' => [
  4260.                     'path' => (\dirname(__DIR__4).'/vendor/stinger-soft/doctrine-entity-search-bundle'),
  4261.                     'namespace' => 'StingerSoft\\DoctrineEntitySearchBundle',
  4262.                 ],
  4263.                 'PecCompanyBundle' => [
  4264.                     'path' => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle'),
  4265.                     'namespace' => 'Pec\\Bundle\\CompanyBundle',
  4266.                 ],
  4267.                 'PecGlobalFluidDatabaseBundle' => [
  4268.                     'path' => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle'),
  4269.                     'namespace' => 'Pec\\Bundle\\GlobalFluidDatabaseBundle',
  4270.                 ],
  4271.                 'PecKeenAdminReactBundle' => [
  4272.                     'path' => (\dirname(__DIR__4).'/src/Pec/Bundle/KeenAdminReactBundle'),
  4273.                     'namespace' => 'Pec\\Bundle\\KeenAdminReactBundle',
  4274.                 ],
  4275.                 'LexikJWTAuthenticationBundle' => [
  4276.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4277.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4278.                 ],
  4279.                 'HttplugBundle' => [
  4280.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  4281.                     'namespace' => 'Http\\HttplugBundle',
  4282.                 ],
  4283.                 'HWIOAuthBundle' => [
  4284.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  4285.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  4286.                 ],
  4287.                 'ApiPlatformBundle' => [
  4288.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4289.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4290.                 ],
  4291.                 'NelmioCorsBundle' => [
  4292.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4293.                     'namespace' => 'Nelmio\\CorsBundle',
  4294.                 ],
  4295.             ],
  4296.             'kernel.charset' => 'UTF-8',
  4297.             'kernel.container_class' => 'KernelDevDebugContainer',
  4298.             'container.dumper.inline_class_loader' => true,
  4299.             'locale' => 'en',
  4300.             'locales' => [
  4301.                 => 'en',
  4302.             ],
  4303.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  4304.             'pwencoder' => 'sodium',
  4305.             'base_path' => '/',
  4306.             'weblink_enabled' => true,
  4307.             'cache_adapter_system' => 'cache.adapter.array',
  4308.             'cache_adapter_app' => 'cache.adapter.array',
  4309.             'disable_vote_listener' => true,
  4310.             'fixtures_ignore_skipper_classes' => true,
  4311.             'fixtures_skip_namespaces' => [
  4312.             ],
  4313.             'brand_url' => false,
  4314.             'default_theme' => '@PecKeenAdminTheme/Layout/base.html.twig',
  4315.             'asset_base_scheme' => 'http',
  4316.             'asset_base_host' => '127.0.0.1',
  4317.             'asset_base_port' => 8080,
  4318.             'remote_asset_base_scheme' => 'http',
  4319.             'remote_asset_base_host' => '127.0.0.1',
  4320.             'remote_asset_base_port' => 8080,
  4321.             'remote_asset_base_path' => '',
  4322.             'search_enabled' => true,
  4323.             'stinger_search_service' => 'stinger_soft.doctrine_entity_search.search_service',
  4324.             'router.request_context.base_url' => '',
  4325.             'router.request_context.host' => 'http',
  4326.             'router.request_context.scheme' => 'http',
  4327.             'router.request_context.http_port' => 8080,
  4328.             'router.request_context.https_port' => 8080,
  4329.             'asset.request_context.base_path' => '',
  4330.             'pec_media.web_root' => (\dirname(__DIR__4).'/public'),
  4331.             'hwi_oauth.resource_owner.azure.class' => 'Pec\\Bundle\\UserBundle\\Service\\OAuth\\Azure\\AzureResourceOwner',
  4332.             'event_dispatcher.event_aliases' => [
  4333.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4334.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4335.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4336.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4337.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4338.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4339.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4340.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4341.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4342.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4343.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4344.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4345.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4346.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4347.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4348.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4349.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4350.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4351.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4352.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4353.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4354.             ],
  4355.             'fragment.renderer.hinclude.global_template' => NULL,
  4356.             'fragment.path' => '/_fragment',
  4357.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  4358.             'kernel.http_method_override' => true,
  4359.             'kernel.trusted_hosts' => [
  4360.             ],
  4361.             'kernel.default_locale' => 'en',
  4362.             'kernel.enabled_locales' => [
  4363.             ],
  4364.             'kernel.error_controller' => 'error_controller',
  4365.             'kernel.trusted_proxies' => '127.0.0.1,REMOTE_ADDR',
  4366.             'kernel.trusted_headers' => 26,
  4367.             'debug.file_link_format' => NULL,
  4368.             'asset.request_context.secure' => NULL,
  4369.             'translator.logging' => false,
  4370.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4371.             'debug.error_handler.throw_at' => -1,
  4372.             'router.resource' => 'kernel::loadRoutes',
  4373.             'request_listener.http_port' => 80,
  4374.             'request_listener.https_port' => 443,
  4375.             'session.metadata.storage_key' => '_sf2_meta',
  4376.             'session.storage.options' => [
  4377.                 'cache_limiter' => '0',
  4378.                 'cookie_path' => '/',
  4379.                 'cookie_httponly' => true,
  4380.                 'gc_probability' => 1,
  4381.             ],
  4382.             'session.save_path' => NULL,
  4383.             'session.metadata.update_threshold' => 0,
  4384.             'form.type_extension.csrf.enabled' => true,
  4385.             'form.type_extension.csrf.field_name' => '_token',
  4386.             'validator.translation_domain' => 'validators',
  4387.             'profiler_listener.only_exceptions' => false,
  4388.             'profiler_listener.only_main_requests' => false,
  4389.             'security.role_hierarchy.roles' => [
  4390.                 'ROLE_PORTAL' => [
  4391.                     => 'ROLE_USER',
  4392.                 ],
  4393.                 'ROLE_ADMIN' => [
  4394.                     => 'ROLE_PORTAL',
  4395.                 ],
  4396.                 'ROLE_SUPER_ADMIN' => [
  4397.                     => 'ROLE_ADMIN',
  4398.                 ],
  4399.             ],
  4400.             'security.access.denied_url' => NULL,
  4401.             'security.authentication.manager.erase_credentials' => true,
  4402.             'security.authentication.session_strategy.strategy' => 'migrate',
  4403.             'security.access.always_authenticate_before_granting' => false,
  4404.             'security.authentication.hide_user_not_found' => true,
  4405.             'security.firewalls' => [
  4406.                 => 'dev',
  4407.                 => 'secured_area',
  4408.             ],
  4409.             'hwi_oauth.resource_ownermap.configured.secured_area' => [
  4410.                 'azure' => 'azure_login',
  4411.             ],
  4412.             'twig.form.resources' => [
  4413.                 => 'form_div_layout.html.twig',
  4414.                 => '@PecForm/Form/theme.html.twig',
  4415.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  4416.                 => '@PecForm/Form/js_layout.html.twig',
  4417.             ],
  4418.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4419.             'monolog.use_microseconds' => true,
  4420.             'monolog.swift_mailer.handlers' => [
  4421.             ],
  4422.             'monolog.handlers_to_channels' => [
  4423.                 'monolog.handler.grouped' => NULL,
  4424.                 'monolog.handler.main' => NULL,
  4425.             ],
  4426.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  4427.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  4428.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  4429.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  4430.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  4431.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  4432.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  4433.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  4434.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  4435.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  4436.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  4437.             ],
  4438.             'swiftmailer.mailer.default.spool.enabled' => false,
  4439.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4440.             'swiftmailer.mailer.default.single_address' => NULL,
  4441.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4442.             'swiftmailer.spool.enabled' => false,
  4443.             'swiftmailer.delivery.enabled' => true,
  4444.             'swiftmailer.single_address' => NULL,
  4445.             'swiftmailer.mailers' => [
  4446.                 'default' => 'swiftmailer.mailer.default',
  4447.             ],
  4448.             'swiftmailer.default_mailer' => 'default',
  4449.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4450.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4451.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4452.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4453.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4454.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4455.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4456.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4457.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4458.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4459.             'doctrine.entity_managers' => [
  4460.                 'default' => 'doctrine.orm.default_entity_manager',
  4461.             ],
  4462.             'doctrine.default_entity_manager' => 'default',
  4463.             'doctrine.dbal.connection_factory.types' => [
  4464.             ],
  4465.             'doctrine.connections' => [
  4466.                 'default' => 'doctrine.dbal.default_connection',
  4467.             ],
  4468.             'doctrine.default_connection' => 'default',
  4469.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4470.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4471.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4472.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4473.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4474.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4475.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4476.             'doctrine.orm.cache.memcache_port' => 11211,
  4477.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4478.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4479.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4480.             'doctrine.orm.cache.memcached_port' => 11211,
  4481.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4482.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4483.             'doctrine.orm.cache.redis_host' => 'localhost',
  4484.             'doctrine.orm.cache.redis_port' => 6379,
  4485.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4486.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4487.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4488.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4489.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4490.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4491.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4492.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4493.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4494.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4495.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4496.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4497.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4498.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4499.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4500.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4501.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4502.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4503.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4504.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4505.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4506.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4507.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4508.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4509.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4510.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4511.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4512.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4513.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4514.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4515.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4516.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4517.             'knp_paginator.template.pagination' => '@PecKeenAdminTheme/Pagination/sliding_with_max_page.html.twig',
  4518.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4519.             'knp_paginator.template.sortable' => '@PecKeenAdminTheme/Pagination/order.html.twig',
  4520.             'knp_paginator.page_range' => 5,
  4521.             'knp_paginator.page_limit' => NULL,
  4522.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  4523.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  4524.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  4525.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  4526.             'jms_i18n_routing.locale_resolver.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultLocaleResolver',
  4527.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  4528.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  4529.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  4530.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  4531.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  4532.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  4533.             'jms_i18n_routing.default_locale' => 'en',
  4534.             'jms_i18n_routing.locales' => [
  4535.                 => 'en',
  4536.             ],
  4537.             'jms_i18n_routing.catalogue' => 'routes',
  4538.             'jms_i18n_routing.strategy' => 'prefix',
  4539.             'jms_i18n_routing.redirect_to_host' => true,
  4540.             'jms_i18n_routing.cookie.name' => 'hl',
  4541.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4542.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  4543.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4544.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4545.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4546.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4547.             'fos_js_routing.request_context_base_url' => NULL,
  4548.             'fos_js_routing.cache_control' => [
  4549.                 'enabled' => false,
  4550.             ],
  4551.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4552.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4553.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4554.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  4555.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4556.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4557.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  4558.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4559.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4560.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  4561.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4562.             'stof_doctrine_extensions.uploadable.manager.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadableManager',
  4563.             'stof_doctrine_extensions.uploadable.mime_type_guesser.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\MimeTypeGuesserAdapter',
  4564.             'stof_doctrine_extensions.uploadable.default_file_info.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo',
  4565.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4566.             'stof_doctrine_extensions.default_locale' => 'en',
  4567.             'stof_doctrine_extensions.translation_fallback' => true,
  4568.             'stof_doctrine_extensions.persist_default_translation' => false,
  4569.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4570.             'stof_doctrine_extensions.default_file_path' => (\dirname(__DIR__4).'/public/uploads'),
  4571.             'stof_doctrine_extensions.uploadable.validate_writable_directory' => true,
  4572.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4573.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  4574.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  4575.             'doctrine_behaviors_blameable_user_entity' => NULL,
  4576.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  4577.             'a2lix_translation_form.locale_provider' => 'default',
  4578.             'a2lix_translation_form.locales' => [
  4579.             ],
  4580.             'a2lix_translation_form.required_locales' => [
  4581.             ],
  4582.             'a2lix_translation_form.default_locale' => 'en',
  4583.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  4584.             'stinger_soft.commons.doctrine.class' => 'StingerSoft\\DoctrineCommons\\Utils\\DoctrineFunctions',
  4585.             'pec_platform.security.user_service.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\UserServiceRegistry',
  4586.             'pec_platform.security.role_service.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\RoleServiceCompilerPass',
  4587.             'pec_platform.security.fos_user_service.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\FosUserService',
  4588.             'pec_platform.security.login_service.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\LoginService',
  4589.             'pec_platform.backendevent.listener_service.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\UpdateListener',
  4590.             'pec_platform.backendevent.service.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\BackendEventService',
  4591.             'security.exception_listener.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\Firewall\\ExceptionListener',
  4592.             'pec_platform.exception_listener.class' => 'Pec\\Bundle\\PlatformBundle\\Controller\\ExceptionController',
  4593.             'pec_platform.form_extension.registration.class' => 'Pec\\Bundle\\PlatformBundle\\Form\\RegistrationTypeExtension',
  4594.             'pec_platform.security.abstract_voter.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\Authorization\\Voter\\AbstractBaseVoter',
  4595.             'pec_platform.security.abstract_doctrine_voter.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\Authorization\\Voter\\AbstractDoctrineBaseVoter',
  4596.             'pec_platform.menu.abstract_menu_service.class' => 'Pec\\Bundle\\PlatformBundle\\Menu\\AbstractMenuService',
  4597.             'knp_snappy.pdf.internal_generator.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\SnappyPdf',
  4598.             'pec_platform.theme.service.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\ThemeService',
  4599.             'pec_platform.knp.subscriber.sortable.class' => 'Pec\\Bundle\\PlatformBundle\\Subscriber\\SortableSubscriber',
  4600.             'pec_platform.security.login_listener.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\LoginListener',
  4601.             'pec_platform.user_preference_service.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\DoctrineUserPreferenceService',
  4602.             'pec_platform.registration.form.type.class' => 'Pec\\Bundle\\PlatformBundle\\Form\\RegistrationFormType',
  4603.             'pec_platform.rest.service.base.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Rest\\AbstractRestService',
  4604.             'pec_platform.session.pdo_handler.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\PdoSessionHandler',
  4605.             'pec_platform.doctrine.dbal.platform.mssql_2012.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Doctrine\\PecSQLServer2012Platform',
  4606.             'pec_platform.response_listener.no_cache.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\DisableCacheListener',
  4607.             'knp.doctrine_behaviors.reflection.class_analyzer.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Doctrine\\KnpClassAnalyzer',
  4608.             'knp.doctrine_behaviors.timestampable_subscriber.timestampable_trait' => 'Pec\\Bundle\\PlatformBundle\\Entity\\Traits\\TimestampableTrait',
  4609.             'knp.doctrine_behaviors.blameable_subscriber.blameable_trait' => 'Pec\\Bundle\\PlatformBundle\\Entity\\Traits\\BlameableTrait',
  4610.             'knp.doctrine_behaviors.sluggable_subscriber.sluggable_trait' => 'Pec\\Bundle\\PlatformBundle\\Entity\\Traits\\SluggableTrait',
  4611.             'knp.doctrine_behaviors.translatable_subscriber.translatable_trait' => 'Pec\\Bundle\\PlatformBundle\\Entity\\Traits\\TranslatableTrait',
  4612.             'knp.doctrine_behaviors.translatable_subscriber.translation_trait' => 'Pec\\Bundle\\PlatformBundle\\Entity\\Traits\\TranslationTrait',
  4613.             'knp.doctrine_behaviors.blameable_subscriber.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Doctrine\\PecBlameableSubscriber',
  4614.             'knp.doctrine_behaviors.softdeletable_subscriber.softdeletable_trait' => 'Pec\\Bundle\\PlatformBundle\\Entity\\Traits\\SoftDeletableTrait',
  4615.             'knp.doctrine_behaviors.softdeletable_subscriber.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Doctrine\\SoftDeletableSubscriber',
  4616.             'knp.doctrine_behaviors.translatable_subscriber.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Doctrine\\TranslatableSubscriber',
  4617.             'pec_platform.security.base_voter.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\Authorization\\Voter\\BaseVoter',
  4618.             'pec_platform.security.base_doctrine_voter.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\Authorization\\Voter\\DoctrineBaseVoter',
  4619.             'assetic.filter.scssphp.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\ScssphpFilter',
  4620.             'pec_platform.assetic.filter.pecjsmin.class' => 'Assetic\\Filter\\JSMinFilter',
  4621.             'pec_platform.assetic.filter.peccssmin.class' => 'Assetic\\Filter\\MinifyCssCompressorFilter',
  4622.             'pec_platform.security.group_service.fos.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\FosGroupService',
  4623.             'pec_platform.security.group_service.registry.class' => 'Pec\\Bundle\\PlatformBundle\\Security\\GroupServiceRegistry',
  4624.             'pec_platform.transformer.fqcnwithid.class' => 'Pec\\Bundle\\PlatformBundle\\Services\\Transformer\\FQCNwithIDTransformer',
  4625.             'pec_platform.homepage_route' => 'pec_dashboard_homepage',
  4626.             'pec_platform.disable_vote_listener' => true,
  4627.             'pec_platform.show_ag_grid_totals_status' => true,
  4628.             'pec_keen_admin_theme.forms.flatui_colors.type.class' => 'Pec\\Bundle\\KeenAdminThemeBundle\\Form\\FlatUiColorSelect',
  4629.             'pec_keen_admin_theme.colors.class' => 'Pec\\Bundle\\KeenAdminThemeBundle\\Service\\ColorService',
  4630.             'pec_keen.hide_global_search' => false,
  4631.             'pec_keen.service_colors' => [
  4632.                 => 'primary',
  4633.                 => 'danger',
  4634.                 => 'success',
  4635.                 => 'warning',
  4636.                 => 'info',
  4637.                 => 'dark',
  4638.             ],
  4639.             'pec_select2_form.base.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\BaseType',
  4640.             'pec_select2_form.choice.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\Select2ChoiceType',
  4641.             'pec_select2_form.country.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\Select2CountryType',
  4642.             'pec_select2_form.entity.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\Select2EntityType',
  4643.             'pec_select2_form.hierarchical.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\Select2HierarchicalType',
  4644.             'pec_select2_form.sync_tag.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\Select2SyncTagType',
  4645.             'pec_select2_form.async_tag.type.class' => 'Pec\\Bundle\\Select2FormBundle\\Form\\Select2AsyncTagType',
  4646.             'pec_media.upload.manager.class' => 'Pec\\Bundle\\MediaBundle\\Service\\StofUploadManager',
  4647.             'pec_media.item.manager.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Item\\ItemManager',
  4648.             'pec_media.item.service.image.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Item\\ImageService',
  4649.             'pec_media.item.service.icon.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Item\\IconService',
  4650.             'pec_media.item.service.document.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Item\\DocumentService',
  4651.             'pec_media.item.service.font_icon.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Item\\FontIconService',
  4652.             'pec_media.item.service.video.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Item\\VideoService',
  4653.             'pec_media.item.manipulation.image.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Image\\ImagineImageManipulationService',
  4654.             'pec_media.twig.image_extension.class' => 'Pec\\Bundle\\MediaBundle\\Twig\\ImageFilter',
  4655.             'pec_media.cache_prefix' => 'media/cache',
  4656.             'pec_media.imagine.gd.class' => 'Imagine\\Gd\\Imagine',
  4657.             'pec_media.imagine.imagick.class' => 'Imagine\\Imagick\\Imagine',
  4658.             'pec_media.imagine.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  4659.             'pec_media.renderer.manager.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Renderer\\RendererManager',
  4660.             'pec_media.renderer.base.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Renderer\\BaseRenderer',
  4661.             'pec_media.renderer.file.base.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Renderer\\BaseFileRenderer',
  4662.             'pec_media.renderer.file.pdf.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Renderer\\PDFRenderer',
  4663.             'pec_media.restful.service.pdf.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Rest\\PdfRestService',
  4664.             'pec_media.renderer.file.ppt.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Renderer\\PowerPointRenderer',
  4665.             'pec_media.restful.service.ppt.class' => 'Pec\\Bundle\\MediaBundle\\Service\\Rest\\PowerPointRestService',
  4666.             'pec_media.security.role_service.class' => 'Pec\\Bundle\\MediaBundle\\Service\\RoleService',
  4667.             'pec_media.max_upload_size' => 10000000,
  4668.             'pec_brandingbranding_theme' => NULL,
  4669.             'zicht_tinymce.config' => [
  4670.                 'version' => '4.1.4',
  4671.                 'include_jquery' => false,
  4672.                 'tinymce_jquery' => false,
  4673.                 'use_callback_tinymce_init' => false,
  4674.                 'selector' => '.tinymce',
  4675.                 'language' => NULL,
  4676.                 'theme' => [
  4677.                     'advanced' => [
  4678.                         'theme' => 'modern',
  4679.                         'plugins' => [
  4680.                             => 'advlist autolink lists link image charmap print preview hr anchor pagebreak',
  4681.                             => 'searchreplace wordcount visualblocks visualchars code fullscreen',
  4682.                             => 'insertdatetime media nonbreaking save table contextmenu directionality',
  4683.                             => 'emoticons template paste textcolor',
  4684.                         ],
  4685.                         'toolbar1' => 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify'."\n".'                                   | bullist numlist outdent indent | link image',
  4686.                         'toolbar2' => 'print preview media | forecolor backcolor emoticons',
  4687.                         'image_advtab' => true,
  4688.                     ],
  4689.                     'simple' => [
  4690.                     ],
  4691.                 ],
  4692.                 'tinymce_buttons' => [
  4693.                 ],
  4694.                 'external_plugins' => [
  4695.                 ],
  4696.             ],
  4697.             'zicht_tinymce.twig.extension.class' => 'Zicht\\Bundle\\TinymceBundle\\Twig\\Extension\\ZichtTinymceExtension',
  4698.             'knp_menu.renderer.list.options' => [
  4699.             ],
  4700.             'knp_menu.renderer.twig.options' => [
  4701.             ],
  4702.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4703.             'knp_menu.default_renderer' => 'twig',
  4704.             'stinger_soft_entity_search.facets.author.class' => 'StingerSoft\\EntitySearchBundle\\Services\\Facet\\AuthorFacet',
  4705.             'stinger_soft_entity_search.facets.editors.class' => 'StingerSoft\\EntitySearchBundle\\Services\\Facet\\EditorsFacet',
  4706.             'stinger_soft_entity_search.facets.type.class' => 'StingerSoft\\EntitySearchBundle\\Services\\Facet\\TypeFacet',
  4707.             'stinger_soft_entity_search.facets.filetype.class' => 'StingerSoft\\EntitySearchBundle\\Services\\Facet\\FileTypeFacet',
  4708.             'stinger_soft.entity_search.available_facets' => [
  4709.                 => 'stinger_soft_entity_search.facets.author',
  4710.                 => 'stinger_soft_entity_search.facets.editors',
  4711.                 => 'stinger_soft_entity_search.facets.type',
  4712.             ],
  4713.             'stinger_soft.entity_search.doctrine.listener.class' => 'StingerSoft\\EntitySearchBundle\\Services\\DoctrineListener',
  4714.             'stinger_soft.entity_search.entity_to_document_mapper.class' => 'StingerSoft\\EntitySearchBundle\\Services\\Mapping\\EntityToDocumentMapper',
  4715.             'stinger_soft.entity_search.search_service.class' => 'StingerSoft\\EntitySearchBundle\\Services\\DummySearchService',
  4716.             'stinger_soft.entity_search.document_to_entity_mapper.class' => 'StingerSoft\\EntitySearchBundle\\Services\\Mapping\\DocumentToEntityMapper',
  4717.             'stinger_soft.entity_search.forms.query_type.class' => 'StingerSoft\\EntitySearchBundle\\Form\\QueryType',
  4718.             'stinger_soft.twig_extensions.array.class' => 'StingerSoft\\TwigExtensions\\ArrayExtensions',
  4719.             'stinger_soft.twig_extensions.pretty_print.class' => 'StingerSoft\\TwigExtensions\\PrettyPrintExtensions',
  4720.             'stinger_soft.twig_extensions.static.class' => 'StingerSoft\\TwigExtensions\\StaticExtensions',
  4721.             'stinger_soft.twig_extensions.string.class' => 'StingerSoft\\TwigExtensions\\StringExtensions',
  4722.             'stinger_soft.twig_extensions.doctrine.class' => 'StingerSoft\\TwigExtensions\\DoctrineExtensions',
  4723.             'stingersoft_aggrid.twig.grid_template_html' => '@StingerSoftAggrid/Grid/grid.html.twig',
  4724.             'stingersoft_aggrid.twig.grid_template_js' => '@StingerSoftAggrid/Grid/grid.js.twig',
  4725.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4726.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4727.             'web_profiler.debug_toolbar.mode' => 2,
  4728.             'pec_user.allow_registration' => false,
  4729.             'pec_user.allow_password_reset' => false,
  4730.             'pec_user.additional_logins' => [
  4731.                 'azure' => [
  4732.                     'label' => 'pec_user.oauth.azure.label',
  4733.                     'icon' => 'fab fa-microsoft',
  4734.                     'route' => 'hwi_oauth_service_redirect',
  4735.                     'route_params' => [
  4736.                         'service' => 'azure',
  4737.                     ],
  4738.                     'translation_domain' => 'PecUserBundle',
  4739.                 ],
  4740.             ],
  4741.             'pec_user_admin.security.role_service.class' => 'Pec\\Bundle\\UserAdminBundle\\Service\\RoleService',
  4742.             'pec_user_admin.mailer_service.class' => 'Pec\\Bundle\\UserAdminBundle\\Service\\Mailer',
  4743.             'pec_user_admin_support_user_deletion' => false,
  4744.             'pec_user_admin_support_password_change' => true,
  4745.             'rollerworks_password_strength.blacklist_provider' => 'rollerworks_password_strength.blacklist.provider.noop',
  4746.             'rollerworks_password_strength.blacklist.sqlite.dsn' => '',
  4747.             'pec_notification.menu_listener.class' => 'Pec\\Bundle\\NotificationBundle\\Service\\MenuListener',
  4748.             'pec_notification.notification_service.class' => 'Pec\\Bundle\\NotificationBundle\\Service\\NotificationService',
  4749.             'pec_notification.channel_manager.class' => 'Pec\\Bundle\\NotificationBundle\\Service\\Channels\\ChannelManager',
  4750.             'pec_notification.channel.platform.class' => 'Pec\\Bundle\\NotificationBundle\\Service\\Channels\\PlatformChannel',
  4751.             'pec_notification.channel.mail.class' => 'Pec\\Bundle\\NotificationBundle\\Service\\Channels\\MailChannel',
  4752.             'pec_notification.generator_manager.class' => 'Pec\\Bundle\\NotificationBundle\\Service\\Generator\\GeneratorManager',
  4753.             'stinger_soft.doctrine_entity_search.search_service.class' => 'StingerSoft\\DoctrineEntitySearchBundle\\Services\\SearchService',
  4754.             'stinger_soft.doctrine_entity_search.document.class' => 'StingerSoft\\DoctrineEntitySearchBundle\\Entity\\Document',
  4755.             'stinger_soft.doctrine_entity_search.field.class' => 'StingerSoft\\DoctrineEntitySearchBundle\\Entity\\Field',
  4756.             'pec_company.command.convert_addresses.class' => 'Pec\\Bundle\\CompanyBundle\\Command\\ConvertAddressToStreetAndNumberCommand',
  4757.             'pec_company.security.role_service.class' => 'Pec\\Bundle\\CompanyBundle\\Service\\RoleService',
  4758.             'pec_company.form.company_type.class' => 'Pec\\Bundle\\CompanyBundle\\Form\\CompanyType',
  4759.             'pec_company.form.company_member_type.class' => 'Pec\\Bundle\\CompanyBundle\\Form\\CompanyMemberType',
  4760.             'pec_company.security.company_function_service.class' => 'Pec\\Bundle\\CompanyBundle\\Service\\CompanyFunction\\CompanyFunctionService',
  4761.             'pec_company.security.company_function.owner.class' => 'Pec\\Bundle\\CompanyBundle\\Service\\CompanyFunction\\CompanyOwnerFunction',
  4762.             'pec_company.support_members' => false,
  4763.             'lexik_jwt_authentication.token_ttl' => 3600,
  4764.             'lexik_jwt_authentication.clock_skew' => 0,
  4765.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4766.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4767.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4768.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4769.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4770.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  4771.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  4772.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  4773.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  4774.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  4775.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  4776.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  4777.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  4778.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  4779.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  4780.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  4781.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  4782.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  4783.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  4784.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  4785.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  4786.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  4787.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  4788.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  4789.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  4790.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  4791.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  4792.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  4793.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  4794.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  4795.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  4796.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  4797.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  4798.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  4799.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  4800.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  4801.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  4802.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  4803.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  4804.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  4805.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  4806.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  4807.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  4808.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  4809.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  4810.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  4811.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  4812.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  4813.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  4814.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  4815.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  4816.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  4817.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  4818.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  4819.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  4820.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  4821.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  4822.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  4823.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  4824.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  4825.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  4826.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  4827.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  4828.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  4829.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  4830.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  4831.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  4832.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  4833.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  4834.             'hwi_oauth.firewall_names' => [
  4835.                 => 'secured_area',
  4836.             ],
  4837.             'hwi_oauth.target_path_parameter' => NULL,
  4838.             'hwi_oauth.target_path_domains_whitelist' => [
  4839.             ],
  4840.             'hwi_oauth.use_referer' => false,
  4841.             'hwi_oauth.failed_use_referer' => false,
  4842.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  4843.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  4844.             'hwi_oauth.resource_owners' => [
  4845.                 'azure' => 'azure',
  4846.             ],
  4847.             'hwi_oauth.connect.confirmation' => false,
  4848.             'hwi_oauth.fosub_enabled' => false,
  4849.             'hwi_oauth.connect' => false,
  4850.             'api_platform.metadata_backward_compatibility_layer' => false,
  4851.             'api_platform.enable_entrypoint' => true,
  4852.             'api_platform.enable_docs' => true,
  4853.             'api_platform.title' => '',
  4854.             'api_platform.description' => '',
  4855.             'api_platform.version' => '0.0.0',
  4856.             'api_platform.show_webby' => false,
  4857.             'api_platform.url_generation_strategy' => 1,
  4858.             'api_platform.exception_to_status' => [
  4859.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4860.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4861.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4862.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4863.             ],
  4864.             'api_platform.formats' => [
  4865.                 'jsonld' => [
  4866.                     => 'application/ld+json',
  4867.                 ],
  4868.                 'json' => [
  4869.                     => 'application/json',
  4870.                 ],
  4871.                 'html' => [
  4872.                     => 'text/html',
  4873.                 ],
  4874.             ],
  4875.             'api_platform.patch_formats' => [
  4876.             ],
  4877.             'api_platform.error_formats' => [
  4878.                 'jsonproblem' => [
  4879.                     => 'application/problem+json',
  4880.                 ],
  4881.                 'jsonld' => [
  4882.                     => 'application/ld+json',
  4883.                 ],
  4884.             ],
  4885.             'api_platform.allow_plain_identifiers' => false,
  4886.             'api_platform.eager_loading.enabled' => true,
  4887.             'api_platform.eager_loading.max_joins' => 30,
  4888.             'api_platform.eager_loading.fetch_partial' => false,
  4889.             'api_platform.eager_loading.force_eager' => true,
  4890.             'api_platform.collection.exists_parameter_name' => 'exists',
  4891.             'api_platform.collection.order' => 'ASC',
  4892.             'api_platform.collection.order_parameter_name' => 'order',
  4893.             'api_platform.collection.order_nulls_comparison' => NULL,
  4894.             'api_platform.collection.pagination.enabled' => true,
  4895.             'api_platform.collection.pagination.partial' => false,
  4896.             'api_platform.collection.pagination.client_enabled' => false,
  4897.             'api_platform.collection.pagination.client_items_per_page' => false,
  4898.             'api_platform.collection.pagination.client_partial' => false,
  4899.             'api_platform.collection.pagination.items_per_page' => 30,
  4900.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4901.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  4902.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4903.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4904.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4905.             'api_platform.collection.pagination' => [
  4906.                 'enabled' => true,
  4907.                 'partial' => false,
  4908.                 'client_enabled' => false,
  4909.                 'client_items_per_page' => false,
  4910.                 'client_partial' => false,
  4911.                 'items_per_page' => 30,
  4912.                 'maximum_items_per_page' => NULL,
  4913.                 'page_parameter_name' => 'page',
  4914.                 'enabled_parameter_name' => 'pagination',
  4915.                 'items_per_page_parameter_name' => 'itemsPerPage',
  4916.                 'partial_parameter_name' => 'partial',
  4917.             ],
  4918.             'api_platform.http_cache.etag' => true,
  4919.             'api_platform.http_cache.max_age' => NULL,
  4920.             'api_platform.http_cache.shared_max_age' => NULL,
  4921.             'api_platform.http_cache.vary' => [
  4922.                 => 'Accept',
  4923.             ],
  4924.             'api_platform.http_cache.public' => NULL,
  4925.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4926.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4927.             'api_platform.asset_package' => NULL,
  4928.             'api_platform.defaults' => [
  4929.                 'extra_properties' => [
  4930.                 ],
  4931.                 'normalization_context' => [
  4932.                     'skip_null_values' => true,
  4933.                     'enable_max_depth' => true,
  4934.                 ],
  4935.             ],
  4936.             'api_platform.resource_class_directories' => [
  4937.                 => (\dirname(__DIR__4).'/vendor/pec-platform/platform-bundle/Entity'),
  4938.                 => (\dirname(__DIR__4).'/vendor/pec-platform/media-bundle/Pec/Bundle/MediaBundle/Entity'),
  4939.                 => (\dirname(__DIR__4).'/vendor/pec-platform/dashboard-bundle/Pec/Bundle/DashboardBundle/Entity'),
  4940.                 => (\dirname(__DIR__4).'/vendor/pec-platform/tagging-bundle/Pec/Bundle/TaggingBundle/Entity'),
  4941.                 => (\dirname(__DIR__4).'/vendor/pec-platform/migration-bundle/Pec/Bundle/MigrationBundle/Entity'),
  4942.                 => (\dirname(__DIR__4).'/vendor/pec-platform/form-bundle/Entity'),
  4943.                 => (\dirname(__DIR__4).'/vendor/pec-platform/menu-bundle/Entity'),
  4944.                 => (\dirname(__DIR__4).'/vendor/pec-platform/search-bundle/Entity'),
  4945.                 => (\dirname(__DIR__4).'/vendor/pec-platform/user-bundle/Entity'),
  4946.                 => (\dirname(__DIR__4).'/vendor/pec-platform/notification-bundle/src/Entity'),
  4947.                 10 => (\dirname(__DIR__4).'/vendor/stinger-soft/doctrine-entity-search-bundle/Entity'),
  4948.                 11 => (\dirname(__DIR__4).'/vendor/pec-platform/company-bundle/Pec/Bundle/CompanyBundle/Entity'),
  4949.                 12 => (\dirname(__DIR__4).'/src/Pec/Bundle/GlobalFluidDatabaseBundle/Entity'),
  4950.             ],
  4951.             'api_platform.oauth.enabled' => false,
  4952.             'api_platform.oauth.clientId' => '',
  4953.             'api_platform.oauth.clientSecret' => '',
  4954.             'api_platform.oauth.type' => 'oauth2',
  4955.             'api_platform.oauth.flow' => 'application',
  4956.             'api_platform.oauth.tokenUrl' => '',
  4957.             'api_platform.oauth.authorizationUrl' => '',
  4958.             'api_platform.oauth.refreshUrl' => '',
  4959.             'api_platform.oauth.scopes' => [
  4960.             ],
  4961.             'api_platform.oauth.pkce' => false,
  4962.             'api_platform.openapi.termsOfService' => NULL,
  4963.             'api_platform.openapi.contact.name' => NULL,
  4964.             'api_platform.openapi.contact.url' => NULL,
  4965.             'api_platform.openapi.contact.email' => NULL,
  4966.             'api_platform.openapi.license.name' => NULL,
  4967.             'api_platform.openapi.license.url' => NULL,
  4968.             'api_platform.swagger.versions' => [
  4969.                 => 2,
  4970.                 => 3,
  4971.             ],
  4972.             'api_platform.enable_swagger_ui' => true,
  4973.             'api_platform.enable_re_doc' => true,
  4974.             'api_platform.swagger.api_keys' => [
  4975.             ],
  4976.             'api_platform.swagger_ui.extra_configuration' => [
  4977.             ],
  4978.             'api_platform.graphql.enabled' => true,
  4979.             'api_platform.graphql.graphiql.enabled' => true,
  4980.             'api_platform.graphql.graphql_playground.enabled' => true,
  4981.             'api_platform.graphql.collection.pagination' => [
  4982.                 'enabled' => true,
  4983.             ],
  4984.             'api_platform.graphql.default_ide' => 'graphiql',
  4985.             'api_platform.graphql.nesting_separator' => '_',
  4986.             'api_platform.validator.serialize_payload_fields' => [
  4987.             ],
  4988.             'api_platform.validator.query_parameter_validation' => true,
  4989.             'api_platform.elasticsearch.enabled' => false,
  4990.             'nelmio_cors.map' => [
  4991.             ],
  4992.             'nelmio_cors.defaults' => [
  4993.                 'allow_origin' => [
  4994.                 ],
  4995.                 'allow_credentials' => false,
  4996.                 'allow_headers' => [
  4997.                 ],
  4998.                 'allow_private_network' => false,
  4999.                 'expose_headers' => [
  5000.                 ],
  5001.                 'allow_methods' => [
  5002.                 ],
  5003.                 'max_age' => 0,
  5004.                 'hosts' => [
  5005.                 ],
  5006.                 'origin_regex' => false,
  5007.                 'forced_allow_origin_value' => NULL,
  5008.                 'skip_same_as_origin' => true,
  5009.             ],
  5010.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5011.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5012.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5013.             'data_collector.templates' => [
  5014.                 'data_collector.request' => [
  5015.                     => 'request',
  5016.                     => '@WebProfiler/Collector/request.html.twig',
  5017.                 ],
  5018.                 'api_platform.data_collector.request' => [
  5019.                     => 'api_platform.data_collector.request',
  5020.                     => '@ApiPlatform/DataCollector/request.html.twig',
  5021.                 ],
  5022.                 'data_collector.time' => [
  5023.                     => 'time',
  5024.                     => '@WebProfiler/Collector/time.html.twig',
  5025.                 ],
  5026.                 'data_collector.memory' => [
  5027.                     => 'memory',
  5028.                     => '@WebProfiler/Collector/memory.html.twig',
  5029.                 ],
  5030.                 'data_collector.validator' => [
  5031.                     => 'validator',
  5032.                     => '@WebProfiler/Collector/validator.html.twig',
  5033.                 ],
  5034.                 'data_collector.ajax' => [
  5035.                     => 'ajax',
  5036.                     => '@WebProfiler/Collector/ajax.html.twig',
  5037.                 ],
  5038.                 'data_collector.form' => [
  5039.                     => 'form',
  5040.                     => '@WebProfiler/Collector/form.html.twig',
  5041.                 ],
  5042.                 'data_collector.exception' => [
  5043.                     => 'exception',
  5044.                     => '@WebProfiler/Collector/exception.html.twig',
  5045.                 ],
  5046.                 'data_collector.logger' => [
  5047.                     => 'logger',
  5048.                     => '@WebProfiler/Collector/logger.html.twig',
  5049.                 ],
  5050.                 'data_collector.events' => [
  5051.                     => 'events',
  5052.                     => '@WebProfiler/Collector/events.html.twig',
  5053.                 ],
  5054.                 'data_collector.router' => [
  5055.                     => 'router',
  5056.                     => '@WebProfiler/Collector/router.html.twig',
  5057.                 ],
  5058.                 'data_collector.cache' => [
  5059.                     => 'cache',
  5060.                     => '@WebProfiler/Collector/cache.html.twig',
  5061.                 ],
  5062.                 'data_collector.translation' => [
  5063.                     => 'translation',
  5064.                     => '@WebProfiler/Collector/translation.html.twig',
  5065.                 ],
  5066.                 'data_collector.security' => [
  5067.                     => 'security',
  5068.                     => '@Security/Collector/security.html.twig',
  5069.                 ],
  5070.                 'data_collector.twig' => [
  5071.                     => 'twig',
  5072.                     => '@WebProfiler/Collector/twig.html.twig',
  5073.                 ],
  5074.                 'data_collector.doctrine' => [
  5075.                     => 'db',
  5076.                     => '@Doctrine/Collector/db.html.twig',
  5077.                 ],
  5078.                 'swiftmailer.data_collector' => [
  5079.                     => 'swiftmailer',
  5080.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  5081.                 ],
  5082.                 'data_collector.dump' => [
  5083.                     => 'dump',
  5084.                     => '@Debug/Profiler/dump.html.twig',
  5085.                 ],
  5086.                 'httplug.collector.collector' => [
  5087.                     => 'httplug',
  5088.                     => '@Httplug/webprofiler.html.twig',
  5089.                 ],
  5090.                 'data_collector.messenger' => [
  5091.                     => 'messenger',
  5092.                     => '@WebProfiler/Collector/messenger.html.twig',
  5093.                 ],
  5094.                 'mailer.data_collector' => [
  5095.                     => 'mailer',
  5096.                     => '@WebProfiler/Collector/mailer.html.twig',
  5097.                 ],
  5098.                 'Pec\\Bundle\\PlatformBundle\\Services\\Debug\\GitModulesDataCollector' => NULL,
  5099.                 'pec_platform.web_debug.git_modules_collector' => [
  5100.                     => 'pec_platform.data_collector.git_modules',
  5101.                     => '@PecPlatform/Debug/git_data_toolbar.html.twig',
  5102.                 ],
  5103.                 'data_collector.config' => [
  5104.                     => 'config',
  5105.                     => '@WebProfiler/Collector/config.html.twig',
  5106.                 ],
  5107.             ],
  5108.             'console.command.ids' => [
  5109.                 => 'console.command.public_alias.Pec\\Bundle\\PlatformBundle\\Command\\ClearApcCacheCommand',
  5110.                 => 'console.command.public_alias.Pec\\Bundle\\PlatformBundle\\Command\\OrphanedRoutesCommand',
  5111.             ],
  5112.         ];
  5113.     }
  5114.     protected function throw($message)
  5115.     {
  5116.         throw new RuntimeException($message);
  5117.     }
  5118. }