var/cache/dev/ContainerQdtE8xt/App_KernelDevDebugContainer.php line 9446

Open in your IDE?
  1. <?php
  2. namespace ContainerQdtE8xt;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService',
  47.             'App\\Controller\\Admin\\NotificationController' => 'getNotificationControllerService',
  48.             'App\\Controller\\Admin\\RoleController' => 'getRoleControllerService',
  49.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  50.             'App\\Controller\\Connectivity\\ConnectorController' => 'getConnectorControllerService',
  51.             'App\\Controller\\Dam\\FileController' => 'getFileControllerService',
  52.             'App\\Controller\\Dam\\FolderController' => 'getFolderControllerService',
  53.             'App\\Controller\\Dam\\FormatController' => 'getFormatControllerService',
  54.             'App\\Controller\\Dam\\OneDriveController' => 'getOneDriveControllerService',
  55.             'App\\Controller\\Dashboard\\DashboardController' => 'getDashboardControllerService',
  56.             'App\\Controller\\Exports\\ExportController' => 'getExportControllerService',
  57.             'App\\Controller\\IA\\IaController' => 'getIaControllerService',
  58.             'App\\Controller\\Imports\\ImportController' => 'getImportControllerService',
  59.             'App\\Controller\\Main\\ApiController' => 'getApiControllerService',
  60.             'App\\Controller\\Main\\DemoController' => 'getDemoControllerService',
  61.             'App\\Controller\\Main\\HistoricalController' => 'getHistoricalControllerService',
  62.             'App\\Controller\\Main\\MainController' => 'getMainControllerService',
  63.             'App\\Controller\\Main\\SecurityController' => 'getSecurityControllerService',
  64.             'App\\Controller\\Main\\StatusController' => 'getStatusControllerService',
  65.             'App\\Controller\\Pim\\AttributeController' => 'getAttributeControllerService',
  66.             'App\\Controller\\Pim\\AttributesGroupController' => 'getAttributesGroupControllerService',
  67.             'App\\Controller\\Pim\\CategoryController' => 'getCategoryControllerService',
  68.             'App\\Controller\\Pim\\ChannelController' => 'getChannelControllerService',
  69.             'App\\Controller\\Pim\\EtimController' => 'getEtimControllerService',
  70.             'App\\Controller\\Pim\\FamilyController' => 'getFamilyControllerService',
  71.             'App\\Controller\\Pim\\ProductController' => 'getProductControllerService',
  72.             'App\\Controller\\Pim\\ReferentialController' => 'getReferentialControllerService',
  73.             'App\\Controller\\Web2Print\\GeneratorController' => 'getGeneratorControllerService',
  74.             'App\\Controller\\Web2Print\\MainController' => 'getMainController2Service',
  75.             'App\\Controller\\Web2Print\\PageTemplateController' => 'getPageTemplateControllerService',
  76.             'App\\Controller\\Web2Print\\ProductTemplateController' => 'getProductTemplateControllerService',
  77.             'App\\Controller\\Web2Print\\PublicationController' => 'getPublicationControllerService',
  78.             'App\\Controller\\Workflow\\WorkflowController' => 'getWorkflowControllerService',
  79.             'App\\Controller\\Workflow\\WorkflowItemController' => 'getWorkflowItemControllerService',
  80.             'App\\Controller\\Workflow\\WorkflowProcessController' => 'getWorkflowProcessControllerService',
  81.             'App\\Enum\\ApiCodeEnum' => 'getApiCodeEnumService',
  82.             'App\\Enum\\AssociationTypeEnum' => 'getAssociationTypeEnumService',
  83.             'App\\Enum\\AttributeEnum' => 'getAttributeEnumService',
  84.             'App\\Enum\\BmeCatEnum' => 'getBmeCatEnumService',
  85.             'App\\Enum\\BooleanEnum' => 'getBooleanEnumService',
  86.             'App\\Enum\\ConditionEnum' => 'getConditionEnumService',
  87.             'App\\Enum\\Connector\\ConnectorTypeEnum' => 'getConnectorTypeEnumService',
  88.             'App\\Enum\\Connector\\PrestashopAttributeListEnum' => 'getPrestashopAttributeListEnumService',
  89.             'App\\Enum\\Connector\\ShopifyAttributeListEnum' => 'getShopifyAttributeListEnumService',
  90.             'App\\Enum\\CustomerTypeEnum' => 'getCustomerTypeEnumService',
  91.             'App\\Enum\\Dashboard\\BreakpointEnum' => 'getBreakpointEnumService',
  92.             'App\\Enum\\Dashboard\\GridEnum' => 'getGridEnumService',
  93.             'App\\Enum\\Dashboard\\WidgetTypeEnum' => 'getWidgetTypeEnumService',
  94.             'App\\Enum\\DeclinationReferenceEnum' => 'getDeclinationReferenceEnumService',
  95.             'App\\Enum\\DeeplLanguageEnum' => 'getDeeplLanguageEnumService',
  96.             'App\\Enum\\EtimEnum' => 'getEtimEnumService',
  97.             'App\\Enum\\ExportFilterEnum' => 'getExportFilterEnumService',
  98.             'App\\Enum\\FabDisEnum' => 'getFabDisEnumService',
  99.             'App\\Enum\\FeatureToggleEnum' => 'getFeatureToggleEnumService',
  100.             'App\\Enum\\FileExtensionEnum' => 'getFileExtensionEnumService',
  101.             'App\\Enum\\FontAwesomeFileIconsEnum' => 'getFontAwesomeFileIconsEnumService',
  102.             'App\\Enum\\HistoricalEnum' => 'getHistoricalEnumService',
  103.             'App\\Enum\\LanguageEnum' => 'getLanguageEnumService',
  104.             'App\\Enum\\NotificationEnum' => 'getNotificationEnumService',
  105.             'App\\Enum\\PrivilegeEnum' => 'getPrivilegeEnumService',
  106.             'App\\Enum\\RestrictionObjectTypeEnum' => 'getRestrictionObjectTypeEnumService',
  107.             'App\\Enum\\UnitEnum' => 'getUnitEnumService',
  108.             'App\\Enum\\W2PEnum' => 'getW2PEnumService',
  109.             'App\\Enum\\Workflow\\DataTypeEnum' => 'getDataTypeEnumService',
  110.             'App\\Enum\\Workflow\\ObjectTypeEnum' => 'getObjectTypeEnumService',
  111.             'App\\Enum\\Workflow\\UpdateTypeEnum' => 'getUpdateTypeEnumService',
  112.             'App\\EventListener\\BeforeLogoutListener' => 'getBeforeLogoutListenerService',
  113.             'App\\EventListener\\LocaleListener' => 'getLocaleListenerService',
  114.             'App\\EventListener\\TerminologiesListener' => 'getTerminologiesListenerService',
  115.             'App\\Exception\\InvalidFormatException' => 'getInvalidFormatExceptionService',
  116.             'App\\Exception\\RefreshTokenError' => 'getRefreshTokenErrorService',
  117.             'App\\Form\\Admin\\Customer\\CustomizationType' => 'getCustomizationTypeService',
  118.             'App\\Form\\Admin\\User\\ContextType' => 'getContextTypeService',
  119.             'App\\Form\\Admin\\User\\DashboardViewType' => 'getDashboardViewTypeService',
  120.             'App\\Form\\Admin\\User\\GeneralType' => 'getGeneralTypeService',
  121.             'App\\Form\\Admin\\User\\WorkflowMailType' => 'getWorkflowMailTypeService',
  122.             'App\\Form\\ExtentionType\\CustomCheckboxType' => 'getCustomCheckboxTypeService',
  123.             'App\\Form\\Main\\DefinePasswordType' => 'getDefinePasswordTypeService',
  124.             'App\\Form\\Main\\DefineTwoAuthType' => 'getDefineTwoAuthTypeService',
  125.             'App\\Form\\Main\\FirstLoginType' => 'getFirstLoginTypeService',
  126.             'App\\Form\\Main\\LoginType' => 'getLoginTypeService',
  127.             'App\\Form\\Main\\RecoverPasswordType' => 'getRecoverPasswordTypeService',
  128.             'App\\Security\\LoginFormAuthenticator' => 'getLoginFormAuthenticatorService',
  129.             'App\\Security\\UserProvider' => 'getUserProviderService',
  130.             'App\\Services\\Admin\\ContextService' => 'getContextServiceService',
  131.             'App\\Services\\Admin\\CustomerService' => 'getCustomerServiceService',
  132.             'App\\Services\\Admin\\NotificationService' => 'getNotificationServiceService',
  133.             'App\\Services\\Admin\\PrivilegeService' => 'getPrivilegeServiceService',
  134.             'App\\Services\\Admin\\RoleService' => 'getRoleServiceService',
  135.             'App\\Services\\Admin\\UserService' => 'getUserServiceService',
  136.             'App\\Services\\Connectivity\\ConnectorService' => 'getConnectorServiceService',
  137.             'App\\Services\\Dam\\FileService' => 'getFileServiceService',
  138.             'App\\Services\\Dam\\FolderService' => 'getFolderServiceService',
  139.             'App\\Services\\Dam\\FormatService' => 'getFormatServiceService',
  140.             'App\\Services\\Dam\\OneDriveService' => 'getOneDriveServiceService',
  141.             'App\\Services\\Dashboard\\WidgetService' => 'getWidgetServiceService',
  142.             'App\\Services\\IA\\OpenAIService' => 'getOpenAIServiceService',
  143.             'App\\Services\\Main\\ApiRequestService' => 'getApiRequestServiceService',
  144.             'App\\Services\\Main\\ApiService' => 'getApiServiceService',
  145.             'App\\Services\\Main\\DemoService' => 'getDemoServiceService',
  146.             'App\\Services\\Main\\ExportService' => 'getExportServiceService',
  147.             'App\\Services\\Main\\HistoricalService' => 'getHistoricalServiceService',
  148.             'App\\Services\\Main\\ImportService' => 'getImportServiceService',
  149.             'App\\Services\\Main\\SecurityService' => 'getSecurityServiceService',
  150.             'App\\Services\\Main\\StatusService' => 'getStatusServiceService',
  151.             'App\\Services\\Pim\\AssociationService' => 'getAssociationServiceService',
  152.             'App\\Services\\Pim\\AttributeService' => 'getAttributeServiceService',
  153.             'App\\Services\\Pim\\AttributesGroupService' => 'getAttributesGroupServiceService',
  154.             'App\\Services\\Pim\\CategoryService' => 'getCategoryServiceService',
  155.             'App\\Services\\Pim\\ChannelService' => 'getChannelServiceService',
  156.             'App\\Services\\Pim\\EtimService' => 'getEtimServiceService',
  157.             'App\\Services\\Pim\\FamilyService' => 'getFamilyServiceService',
  158.             'App\\Services\\Pim\\ProductService' => 'getProductServiceService',
  159.             'App\\Services\\Pim\\ReferentialService' => 'getReferentialServiceService',
  160.             'App\\Services\\Util\\ChartService' => 'getChartServiceService',
  161.             'App\\Services\\Util\\ClockService' => 'getClockServiceService',
  162.             'App\\Services\\Util\\ColorService' => 'getColorServiceService',
  163.             'App\\Services\\Util\\ConfigService' => 'getConfigServiceService',
  164.             'App\\Services\\Util\\FileService' => 'getFileService2Service',
  165.             'App\\Services\\Util\\JsonService' => 'getJsonServiceService',
  166.             'App\\Services\\Util\\RealTimeService' => 'getRealTimeServiceService',
  167.             'App\\Services\\Util\\UtilService' => 'getUtilServiceService',
  168.             'App\\Services\\Web2Print\\ExportService' => 'getExportService2Service',
  169.             'App\\Services\\Web2Print\\GenerationService' => 'getGenerationServiceService',
  170.             'App\\Services\\Web2Print\\MediaService' => 'getMediaServiceService',
  171.             'App\\Services\\Web2Print\\PageTemplateService' => 'getPageTemplateServiceService',
  172.             'App\\Services\\Web2Print\\ProductTemplateService' => 'getProductTemplateServiceService',
  173.             'App\\Services\\Web2Print\\PublicationService' => 'getPublicationServiceService',
  174.             'App\\Services\\Workflow\\WorkflowItemService' => 'getWorkflowItemServiceService',
  175.             'App\\Services\\Workflow\\WorkflowProcessService' => 'getWorkflowProcessServiceService',
  176.             'App\\Services\\Workflow\\WorkflowService' => 'getWorkflowServiceService',
  177.             'App\\Twig\\AssetsTwigExtension' => 'getAssetsTwigExtensionService',
  178.             'App\\Twig\\ColorsTwigExtension' => 'getColorsTwigExtensionService',
  179.             'App\\Twig\\IeTwigExtension' => 'getIeTwigExtensionService',
  180.             'App\\Twig\\TranslationExtension' => 'getTranslationExtensionService',
  181.             'App\\Twig\\UserTwigExtension' => 'getUserTwigExtensionService',
  182.             'Hslavich\\OneloginSamlBundle\\Controller\\SamlController' => 'getSamlControllerService',
  183.             'Sentry\\Integration\\IgnoreErrorsIntegration' => 'getIgnoreErrorsIntegrationService',
  184.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  186.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  187.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  188.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  189.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  190.             'cache.app' => 'getCache_AppService',
  191.             'cache.app_clearer' => 'getCache_AppClearerService',
  192.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  193.             'cache.system' => 'getCache_SystemService',
  194.             'cache.system_clearer' => 'getCache_SystemClearerService',
  195.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  196.             'cache_warmer' => 'getCacheWarmerService',
  197.             'console.command_loader' => 'getConsole_CommandLoaderService',
  198.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  199.             'data_collector.dump' => 'getDataCollector_DumpService',
  200.             'error_controller' => 'getErrorControllerService',
  201.             'event_dispatcher' => 'getEventDispatcherService',
  202.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  203.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  204.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  205.             'http_kernel' => 'getHttpKernelService',
  206.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  207.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  208.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  209.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  210.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  211.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  212.             'request_stack' => 'getRequestStackService',
  213.             'router' => 'getRouterService',
  214.             'routing.loader' => 'getRouting_LoaderService',
  215.             'services_resetter' => 'getServicesResetterService',
  216.             'translator' => 'getTranslatorService',
  217.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  218.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  219.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  220.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  221.             'cache_clearer' => 'getCacheClearerService',
  222.             'filesystem' => 'getFilesystemService',
  223.             'serializer' => 'getSerializerService',
  224.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  225.             'form.factory' => 'getForm_FactoryService',
  226.             'form.type.file' => 'getForm_Type_FileService',
  227.             'profiler' => 'getProfilerService',
  228.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  229.             'security.token_storage' => 'getSecurity_TokenStorageService',
  230.             'twig' => 'getTwigService',
  231.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  232.             'session' => 'getSessionService',
  233.             'validator' => 'getValidatorService',
  234.         ];
  235.         $this->aliases = [
  236.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  237.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  238.         ];
  239.         $this->privates['service_container'] = function () {
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  246.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  247.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  255.             include_once \dirname(__DIR__4).'/src/EventListener/BeforeLogoutListener.php';
  256.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleListener.php';
  257.             include_once \dirname(__DIR__4).'/src/EventListener/TerminologiesListener.php';
  258.             include_once \dirname(__DIR__4).'/src/Services/Admin/ContextService.php';
  259.             include_once \dirname(__DIR__4).'/src/Services/Admin/CustomerService.php';
  260.             include_once \dirname(__DIR__4).'/src/Services/Admin/RoleService.php';
  261.             include_once \dirname(__DIR__4).'/src/Services/Admin/UserService.php';
  262.             include_once \dirname(__DIR__4).'/src/Services/Main/ApiRequestService.php';
  263.             include_once \dirname(__DIR__4).'/src/Services/Main/ApiService.php';
  264.             include_once \dirname(__DIR__4).'/src/Services/Main/SecurityService.php';
  265.             include_once \dirname(__DIR__4).'/src/Services/Pim/AttributeService.php';
  266.             include_once \dirname(__DIR__4).'/src/Services/Pim/AttributesGroupService.php';
  267.             include_once \dirname(__DIR__4).'/src/Services/Pim/CategoryService.php';
  268.             include_once \dirname(__DIR__4).'/src/Services/Pim/ChannelService.php';
  269.             include_once \dirname(__DIR__4).'/src/Services/Pim/FamilyService.php';
  270.             include_once \dirname(__DIR__4).'/src/Services/Pim/ReferentialService.php';
  271.             include_once \dirname(__DIR__4).'/src/Services/Util/ClockService.php';
  272.             include_once \dirname(__DIR__4).'/src/Services/Util/ColorService.php';
  273.             include_once \dirname(__DIR__4).'/src/Services/Util/ConfigService.php';
  274.             include_once \dirname(__DIR__4).'/src/Services/Util/FileService.php';
  275.             include_once \dirname(__DIR__4).'/src/Services/Util/JsonService.php';
  276.             include_once \dirname(__DIR__4).'/src/Services/Util/RealTimeService.php';
  277.             include_once \dirname(__DIR__4).'/src/Services/Util/UtilService.php';
  278.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  280.             include_once \dirname(__DIR__4).'/src/Twig/AssetsTwigExtension.php';
  281.             include_once \dirname(__DIR__4).'/src/Twig/ColorsTwigExtension.php';
  282.             include_once \dirname(__DIR__4).'/src/Twig/IeTwigExtension.php';
  283.             include_once \dirname(__DIR__4).'/src/Twig/TranslationExtension.php';
  284.             include_once \dirname(__DIR__4).'/src/Twig/UserTwigExtension.php';
  285.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.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/security-core/Role/RoleHierarchyInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  429.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  434.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  452.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  455.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  462.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV6.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  515.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  547.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  582.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  588.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  595.         };
  596.     }
  597.     public function compile(): void
  598.     {
  599.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  600.     }
  601.     public function isCompiled(): bool
  602.     {
  603.         return true;
  604.     }
  605.     public function getRemovedIds(): array
  606.     {
  607.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  608.     }
  609.     /**
  610.      * Gets the public '.container.private.cache_clearer' shared service.
  611.      *
  612.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  613.      */
  614.     protected function get_Container_Private_CacheClearerService()
  615.     {
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  618.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  619.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  620.         }, 1));
  621.     }
  622.     /**
  623.      * Gets the public '.container.private.filesystem' shared service.
  624.      *
  625.      * @return \Symfony\Component\Filesystem\Filesystem
  626.      */
  627.     protected function get_Container_Private_FilesystemService()
  628.     {
  629.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  630.     }
  631.     /**
  632.      * Gets the public '.container.private.form.factory' shared service.
  633.      *
  634.      * @return \Symfony\Component\Form\FormFactory
  635.      */
  636.     protected function get_Container_Private_Form_FactoryService()
  637.     {
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  640.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  641.     }
  642.     /**
  643.      * Gets the public '.container.private.form.type.file' shared service.
  644.      *
  645.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  646.      */
  647.     protected function get_Container_Private_Form_Type_FileService()
  648.     {
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  652.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  653.     }
  654.     /**
  655.      * Gets the public '.container.private.profiler' shared service.
  656.      *
  657.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  658.      */
  659.     protected function get_Container_Private_ProfilerService()
  660.     {
  661.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  662.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  663.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  664.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  666.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  667.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  668.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  669.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  670.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  671.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  672.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  673.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  674.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  675.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  676.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  677.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  678.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  679.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  680.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  681.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  682.         if ($this->has('kernel')) {
  683.             $f->setKernel($b);
  684.         }
  685.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  686.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  687.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  688.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  689.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  690.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  691.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  692.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  693.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  694.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  695.         $instance->add($d);
  696.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  697.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  698.         $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())));
  699.         $instance->add($e);
  700.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  701.         $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()))));
  702.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  703.         $instance->add($f);
  704.         return $instance;
  705.     }
  706.     /**
  707.      * Gets the public '.container.private.security.authorization_checker' shared service.
  708.      *
  709.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  710.      */
  711.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  712.     {
  713.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  714.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  715.             return $this->services['.container.private.security.authorization_checker'];
  716.         }
  717.         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()), $afalse);
  718.     }
  719.     /**
  720.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  721.      *
  722.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  723.      */
  724.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  725.     {
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  730.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  731.     }
  732.     /**
  733.      * Gets the public '.container.private.security.password_encoder' shared service.
  734.      *
  735.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  736.      *
  737.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  738.      */
  739.     protected function get_Container_Private_Security_PasswordEncoderService()
  740.     {
  741.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  742.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  743.     }
  744.     /**
  745.      * Gets the public '.container.private.security.token_storage' shared service.
  746.      *
  747.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  748.      */
  749.     protected function get_Container_Private_Security_TokenStorageService()
  750.     {
  751.         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, [
  752.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  753.         ], [
  754.             'request_stack' => '?',
  755.         ]));
  756.     }
  757.     /**
  758.      * Gets the public '.container.private.serializer' shared service.
  759.      *
  760.      * @return \Symfony\Component\Serializer\Serializer
  761.      */
  762.     protected function get_Container_Private_SerializerService()
  763.     {
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  769.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  773.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  776.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  777.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  779.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  786.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  789.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  804.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  805.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  806.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  807.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  808.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  809.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$b$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$b$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  810.     }
  811.     /**
  812.      * Gets the public '.container.private.session' shared service.
  813.      *
  814.      * @return \Symfony\Component\HttpFoundation\Session\Session
  815.      */
  816.     protected function get_Container_Private_SessionService()
  817.     {
  818.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  819.         if (isset($this->services['.container.private.session'])) {
  820.             return $this->services['.container.private.session'];
  821.         }
  822.         return $this->services['.container.private.session'] = $a->createSession();
  823.     }
  824.     /**
  825.      * Gets the public '.container.private.twig' shared service.
  826.      *
  827.      * @return \Twig\Environment
  828.      */
  829.     protected function get_Container_Private_TwigService()
  830.     {
  831.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  834.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  835.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  836.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  837.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  843.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  844.         $a->addPath((\dirname(__DIR__4).'/templates'));
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  848.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  849.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  850.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  851.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  852.         $e = ($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService());
  853.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  854.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  855.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  856.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  857.         $i = ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService());
  858.         $j = new \Symfony\Bridge\Twig\AppVariable();
  859.         $j->setEnvironment('dev');
  860.         $j->setDebug(true);
  861.         if ($this->has('.container.private.security.token_storage')) {
  862.             $j->setTokenStorage($c);
  863.         }
  864.         if ($this->has('request_stack')) {
  865.             $j->setRequestStack($b);
  866.         }
  867.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  868.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  871.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  872.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  873.         $instance->addExtension($e);
  874.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  875.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  876.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  877.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  878.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  879.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  880.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  881.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($g));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  885.         $instance->addExtension(($this->services['App\\Twig\\TranslationExtension'] ?? $this->getTranslationExtensionService()));
  886.         $instance->addExtension(($this->services['App\\Twig\\AssetsTwigExtension'] ?? $this->getAssetsTwigExtensionService()));
  887.         $instance->addExtension(($this->services['App\\Twig\\ColorsTwigExtension'] ?? $this->getColorsTwigExtensionService()));
  888.         $instance->addExtension(($this->services['App\\Twig\\IeTwigExtension'] ?? ($this->services['App\\Twig\\IeTwigExtension'] = new \App\Twig\IeTwigExtension())));
  889.         $instance->addExtension(($this->services['App\\Twig\\UserTwigExtension'] ?? $this->getUserTwigExtensionService()));
  890.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  891.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  892.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  893.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  894.         ], [
  895.             'webpack_encore.entrypoint_lookup_collection' => '?',
  896.             'webpack_encore.tag_renderer' => '?',
  897.         ])));
  898.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  899.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($g)));
  900.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  901.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension($i));
  902.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension($i));
  903.         $instance->addGlobal('app'$j);
  904.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  905.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  906.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  907.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  908.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  909.         ], [
  910.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  911.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  912.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  913.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  914.         ])));
  915.         $instance->addGlobal('locale''fr');
  916.         $instance->addGlobal('resources'$this->parameters['resources']);
  917.         $instance->addGlobal('softwareName''Interactiv\' DataBase');
  918.         $instance->addGlobal('userService', ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()));
  919.         $instance->addGlobal('roleService', ($this->services['App\\Services\\Admin\\RoleService'] ?? $this->getRoleServiceService()));
  920.         $instance->addGlobal('customerService', ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  921.         $instance->addGlobal('configService', ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  922.         $instance->addGlobal('utilService', ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  923.         $instance->addGlobal('attributeService', ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()));
  924.         $instance->addGlobal('realTimeService', ($this->services['App\\Services\\Util\\RealTimeService'] ?? $this->getRealTimeServiceService()));
  925.         $instance->addGlobal('version''v2.43.3');
  926.         $instance->addGlobal('DOCUMENTATION_URL'$this->getEnv('DOCUMENTATION_URL'));
  927.         $instance->addGlobal('CHANGELOG_URL'$this->getEnv('CHANGELOG_URL'));
  928.         $instance->addGlobal('GLOBAL_MESSAGE_FR'$this->getEnv('GLOBAL_MESSAGE_FR'));
  929.         $instance->addGlobal('GLOBAL_MESSAGE_EN'$this->getEnv('GLOBAL_MESSAGE_EN'));
  930.         $instance->addGlobal('MAINTENANCE_MESSAGE_FR'$this->getEnv('MAINTENANCE_MESSAGE_FR'));
  931.         $instance->addGlobal('MAINTENANCE_MESSAGE_EN'$this->getEnv('MAINTENANCE_MESSAGE_EN'));
  932.         $instance->addGlobal('MAINTENANCE_BEGIN_DATE'$this->getEnv('MAINTENANCE_BEGIN_DATE'));
  933.         $instance->addGlobal('MAINTENANCE_END_DATE'$this->getEnv('MAINTENANCE_END_DATE'));
  934.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  935.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  936.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  937.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  938.         return $instance;
  939.     }
  940.     /**
  941.      * Gets the public '.container.private.validator' shared service.
  942.      *
  943.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  944.      */
  945.     protected function get_Container_Private_ValidatorService()
  946.     {
  947.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  948.     }
  949.     /**
  950.      * Gets the public 'App\Controller\Admin\CustomerController' shared autowired service.
  951.      *
  952.      * @return \App\Controller\Admin\CustomerController
  953.      */
  954.     protected function getCustomerControllerService()
  955.     {
  956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  957.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomerController.php';
  958.         $this->services['App\\Controller\\Admin\\CustomerController'] = $instance = new \App\Controller\Admin\CustomerController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  959.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\CustomerController'$this));
  960.         return $instance;
  961.     }
  962.     /**
  963.      * Gets the public 'App\Controller\Admin\NotificationController' shared autowired service.
  964.      *
  965.      * @return \App\Controller\Admin\NotificationController
  966.      */
  967.     protected function getNotificationControllerService()
  968.     {
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  970.         include_once \dirname(__DIR__4).'/src/Controller/Admin/NotificationController.php';
  971.         $this->services['App\\Controller\\Admin\\NotificationController'] = $instance = new \App\Controller\Admin\NotificationController(($this->services['App\\Services\\Admin\\NotificationService'] ?? $this->getNotificationServiceService()));
  972.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\NotificationController'$this));
  973.         return $instance;
  974.     }
  975.     /**
  976.      * Gets the public 'App\Controller\Admin\RoleController' shared autowired service.
  977.      *
  978.      * @return \App\Controller\Admin\RoleController
  979.      */
  980.     protected function getRoleControllerService()
  981.     {
  982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  983.         include_once \dirname(__DIR__4).'/src/Controller/Admin/RoleController.php';
  984.         $this->services['App\\Controller\\Admin\\RoleController'] = $instance = new \App\Controller\Admin\RoleController(($this->services['App\\Services\\Admin\\RoleService'] ?? $this->getRoleServiceService()), ($this->services['App\\Services\\Admin\\PrivilegeService'] ?? $this->getPrivilegeServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  985.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\RoleController'$this));
  986.         return $instance;
  987.     }
  988.     /**
  989.      * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  990.      *
  991.      * @return \App\Controller\Admin\UserController
  992.      */
  993.     protected function getUserControllerService()
  994.     {
  995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  996.         include_once \dirname(__DIR__4).'/src/Controller/Admin/UserController.php';
  997.         $this->services['App\\Controller\\Admin\\UserController'] = $instance = new \App\Controller\Admin\UserController(($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Admin\\RoleService'] ?? $this->getRoleServiceService()), ($this->services['App\\Services\\Main\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  998.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\UserController'$this));
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public 'App\Controller\Connectivity\ConnectorController' shared autowired service.
  1003.      *
  1004.      * @return \App\Controller\Connectivity\ConnectorController
  1005.      */
  1006.     protected function getConnectorControllerService()
  1007.     {
  1008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1009.         include_once \dirname(__DIR__4).'/src/Controller/Connectivity/ConnectorController.php';
  1010.         $this->services['App\\Controller\\Connectivity\\ConnectorController'] = $instance = new \App\Controller\Connectivity\ConnectorController(($this->services['App\\Services\\Connectivity\\ConnectorService'] ?? $this->getConnectorServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Main\\StatusService'] ?? $this->getStatusServiceService()), ($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Pim\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->services['App\\Services\\Dam\\FormatService'] ?? $this->getFormatServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  1011.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Connectivity\\ConnectorController'$this));
  1012.         return $instance;
  1013.     }
  1014.     /**
  1015.      * Gets the public 'App\Controller\Dam\FileController' shared autowired service.
  1016.      *
  1017.      * @return \App\Controller\Dam\FileController
  1018.      */
  1019.     protected function getFileControllerService()
  1020.     {
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1022.         include_once \dirname(__DIR__4).'/src/Controller/Dam/FileController.php';
  1023.         $this->services['App\\Controller\\Dam\\FileController'] = $instance = new \App\Controller\Dam\FileController(($this->services['App\\Services\\Dam\\FileService'] ?? $this->getFileServiceService()), ($this->services['App\\Services\\Dam\\FormatService'] ?? $this->getFormatServiceService()), ($this->services['App\\Services\\Main\\StatusService'] ?? $this->getStatusServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1024.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Dam\\FileController'$this));
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the public 'App\Controller\Dam\FolderController' shared autowired service.
  1029.      *
  1030.      * @return \App\Controller\Dam\FolderController
  1031.      */
  1032.     protected function getFolderControllerService()
  1033.     {
  1034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1035.         include_once \dirname(__DIR__4).'/src/Controller/Dam/FolderController.php';
  1036.         $this->services['App\\Controller\\Dam\\FolderController'] = $instance = new \App\Controller\Dam\FolderController(($this->services['App\\Services\\Dam\\FolderService'] ?? $this->getFolderServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1037.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Dam\\FolderController'$this));
  1038.         return $instance;
  1039.     }
  1040.     /**
  1041.      * Gets the public 'App\Controller\Dam\FormatController' shared autowired service.
  1042.      *
  1043.      * @return \App\Controller\Dam\FormatController
  1044.      */
  1045.     protected function getFormatControllerService()
  1046.     {
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1048.         include_once \dirname(__DIR__4).'/src/Controller/Dam/FormatController.php';
  1049.         $this->services['App\\Controller\\Dam\\FormatController'] = $instance = new \App\Controller\Dam\FormatController(($this->services['App\\Services\\Dam\\FormatService'] ?? $this->getFormatServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1050.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Dam\\FormatController'$this));
  1051.         return $instance;
  1052.     }
  1053.     /**
  1054.      * Gets the public 'App\Controller\Dam\OneDriveController' shared autowired service.
  1055.      *
  1056.      * @return \App\Controller\Dam\OneDriveController
  1057.      */
  1058.     protected function getOneDriveControllerService()
  1059.     {
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1061.         include_once \dirname(__DIR__4).'/src/Controller/Dam/OneDriveController.php';
  1062.         $this->services['App\\Controller\\Dam\\OneDriveController'] = $instance = new \App\Controller\Dam\OneDriveController(($this->services['App\\Services\\Dam\\OneDriveService'] ?? $this->getOneDriveServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()));
  1063.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Dam\\OneDriveController'$this));
  1064.         return $instance;
  1065.     }
  1066.     /**
  1067.      * Gets the public 'App\Controller\Dashboard\DashboardController' shared autowired service.
  1068.      *
  1069.      * @return \App\Controller\Dashboard\DashboardController
  1070.      */
  1071.     protected function getDashboardControllerService()
  1072.     {
  1073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1074.         include_once \dirname(__DIR__4).'/src/Controller/Dashboard/DashboardController.php';
  1075.         $this->services['App\\Controller\\Dashboard\\DashboardController'] = $instance = new \App\Controller\Dashboard\DashboardController();
  1076.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Dashboard\\DashboardController'$this));
  1077.         return $instance;
  1078.     }
  1079.     /**
  1080.      * Gets the public 'App\Controller\Exports\ExportController' shared autowired service.
  1081.      *
  1082.      * @return \App\Controller\Exports\ExportController
  1083.      */
  1084.     protected function getExportControllerService()
  1085.     {
  1086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1087.         include_once \dirname(__DIR__4).'/src/Controller/Exports/ExportController.php';
  1088.         $this->services['App\\Controller\\Exports\\ExportController'] = $instance = new \App\Controller\Exports\ExportController(($this->services['App\\Services\\Main\\ExportService'] ?? $this->getExportServiceService()), ($this->services['App\\Services\\Main\\ImportService'] ?? $this->getImportServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()), ($this->services['App\\Services\\Dam\\FormatService'] ?? $this->getFormatServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Main\\StatusService'] ?? $this->getStatusServiceService()), ($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Dam\\FolderService'] ?? $this->getFolderServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Pim\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()));
  1089.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Exports\\ExportController'$this));
  1090.         return $instance;
  1091.     }
  1092.     /**
  1093.      * Gets the public 'App\Controller\IA\IaController' shared autowired service.
  1094.      *
  1095.      * @return \App\Controller\IA\IaController
  1096.      */
  1097.     protected function getIaControllerService()
  1098.     {
  1099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1100.         include_once \dirname(__DIR__4).'/src/Controller/IA/IaController.php';
  1101.         $this->services['App\\Controller\\IA\\IaController'] = $instance = new \App\Controller\IA\IaController(($this->services['App\\Services\\IA\\OpenAIService'] ?? $this->getOpenAIServiceService()));
  1102.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\IA\\IaController'$this));
  1103.         return $instance;
  1104.     }
  1105.     /**
  1106.      * Gets the public 'App\Controller\Imports\ImportController' shared autowired service.
  1107.      *
  1108.      * @return \App\Controller\Imports\ImportController
  1109.      */
  1110.     protected function getImportControllerService()
  1111.     {
  1112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1113.         include_once \dirname(__DIR__4).'/src/Controller/Imports/ImportController.php';
  1114.         $this->services['App\\Controller\\Imports\\ImportController'] = $instance = new \App\Controller\Imports\ImportController(($this->services['App\\Services\\Main\\ImportService'] ?? $this->getImportServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Main\\StatusService'] ?? $this->getStatusServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1115.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Imports\\ImportController'$this));
  1116.         return $instance;
  1117.     }
  1118.     /**
  1119.      * Gets the public 'App\Controller\Main\ApiController' shared autowired service.
  1120.      *
  1121.      * @return \App\Controller\Main\ApiController
  1122.      */
  1123.     protected function getApiControllerService()
  1124.     {
  1125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1126.         include_once \dirname(__DIR__4).'/src/Controller/Main/ApiController.php';
  1127.         $this->services['App\\Controller\\Main\\ApiController'] = $instance = new \App\Controller\Main\ApiController(($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Main\\SecurityService'] ?? $this->getSecurityServiceService()));
  1128.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Main\\ApiController'$this));
  1129.         return $instance;
  1130.     }
  1131.     /**
  1132.      * Gets the public 'App\Controller\Main\DemoController' shared autowired service.
  1133.      *
  1134.      * @return \App\Controller\Main\DemoController
  1135.      */
  1136.     protected function getDemoControllerService()
  1137.     {
  1138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1139.         include_once \dirname(__DIR__4).'/src/Controller/Main/DemoController.php';
  1140.         $this->services['App\\Controller\\Main\\DemoController'] = $instance = new \App\Controller\Main\DemoController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Main\\DemoService'] ?? $this->getDemoServiceService()));
  1141.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Main\\DemoController'$this));
  1142.         return $instance;
  1143.     }
  1144.     /**
  1145.      * Gets the public 'App\Controller\Main\HistoricalController' shared autowired service.
  1146.      *
  1147.      * @return \App\Controller\Main\HistoricalController
  1148.      */
  1149.     protected function getHistoricalControllerService()
  1150.     {
  1151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1152.         include_once \dirname(__DIR__4).'/src/Controller/Main/HistoricalController.php';
  1153.         $this->services['App\\Controller\\Main\\HistoricalController'] = $instance = new \App\Controller\Main\HistoricalController(($this->services['App\\Services\\Main\\HistoricalService'] ?? $this->getHistoricalServiceService()));
  1154.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Main\\HistoricalController'$this));
  1155.         return $instance;
  1156.     }
  1157.     /**
  1158.      * Gets the public 'App\Controller\Main\MainController' shared autowired service.
  1159.      *
  1160.      * @return \App\Controller\Main\MainController
  1161.      */
  1162.     protected function getMainControllerService()
  1163.     {
  1164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1165.         include_once \dirname(__DIR__4).'/src/Controller/Main/MainController.php';
  1166.         $this->services['App\\Controller\\Main\\MainController'] = $instance = new \App\Controller\Main\MainController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()), ($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Main\\StatusService'] ?? $this->getStatusServiceService()), ($this->services['App\\Services\\Admin\\RoleService'] ?? $this->getRoleServiceService()));
  1167.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Main\\MainController'$this));
  1168.         return $instance;
  1169.     }
  1170.     /**
  1171.      * Gets the public 'App\Controller\Main\SecurityController' shared autowired service.
  1172.      *
  1173.      * @return \App\Controller\Main\SecurityController
  1174.      */
  1175.     protected function getSecurityControllerService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1178.         include_once \dirname(__DIR__4).'/src/Controller/Main/SecurityController.php';
  1179.         $this->services['App\\Controller\\Main\\SecurityController'] = $instance = new \App\Controller\Main\SecurityController(($this->services['App\\Services\\Main\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()));
  1180.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Main\\SecurityController'$this));
  1181.         return $instance;
  1182.     }
  1183.     /**
  1184.      * Gets the public 'App\Controller\Main\StatusController' shared autowired service.
  1185.      *
  1186.      * @return \App\Controller\Main\StatusController
  1187.      */
  1188.     protected function getStatusControllerService()
  1189.     {
  1190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1191.         include_once \dirname(__DIR__4).'/src/Controller/Main/StatusController.php';
  1192.         $this->services['App\\Controller\\Main\\StatusController'] = $instance = new \App\Controller\Main\StatusController(($this->services['App\\Services\\Main\\StatusService'] ?? $this->getStatusServiceService()));
  1193.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Main\\StatusController'$this));
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'App\Controller\Pim\AttributeController' shared autowired service.
  1198.      *
  1199.      * @return \App\Controller\Pim\AttributeController
  1200.      */
  1201.     protected function getAttributeControllerService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1204.         include_once \dirname(__DIR__4).'/src/Controller/Pim/AttributeController.php';
  1205.         $this->services['App\\Controller\\Pim\\AttributeController'] = $instance = new \App\Controller\Pim\AttributeController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()), ($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()), ($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Pim\\ReferentialService'] ?? $this->getReferentialServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  1206.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\AttributeController'$this));
  1207.         return $instance;
  1208.     }
  1209.     /**
  1210.      * Gets the public 'App\Controller\Pim\AttributesGroupController' shared autowired service.
  1211.      *
  1212.      * @return \App\Controller\Pim\AttributesGroupController
  1213.      */
  1214.     protected function getAttributesGroupControllerService()
  1215.     {
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1217.         include_once \dirname(__DIR__4).'/src/Controller/Pim/AttributesGroupController.php';
  1218.         $this->services['App\\Controller\\Pim\\AttributesGroupController'] = $instance = new \App\Controller\Pim\AttributesGroupController(($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1219.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\AttributesGroupController'$this));
  1220.         return $instance;
  1221.     }
  1222.     /**
  1223.      * Gets the public 'App\Controller\Pim\CategoryController' shared autowired service.
  1224.      *
  1225.      * @return \App\Controller\Pim\CategoryController
  1226.      */
  1227.     protected function getCategoryControllerService()
  1228.     {
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1230.         include_once \dirname(__DIR__4).'/src/Controller/Pim/CategoryController.php';
  1231.         $this->services['App\\Controller\\Pim\\CategoryController'] = $instance = new \App\Controller\Pim\CategoryController(($this->services['App\\Services\\Pim\\CategoryService'] ?? $this->getCategoryServiceService()));
  1232.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\CategoryController'$this));
  1233.         return $instance;
  1234.     }
  1235.     /**
  1236.      * Gets the public 'App\Controller\Pim\ChannelController' shared autowired service.
  1237.      *
  1238.      * @return \App\Controller\Pim\ChannelController
  1239.      */
  1240.     protected function getChannelControllerService()
  1241.     {
  1242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1243.         include_once \dirname(__DIR__4).'/src/Controller/Pim/ChannelController.php';
  1244.         $this->services['App\\Controller\\Pim\\ChannelController'] = $instance = new \App\Controller\Pim\ChannelController(($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1245.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\ChannelController'$this));
  1246.         return $instance;
  1247.     }
  1248.     /**
  1249.      * Gets the public 'App\Controller\Pim\EtimController' shared autowired service.
  1250.      *
  1251.      * @return \App\Controller\Pim\EtimController
  1252.      */
  1253.     protected function getEtimControllerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1256.         include_once \dirname(__DIR__4).'/src/Controller/Pim/EtimController.php';
  1257.         $this->services['App\\Controller\\Pim\\EtimController'] = $instance = new \App\Controller\Pim\EtimController(($this->services['App\\Services\\Pim\\EtimService'] ?? $this->getEtimServiceService()));
  1258.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\EtimController'$this));
  1259.         return $instance;
  1260.     }
  1261.     /**
  1262.      * Gets the public 'App\Controller\Pim\FamilyController' shared autowired service.
  1263.      *
  1264.      * @return \App\Controller\Pim\FamilyController
  1265.      */
  1266.     protected function getFamilyControllerService()
  1267.     {
  1268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1269.         include_once \dirname(__DIR__4).'/src/Controller/Pim/FamilyController.php';
  1270.         $this->services['App\\Controller\\Pim\\FamilyController'] = $instance = new \App\Controller\Pim\FamilyController(($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1271.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\FamilyController'$this));
  1272.         return $instance;
  1273.     }
  1274.     /**
  1275.      * Gets the public 'App\Controller\Pim\ProductController' shared autowired service.
  1276.      *
  1277.      * @return \App\Controller\Pim\ProductController
  1278.      */
  1279.     protected function getProductControllerService()
  1280.     {
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1282.         include_once \dirname(__DIR__4).'/src/Controller/Pim/ProductController.php';
  1283.         $this->services['App\\Controller\\Pim\\ProductController'] = $instance = new \App\Controller\Pim\ProductController();
  1284.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\ProductController'$this));
  1285.         return $instance;
  1286.     }
  1287.     /**
  1288.      * Gets the public 'App\Controller\Pim\ReferentialController' shared autowired service.
  1289.      *
  1290.      * @return \App\Controller\Pim\ReferentialController
  1291.      */
  1292.     protected function getReferentialControllerService()
  1293.     {
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1295.         include_once \dirname(__DIR__4).'/src/Controller/Pim/ReferentialController.php';
  1296.         $this->services['App\\Controller\\Pim\\ReferentialController'] = $instance = new \App\Controller\Pim\ReferentialController(($this->services['App\\Services\\Pim\\ReferentialService'] ?? $this->getReferentialServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1297.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Pim\\ReferentialController'$this));
  1298.         return $instance;
  1299.     }
  1300.     /**
  1301.      * Gets the public 'App\Controller\Web2Print\GeneratorController' shared autowired service.
  1302.      *
  1303.      * @return \App\Controller\Web2Print\GeneratorController
  1304.      */
  1305.     protected function getGeneratorControllerService()
  1306.     {
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1308.         include_once \dirname(__DIR__4).'/src/Controller/Web2Print/GeneratorController.php';
  1309.         $this->services['App\\Controller\\Web2Print\\GeneratorController'] = $instance = new \App\Controller\Web2Print\GeneratorController(($this->services['App\\Services\\Web2Print\\GenerationService'] ?? $this->getGenerationServiceService()), ($this->services['App\\Services\\Web2Print\\PublicationService'] ?? $this->getPublicationServiceService()), ($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Web2Print\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['App\\Services\\Web2Print\\ProductTemplateService'] ?? $this->getProductTemplateServiceService()), ($this->services['App\\Services\\Web2Print\\PageTemplateService'] ?? $this->getPageTemplateServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()));
  1310.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Web2Print\\GeneratorController'$this));
  1311.         return $instance;
  1312.     }
  1313.     /**
  1314.      * Gets the public 'App\Controller\Web2Print\MainController' shared autowired service.
  1315.      *
  1316.      * @return \App\Controller\Web2Print\MainController
  1317.      */
  1318.     protected function getMainController2Service()
  1319.     {
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1321.         include_once \dirname(__DIR__4).'/src/Controller/Web2Print/MainController.php';
  1322.         $this->services['App\\Controller\\Web2Print\\MainController'] = $instance = new \App\Controller\Web2Print\MainController(($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Web2Print\\GenerationService'] ?? $this->getGenerationServiceService()), ($this->services['App\\Services\\Web2Print\\PublicationService'] ?? $this->getPublicationServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1323.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Web2Print\\MainController'$this));
  1324.         return $instance;
  1325.     }
  1326.     /**
  1327.      * Gets the public 'App\Controller\Web2Print\PageTemplateController' shared autowired service.
  1328.      *
  1329.      * @return \App\Controller\Web2Print\PageTemplateController
  1330.      */
  1331.     protected function getPageTemplateControllerService()
  1332.     {
  1333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1334.         include_once \dirname(__DIR__4).'/src/Controller/Web2Print/PageTemplateController.php';
  1335.         $this->services['App\\Controller\\Web2Print\\PageTemplateController'] = $instance = new \App\Controller\Web2Print\PageTemplateController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Web2Print\\PageTemplateService'] ?? $this->getPageTemplateServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1336.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Web2Print\\PageTemplateController'$this));
  1337.         return $instance;
  1338.     }
  1339.     /**
  1340.      * Gets the public 'App\Controller\Web2Print\ProductTemplateController' shared autowired service.
  1341.      *
  1342.      * @return \App\Controller\Web2Print\ProductTemplateController
  1343.      */
  1344.     protected function getProductTemplateControllerService()
  1345.     {
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1347.         include_once \dirname(__DIR__4).'/src/Controller/Web2Print/ProductTemplateController.php';
  1348.         $this->services['App\\Controller\\Web2Print\\ProductTemplateController'] = $instance = new \App\Controller\Web2Print\ProductTemplateController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Web2Print\\ProductTemplateService'] ?? $this->getProductTemplateServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  1349.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Web2Print\\ProductTemplateController'$this));
  1350.         return $instance;
  1351.     }
  1352.     /**
  1353.      * Gets the public 'App\Controller\Web2Print\PublicationController' shared autowired service.
  1354.      *
  1355.      * @return \App\Controller\Web2Print\PublicationController
  1356.      */
  1357.     protected function getPublicationControllerService()
  1358.     {
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1360.         include_once \dirname(__DIR__4).'/src/Controller/Web2Print/PublicationController.php';
  1361.         $this->services['App\\Controller\\Web2Print\\PublicationController'] = $instance = new \App\Controller\Web2Print\PublicationController(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Web2Print\\GenerationService'] ?? $this->getGenerationServiceService()), ($this->services['App\\Services\\Web2Print\\PublicationService'] ?? $this->getPublicationServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  1362.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Web2Print\\PublicationController'$this));
  1363.         return $instance;
  1364.     }
  1365.     /**
  1366.      * Gets the public 'App\Controller\Workflow\WorkflowController' shared autowired service.
  1367.      *
  1368.      * @return \App\Controller\Workflow\WorkflowController
  1369.      */
  1370.     protected function getWorkflowControllerService()
  1371.     {
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1373.         include_once \dirname(__DIR__4).'/src/Controller/Workflow/WorkflowController.php';
  1374.         $this->services['App\\Controller\\Workflow\\WorkflowController'] = $instance = new \App\Controller\Workflow\WorkflowController(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Workflow\\WorkflowService'] ?? $this->getWorkflowServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()), ($this->services['App\\Services\\Admin\\RoleService'] ?? $this->getRoleServiceService()), ($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1375.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Workflow\\WorkflowController'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'App\Controller\Workflow\WorkflowItemController' shared autowired service.
  1380.      *
  1381.      * @return \App\Controller\Workflow\WorkflowItemController
  1382.      */
  1383.     protected function getWorkflowItemControllerService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1386.         include_once \dirname(__DIR__4).'/src/Controller/Workflow/WorkflowItemController.php';
  1387.         $this->services['App\\Controller\\Workflow\\WorkflowItemController'] = $instance = new \App\Controller\Workflow\WorkflowItemController(($this->services['App\\Services\\Workflow\\WorkflowItemService'] ?? $this->getWorkflowItemServiceService()));
  1388.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Workflow\\WorkflowItemController'$this));
  1389.         return $instance;
  1390.     }
  1391.     /**
  1392.      * Gets the public 'App\Controller\Workflow\WorkflowProcessController' shared autowired service.
  1393.      *
  1394.      * @return \App\Controller\Workflow\WorkflowProcessController
  1395.      */
  1396.     protected function getWorkflowProcessControllerService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1399.         include_once \dirname(__DIR__4).'/src/Controller/Workflow/WorkflowProcessController.php';
  1400.         $this->services['App\\Controller\\Workflow\\WorkflowProcessController'] = $instance = new \App\Controller\Workflow\WorkflowProcessController(($this->services['App\\Services\\Workflow\\WorkflowProcessService'] ?? $this->getWorkflowProcessServiceService()));
  1401.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Workflow\\WorkflowProcessController'$this));
  1402.         return $instance;
  1403.     }
  1404.     /**
  1405.      * Gets the public 'App\Enum\ApiCodeEnum' shared autowired service.
  1406.      *
  1407.      * @return \App\Enum\ApiCodeEnum
  1408.      */
  1409.     protected function getApiCodeEnumService()
  1410.     {
  1411.         include_once \dirname(__DIR__4).'/src/Enum/ApiCodeEnum.php';
  1412.         return $this->services['App\\Enum\\ApiCodeEnum'] = new \App\Enum\ApiCodeEnum();
  1413.     }
  1414.     /**
  1415.      * Gets the public 'App\Enum\AssociationTypeEnum' shared autowired service.
  1416.      *
  1417.      * @return \App\Enum\AssociationTypeEnum
  1418.      */
  1419.     protected function getAssociationTypeEnumService()
  1420.     {
  1421.         include_once \dirname(__DIR__4).'/src/Enum/AssociationTypeEnum.php';
  1422.         return $this->services['App\\Enum\\AssociationTypeEnum'] = new \App\Enum\AssociationTypeEnum();
  1423.     }
  1424.     /**
  1425.      * Gets the public 'App\Enum\AttributeEnum' shared autowired service.
  1426.      *
  1427.      * @return \App\Enum\AttributeEnum
  1428.      */
  1429.     protected function getAttributeEnumService()
  1430.     {
  1431.         include_once \dirname(__DIR__4).'/src/Enum/AttributeEnum.php';
  1432.         return $this->services['App\\Enum\\AttributeEnum'] = new \App\Enum\AttributeEnum();
  1433.     }
  1434.     /**
  1435.      * Gets the public 'App\Enum\BmeCatEnum' shared autowired service.
  1436.      *
  1437.      * @return \App\Enum\BmeCatEnum
  1438.      */
  1439.     protected function getBmeCatEnumService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/src/Enum/BmeCatEnum.php';
  1442.         return $this->services['App\\Enum\\BmeCatEnum'] = new \App\Enum\BmeCatEnum();
  1443.     }
  1444.     /**
  1445.      * Gets the public 'App\Enum\BooleanEnum' shared autowired service.
  1446.      *
  1447.      * @return \App\Enum\BooleanEnum
  1448.      */
  1449.     protected function getBooleanEnumService()
  1450.     {
  1451.         include_once \dirname(__DIR__4).'/src/Enum/BooleanEnum.php';
  1452.         return $this->services['App\\Enum\\BooleanEnum'] = new \App\Enum\BooleanEnum();
  1453.     }
  1454.     /**
  1455.      * Gets the public 'App\Enum\ConditionEnum' shared autowired service.
  1456.      *
  1457.      * @return \App\Enum\ConditionEnum
  1458.      */
  1459.     protected function getConditionEnumService()
  1460.     {
  1461.         include_once \dirname(__DIR__4).'/src/Enum/ConditionEnum.php';
  1462.         return $this->services['App\\Enum\\ConditionEnum'] = new \App\Enum\ConditionEnum();
  1463.     }
  1464.     /**
  1465.      * Gets the public 'App\Enum\Connector\ConnectorTypeEnum' shared autowired service.
  1466.      *
  1467.      * @return \App\Enum\Connector\ConnectorTypeEnum
  1468.      */
  1469.     protected function getConnectorTypeEnumService()
  1470.     {
  1471.         include_once \dirname(__DIR__4).'/src/Enum/Connector/ConnectorTypeEnum.php';
  1472.         return $this->services['App\\Enum\\Connector\\ConnectorTypeEnum'] = new \App\Enum\Connector\ConnectorTypeEnum();
  1473.     }
  1474.     /**
  1475.      * Gets the public 'App\Enum\Connector\PrestashopAttributeListEnum' shared autowired service.
  1476.      *
  1477.      * @return \App\Enum\Connector\PrestashopAttributeListEnum
  1478.      */
  1479.     protected function getPrestashopAttributeListEnumService()
  1480.     {
  1481.         include_once \dirname(__DIR__4).'/src/Enum/Connector/PrestashopAttributeListEnum.php';
  1482.         return $this->services['App\\Enum\\Connector\\PrestashopAttributeListEnum'] = new \App\Enum\Connector\PrestashopAttributeListEnum();
  1483.     }
  1484.     /**
  1485.      * Gets the public 'App\Enum\Connector\ShopifyAttributeListEnum' shared autowired service.
  1486.      *
  1487.      * @return \App\Enum\Connector\ShopifyAttributeListEnum
  1488.      */
  1489.     protected function getShopifyAttributeListEnumService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/src/Enum/Connector/ShopifyAttributeListEnum.php';
  1492.         return $this->services['App\\Enum\\Connector\\ShopifyAttributeListEnum'] = new \App\Enum\Connector\ShopifyAttributeListEnum();
  1493.     }
  1494.     /**
  1495.      * Gets the public 'App\Enum\CustomerTypeEnum' shared autowired service.
  1496.      *
  1497.      * @return \App\Enum\CustomerTypeEnum
  1498.      */
  1499.     protected function getCustomerTypeEnumService()
  1500.     {
  1501.         include_once \dirname(__DIR__4).'/src/Enum/CustomerTypeEnum.php';
  1502.         return $this->services['App\\Enum\\CustomerTypeEnum'] = new \App\Enum\CustomerTypeEnum();
  1503.     }
  1504.     /**
  1505.      * Gets the public 'App\Enum\Dashboard\BreakpointEnum' shared autowired service.
  1506.      *
  1507.      * @return \App\Enum\Dashboard\BreakpointEnum
  1508.      */
  1509.     protected function getBreakpointEnumService()
  1510.     {
  1511.         include_once \dirname(__DIR__4).'/src/Enum/Dashboard/BreakpointEnum.php';
  1512.         return $this->services['App\\Enum\\Dashboard\\BreakpointEnum'] = new \App\Enum\Dashboard\BreakpointEnum();
  1513.     }
  1514.     /**
  1515.      * Gets the public 'App\Enum\Dashboard\GridEnum' shared autowired service.
  1516.      *
  1517.      * @return \App\Enum\Dashboard\GridEnum
  1518.      */
  1519.     protected function getGridEnumService()
  1520.     {
  1521.         include_once \dirname(__DIR__4).'/src/Enum/Dashboard/GridEnum.php';
  1522.         return $this->services['App\\Enum\\Dashboard\\GridEnum'] = new \App\Enum\Dashboard\GridEnum();
  1523.     }
  1524.     /**
  1525.      * Gets the public 'App\Enum\Dashboard\WidgetTypeEnum' shared autowired service.
  1526.      *
  1527.      * @return \App\Enum\Dashboard\WidgetTypeEnum
  1528.      */
  1529.     protected function getWidgetTypeEnumService()
  1530.     {
  1531.         include_once \dirname(__DIR__4).'/src/Enum/Dashboard/WidgetTypeEnum.php';
  1532.         return $this->services['App\\Enum\\Dashboard\\WidgetTypeEnum'] = new \App\Enum\Dashboard\WidgetTypeEnum();
  1533.     }
  1534.     /**
  1535.      * Gets the public 'App\Enum\DeclinationReferenceEnum' shared autowired service.
  1536.      *
  1537.      * @return \App\Enum\DeclinationReferenceEnum
  1538.      */
  1539.     protected function getDeclinationReferenceEnumService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/src/Enum/DeclinationReferenceEnum.php';
  1542.         return $this->services['App\\Enum\\DeclinationReferenceEnum'] = new \App\Enum\DeclinationReferenceEnum();
  1543.     }
  1544.     /**
  1545.      * Gets the public 'App\Enum\DeeplLanguageEnum' shared autowired service.
  1546.      *
  1547.      * @return \App\Enum\DeeplLanguageEnum
  1548.      */
  1549.     protected function getDeeplLanguageEnumService()
  1550.     {
  1551.         include_once \dirname(__DIR__4).'/src/Enum/DeeplLanguageEnum.php';
  1552.         return $this->services['App\\Enum\\DeeplLanguageEnum'] = new \App\Enum\DeeplLanguageEnum();
  1553.     }
  1554.     /**
  1555.      * Gets the public 'App\Enum\EtimEnum' shared autowired service.
  1556.      *
  1557.      * @return \App\Enum\EtimEnum
  1558.      */
  1559.     protected function getEtimEnumService()
  1560.     {
  1561.         include_once \dirname(__DIR__4).'/src/Enum/EtimEnum.php';
  1562.         return $this->services['App\\Enum\\EtimEnum'] = new \App\Enum\EtimEnum();
  1563.     }
  1564.     /**
  1565.      * Gets the public 'App\Enum\ExportFilterEnum' shared autowired service.
  1566.      *
  1567.      * @return \App\Enum\ExportFilterEnum
  1568.      */
  1569.     protected function getExportFilterEnumService()
  1570.     {
  1571.         include_once \dirname(__DIR__4).'/src/Enum/ExportFilterEnum.php';
  1572.         return $this->services['App\\Enum\\ExportFilterEnum'] = new \App\Enum\ExportFilterEnum();
  1573.     }
  1574.     /**
  1575.      * Gets the public 'App\Enum\FabDisEnum' shared autowired service.
  1576.      *
  1577.      * @return \App\Enum\FabDisEnum
  1578.      */
  1579.     protected function getFabDisEnumService()
  1580.     {
  1581.         include_once \dirname(__DIR__4).'/src/Enum/FabDisEnum.php';
  1582.         return $this->services['App\\Enum\\FabDisEnum'] = new \App\Enum\FabDisEnum();
  1583.     }
  1584.     /**
  1585.      * Gets the public 'App\Enum\FeatureToggleEnum' shared autowired service.
  1586.      *
  1587.      * @return \App\Enum\FeatureToggleEnum
  1588.      */
  1589.     protected function getFeatureToggleEnumService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/src/Enum/FeatureToggleEnum.php';
  1592.         return $this->services['App\\Enum\\FeatureToggleEnum'] = new \App\Enum\FeatureToggleEnum();
  1593.     }
  1594.     /**
  1595.      * Gets the public 'App\Enum\FileExtensionEnum' shared autowired service.
  1596.      *
  1597.      * @return \App\Enum\FileExtensionEnum
  1598.      */
  1599.     protected function getFileExtensionEnumService()
  1600.     {
  1601.         include_once \dirname(__DIR__4).'/src/Enum/FileExtensionEnum.php';
  1602.         return $this->services['App\\Enum\\FileExtensionEnum'] = new \App\Enum\FileExtensionEnum();
  1603.     }
  1604.     /**
  1605.      * Gets the public 'App\Enum\FontAwesomeFileIconsEnum' shared autowired service.
  1606.      *
  1607.      * @return \App\Enum\FontAwesomeFileIconsEnum
  1608.      */
  1609.     protected function getFontAwesomeFileIconsEnumService()
  1610.     {
  1611.         include_once \dirname(__DIR__4).'/src/Enum/FontAwesomeFileIconsEnum.php';
  1612.         return $this->services['App\\Enum\\FontAwesomeFileIconsEnum'] = new \App\Enum\FontAwesomeFileIconsEnum();
  1613.     }
  1614.     /**
  1615.      * Gets the public 'App\Enum\HistoricalEnum' shared autowired service.
  1616.      *
  1617.      * @return \App\Enum\HistoricalEnum
  1618.      */
  1619.     protected function getHistoricalEnumService()
  1620.     {
  1621.         include_once \dirname(__DIR__4).'/src/Enum/HistoricalEnum.php';
  1622.         return $this->services['App\\Enum\\HistoricalEnum'] = new \App\Enum\HistoricalEnum();
  1623.     }
  1624.     /**
  1625.      * Gets the public 'App\Enum\LanguageEnum' shared autowired service.
  1626.      *
  1627.      * @return \App\Enum\LanguageEnum
  1628.      */
  1629.     protected function getLanguageEnumService()
  1630.     {
  1631.         include_once \dirname(__DIR__4).'/src/Enum/LanguageEnum.php';
  1632.         return $this->services['App\\Enum\\LanguageEnum'] = new \App\Enum\LanguageEnum();
  1633.     }
  1634.     /**
  1635.      * Gets the public 'App\Enum\NotificationEnum' shared autowired service.
  1636.      *
  1637.      * @return \App\Enum\NotificationEnum
  1638.      */
  1639.     protected function getNotificationEnumService()
  1640.     {
  1641.         include_once \dirname(__DIR__4).'/src/Enum/NotificationEnum.php';
  1642.         return $this->services['App\\Enum\\NotificationEnum'] = new \App\Enum\NotificationEnum();
  1643.     }
  1644.     /**
  1645.      * Gets the public 'App\Enum\PrivilegeEnum' shared autowired service.
  1646.      *
  1647.      * @return \App\Enum\PrivilegeEnum
  1648.      */
  1649.     protected function getPrivilegeEnumService()
  1650.     {
  1651.         include_once \dirname(__DIR__4).'/src/Enum/PrivilegeEnum.php';
  1652.         return $this->services['App\\Enum\\PrivilegeEnum'] = new \App\Enum\PrivilegeEnum();
  1653.     }
  1654.     /**
  1655.      * Gets the public 'App\Enum\RestrictionObjectTypeEnum' shared autowired service.
  1656.      *
  1657.      * @return \App\Enum\RestrictionObjectTypeEnum
  1658.      */
  1659.     protected function getRestrictionObjectTypeEnumService()
  1660.     {
  1661.         include_once \dirname(__DIR__4).'/src/Enum/RestrictionObjectTypeEnum.php';
  1662.         return $this->services['App\\Enum\\RestrictionObjectTypeEnum'] = new \App\Enum\RestrictionObjectTypeEnum();
  1663.     }
  1664.     /**
  1665.      * Gets the public 'App\Enum\UnitEnum' shared autowired service.
  1666.      *
  1667.      * @return \App\Enum\UnitEnum
  1668.      */
  1669.     protected function getUnitEnumService()
  1670.     {
  1671.         include_once \dirname(__DIR__4).'/src/Enum/UnitEnum.php';
  1672.         return $this->services['App\\Enum\\UnitEnum'] = new \App\Enum\UnitEnum();
  1673.     }
  1674.     /**
  1675.      * Gets the public 'App\Enum\W2PEnum' shared autowired service.
  1676.      *
  1677.      * @return \App\Enum\W2PEnum
  1678.      */
  1679.     protected function getW2PEnumService()
  1680.     {
  1681.         include_once \dirname(__DIR__4).'/src/Enum/W2PEnum.php';
  1682.         return $this->services['App\\Enum\\W2PEnum'] = new \App\Enum\W2PEnum();
  1683.     }
  1684.     /**
  1685.      * Gets the public 'App\Enum\Workflow\DataTypeEnum' shared autowired service.
  1686.      *
  1687.      * @return \App\Enum\Workflow\DataTypeEnum
  1688.      */
  1689.     protected function getDataTypeEnumService()
  1690.     {
  1691.         include_once \dirname(__DIR__4).'/src/Enum/Workflow/DataTypeEnum.php';
  1692.         return $this->services['App\\Enum\\Workflow\\DataTypeEnum'] = new \App\Enum\Workflow\DataTypeEnum();
  1693.     }
  1694.     /**
  1695.      * Gets the public 'App\Enum\Workflow\ObjectTypeEnum' shared autowired service.
  1696.      *
  1697.      * @return \App\Enum\Workflow\ObjectTypeEnum
  1698.      */
  1699.     protected function getObjectTypeEnumService()
  1700.     {
  1701.         include_once \dirname(__DIR__4).'/src/Enum/Workflow/ObjectTypeEnum.php';
  1702.         return $this->services['App\\Enum\\Workflow\\ObjectTypeEnum'] = new \App\Enum\Workflow\ObjectTypeEnum();
  1703.     }
  1704.     /**
  1705.      * Gets the public 'App\Enum\Workflow\UpdateTypeEnum' shared autowired service.
  1706.      *
  1707.      * @return \App\Enum\Workflow\UpdateTypeEnum
  1708.      */
  1709.     protected function getUpdateTypeEnumService()
  1710.     {
  1711.         include_once \dirname(__DIR__4).'/src/Enum/Workflow/UpdateTypeEnum.php';
  1712.         return $this->services['App\\Enum\\Workflow\\UpdateTypeEnum'] = new \App\Enum\Workflow\UpdateTypeEnum();
  1713.     }
  1714.     /**
  1715.      * Gets the public 'App\EventListener\BeforeLogoutListener' shared autowired service.
  1716.      *
  1717.      * @return \App\EventListener\BeforeLogoutListener
  1718.      */
  1719.     protected function getBeforeLogoutListenerService()
  1720.     {
  1721.         return $this->services['App\\EventListener\\BeforeLogoutListener'] = new \App\EventListener\BeforeLogoutListener(($this->services['router'] ?? $this->getRouterService()));
  1722.     }
  1723.     /**
  1724.      * Gets the public 'App\EventListener\LocaleListener' shared autowired service.
  1725.      *
  1726.      * @return \App\EventListener\LocaleListener
  1727.      */
  1728.     protected function getLocaleListenerService()
  1729.     {
  1730.         return $this->services['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener();
  1731.     }
  1732.     /**
  1733.      * Gets the public 'App\EventListener\TerminologiesListener' shared autowired service.
  1734.      *
  1735.      * @return \App\EventListener\TerminologiesListener
  1736.      */
  1737.     protected function getTerminologiesListenerService()
  1738.     {
  1739.         $a = ($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService());
  1740.         if (isset($this->services['App\\EventListener\\TerminologiesListener'])) {
  1741.             return $this->services['App\\EventListener\\TerminologiesListener'];
  1742.         }
  1743.         return $this->services['App\\EventListener\\TerminologiesListener'] = new \App\EventListener\TerminologiesListener(($this->services['App\\Twig\\TranslationExtension'] ?? $this->getTranslationExtensionService()), $a);
  1744.     }
  1745.     /**
  1746.      * Gets the public 'App\Exception\InvalidFormatException' shared autowired service.
  1747.      *
  1748.      * @return \App\Exception\InvalidFormatException
  1749.      */
  1750.     protected function getInvalidFormatExceptionService()
  1751.     {
  1752.         include_once \dirname(__DIR__4).'/src/Exception/InvalidFormatException.php';
  1753.         return $this->services['App\\Exception\\InvalidFormatException'] = new \App\Exception\InvalidFormatException();
  1754.     }
  1755.     /**
  1756.      * Gets the public 'App\Exception\RefreshTokenError' shared autowired service.
  1757.      *
  1758.      * @return \App\Exception\RefreshTokenError
  1759.      */
  1760.     protected function getRefreshTokenErrorService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/src/Exception/RefreshTokenError.php';
  1763.         return $this->services['App\\Exception\\RefreshTokenError'] = new \App\Exception\RefreshTokenError();
  1764.     }
  1765.     /**
  1766.      * Gets the public 'App\Form\Admin\Customer\CustomizationType' shared autowired service.
  1767.      *
  1768.      * @return \App\Form\Admin\Customer\CustomizationType
  1769.      */
  1770.     protected function getCustomizationTypeService()
  1771.     {
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1774.         include_once \dirname(__DIR__4).'/src/Form/Admin/Customer/CustomizationType.php';
  1775.         return $this->services['App\\Form\\Admin\\Customer\\CustomizationType'] = new \App\Form\Admin\Customer\CustomizationType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  1776.     }
  1777.     /**
  1778.      * Gets the public 'App\Form\Admin\User\ContextType' shared autowired service.
  1779.      *
  1780.      * @return \App\Form\Admin\User\ContextType
  1781.      */
  1782.     protected function getContextTypeService()
  1783.     {
  1784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1786.         include_once \dirname(__DIR__4).'/src/Form/Admin/User/ContextType.php';
  1787.         return $this->services['App\\Form\\Admin\\User\\ContextType'] = new \App\Form\Admin\User\ContextType();
  1788.     }
  1789.     /**
  1790.      * Gets the public 'App\Form\Admin\User\DashboardViewType' shared autowired service.
  1791.      *
  1792.      * @return \App\Form\Admin\User\DashboardViewType
  1793.      */
  1794.     protected function getDashboardViewTypeService()
  1795.     {
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1798.         include_once \dirname(__DIR__4).'/src/Form/Admin/User/DashboardViewType.php';
  1799.         return $this->services['App\\Form\\Admin\\User\\DashboardViewType'] = new \App\Form\Admin\User\DashboardViewType();
  1800.     }
  1801.     /**
  1802.      * Gets the public 'App\Form\Admin\User\GeneralType' shared autowired service.
  1803.      *
  1804.      * @return \App\Form\Admin\User\GeneralType
  1805.      */
  1806.     protected function getGeneralTypeService()
  1807.     {
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1810.         include_once \dirname(__DIR__4).'/src/Form/Admin/User/GeneralType.php';
  1811.         return $this->services['App\\Form\\Admin\\User\\GeneralType'] = new \App\Form\Admin\User\GeneralType();
  1812.     }
  1813.     /**
  1814.      * Gets the public 'App\Form\Admin\User\WorkflowMailType' shared autowired service.
  1815.      *
  1816.      * @return \App\Form\Admin\User\WorkflowMailType
  1817.      */
  1818.     protected function getWorkflowMailTypeService()
  1819.     {
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1822.         include_once \dirname(__DIR__4).'/src/Form/Admin/User/WorkflowMailType.php';
  1823.         return $this->services['App\\Form\\Admin\\User\\WorkflowMailType'] = new \App\Form\Admin\User\WorkflowMailType();
  1824.     }
  1825.     /**
  1826.      * Gets the public 'App\Form\ExtentionType\CustomCheckboxType' shared autowired service.
  1827.      *
  1828.      * @return \App\Form\ExtentionType\CustomCheckboxType
  1829.      */
  1830.     protected function getCustomCheckboxTypeService()
  1831.     {
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1834.         include_once \dirname(__DIR__4).'/src/Form/ExtentionType/CustomCheckboxType.php';
  1835.         return $this->services['App\\Form\\ExtentionType\\CustomCheckboxType'] = new \App\Form\ExtentionType\CustomCheckboxType();
  1836.     }
  1837.     /**
  1838.      * Gets the public 'App\Form\Main\DefinePasswordType' shared autowired service.
  1839.      *
  1840.      * @return \App\Form\Main\DefinePasswordType
  1841.      */
  1842.     protected function getDefinePasswordTypeService()
  1843.     {
  1844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1846.         include_once \dirname(__DIR__4).'/src/Form/Main/DefinePasswordType.php';
  1847.         return $this->services['App\\Form\\Main\\DefinePasswordType'] = new \App\Form\Main\DefinePasswordType();
  1848.     }
  1849.     /**
  1850.      * Gets the public 'App\Form\Main\DefineTwoAuthType' shared autowired service.
  1851.      *
  1852.      * @return \App\Form\Main\DefineTwoAuthType
  1853.      */
  1854.     protected function getDefineTwoAuthTypeService()
  1855.     {
  1856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1858.         include_once \dirname(__DIR__4).'/src/Form/Main/DefineTwoAuthType.php';
  1859.         return $this->services['App\\Form\\Main\\DefineTwoAuthType'] = new \App\Form\Main\DefineTwoAuthType();
  1860.     }
  1861.     /**
  1862.      * Gets the public 'App\Form\Main\FirstLoginType' shared autowired service.
  1863.      *
  1864.      * @return \App\Form\Main\FirstLoginType
  1865.      */
  1866.     protected function getFirstLoginTypeService()
  1867.     {
  1868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1870.         include_once \dirname(__DIR__4).'/src/Form/Main/FirstLoginType.php';
  1871.         return $this->services['App\\Form\\Main\\FirstLoginType'] = new \App\Form\Main\FirstLoginType();
  1872.     }
  1873.     /**
  1874.      * Gets the public 'App\Form\Main\LoginType' shared autowired service.
  1875.      *
  1876.      * @return \App\Form\Main\LoginType
  1877.      */
  1878.     protected function getLoginTypeService()
  1879.     {
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1882.         include_once \dirname(__DIR__4).'/src/Form/Main/LoginType.php';
  1883.         return $this->services['App\\Form\\Main\\LoginType'] = new \App\Form\Main\LoginType();
  1884.     }
  1885.     /**
  1886.      * Gets the public 'App\Form\Main\RecoverPasswordType' shared autowired service.
  1887.      *
  1888.      * @return \App\Form\Main\RecoverPasswordType
  1889.      */
  1890.     protected function getRecoverPasswordTypeService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1894.         include_once \dirname(__DIR__4).'/src/Form/Main/RecoverPasswordType.php';
  1895.         return $this->services['App\\Form\\Main\\RecoverPasswordType'] = new \App\Form\Main\RecoverPasswordType();
  1896.     }
  1897.     /**
  1898.      * Gets the public 'App\Security\LoginFormAuthenticator' shared autowired service.
  1899.      *
  1900.      * @return \App\Security\LoginFormAuthenticator
  1901.      */
  1902.     protected function getLoginFormAuthenticatorService()
  1903.     {
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  1909.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  1910.         $a = ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService());
  1911.         if (isset($this->services['App\\Security\\LoginFormAuthenticator'])) {
  1912.             return $this->services['App\\Security\\LoginFormAuthenticator'];
  1913.         }
  1914.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1915.         return $this->services['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['App\\Services\\Main\\SecurityService'] ?? $this->getSecurityServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), $a, ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), $b);
  1916.     }
  1917.     /**
  1918.      * Gets the public 'App\Security\UserProvider' shared autowired service.
  1919.      *
  1920.      * @return \App\Security\UserProvider
  1921.      */
  1922.     protected function getUserProviderService()
  1923.     {
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  1925.         include_once \dirname(__DIR__4).'/src/Security/UserProvider.php';
  1926.         return $this->services['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($this->services['App\\Services\\Main\\SecurityService'] ?? $this->getSecurityServiceService()));
  1927.     }
  1928.     /**
  1929.      * Gets the public 'App\Services\Admin\ContextService' shared autowired service.
  1930.      *
  1931.      * @return \App\Services\Admin\ContextService
  1932.      */
  1933.     protected function getContextServiceService()
  1934.     {
  1935.         $a = ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService());
  1936.         if (isset($this->services['App\\Services\\Admin\\ContextService'])) {
  1937.             return $this->services['App\\Services\\Admin\\ContextService'];
  1938.         }
  1939.         return $this->services['App\\Services\\Admin\\ContextService'] = new \App\Services\Admin\ContextService($a);
  1940.     }
  1941.     /**
  1942.      * Gets the public 'App\Services\Admin\CustomerService' shared autowired service.
  1943.      *
  1944.      * @return \App\Services\Admin\CustomerService
  1945.      */
  1946.     protected function getCustomerServiceService()
  1947.     {
  1948.         return $this->services['App\\Services\\Admin\\CustomerService'] = new \App\Services\Admin\CustomerService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())));
  1949.     }
  1950.     /**
  1951.      * Gets the public 'App\Services\Admin\NotificationService' shared autowired service.
  1952.      *
  1953.      * @return \App\Services\Admin\NotificationService
  1954.      */
  1955.     protected function getNotificationServiceService()
  1956.     {
  1957.         include_once \dirname(__DIR__4).'/src/Services/Admin/NotificationService.php';
  1958.         return $this->services['App\\Services\\Admin\\NotificationService'] = new \App\Services\Admin\NotificationService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1959.     }
  1960.     /**
  1961.      * Gets the public 'App\Services\Admin\PrivilegeService' shared autowired service.
  1962.      *
  1963.      * @return \App\Services\Admin\PrivilegeService
  1964.      */
  1965.     protected function getPrivilegeServiceService()
  1966.     {
  1967.         include_once \dirname(__DIR__4).'/src/Services/Admin/PrivilegeService.php';
  1968.         return $this->services['App\\Services\\Admin\\PrivilegeService'] = new \App\Services\Admin\PrivilegeService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  1969.     }
  1970.     /**
  1971.      * Gets the public 'App\Services\Admin\RoleService' shared autowired service.
  1972.      *
  1973.      * @return \App\Services\Admin\RoleService
  1974.      */
  1975.     protected function getRoleServiceService()
  1976.     {
  1977.         return $this->services['App\\Services\\Admin\\RoleService'] = new \App\Services\Admin\RoleService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()));
  1978.     }
  1979.     /**
  1980.      * Gets the public 'App\Services\Admin\UserService' shared autowired service.
  1981.      *
  1982.      * @return \App\Services\Admin\UserService
  1983.      */
  1984.     protected function getUserServiceService()
  1985.     {
  1986.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1987.         if (isset($this->services['App\\Services\\Admin\\UserService'])) {
  1988.             return $this->services['App\\Services\\Admin\\UserService'];
  1989.         }
  1990.         $b = ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService());
  1991.         if (isset($this->services['App\\Services\\Admin\\UserService'])) {
  1992.             return $this->services['App\\Services\\Admin\\UserService'];
  1993.         }
  1994.         return $this->services['App\\Services\\Admin\\UserService'] = new \App\Services\Admin\UserService($a$b, ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()));
  1995.     }
  1996.     /**
  1997.      * Gets the public 'App\Services\Connectivity\ConnectorService' shared autowired service.
  1998.      *
  1999.      * @return \App\Services\Connectivity\ConnectorService
  2000.      */
  2001.     protected function getConnectorServiceService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/src/Services/Connectivity/ConnectorService.php';
  2004.         return $this->services['App\\Services\\Connectivity\\ConnectorService'] = new \App\Services\Connectivity\ConnectorService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())));
  2005.     }
  2006.     /**
  2007.      * Gets the public 'App\Services\Dam\FileService' shared autowired service.
  2008.      *
  2009.      * @return \App\Services\Dam\FileService
  2010.      */
  2011.     protected function getFileServiceService()
  2012.     {
  2013.         include_once \dirname(__DIR__4).'/src/Services/Dam/FileService.php';
  2014.         return $this->services['App\\Services\\Dam\\FileService'] = new \App\Services\Dam\FileService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2015.     }
  2016.     /**
  2017.      * Gets the public 'App\Services\Dam\FolderService' shared autowired service.
  2018.      *
  2019.      * @return \App\Services\Dam\FolderService
  2020.      */
  2021.     protected function getFolderServiceService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/src/Services/Dam/FolderService.php';
  2024.         $a = ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService());
  2025.         if (isset($this->services['App\\Services\\Dam\\FolderService'])) {
  2026.             return $this->services['App\\Services\\Dam\\FolderService'];
  2027.         }
  2028.         return $this->services['App\\Services\\Dam\\FolderService'] = new \App\Services\Dam\FolderService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), $a, ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  2029.     }
  2030.     /**
  2031.      * Gets the public 'App\Services\Dam\FormatService' shared autowired service.
  2032.      *
  2033.      * @return \App\Services\Dam\FormatService
  2034.      */
  2035.     protected function getFormatServiceService()
  2036.     {
  2037.         include_once \dirname(__DIR__4).'/src/Services/Dam/FormatService.php';
  2038.         return $this->services['App\\Services\\Dam\\FormatService'] = new \App\Services\Dam\FormatService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2039.     }
  2040.     /**
  2041.      * Gets the public 'App\Services\Dam\OneDriveService' shared autowired service.
  2042.      *
  2043.      * @return \App\Services\Dam\OneDriveService
  2044.      */
  2045.     protected function getOneDriveServiceService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/src/Services/Dam/OneDriveService.php';
  2048.         return $this->services['App\\Services\\Dam\\OneDriveService'] = new \App\Services\Dam\OneDriveService($this, ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  2049.     }
  2050.     /**
  2051.      * Gets the public 'App\Services\Dashboard\WidgetService' shared autowired service.
  2052.      *
  2053.      * @return \App\Services\Dashboard\WidgetService
  2054.      */
  2055.     protected function getWidgetServiceService()
  2056.     {
  2057.         include_once \dirname(__DIR__4).'/src/Services/Dashboard/WidgetService.php';
  2058.         $a = ($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService());
  2059.         if (isset($this->services['App\\Services\\Dashboard\\WidgetService'])) {
  2060.             return $this->services['App\\Services\\Dashboard\\WidgetService'];
  2061.         }
  2062.         $b = ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService());
  2063.         if (isset($this->services['App\\Services\\Dashboard\\WidgetService'])) {
  2064.             return $this->services['App\\Services\\Dashboard\\WidgetService'];
  2065.         }
  2066.         return $this->services['App\\Services\\Dashboard\\WidgetService'] = new \App\Services\Dashboard\WidgetService($a, ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Main\\HistoricalService'] ?? $this->getHistoricalServiceService()), $b, ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['App\\Services\\Pim\\ProductService'] ?? $this->getProductServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  2067.     }
  2068.     /**
  2069.      * Gets the public 'App\Services\IA\OpenAIService' shared autowired service.
  2070.      *
  2071.      * @return \App\Services\IA\OpenAIService
  2072.      */
  2073.     protected function getOpenAIServiceService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/src/Services/IA/OpenAIService.php';
  2076.         return $this->services['App\\Services\\IA\\OpenAIService'] = new \App\Services\IA\OpenAIService(($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Dam\\FileService'] ?? $this->getFileServiceService()), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'App\Services\Main\ApiRequestService' shared autowired service.
  2080.      *
  2081.      * @return \App\Services\Main\ApiRequestService
  2082.      */
  2083.     protected function getApiRequestServiceService()
  2084.     {
  2085.         $a = ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService());
  2086.         if (isset($this->services['App\\Services\\Main\\ApiRequestService'])) {
  2087.             return $this->services['App\\Services\\Main\\ApiRequestService'];
  2088.         }
  2089.         return $this->services['App\\Services\\Main\\ApiRequestService'] = new \App\Services\Main\ApiRequestService(($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), $a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2090.     }
  2091.     /**
  2092.      * Gets the public 'App\Services\Main\ApiService' shared autowired service.
  2093.      *
  2094.      * @return \App\Services\Main\ApiService
  2095.      */
  2096.     protected function getApiServiceService()
  2097.     {
  2098.         $a = ($this->services['App\\Services\\Main\\SecurityService'] ?? $this->getSecurityServiceService());
  2099.         if (isset($this->services['App\\Services\\Main\\ApiService'])) {
  2100.             return $this->services['App\\Services\\Main\\ApiService'];
  2101.         }
  2102.         return $this->services['App\\Services\\Main\\ApiService'] = new \App\Services\Main\ApiService($a, ($this->services['App\\Services\\Main\\ApiRequestService'] ?? $this->getApiRequestServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2103.     }
  2104.     /**
  2105.      * Gets the public 'App\Services\Main\DemoService' shared autowired service.
  2106.      *
  2107.      * @return \App\Services\Main\DemoService
  2108.      */
  2109.     protected function getDemoServiceService()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/src/Services/Main/DemoService.php';
  2112.         return $this->services['App\\Services\\Main\\DemoService'] = new \App\Services\Main\DemoService(($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()));
  2113.     }
  2114.     /**
  2115.      * Gets the public 'App\Services\Main\ExportService' shared autowired service.
  2116.      *
  2117.      * @return \App\Services\Main\ExportService
  2118.      */
  2119.     protected function getExportServiceService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/src/Services/Main/ExportService.php';
  2122.         return $this->services['App\\Services\\Main\\ExportService'] = new \App\Services\Main\ExportService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()));
  2123.     }
  2124.     /**
  2125.      * Gets the public 'App\Services\Main\HistoricalService' shared autowired service.
  2126.      *
  2127.      * @return \App\Services\Main\HistoricalService
  2128.      */
  2129.     protected function getHistoricalServiceService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/src/Services/Main/HistoricalService.php';
  2132.         return $this->services['App\\Services\\Main\\HistoricalService'] = new \App\Services\Main\HistoricalService(($this->services['App\\Services\\Pim\\ProductService'] ?? $this->getProductServiceService()), ($this->services['App\\Services\\Pim\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  2133.     }
  2134.     /**
  2135.      * Gets the public 'App\Services\Main\ImportService' shared autowired service.
  2136.      *
  2137.      * @return \App\Services\Main\ImportService
  2138.      */
  2139.     protected function getImportServiceService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/src/Services/Main/ImportService.php';
  2142.         return $this->services['App\\Services\\Main\\ImportService'] = new \App\Services\Main\ImportService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())));
  2143.     }
  2144.     /**
  2145.      * Gets the public 'App\Services\Main\SecurityService' shared autowired service.
  2146.      *
  2147.      * @return \App\Services\Main\SecurityService
  2148.      */
  2149.     protected function getSecurityServiceService()
  2150.     {
  2151.         $a = ($this->services['App\\Services\\Main\\ApiRequestService'] ?? $this->getApiRequestServiceService());
  2152.         if (isset($this->services['App\\Services\\Main\\SecurityService'])) {
  2153.             return $this->services['App\\Services\\Main\\SecurityService'];
  2154.         }
  2155.         return $this->services['App\\Services\\Main\\SecurityService'] = new \App\Services\Main\SecurityService($a$this, ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2156.     }
  2157.     /**
  2158.      * Gets the public 'App\Services\Main\StatusService' shared autowired service.
  2159.      *
  2160.      * @return \App\Services\Main\StatusService
  2161.      */
  2162.     protected function getStatusServiceService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/src/Services/Main/StatusService.php';
  2165.         return $this->services['App\\Services\\Main\\StatusService'] = new \App\Services\Main\StatusService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()));
  2166.     }
  2167.     /**
  2168.      * Gets the public 'App\Services\Pim\AssociationService' shared autowired service.
  2169.      *
  2170.      * @return \App\Services\Pim\AssociationService
  2171.      */
  2172.     protected function getAssociationServiceService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/src/Services/Pim/AssociationService.php';
  2175.         return $this->services['App\\Services\\Pim\\AssociationService'] = new \App\Services\Pim\AssociationService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Pim\\ProductService'] ?? $this->getProductServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()));
  2176.     }
  2177.     /**
  2178.      * Gets the public 'App\Services\Pim\AttributeService' shared autowired service.
  2179.      *
  2180.      * @return \App\Services\Pim\AttributeService
  2181.      */
  2182.     protected function getAttributeServiceService()
  2183.     {
  2184.         return $this->services['App\\Services\\Pim\\AttributeService'] = new \App\Services\Pim\AttributeService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Pim\\FamilyService'] ?? $this->getFamilyServiceService()), ($this->services['App\\Services\\Pim\\AttributesGroupService'] ?? $this->getAttributesGroupServiceService()), ($this->services['App\\Services\\Pim\\ReferentialService'] ?? $this->getReferentialServiceService()), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2185.     }
  2186.     /**
  2187.      * Gets the public 'App\Services\Pim\AttributesGroupService' shared autowired service.
  2188.      *
  2189.      * @return \App\Services\Pim\AttributesGroupService
  2190.      */
  2191.     protected function getAttributesGroupServiceService()
  2192.     {
  2193.         return $this->services['App\\Services\\Pim\\AttributesGroupService'] = new \App\Services\Pim\AttributesGroupService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  2194.     }
  2195.     /**
  2196.      * Gets the public 'App\Services\Pim\CategoryService' shared autowired service.
  2197.      *
  2198.      * @return \App\Services\Pim\CategoryService
  2199.      */
  2200.     protected function getCategoryServiceService()
  2201.     {
  2202.         return $this->services['App\\Services\\Pim\\CategoryService'] = new \App\Services\Pim\CategoryService($this, ($this->services['translator'] ?? $this->getTranslatorService()));
  2203.     }
  2204.     /**
  2205.      * Gets the public 'App\Services\Pim\ChannelService' shared autowired service.
  2206.      *
  2207.      * @return \App\Services\Pim\ChannelService
  2208.      */
  2209.     protected function getChannelServiceService()
  2210.     {
  2211.         return $this->services['App\\Services\\Pim\\ChannelService'] = new \App\Services\Pim\ChannelService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Pim\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->services['App\\Services\\Pim\\AttributeService'] ?? $this->getAttributeServiceService()));
  2212.     }
  2213.     /**
  2214.      * Gets the public 'App\Services\Pim\EtimService' shared autowired service.
  2215.      *
  2216.      * @return \App\Services\Pim\EtimService
  2217.      */
  2218.     protected function getEtimServiceService()
  2219.     {
  2220.         include_once \dirname(__DIR__4).'/src/Services/Pim/EtimService.php';
  2221.         return $this->services['App\\Services\\Pim\\EtimService'] = new \App\Services\Pim\EtimService(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()));
  2222.     }
  2223.     /**
  2224.      * Gets the public 'App\Services\Pim\FamilyService' shared autowired service.
  2225.      *
  2226.      * @return \App\Services\Pim\FamilyService
  2227.      */
  2228.     protected function getFamilyServiceService()
  2229.     {
  2230.         return $this->services['App\\Services\\Pim\\FamilyService'] = new \App\Services\Pim\FamilyService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  2231.     }
  2232.     /**
  2233.      * Gets the public 'App\Services\Pim\ProductService' shared autowired service.
  2234.      *
  2235.      * @return \App\Services\Pim\ProductService
  2236.      */
  2237.     protected function getProductServiceService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/src/Services/Pim/ProductService.php';
  2240.         return $this->services['App\\Services\\Pim\\ProductService'] = new \App\Services\Pim\ProductService($this, ($this->services['translator'] ?? $this->getTranslatorService()));
  2241.     }
  2242.     /**
  2243.      * Gets the public 'App\Services\Pim\ReferentialService' shared autowired service.
  2244.      *
  2245.      * @return \App\Services\Pim\ReferentialService
  2246.      */
  2247.     protected function getReferentialServiceService()
  2248.     {
  2249.         return $this->services['App\\Services\\Pim\\ReferentialService'] = new \App\Services\Pim\ReferentialService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\FileService'] ?? $this->getFileService2Service()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Admin\\CustomerService'] ?? $this->getCustomerServiceService()));
  2250.     }
  2251.     /**
  2252.      * Gets the public 'App\Services\Util\ChartService' shared autowired service.
  2253.      *
  2254.      * @return \App\Services\Util\ChartService
  2255.      */
  2256.     protected function getChartServiceService()
  2257.     {
  2258.         include_once \dirname(__DIR__4).'/src/Services/Util/ChartService.php';
  2259.         return $this->services['App\\Services\\Util\\ChartService'] = new \App\Services\Util\ChartService(($this->services['App\\Services\\Util\\ColorService'] ?? ($this->services['App\\Services\\Util\\ColorService'] = new \App\Services\Util\ColorService())));
  2260.     }
  2261.     /**
  2262.      * Gets the public 'App\Services\Util\ClockService' shared autowired service.
  2263.      *
  2264.      * @return \App\Services\Util\ClockService
  2265.      */
  2266.     protected function getClockServiceService()
  2267.     {
  2268.         return $this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService();
  2269.     }
  2270.     /**
  2271.      * Gets the public 'App\Services\Util\ColorService' shared autowired service.
  2272.      *
  2273.      * @return \App\Services\Util\ColorService
  2274.      */
  2275.     protected function getColorServiceService()
  2276.     {
  2277.         return $this->services['App\\Services\\Util\\ColorService'] = new \App\Services\Util\ColorService();
  2278.     }
  2279.     /**
  2280.      * Gets the public 'App\Services\Util\ConfigService' shared autowired service.
  2281.      *
  2282.      * @return \App\Services\Util\ConfigService
  2283.      */
  2284.     protected function getConfigServiceService()
  2285.     {
  2286.         return $this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this);
  2287.     }
  2288.     /**
  2289.      * Gets the public 'App\Services\Util\FileService' shared autowired service.
  2290.      *
  2291.      * @return \App\Services\Util\FileService
  2292.      */
  2293.     protected function getFileService2Service()
  2294.     {
  2295.         return $this->services['App\\Services\\Util\\FileService'] = new \App\Services\Util\FileService(($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())));
  2296.     }
  2297.     /**
  2298.      * Gets the public 'App\Services\Util\JsonService' shared autowired service.
  2299.      *
  2300.      * @return \App\Services\Util\JsonService
  2301.      */
  2302.     protected function getJsonServiceService()
  2303.     {
  2304.         return $this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService();
  2305.     }
  2306.     /**
  2307.      * Gets the public 'App\Services\Util\RealTimeService' shared autowired service.
  2308.      *
  2309.      * @return \App\Services\Util\RealTimeService
  2310.      */
  2311.     protected function getRealTimeServiceService()
  2312.     {
  2313.         return $this->services['App\\Services\\Util\\RealTimeService'] = new \App\Services\Util\RealTimeService(($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  2314.     }
  2315.     /**
  2316.      * Gets the public 'App\Services\Util\UtilService' shared autowired service.
  2317.      *
  2318.      * @return \App\Services\Util\UtilService
  2319.      */
  2320.     protected function getUtilServiceService()
  2321.     {
  2322.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2323.         if (isset($this->services['App\\Services\\Util\\UtilService'])) {
  2324.             return $this->services['App\\Services\\Util\\UtilService'];
  2325.         }
  2326.         return $this->services['App\\Services\\Util\\UtilService'] = new \App\Services\Util\UtilService($this, ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  2327.     }
  2328.     /**
  2329.      * Gets the public 'App\Services\Web2Print\ExportService' shared autowired service.
  2330.      *
  2331.      * @return \App\Services\Web2Print\ExportService
  2332.      */
  2333.     protected function getExportService2Service()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/src/Services/Web2Print/ExportService.php';
  2336.         return $this->services['App\\Services\\Web2Print\\ExportService'] = new \App\Services\Web2Print\ExportService($this);
  2337.     }
  2338.     /**
  2339.      * Gets the public 'App\Services\Web2Print\GenerationService' shared autowired service.
  2340.      *
  2341.      * @return \App\Services\Web2Print\GenerationService
  2342.      */
  2343.     protected function getGenerationServiceService()
  2344.     {
  2345.         include_once \dirname(__DIR__4).'/src/Services/Web2Print/GenerationService.php';
  2346.         return $this->services['App\\Services\\Web2Print\\GenerationService'] = new \App\Services\Web2Print\GenerationService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()), ($this->services['App\\Services\\Web2Print\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))));
  2347.     }
  2348.     /**
  2349.      * Gets the public 'App\Services\Web2Print\MediaService' shared autowired service.
  2350.      *
  2351.      * @return \App\Services\Web2Print\MediaService
  2352.      */
  2353.     protected function getMediaServiceService()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/src/Services/Web2Print/MediaService.php';
  2356.         $a = ($this->services['App\\Services\\Admin\\ContextService'] ?? $this->getContextServiceService());
  2357.         if (isset($this->services['App\\Services\\Web2Print\\MediaService'])) {
  2358.             return $this->services['App\\Services\\Web2Print\\MediaService'];
  2359.         }
  2360.         return $this->services['App\\Services\\Web2Print\\MediaService'] = new \App\Services\Web2Print\MediaService($a, ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['App\\Services\\Util\\UtilService'] ?? $this->getUtilServiceService()));
  2361.     }
  2362.     /**
  2363.      * Gets the public 'App\Services\Web2Print\PageTemplateService' shared autowired service.
  2364.      *
  2365.      * @return \App\Services\Web2Print\PageTemplateService
  2366.      */
  2367.     protected function getPageTemplateServiceService()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/src/Services/Web2Print/PageTemplateService.php';
  2370.         return $this->services['App\\Services\\Web2Print\\PageTemplateService'] = new \App\Services\Web2Print\PageTemplateService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())));
  2371.     }
  2372.     /**
  2373.      * Gets the public 'App\Services\Web2Print\ProductTemplateService' shared autowired service.
  2374.      *
  2375.      * @return \App\Services\Web2Print\ProductTemplateService
  2376.      */
  2377.     protected function getProductTemplateServiceService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/src/Services/Web2Print/ProductTemplateService.php';
  2380.         return $this->services['App\\Services\\Web2Print\\ProductTemplateService'] = new \App\Services\Web2Print\ProductTemplateService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())));
  2381.     }
  2382.     /**
  2383.      * Gets the public 'App\Services\Web2Print\PublicationService' shared autowired service.
  2384.      *
  2385.      * @return \App\Services\Web2Print\PublicationService
  2386.      */
  2387.     protected function getPublicationServiceService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/src/Services/Web2Print/PublicationService.php';
  2390.         $a = ($this->services['App\\Services\\Web2Print\\MediaService'] ?? $this->getMediaServiceService());
  2391.         if (isset($this->services['App\\Services\\Web2Print\\PublicationService'])) {
  2392.             return $this->services['App\\Services\\Web2Print\\PublicationService'];
  2393.         }
  2394.         return $this->services['App\\Services\\Web2Print\\PublicationService'] = new \App\Services\Web2Print\PublicationService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())), $a, ($this->services['App\\Services\\Util\\ConfigService'] ?? ($this->services['App\\Services\\Util\\ConfigService'] = new \App\Services\Util\ConfigService($this))), ($this->services['App\\Services\\Web2Print\\GenerationService'] ?? $this->getGenerationServiceService()));
  2395.     }
  2396.     /**
  2397.      * Gets the public 'App\Services\Workflow\WorkflowItemService' shared autowired service.
  2398.      *
  2399.      * @return \App\Services\Workflow\WorkflowItemService
  2400.      */
  2401.     protected function getWorkflowItemServiceService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/src/Services/Workflow/WorkflowItemService.php';
  2404.         return $this->services['App\\Services\\Workflow\\WorkflowItemService'] = new \App\Services\Workflow\WorkflowItemService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()));
  2405.     }
  2406.     /**
  2407.      * Gets the public 'App\Services\Workflow\WorkflowProcessService' shared autowired service.
  2408.      *
  2409.      * @return \App\Services\Workflow\WorkflowProcessService
  2410.      */
  2411.     protected function getWorkflowProcessServiceService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/src/Services/Workflow/WorkflowProcessService.php';
  2414.         $a = ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService());
  2415.         if (isset($this->services['App\\Services\\Workflow\\WorkflowProcessService'])) {
  2416.             return $this->services['App\\Services\\Workflow\\WorkflowProcessService'];
  2417.         }
  2418.         return $this->services['App\\Services\\Workflow\\WorkflowProcessService'] = new \App\Services\Workflow\WorkflowProcessService(($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()), $a, ($this->services['App\\Services\\Pim\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->services['App\\Services\\Pim\\ProductService'] ?? $this->getProductServiceService()), ($this->services['App\\Services\\Pim\\AssociationService'] ?? $this->getAssociationServiceService()), ($this->services['App\\Services\\Pim\\ChannelService'] ?? $this->getChannelServiceService()), ($this->services['App\\Services\\Util\\ClockService'] ?? ($this->services['App\\Services\\Util\\ClockService'] = new \App\Services\Util\ClockService())));
  2419.     }
  2420.     /**
  2421.      * Gets the public 'App\Services\Workflow\WorkflowService' shared autowired service.
  2422.      *
  2423.      * @return \App\Services\Workflow\WorkflowService
  2424.      */
  2425.     protected function getWorkflowServiceService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/src/Services/Workflow/WorkflowService.php';
  2428.         return $this->services['App\\Services\\Workflow\\WorkflowService'] = new \App\Services\Workflow\WorkflowService(($this->services['App\\Services\\Main\\ApiService'] ?? $this->getApiServiceService()));
  2429.     }
  2430.     /**
  2431.      * Gets the public 'App\Twig\AssetsTwigExtension' shared autowired service.
  2432.      *
  2433.      * @return \App\Twig\AssetsTwigExtension
  2434.      */
  2435.     protected function getAssetsTwigExtensionService()
  2436.     {
  2437.         return $this->services['App\\Twig\\AssetsTwigExtension'] = new \App\Twig\AssetsTwigExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()), ($this->services['App\\Services\\Util\\JsonService'] ?? ($this->services['App\\Services\\Util\\JsonService'] = new \App\Services\Util\JsonService())));
  2438.     }
  2439.     /**
  2440.      * Gets the public 'App\Twig\ColorsTwigExtension' shared autowired service.
  2441.      *
  2442.      * @return \App\Twig\ColorsTwigExtension
  2443.      */
  2444.     protected function getColorsTwigExtensionService()
  2445.     {
  2446.         return $this->services['App\\Twig\\ColorsTwigExtension'] = new \App\Twig\ColorsTwigExtension(($this->services['App\\Services\\Util\\ColorService'] ?? ($this->services['App\\Services\\Util\\ColorService'] = new \App\Services\Util\ColorService())));
  2447.     }
  2448.     /**
  2449.      * Gets the public 'App\Twig\IeTwigExtension' shared autowired service.
  2450.      *
  2451.      * @return \App\Twig\IeTwigExtension
  2452.      */
  2453.     protected function getIeTwigExtensionService()
  2454.     {
  2455.         return $this->services['App\\Twig\\IeTwigExtension'] = new \App\Twig\IeTwigExtension();
  2456.     }
  2457.     /**
  2458.      * Gets the public 'App\Twig\TranslationExtension' shared autowired service.
  2459.      *
  2460.      * @return \App\Twig\TranslationExtension
  2461.      */
  2462.     protected function getTranslationExtensionService()
  2463.     {
  2464.         return $this->services['App\\Twig\\TranslationExtension'] = new \App\Twig\TranslationExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2465.     }
  2466.     /**
  2467.      * Gets the public 'App\Twig\UserTwigExtension' shared autowired service.
  2468.      *
  2469.      * @return \App\Twig\UserTwigExtension
  2470.      */
  2471.     protected function getUserTwigExtensionService()
  2472.     {
  2473.         return $this->services['App\\Twig\\UserTwigExtension'] = new \App\Twig\UserTwigExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()), ($this->services['App\\Services\\Admin\\UserService'] ?? $this->getUserServiceService()));
  2474.     }
  2475.     /**
  2476.      * Gets the public 'Hslavich\OneloginSamlBundle\Controller\SamlController' shared autowired service.
  2477.      *
  2478.      * @return \Hslavich\OneloginSamlBundle\Controller\SamlController
  2479.      */
  2480.     protected function getSamlControllerService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Controller/SamlController.php';
  2484.         $this->services['Hslavich\\OneloginSamlBundle\\Controller\\SamlController'] = $instance = new \Hslavich\OneloginSamlBundle\Controller\SamlController(($this->privates['OneLogin\\Saml2\\Auth'] ?? $this->getAuthService()));
  2485.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('Hslavich\\OneloginSamlBundle\\Controller\\SamlController'$this));
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the public 'Sentry\Integration\IgnoreErrorsIntegration' shared autowired service.
  2490.      *
  2491.      * @return \Sentry\Integration\IgnoreErrorsIntegration
  2492.      */
  2493.     protected function getIgnoreErrorsIntegrationService()
  2494.     {
  2495.         return $this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] = new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'Symfony\\Component\\HttpKernel\\Exception\\PreconditionRequiredHttpException']]);
  2496.     }
  2497.     /**
  2498.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2499.      *
  2500.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2501.      */
  2502.     protected function getRedirectControllerService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2505.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2506.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2507.     }
  2508.     /**
  2509.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2510.      *
  2511.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2512.      */
  2513.     protected function getTemplateControllerService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2516.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2517.     }
  2518.     /**
  2519.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2520.      *
  2521.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2522.      */
  2523.     protected function getBazinga_Jstranslation_ControllerService()
  2524.     {
  2525.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2540.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'en''messages''86400');
  2541.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2542.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2543.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2544.         $instance->addLoader('yaml'$a);
  2545.         $instance->addLoader('yml'$a);
  2546.         $instance->addLoader('xlf'$b);
  2547.         $instance->addLoader('xliff'$b);
  2548.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2549.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2550.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2551.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2552.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2553.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2554.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2555.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2556.         return $instance;
  2557.     }
  2558.     /**
  2559.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2560.      *
  2561.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2562.      */
  2563.     protected function getBazinga_Jstranslation_DumpCommandService()
  2564.     {
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2567.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__4));
  2568.         $instance->setName('bazinga:js-translation:dump');
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2573.      *
  2574.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2575.      */
  2576.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2593.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'en''messages', [], []);
  2594.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2595.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2596.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2597.         $instance->addLoader('yaml'$a);
  2598.         $instance->addLoader('yml'$a);
  2599.         $instance->addLoader('xlf'$b);
  2600.         $instance->addLoader('xliff'$b);
  2601.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2602.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2603.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2604.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2605.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2606.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2607.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2608.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2609.         return $instance;
  2610.     }
  2611.     /**
  2612.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2613.      *
  2614.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2615.      */
  2616.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2619.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['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-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], '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-time-bundle/src/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], '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-time-bundle/src/Resources/translations/time.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')], '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-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], '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')], '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-time-bundle/src/Resources/translations/time.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], '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-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], '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-time-bundle/src/Resources/translations/time.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], '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')], '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-time-bundle/src/Resources/translations/time.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff')], '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-time-bundle/src/Resources/translations/time.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff')], '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-time-bundle/src/Resources/translations/time.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/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff')], '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-time-bundle/src/Resources/translations/time.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')]]);
  2620.     }
  2621.     /**
  2622.      * Gets the public 'cache.app' shared service.
  2623.      *
  2624.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2625.      */
  2626.     protected function getCache_AppService()
  2627.     {
  2628.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]), 'o6K9EY1YsD'0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  2629.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2630.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2631.     }
  2632.     /**
  2633.      * Gets the public 'cache.app_clearer' shared service.
  2634.      *
  2635.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2636.      */
  2637.     protected function getCache_AppClearerService()
  2638.     {
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2641.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2642.     }
  2643.     /**
  2644.      * Gets the public 'cache.global_clearer' shared service.
  2645.      *
  2646.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2647.      */
  2648.     protected function getCache_GlobalClearerService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2652.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService())]);
  2653.     }
  2654.     /**
  2655.      * Gets the public 'cache.system' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2658.      */
  2659.     protected function getCache_SystemService()
  2660.     {
  2661.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o4GOi7WEEA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2662.     }
  2663.     /**
  2664.      * Gets the public 'cache.system_clearer' shared service.
  2665.      *
  2666.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2667.      */
  2668.     protected function getCache_SystemClearerService()
  2669.     {
  2670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2672.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService())]);
  2673.     }
  2674.     /**
  2675.      * Gets the public 'cache.validator_expression_language' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2678.      */
  2679.     protected function getCache_ValidatorExpressionLanguageService()
  2680.     {
  2681.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g+0klJ96kk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2682.     }
  2683.     /**
  2684.      * Gets the public 'cache_warmer' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2687.      */
  2688.     protected function getCacheWarmerService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2692.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2693.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2694.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2695.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2696.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2697.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2698.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2699.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2700.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2701.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/dist/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  2702.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2703.     }
  2704.     /**
  2705.      * Gets the public 'console.command_loader' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2708.      */
  2709.     protected function getConsole_CommandLoaderService()
  2710.     {
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2713.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2714.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2715.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2716.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2717.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2718.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2719.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2720.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2721.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2722.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2723.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2724.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2725.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2726.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2727.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2728.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2729.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2730.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2731.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2732.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2733.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2734.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2735.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2736.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2737.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2738.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2739.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2740.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2741.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2742.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2743.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2744.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2745.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2746.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2747.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2748.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2749.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2750.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2751.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2752.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  2753.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2754.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2755.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  2756.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  2757.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2758.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2759.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  2760.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2761.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2762.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2763.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2764.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2765.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2766.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2767.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2768.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2769.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2770.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2771.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2772.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2773.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2774.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2775.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2776.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2777.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2778.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2779.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2780.         ], [
  2781.             'console.command.about' => '?',
  2782.             'console.command.assets_install' => '?',
  2783.             'console.command.cache_clear' => '?',
  2784.             'console.command.cache_pool_clear' => '?',
  2785.             'console.command.cache_pool_prune' => '?',
  2786.             'console.command.cache_pool_delete' => '?',
  2787.             'console.command.cache_pool_list' => '?',
  2788.             'console.command.cache_warmup' => '?',
  2789.             'console.command.config_debug' => '?',
  2790.             'console.command.config_dump_reference' => '?',
  2791.             'console.command.container_debug' => '?',
  2792.             'console.command.container_lint' => '?',
  2793.             'console.command.debug_autowiring' => '?',
  2794.             'console.command.dotenv_debug' => '?',
  2795.             'console.command.event_dispatcher_debug' => '?',
  2796.             'console.command.router_debug' => '?',
  2797.             'console.command.router_match' => '?',
  2798.             'console.command.translation_debug' => '?',
  2799.             'console.command.translation_extract' => '?',
  2800.             'console.command.validator_debug' => '?',
  2801.             'console.command.translation_pull' => '?',
  2802.             'console.command.translation_push' => '?',
  2803.             'console.command.xliff_lint' => '?',
  2804.             'console.command.yaml_lint' => '?',
  2805.             'console.command.form_debug' => '?',
  2806.             'console.command.secrets_set' => '?',
  2807.             'console.command.secrets_remove' => '?',
  2808.             'console.command.secrets_generate_key' => '?',
  2809.             'console.command.secrets_list' => '?',
  2810.             'console.command.secrets_decrypt_to_local' => '?',
  2811.             'console.command.secrets_encrypt_from_local' => '?',
  2812.             'security.command.debug_firewall' => '?',
  2813.             'security.command.user_password_encoder' => '?',
  2814.             'security.command.user_password_hash' => '?',
  2815.             'twig.command.debug' => '?',
  2816.             'twig.command.lint' => '?',
  2817.             'var_dumper.command.server_dump' => '?',
  2818.             'monolog.command.server_log' => '?',
  2819.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  2820.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2821.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2822.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  2823.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  2824.             'maker.auto_command.make_auth' => '?',
  2825.             'maker.auto_command.make_command' => '?',
  2826.             'maker.auto_command.make_twig_component' => '?',
  2827.             'maker.auto_command.make_controller' => '?',
  2828.             'maker.auto_command.make_crud' => '?',
  2829.             'maker.auto_command.make_docker_database' => '?',
  2830.             'maker.auto_command.make_entity' => '?',
  2831.             'maker.auto_command.make_fixtures' => '?',
  2832.             'maker.auto_command.make_form' => '?',
  2833.             'maker.auto_command.make_message' => '?',
  2834.             'maker.auto_command.make_messenger_middleware' => '?',
  2835.             'maker.auto_command.make_registration_form' => '?',
  2836.             'maker.auto_command.make_reset_password' => '?',
  2837.             'maker.auto_command.make_serializer_encoder' => '?',
  2838.             'maker.auto_command.make_serializer_normalizer' => '?',
  2839.             'maker.auto_command.make_subscriber' => '?',
  2840.             'maker.auto_command.make_twig_extension' => '?',
  2841.             'maker.auto_command.make_test' => '?',
  2842.             'maker.auto_command.make_validator' => '?',
  2843.             'maker.auto_command.make_voter' => '?',
  2844.             'maker.auto_command.make_user' => '?',
  2845.             'maker.auto_command.make_migration' => '?',
  2846.             'maker.auto_command.make_stimulus_controller' => '?',
  2847.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  2848.     }
  2849.     /**
  2850.      * Gets the public 'container.env_var_processors_locator' shared service.
  2851.      *
  2852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2853.      */
  2854.     protected function getContainer_EnvVarProcessorsLocatorService()
  2855.     {
  2856.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2857.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2858.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2859.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2860.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2861.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2862.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2863.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2864.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2865.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2866.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2867.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2868.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2869.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2870.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2871.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2872.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2873.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2874.         ], [
  2875.             'base64' => '?',
  2876.             'bool' => '?',
  2877.             'const' => '?',
  2878.             'csv' => '?',
  2879.             'default' => '?',
  2880.             'file' => '?',
  2881.             'float' => '?',
  2882.             'int' => '?',
  2883.             'json' => '?',
  2884.             'key' => '?',
  2885.             'not' => '?',
  2886.             'query_string' => '?',
  2887.             'require' => '?',
  2888.             'resolve' => '?',
  2889.             'string' => '?',
  2890.             'trim' => '?',
  2891.             'url' => '?',
  2892.         ]);
  2893.     }
  2894.     /**
  2895.      * Gets the public 'data_collector.dump' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2898.      */
  2899.     protected function getDataCollector_DumpService()
  2900.     {
  2901.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2902.     }
  2903.     /**
  2904.      * Gets the public 'error_controller' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2907.      */
  2908.     protected function getErrorControllerService()
  2909.     {
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2915.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2916.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2917.     }
  2918.     /**
  2919.      * Gets the public 'event_dispatcher' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2922.      */
  2923.     protected function getEventDispatcherService()
  2924.     {
  2925.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2926.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2927.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2928.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2929.         $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())));
  2930.         $instance->addListener('kernel.request', [=> function () {
  2931.             return ($this->services['App\\EventListener\\BeforeLogoutListener'] ?? $this->getBeforeLogoutListenerService());
  2932.         }, => 'onKernelRequest'], 8);
  2933.         $instance->addListener('kernel.exception', [=> function () {
  2934.             return ($this->services['App\\EventListener\\BeforeLogoutListener'] ?? $this->getBeforeLogoutListenerService());
  2935.         }, => 'onKernelException'], 8);
  2936.         $instance->addListener('kernel.controller', [=> function () {
  2937.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2938.         }, => 'onKernelController'], 0);
  2939.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserCreatedEvent', [=> function () {
  2940.             return ($this->privates['hslavich_onelogin_saml.user_created_listener.app'] ?? ($this->privates['hslavich_onelogin_saml.user_created_listener.app'] = new \Hslavich\OneloginSamlBundle\EventListener\User\UserCreatedListener(NULLfalse)));
  2941.         }, => '__invoke'], 0);
  2942.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserModifiedEvent', [=> function () {
  2943.             return ($this->privates['hslavich_onelogin_saml.user_modified_listener.app'] ?? ($this->privates['hslavich_onelogin_saml.user_modified_listener.app'] = new \Hslavich\OneloginSamlBundle\EventListener\User\UserModifiedListener(NULLfalse)));
  2944.         }, => '__invoke'], 0);
  2945.         $instance->addListener('kernel.exception', [=> function () {
  2946.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2947.         }, => 'onKernelException'], 0);
  2948.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2949.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  2950.         }, => '__invoke'], 0);
  2951.         $instance->addListener('console.command', [=> function () {
  2952.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  2953.         }, => 'handleConsoleCommandEvent'], 128);
  2954.         $instance->addListener('console.terminate', [=> function () {
  2955.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  2956.         }, => 'handleConsoleTerminateEvent'], -64);
  2957.         $instance->addListener('console.error', [=> function () {
  2958.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  2959.         }, => 'handleConsoleErrorEvent'], -64);
  2960.         $instance->addListener('kernel.exception', [=> function () {
  2961.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  2962.         }, => 'handleExceptionEvent'], 128);
  2963.         $instance->addListener('kernel.request', [=> function () {
  2964.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2965.         }, => 'handleKernelRequestEvent'], 5);
  2966.         $instance->addListener('kernel.controller', [=> function () {
  2967.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2968.         }, => 'handleKernelControllerEvent'], 10);
  2969.         $instance->addListener('kernel.request', [=> function () {
  2970.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  2971.         }, => 'handleKernelRequestEvent'], 3);
  2972.         $instance->addListener('kernel.finish_request', [=> function () {
  2973.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  2974.         }, => 'handleKernelFinishRequestEvent'], 5);
  2975.         $instance->addListener('kernel.request', [=> function () {
  2976.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  2977.         }, => 'handleKernelRequestEvent'], 4);
  2978.         $instance->addListener('kernel.response', [=> function () {
  2979.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  2980.         }, => 'handleKernelResponseEvent'], 15);
  2981.         $instance->addListener('kernel.terminate', [=> function () {
  2982.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  2983.         }, => 'handleKernelTerminateEvent'], 5);
  2984.         $instance->addListener('kernel.request', [=> function () {
  2985.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  2986.         }, => 'handleKernelRequestEvent'], 2);
  2987.         $instance->addListener('kernel.finish_request', [=> function () {
  2988.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  2989.         }, => 'handleKernelFinishRequestEvent'], 10);
  2990.         $instance->addListener('kernel.response', [=> function () {
  2991.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  2992.         }, => 'handleKernelResponseEvent'], 15);
  2993.         $instance->addListener('console.command', [=> function () {
  2994.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  2995.         }, => 'handleConsoleCommandEvent'], 118);
  2996.         $instance->addListener('console.terminate', [=> function () {
  2997.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  2998.         }, => 'handleConsoleTerminateEvent'], -54);
  2999.         $instance->addListener('kernel.request', [=> function () {
  3000.             return ($this->services['App\\EventListener\\BeforeLogoutListener'] ?? $this->getBeforeLogoutListenerService());
  3001.         }, => 'onKernelRequest'], 15);
  3002.         $instance->addListener('kernel.exception', [=> function () {
  3003.             return ($this->services['App\\EventListener\\BeforeLogoutListener'] ?? $this->getBeforeLogoutListenerService());
  3004.         }, => 'onKernelException'], 15);
  3005.         $instance->addListener('kernel.request', [=> function () {
  3006.             return ($this->services['App\\EventListener\\LocaleListener'] ?? ($this->services['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener()));
  3007.         }, => 'onKernelRequest'], 15);
  3008.         $instance->addListener('kernel.controller', [=> function () {
  3009.             return ($this->services['App\\EventListener\\TerminologiesListener'] ?? $this->getTerminologiesListenerService());
  3010.         }, => 'onKernelController'], 15);
  3011.         $instance->addListener('kernel.response', [=> function () {
  3012.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3013.         }, => 'onKernelResponse'], 0);
  3014.         $instance->addListener('kernel.response', [=> function () {
  3015.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3016.         }, => 'onKernelResponse'], -1024);
  3017.         $instance->addListener('kernel.request', [=> function () {
  3018.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3019.         }, => 'setDefaultLocale'], 100);
  3020.         $instance->addListener('kernel.request', [=> function () {
  3021.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3022.         }, => 'onKernelRequest'], 16);
  3023.         $instance->addListener('kernel.finish_request', [=> function () {
  3024.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3025.         }, => 'onKernelFinishRequest'], 0);
  3026.         $instance->addListener('kernel.request', [=> function () {
  3027.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3028.         }, => 'onKernelRequest'], 256);
  3029.         $instance->addListener('kernel.response', [=> function () {
  3030.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3031.         }, => 'onResponse'], -255);
  3032.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3033.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3034.         }, => 'onControllerArguments'], 0);
  3035.         $instance->addListener('kernel.exception', [=> function () {
  3036.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3037.         }, => 'logKernelException'], 0);
  3038.         $instance->addListener('kernel.exception', [=> function () {
  3039.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3040.         }, => 'onKernelException'], -128);
  3041.         $instance->addListener('kernel.response', [=> function () {
  3042.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3043.         }, => 'removeCspHeader'], -128);
  3044.         $instance->addListener('kernel.request', [=> function () {
  3045.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3046.         }, => 'onKernelRequest'], 15);
  3047.         $instance->addListener('kernel.finish_request', [=> function () {
  3048.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3049.         }, => 'onKernelFinishRequest'], -15);
  3050.         $instance->addListener('console.error', [=> function () {
  3051.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3052.         }, => 'onConsoleError'], -128);
  3053.         $instance->addListener('console.terminate', [=> function () {
  3054.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3055.         }, => 'onConsoleTerminate'], -128);
  3056.         $instance->addListener('console.error', [=> function () {
  3057.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3058.         }, => 'onConsoleError'], 0);
  3059.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3060.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3061.         }, => 'onMessage'], -255);
  3062.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3063.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3064.         }, => 'onMessage'], -255);
  3065.         $instance->addListener('kernel.request', [=> function () {
  3066.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3067.         }, => 'configure'], 2048);
  3068.         $instance->addListener('console.command', [=> function () {
  3069.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3070.         }, => 'configure'], 2048);
  3071.         $instance->addListener('kernel.request', [=> function () {
  3072.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3073.         }, => 'onKernelRequest'], 32);
  3074.         $instance->addListener('kernel.finish_request', [=> function () {
  3075.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3076.         }, => 'onKernelFinishRequest'], 0);
  3077.         $instance->addListener('kernel.exception', [=> function () {
  3078.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3079.         }, => 'onKernelException'], -64);
  3080.         $instance->addListener('kernel.response', [=> function () {
  3081.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3082.         }, => 'onKernelResponse'], 0);
  3083.         $instance->addListener('kernel.request', [=> function () {
  3084.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3085.         }, => 'onKernelRequest'], 128);
  3086.         $instance->addListener('kernel.response', [=> function () {
  3087.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3088.         }, => 'onKernelResponse'], -1000);
  3089.         $instance->addListener('kernel.finish_request', [=> function () {
  3090.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3091.         }, => 'onFinishRequest'], 0);
  3092.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  3093.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  3094.         }, => 'onNotification'], -255);
  3095.         $instance->addListener('kernel.response', [=> function () {
  3096.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3097.         }, => 'onKernelResponse'], -100);
  3098.         $instance->addListener('kernel.exception', [=> function () {
  3099.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3100.         }, => 'onKernelException'], 0);
  3101.         $instance->addListener('kernel.terminate', [=> function () {
  3102.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3103.         }, => 'onKernelTerminate'], -1024);
  3104.         $instance->addListener('kernel.controller', [=> function () {
  3105.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3106.         }, => 'onKernelController'], 0);
  3107.         $instance->addListener('kernel.response', [=> function () {
  3108.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3109.         }, => 'onKernelResponse'], 0);
  3110.         $instance->addListener('kernel.response', [=> function () {
  3111.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3112.         }, => 'onKernelResponse'], 0);
  3113.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3114.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3115.         }, => 'onVoterVote'], 0);
  3116.         $instance->addListener('kernel.request', [=> function () {
  3117.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3118.         }, => 'configureLogoutUrlGenerator'], 8);
  3119.         $instance->addListener('kernel.request', [=> function () {
  3120.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3121.         }, => 'onKernelRequest'], 8);
  3122.         $instance->addListener('kernel.finish_request', [=> function () {
  3123.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3124.         }, => 'onKernelFinishRequest'], 0);
  3125.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3126.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3127.         }, => 'onMessage'], 0);
  3128.         $instance->addListener('kernel.response', [=> function () {
  3129.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3130.         }, => 'onKernelResponse'], -128);
  3131.         $instance->addListener('console.command', [=> function () {
  3132.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3133.         }, => 'onCommand'], 255);
  3134.         $instance->addListener('console.terminate', [=> function () {
  3135.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3136.         }, => 'onTerminate'], -255);
  3137.         $instance->addListener('console.command', [=> function () {
  3138.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3139.         }, => 'configure'], 1024);
  3140.         $instance->addListener('kernel.controller', [=> function () {
  3141.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3142.         }, => 'onKernelController'], 0);
  3143.         $instance->addListener('kernel.controller', [=> function () {
  3144.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3145.         }, => 'onKernelController'], 0);
  3146.         $instance->addListener('kernel.controller', [=> function () {
  3147.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3148.         }, => 'onKernelController'], -128);
  3149.         $instance->addListener('kernel.view', [=> function () {
  3150.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3151.         }, => 'onKernelView'], 0);
  3152.         $instance->addListener('kernel.controller', [=> function () {
  3153.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3154.         }, => 'onKernelController'], 0);
  3155.         $instance->addListener('kernel.response', [=> function () {
  3156.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3157.         }, => 'onKernelResponse'], 0);
  3158.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3159.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3160.         }, => 'onKernelControllerArguments'], 0);
  3161.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3162.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3163.         }, => 'onKernelControllerArguments'], 0);
  3164.         $instance->addListener('kernel.view', [=> function () {
  3165.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  3166.         }, => 'onKernelView'], 0);
  3167.         $instance->addListener('console.error', [=> function () {
  3168.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3169.         }, => 'onConsoleError'], 0);
  3170.         $instance->addListener('console.terminate', [=> function () {
  3171.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3172.         }, => 'onConsoleTerminate'], 0);
  3173.         $instance->addListener('kernel.finish_request', [=> function () {
  3174.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3175.         }, => 'resetAssets'], 0);
  3176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3177.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3178.         }, => 'onLogout'], 0);
  3179.         return $instance;
  3180.     }
  3181.     /**
  3182.      * Gets the public 'fos_js_routing.controller' shared service.
  3183.      *
  3184.      * @return \FOS\JsRoutingBundle\Controller\Controller
  3185.      */
  3186.     protected function getFosJsRouting_ControllerService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  3189.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  3190.     }
  3191.     /**
  3192.      * Gets the public 'fos_js_routing.extractor' shared service.
  3193.      *
  3194.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  3195.      */
  3196.     protected function getFosJsRouting_ExtractorService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  3200.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  3201.     }
  3202.     /**
  3203.      * Gets the public 'fos_js_routing.serializer' shared service.
  3204.      *
  3205.      * @return \Symfony\Component\Serializer\Serializer
  3206.      */
  3207.     protected function getFosJsRouting_SerializerService()
  3208.     {
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  3223.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  3224.     }
  3225.     /**
  3226.      * Gets the public 'http_kernel' shared service.
  3227.      *
  3228.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3229.      */
  3230.     protected function getHttpKernelService()
  3231.     {
  3232.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3233.         if (isset($this->services['http_kernel'])) {
  3234.             return $this->services['http_kernel'];
  3235.         }
  3236.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3237.         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 () {
  3238.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3239.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3240.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3241.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3242.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  3243.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3244.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3245.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3246.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3247.         }, 9)), $b));
  3248.     }
  3249.     /**
  3250.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  3251.      *
  3252.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  3253.      */
  3254.     protected function getNelmioApiDoc_Command_DumpService()
  3255.     {
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  3258.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3259.         $instance->setName('nelmio:apidoc:dump');
  3260.         return $instance;
  3261.     }
  3262.     /**
  3263.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  3264.      *
  3265.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3266.      */
  3267.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  3268.     {
  3269.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  3270.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3271.     }
  3272.     /**
  3273.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3274.      *
  3275.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3276.      */
  3277.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3278.     {
  3279.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  3280.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3281.     }
  3282.     /**
  3283.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  3284.      *
  3285.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  3286.      */
  3287.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  3290.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3291.     }
  3292.     /**
  3293.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  3294.      *
  3295.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  3296.      */
  3297.     protected function getNelmioApiDoc_Generator_DefaultService()
  3298.     {
  3299.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  3300.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  3301.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  3302.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  3303.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  3304.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  3305.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  3306.         }, 5), new RewindableGenerator(function () {
  3307.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  3308.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  3309.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  3310.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  3311.         }, 4));
  3312.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  3313.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3314.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3315.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3317.         $instance->setAlternativeNames([]);
  3318.         $instance->setMediaTypes([=> 'json']);
  3319.         $instance->setLogger($a);
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  3324.      *
  3325.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  3326.      */
  3327.     protected function getNelmioApiDoc_RenderDocsService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  3334.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3335.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  3336.         ], [
  3337.             'default' => '?',
  3338.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  3339.     }
  3340.     /**
  3341.      * Gets the public 'request_stack' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3344.      */
  3345.     protected function getRequestStackService()
  3346.     {
  3347.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3348.     }
  3349.     /**
  3350.      * Gets the public 'router' shared service.
  3351.      *
  3352.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3353.      */
  3354.     protected function getRouterService()
  3355.     {
  3356.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3357.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3358.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3359.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3360.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3361.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3362.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3363.         ], [
  3364.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3365.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  3366.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3367.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3368.         return $instance;
  3369.     }
  3370.     /**
  3371.      * Gets the public 'routing.loader' shared service.
  3372.      *
  3373.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3374.      */
  3375.     protected function getRouting_LoaderService()
  3376.     {
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3401.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3402.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  3403.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3404.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  3405.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  3406.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  3407.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  3408.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  3409.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3410.             'kernel' => ['services''kernel''getKernelService'false],
  3411.         ], [
  3412.             'kernel' => 'App\\Kernel',
  3413.         ]), 'dev'));
  3414.         $a->addLoader($c);
  3415.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  3416.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  3417.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  3418.     }
  3419.     /**
  3420.      * Gets the public 'services_resetter' shared service.
  3421.      *
  3422.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3423.      */
  3424.     protected function getServicesResetterService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3427.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3428.             if (isset($this->services['cache.app'])) {
  3429.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3430.             }
  3431.             if (isset($this->services['cache.system'])) {
  3432.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3433.             }
  3434.             if (isset($this->privates['cache.validator.traceable'])) {
  3435.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  3436.             }
  3437.             if (isset($this->privates['cache.serializer.traceable'])) {
  3438.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  3439.             }
  3440.             if (isset($this->privates['cache.annotations.traceable'])) {
  3441.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  3442.             }
  3443.             if (isset($this->privates['cache.property_info.traceable'])) {
  3444.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  3445.             }
  3446.             if (isset($this->privates['.sentry.traceable.http_client'])) {
  3447.                 yield 'http_client' => ($this->privates['.sentry.traceable.http_client'] ?? null);
  3448.             }
  3449.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3450.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3451.             }
  3452.             if (isset($this->privates['debug.stopwatch'])) {
  3453.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3454.             }
  3455.             if (isset($this->services['event_dispatcher'])) {
  3456.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3457.             }
  3458.             if (isset($this->privates['session_listener'])) {
  3459.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  3460.             }
  3461.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3462.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3463.             }
  3464.             if (isset($this->services['cache.validator_expression_language'])) {
  3465.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3466.             }
  3467.             if (isset($this->services['.container.private.profiler'])) {
  3468.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3469.             }
  3470.             if (isset($this->services['.container.private.validator'])) {
  3471.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3472.             }
  3473.             if (isset($this->services['.container.private.security.token_storage'])) {
  3474.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3475.             }
  3476.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  3477.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  3478.             }
  3479.             if (isset($this->privates['twig.form.engine'])) {
  3480.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3481.             }
  3482.             if (isset($this->privates['monolog.handler.main'])) {
  3483.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3484.             }
  3485.             if (isset($this->privates['monolog.handler.console'])) {
  3486.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3487.             }
  3488.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  3489.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  3490.             }
  3491.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  3492.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  3493.             }
  3494.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  3495.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  3496.             }
  3497.             if (isset($this->privates['.debug.http_client'])) {
  3498.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3499.             }
  3500.             if (isset($this->privates['.sentry.traceable.http_client'])) {
  3501.                 yield '.sentry.traceable.http_client' => ($this->privates['.sentry.traceable.http_client'] ?? null);
  3502.             }
  3503.         }, function () {
  3504.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['.sentry.traceable.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore.traceable'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.sentry.traceable.http_client']));
  3505.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.sentry.traceable.http_client' => [=> 'reset']]);
  3506.     }
  3507.     /**
  3508.      * Gets the public 'translator' shared service.
  3509.      *
  3510.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3511.      */
  3512.     protected function getTranslatorService()
  3513.     {
  3514.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3515.     }
  3516.     /**
  3517.      * Gets the public 'var_dumper.cloner' shared service.
  3518.      *
  3519.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3520.      */
  3521.     protected function getVarDumper_ClonerService()
  3522.     {
  3523.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3524.         $instance->setMaxItems(2500);
  3525.         $instance->setMinDepth(1);
  3526.         $instance->setMaxString(-1);
  3527.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3528.         return $instance;
  3529.     }
  3530.     /**
  3531.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3532.      *
  3533.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3534.      */
  3535.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3538.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  3539.     }
  3540.     /**
  3541.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3542.      *
  3543.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3544.      */
  3545.     protected function getWebProfiler_Controller_ProfilerService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3548.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3549.     }
  3550.     /**
  3551.      * Gets the public 'web_profiler.controller.router' shared service.
  3552.      *
  3553.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3554.      */
  3555.     protected function getWebProfiler_Controller_RouterService()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3558.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3559.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3560.         }, 1));
  3561.     }
  3562.     /**
  3563.      * Gets the private '.console.command.about.lazy' shared service.
  3564.      *
  3565.      * @return \Symfony\Component\Console\Command\LazyCommand
  3566.      */
  3567.     protected function get_Console_Command_About_LazyService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3571.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  3572.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3573.         });
  3574.     }
  3575.     /**
  3576.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\Console\Command\LazyCommand
  3579.      */
  3580.     protected function get_Console_Command_AssetsInstall_LazyService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3584.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  3585.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3586.         });
  3587.     }
  3588.     /**
  3589.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Console\Command\LazyCommand
  3592.      */
  3593.     protected function get_Console_Command_CacheClear_LazyService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3597.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3598.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3599.         });
  3600.     }
  3601.     /**
  3602.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3603.      *
  3604.      * @return \Symfony\Component\Console\Command\LazyCommand
  3605.      */
  3606.     protected function get_Console_Command_CachePoolClear_LazyService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3610.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  3611.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3612.         });
  3613.     }
  3614.     /**
  3615.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\Console\Command\LazyCommand
  3618.      */
  3619.     protected function get_Console_Command_CachePoolDelete_LazyService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3623.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  3624.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3625.         });
  3626.     }
  3627.     /**
  3628.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\Console\Command\LazyCommand
  3631.      */
  3632.     protected function get_Console_Command_CachePoolList_LazyService()
  3633.     {
  3634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3636.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  3637.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3638.         });
  3639.     }
  3640.     /**
  3641.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\Console\Command\LazyCommand
  3644.      */
  3645.     protected function get_Console_Command_CachePoolPrune_LazyService()
  3646.     {
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3649.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  3650.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3651.         });
  3652.     }
  3653.     /**
  3654.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\Console\Command\LazyCommand
  3657.      */
  3658.     protected function get_Console_Command_CacheWarmup_LazyService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3662.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  3663.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3664.         });
  3665.     }
  3666.     /**
  3667.      * Gets the private '.console.command.config_debug.lazy' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\Console\Command\LazyCommand
  3670.      */
  3671.     protected function get_Console_Command_ConfigDebug_LazyService()
  3672.     {
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3675.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  3676.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3677.         });
  3678.     }
  3679.     /**
  3680.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3681.      *
  3682.      * @return \Symfony\Component\Console\Command\LazyCommand
  3683.      */
  3684.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3688.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  3689.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3690.         });
  3691.     }
  3692.     /**
  3693.      * Gets the private '.console.command.container_debug.lazy' shared service.
  3694.      *
  3695.      * @return \Symfony\Component\Console\Command\LazyCommand
  3696.      */
  3697.     protected function get_Console_Command_ContainerDebug_LazyService()
  3698.     {
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3701.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  3702.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3703.         });
  3704.     }
  3705.     /**
  3706.      * Gets the private '.console.command.container_lint.lazy' shared service.
  3707.      *
  3708.      * @return \Symfony\Component\Console\Command\LazyCommand
  3709.      */
  3710.     protected function get_Console_Command_ContainerLint_LazyService()
  3711.     {
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3714.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3715.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3716.         });
  3717.     }
  3718.     /**
  3719.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\Console\Command\LazyCommand
  3722.      */
  3723.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3727.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3728.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3729.         });
  3730.     }
  3731.     /**
  3732.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3733.      *
  3734.      * @return \Symfony\Component\Console\Command\LazyCommand
  3735.      */
  3736.     protected function get_Console_Command_DotenvDebug_LazyService()
  3737.     {
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3740.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3741.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3742.         });
  3743.     }
  3744.     /**
  3745.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3746.      *
  3747.      * @return \Symfony\Component\Console\Command\LazyCommand
  3748.      */
  3749.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3750.     {
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3753.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3754.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3755.         });
  3756.     }
  3757.     /**
  3758.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\Console\Command\LazyCommand
  3761.      */
  3762.     protected function get_Console_Command_FormDebug_LazyService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3766.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3767.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3768.         });
  3769.     }
  3770.     /**
  3771.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3772.      *
  3773.      * @return \Symfony\Component\Console\Command\LazyCommand
  3774.      */
  3775.     protected function get_Console_Command_RouterDebug_LazyService()
  3776.     {
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3779.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3780.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3781.         });
  3782.     }
  3783.     /**
  3784.      * Gets the private '.console.command.router_match.lazy' shared service.
  3785.      *
  3786.      * @return \Symfony\Component\Console\Command\LazyCommand
  3787.      */
  3788.     protected function get_Console_Command_RouterMatch_LazyService()
  3789.     {
  3790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3792.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3793.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3794.         });
  3795.     }
  3796.     /**
  3797.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Console\Command\LazyCommand
  3800.      */
  3801.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3805.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3806.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3807.         });
  3808.     }
  3809.     /**
  3810.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3811.      *
  3812.      * @return \Symfony\Component\Console\Command\LazyCommand
  3813.      */
  3814.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3818.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3819.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3820.         });
  3821.     }
  3822.     /**
  3823.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3824.      *
  3825.      * @return \Symfony\Component\Console\Command\LazyCommand
  3826.      */
  3827.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3828.     {
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3831.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3832.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3833.         });
  3834.     }
  3835.     /**
  3836.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\Console\Command\LazyCommand
  3839.      */
  3840.     protected function get_Console_Command_SecretsList_LazyService()
  3841.     {
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3844.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3845.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3846.         });
  3847.     }
  3848.     /**
  3849.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\Console\Command\LazyCommand
  3852.      */
  3853.     protected function get_Console_Command_SecretsRemove_LazyService()
  3854.     {
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3857.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3858.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3859.         });
  3860.     }
  3861.     /**
  3862.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3863.      *
  3864.      * @return \Symfony\Component\Console\Command\LazyCommand
  3865.      */
  3866.     protected function get_Console_Command_SecretsSet_LazyService()
  3867.     {
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3870.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3871.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3872.         });
  3873.     }
  3874.     /**
  3875.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\Console\Command\LazyCommand
  3878.      */
  3879.     protected function get_Console_Command_TranslationDebug_LazyService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3883.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3884.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3885.         });
  3886.     }
  3887.     /**
  3888.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3889.      *
  3890.      * @return \Symfony\Component\Console\Command\LazyCommand
  3891.      */
  3892.     protected function get_Console_Command_TranslationExtract_LazyService()
  3893.     {
  3894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3896.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3897.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3898.         });
  3899.     }
  3900.     /**
  3901.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3902.      *
  3903.      * @return \Symfony\Component\Console\Command\LazyCommand
  3904.      */
  3905.     protected function get_Console_Command_TranslationPull_LazyService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3909.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3910.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3911.         });
  3912.     }
  3913.     /**
  3914.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3915.      *
  3916.      * @return \Symfony\Component\Console\Command\LazyCommand
  3917.      */
  3918.     protected function get_Console_Command_TranslationPush_LazyService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3922.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3923.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3924.         });
  3925.     }
  3926.     /**
  3927.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\Console\Command\LazyCommand
  3930.      */
  3931.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3932.     {
  3933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3935.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3936.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3937.         });
  3938.     }
  3939.     /**
  3940.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3941.      *
  3942.      * @return \Symfony\Component\Console\Command\LazyCommand
  3943.      */
  3944.     protected function get_Console_Command_XliffLint_LazyService()
  3945.     {
  3946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3948.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3949.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3950.         });
  3951.     }
  3952.     /**
  3953.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3954.      *
  3955.      * @return \Symfony\Component\Console\Command\LazyCommand
  3956.      */
  3957.     protected function get_Console_Command_YamlLint_LazyService()
  3958.     {
  3959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3961.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3962.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3963.         });
  3964.     }
  3965.     /**
  3966.      * Gets the private '.debug.http_client' shared service.
  3967.      *
  3968.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3969.      */
  3970.     protected function get_Debug_HttpClientService()
  3971.     {
  3972.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3973.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3974.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3975.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3976.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3978.         $a->setLogger($b);
  3979.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3980.     }
  3981.     /**
  3982.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3983.      *
  3984.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3985.      */
  3986.     protected function getLoaderInterfaceService()
  3987.     {
  3988.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3989.     }
  3990.     /**
  3991.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3992.      *
  3993.      * @return \Symfony\Component\Console\Command\LazyCommand
  3994.      */
  3995.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3996.     {
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3999.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4000.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  4001.         });
  4002.     }
  4003.     /**
  4004.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  4005.      *
  4006.      * @return \Symfony\Component\Console\Command\LazyCommand
  4007.      */
  4008.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4012.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4013.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  4014.         });
  4015.     }
  4016.     /**
  4017.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  4018.      *
  4019.      * @return \Symfony\Component\Console\Command\LazyCommand
  4020.      */
  4021.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  4022.     {
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4025.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4026.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  4027.         });
  4028.     }
  4029.     /**
  4030.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  4031.      *
  4032.      * @return \Symfony\Component\Console\Command\LazyCommand
  4033.      */
  4034.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  4035.     {
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4038.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4039.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  4040.         });
  4041.     }
  4042.     /**
  4043.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  4044.      *
  4045.      * @return \Symfony\Component\Console\Command\LazyCommand
  4046.      */
  4047.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4051.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4052.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  4053.         });
  4054.     }
  4055.     /**
  4056.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  4057.      *
  4058.      * @return \Symfony\Component\Console\Command\LazyCommand
  4059.      */
  4060.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  4061.     {
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4064.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4065.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  4066.         });
  4067.     }
  4068.     /**
  4069.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  4070.      *
  4071.      * @return \Symfony\Component\Console\Command\LazyCommand
  4072.      */
  4073.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  4074.     {
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4077.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4078.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  4079.         });
  4080.     }
  4081.     /**
  4082.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  4083.      *
  4084.      * @return \Symfony\Component\Console\Command\LazyCommand
  4085.      */
  4086.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4090.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4091.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  4092.         });
  4093.     }
  4094.     /**
  4095.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  4096.      *
  4097.      * @return \Symfony\Component\Console\Command\LazyCommand
  4098.      */
  4099.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  4100.     {
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4103.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4104.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  4105.         });
  4106.     }
  4107.     /**
  4108.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  4109.      *
  4110.      * @return \Symfony\Component\Console\Command\LazyCommand
  4111.      */
  4112.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  4113.     {
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4116.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4117.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  4118.         });
  4119.     }
  4120.     /**
  4121.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  4122.      *
  4123.      * @return \Symfony\Component\Console\Command\LazyCommand
  4124.      */
  4125.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  4126.     {
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4129.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4130.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  4131.         });
  4132.     }
  4133.     /**
  4134.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  4135.      *
  4136.      * @return \Symfony\Component\Console\Command\LazyCommand
  4137.      */
  4138.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  4139.     {
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4142.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4143.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  4144.         });
  4145.     }
  4146.     /**
  4147.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  4148.      *
  4149.      * @return \Symfony\Component\Console\Command\LazyCommand
  4150.      */
  4151.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4155.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4156.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  4157.         });
  4158.     }
  4159.     /**
  4160.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  4161.      *
  4162.      * @return \Symfony\Component\Console\Command\LazyCommand
  4163.      */
  4164.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  4165.     {
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4168.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4169.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  4170.         });
  4171.     }
  4172.     /**
  4173.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  4174.      *
  4175.      * @return \Symfony\Component\Console\Command\LazyCommand
  4176.      */
  4177.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4181.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4182.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  4183.         });
  4184.     }
  4185.     /**
  4186.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  4187.      *
  4188.      * @return \Symfony\Component\Console\Command\LazyCommand
  4189.      */
  4190.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  4191.     {
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4194.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4195.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  4196.         });
  4197.     }
  4198.     /**
  4199.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  4200.      *
  4201.      * @return \Symfony\Component\Console\Command\LazyCommand
  4202.      */
  4203.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4207.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4208.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  4209.         });
  4210.     }
  4211.     /**
  4212.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  4213.      *
  4214.      * @return \Symfony\Component\Console\Command\LazyCommand
  4215.      */
  4216.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  4217.     {
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4220.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4221.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  4222.         });
  4223.     }
  4224.     /**
  4225.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  4226.      *
  4227.      * @return \Symfony\Component\Console\Command\LazyCommand
  4228.      */
  4229.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4233.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4234.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  4235.         });
  4236.     }
  4237.     /**
  4238.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  4239.      *
  4240.      * @return \Symfony\Component\Console\Command\LazyCommand
  4241.      */
  4242.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  4243.     {
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4246.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4247.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  4248.         });
  4249.     }
  4250.     /**
  4251.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  4252.      *
  4253.      * @return \Symfony\Component\Console\Command\LazyCommand
  4254.      */
  4255.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4259.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4260.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  4261.         });
  4262.     }
  4263.     /**
  4264.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  4265.      *
  4266.      * @return \Symfony\Component\Console\Command\LazyCommand
  4267.      */
  4268.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4272.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4273.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  4274.         });
  4275.     }
  4276.     /**
  4277.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  4278.      *
  4279.      * @return \Symfony\Component\Console\Command\LazyCommand
  4280.      */
  4281.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  4282.     {
  4283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4285.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4286.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  4287.         });
  4288.     }
  4289.     /**
  4290.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  4291.      *
  4292.      * @return \Symfony\Component\Console\Command\LazyCommand
  4293.      */
  4294.     protected function get_Monolog_Command_ServerLog_LazyService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4298.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  4299.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  4300.         });
  4301.     }
  4302.     /**
  4303.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  4304.      *
  4305.      * @return \Symfony\Component\Console\Command\LazyCommand
  4306.      */
  4307.     protected function get_Security_Command_DebugFirewall_LazyService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4311.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  4312.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  4313.         });
  4314.     }
  4315.     /**
  4316.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  4317.      *
  4318.      * @return \Symfony\Component\Console\Command\LazyCommand
  4319.      */
  4320.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  4321.     {
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4324.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  4325.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  4326.         });
  4327.     }
  4328.     /**
  4329.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\Console\Command\LazyCommand
  4332.      */
  4333.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4334.     {
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4337.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  4338.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4339.         });
  4340.     }
  4341.     /**
  4342.      * Gets the private '.sentry.traceable.http_client' shared service.
  4343.      *
  4344.      * @return \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient
  4345.      */
  4346.     protected function get_Sentry_Traceable_HttpClientService()
  4347.     {
  4348.         return $this->privates['.sentry.traceable.http_client'] = new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  4349.     }
  4350.     /**
  4351.      * Gets the private '.service_locator...TzaTE' shared service.
  4352.      *
  4353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4354.      */
  4355.     protected function get_ServiceLocator___TzaTEService()
  4356.     {
  4357.         return $this->privates['.service_locator...TzaTE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4358.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4359.             'historicalService' => ['services''App\\Services\\Main\\HistoricalService''getHistoricalServiceService'false],
  4360.         ], [
  4361.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4362.             'historicalService' => 'App\\Services\\Main\\HistoricalService',
  4363.         ]);
  4364.     }
  4365.     /**
  4366.      * Gets the private '.service_locator..GU68jt' shared service.
  4367.      *
  4368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4369.      */
  4370.     protected function get_ServiceLocator__GU68jtService()
  4371.     {
  4372.         return $this->privates['.service_locator..GU68jt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4373.             'jsonService' => ['services''App\\Services\\Util\\JsonService''getJsonServiceService'false],
  4374.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  4375.         ], [
  4376.             'jsonService' => 'App\\Services\\Util\\JsonService',
  4377.             'productService' => 'App\\Services\\Pim\\ProductService',
  4378.         ]);
  4379.     }
  4380.     /**
  4381.      * Gets the private '.service_locator.1BV0IFB' shared service.
  4382.      *
  4383.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4384.      */
  4385.     protected function get_ServiceLocator_1BV0IFBService()
  4386.     {
  4387.         return $this->privates['.service_locator.1BV0IFB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4388.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4389.             'statusService' => ['services''App\\Services\\Main\\StatusService''getStatusServiceService'false],
  4390.         ], [
  4391.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4392.             'statusService' => 'App\\Services\\Main\\StatusService',
  4393.         ]);
  4394.     }
  4395.     /**
  4396.      * Gets the private '.service_locator.7TRXUUj' shared service.
  4397.      *
  4398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4399.      */
  4400.     protected function get_ServiceLocator_7TRXUUjService()
  4401.     {
  4402.         return $this->privates['.service_locator.7TRXUUj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4403.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4404.             'attributesGroupService' => ['services''App\\Services\\Pim\\AttributesGroupService''getAttributesGroupServiceService'false],
  4405.             'categoryService' => ['services''App\\Services\\Pim\\CategoryService''getCategoryServiceService'false],
  4406.             'channelService' => ['services''App\\Services\\Pim\\ChannelService''getChannelServiceService'false],
  4407.             'customerService' => ['services''App\\Services\\Admin\\CustomerService''getCustomerServiceService'false],
  4408.             'familyService' => ['services''App\\Services\\Pim\\FamilyService''getFamilyServiceService'false],
  4409.             'formatService' => ['services''App\\Services\\Dam\\FormatService''getFormatServiceService'false],
  4410.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  4411.             'referentialService' => ['services''App\\Services\\Pim\\ReferentialService''getReferentialServiceService'false],
  4412.             'statusService' => ['services''App\\Services\\Main\\StatusService''getStatusServiceService'false],
  4413.             'translator' => ['services''translator''getTranslatorService'false],
  4414.             'userService' => ['services''App\\Services\\Admin\\UserService''getUserServiceService'false],
  4415.             'utilService' => ['services''App\\Services\\Util\\UtilService''getUtilServiceService'false],
  4416.             'workflowProcessService' => ['services''App\\Services\\Workflow\\WorkflowProcessService''getWorkflowProcessServiceService'false],
  4417.         ], [
  4418.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4419.             'attributesGroupService' => 'App\\Services\\Pim\\AttributesGroupService',
  4420.             'categoryService' => 'App\\Services\\Pim\\CategoryService',
  4421.             'channelService' => 'App\\Services\\Pim\\ChannelService',
  4422.             'customerService' => 'App\\Services\\Admin\\CustomerService',
  4423.             'familyService' => 'App\\Services\\Pim\\FamilyService',
  4424.             'formatService' => 'App\\Services\\Dam\\FormatService',
  4425.             'productService' => 'App\\Services\\Pim\\ProductService',
  4426.             'referentialService' => 'App\\Services\\Pim\\ReferentialService',
  4427.             'statusService' => 'App\\Services\\Main\\StatusService',
  4428.             'translator' => '?',
  4429.             'userService' => 'App\\Services\\Admin\\UserService',
  4430.             'utilService' => 'App\\Services\\Util\\UtilService',
  4431.             'workflowProcessService' => 'App\\Services\\Workflow\\WorkflowProcessService',
  4432.         ]);
  4433.     }
  4434.     /**
  4435.      * Gets the private '.service_locator.9UpAhSb' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4438.      */
  4439.     protected function get_ServiceLocator_9UpAhSbService()
  4440.     {
  4441.         return $this->privates['.service_locator.9UpAhSb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4442.             'contextService' => ['services''App\\Services\\Admin\\ContextService''getContextServiceService'false],
  4443.         ], [
  4444.             'contextService' => 'App\\Services\\Admin\\ContextService',
  4445.         ]);
  4446.     }
  4447.     /**
  4448.      * Gets the private '.service_locator.BVSM1iJ' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4451.      */
  4452.     protected function get_ServiceLocator_BVSM1iJService()
  4453.     {
  4454.         return $this->privates['.service_locator.BVSM1iJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4455.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4456.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  4457.         ], [
  4458.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4459.             'productService' => 'App\\Services\\Pim\\ProductService',
  4460.         ]);
  4461.     }
  4462.     /**
  4463.      * Gets the private '.service_locator.BjMxIOf' shared service.
  4464.      *
  4465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4466.      */
  4467.     protected function get_ServiceLocator_BjMxIOfService()
  4468.     {
  4469.         return $this->privates['.service_locator.BjMxIOf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4470.             'requestStack' => ['services''request_stack''getRequestStackService'false],
  4471.         ], [
  4472.             'requestStack' => '?',
  4473.         ]);
  4474.     }
  4475.     /**
  4476.      * Gets the private '.service_locator.Ht9wjBK' shared service.
  4477.      *
  4478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4479.      */
  4480.     protected function get_ServiceLocator_Ht9wjBKService()
  4481.     {
  4482.         return $this->privates['.service_locator.Ht9wjBK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4483.             'App\\Controller\\Admin\\CustomerController::customizations' => ['privates''.service_locator.1BV0IFB''get_ServiceLocator_1BV0IFBService'false],
  4484.             'App\\Controller\\Admin\\UserController::edit' => ['privates''.service_locator.jq.2xPr''get_ServiceLocator_Jq_2xPrService'false],
  4485.             'App\\Controller\\Admin\\UserController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4486.             'App\\Controller\\Dam\\FileController::edit' => ['privates''.service_locator.BVSM1iJ''get_ServiceLocator_BVSM1iJService'false],
  4487.             'App\\Controller\\Dam\\FolderController::list' => ['privates''.service_locator.oSUJgyx''get_ServiceLocator_OSUJgyxService'false],
  4488.             'App\\Controller\\Dam\\FolderController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4489.             'App\\Controller\\Dashboard\\DashboardController::calculData' => ['privates''.service_locator.xXn2V.f''get_ServiceLocator_XXn2V_FService'false],
  4490.             'App\\Controller\\Dashboard\\DashboardController::deleteView' => ['privates''.service_locator.oSUJgyx''get_ServiceLocator_OSUJgyxService'false],
  4491.             'App\\Controller\\Dashboard\\DashboardController::deleteWidget' => ['privates''.service_locator.xXn2V.f''get_ServiceLocator_XXn2V_FService'false],
  4492.             'App\\Controller\\Dashboard\\DashboardController::getWidgets' => ['privates''.service_locator.c3I3Qg0''get_ServiceLocator_C3I3Qg0Service'false],
  4493.             'App\\Controller\\Dashboard\\DashboardController::index' => ['privates''.service_locator.ZHg3ihi''get_ServiceLocator_ZHg3ihiService'false],
  4494.             'App\\Controller\\Dashboard\\DashboardController::saveView' => ['privates''.service_locator.Nh85cf1''get_ServiceLocator_Nh85cf1Service'false],
  4495.             'App\\Controller\\Dashboard\\DashboardController::saveWidgets' => ['privates''.service_locator.Nh85cf1''get_ServiceLocator_Nh85cf1Service'false],
  4496.             'App\\Controller\\IA\\IaController::generateText' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4497.             'App\\Controller\\Main\\SecurityController::defineTwoAuth' => ['privates''.service_locator.BjMxIOf''get_ServiceLocator_BjMxIOfService'false],
  4498.             'App\\Controller\\Main\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4499.             'App\\Controller\\Pim\\AttributeController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4500.             'App\\Controller\\Pim\\AttributesGroupController::edit' => ['privates''.service_locator...TzaTE''get_ServiceLocator___TzaTEService'false],
  4501.             'App\\Controller\\Pim\\AttributesGroupController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4502.             'App\\Controller\\Pim\\CategoryController::getListBreadcrumbsByListProducts' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4503.             'App\\Controller\\Pim\\CategoryController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4504.             'App\\Controller\\Pim\\ChannelController::edit' => ['privates''.service_locator.bwOR0Kk''get_ServiceLocator_BwOR0KkService'false],
  4505.             'App\\Controller\\Pim\\ChannelController::index' => ['privates''.service_locator.ov5u5oT''get_ServiceLocator_Ov5u5oTService'false],
  4506.             'App\\Controller\\Pim\\ChannelController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4507.             'App\\Controller\\Pim\\FamilyController::index' => ['privates''.service_locator.NOO0Dbu''get_ServiceLocator_NOO0DbuService'false],
  4508.             'App\\Controller\\Pim\\FamilyController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4509.             'App\\Controller\\Pim\\ProductController::completeness' => ['privates''.service_locator.WpYtVJF''get_ServiceLocator_WpYtVJFService'false],
  4510.             'App\\Controller\\Pim\\ProductController::delete' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4511.             'App\\Controller\\Pim\\ProductController::duplicate' => ['privates''.service_locator..GU68jt''get_ServiceLocator__GU68jtService'false],
  4512.             'App\\Controller\\Pim\\ProductController::edit' => ['privates''.service_locator.7TRXUUj''get_ServiceLocator_7TRXUUjService'false],
  4513.             'App\\Controller\\Pim\\ProductController::formatAssociationProduct' => ['privates''.service_locator.b4TBmLc''get_ServiceLocator_B4TBmLcService'false],
  4514.             'App\\Controller\\Pim\\ProductController::getById' => ['privates''.service_locator.TexoaFK''get_ServiceLocator_TexoaFKService'false],
  4515.             'App\\Controller\\Pim\\ProductController::getCommonCategories' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4516.             'App\\Controller\\Pim\\ProductController::getListCategories' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4517.             'App\\Controller\\Pim\\ProductController::getListUniqId' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4518.             'App\\Controller\\Pim\\ProductController::importListFilterFile' => ['privates''.service_locator.h4pyUaH''get_ServiceLocator_H4pyUaHService'false],
  4519.             'App\\Controller\\Pim\\ProductController::index' => ['privates''.service_locator.Kafg5YB''get_ServiceLocator_Kafg5YBService'false],
  4520.             'App\\Controller\\Pim\\ProductController::list' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4521.             'App\\Controller\\Pim\\ProductController::save' => ['privates''.service_locator.tgK_L5b''get_ServiceLocator_TgKL5bService'false],
  4522.             'App\\Controller\\Pim\\ProductController::search' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4523.             'App\\Controller\\Pim\\ReferentialController::edit' => ['privates''.service_locator.aYlrU0z''get_ServiceLocator_AYlrU0zService'false],
  4524.             'App\\Controller\\Pim\\ReferentialController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4525.             'App\\Controller\\Web2Print\\GeneratorController::export' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4526.             'App\\Controller\\Web2Print\\GeneratorController::index' => ['privates''.service_locator.NOO0Dbu''get_ServiceLocator_NOO0DbuService'false],
  4527.             'App\\Controller\\Web2Print\\PageTemplateController::generator' => ['privates''.service_locator.gkp0N4i''get_ServiceLocator_Gkp0N4iService'false],
  4528.             'App\\Controller\\Web2Print\\ProductTemplateController::generator' => ['privates''.service_locator.ts7Pv3V''get_ServiceLocator_Ts7Pv3VService'false],
  4529.             'App\\Controller\\Web2Print\\PublicationController::deletePublication' => ['privates''.service_locator.JhBJCVY''get_ServiceLocator_JhBJCVYService'false],
  4530.             'App\\Controller\\Workflow\\WorkflowController::edit' => ['privates''.service_locator.9UpAhSb''get_ServiceLocator_9UpAhSbService'false],
  4531.             'App\\Controller\\Workflow\\WorkflowController::save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4532.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4533.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4534.             'App\\Controller\\Admin\\CustomerController:customizations' => ['privates''.service_locator.1BV0IFB''get_ServiceLocator_1BV0IFBService'false],
  4535.             'App\\Controller\\Admin\\UserController:edit' => ['privates''.service_locator.jq.2xPr''get_ServiceLocator_Jq_2xPrService'false],
  4536.             'App\\Controller\\Admin\\UserController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4537.             'App\\Controller\\Dam\\FileController:edit' => ['privates''.service_locator.BVSM1iJ''get_ServiceLocator_BVSM1iJService'false],
  4538.             'App\\Controller\\Dam\\FolderController:list' => ['privates''.service_locator.oSUJgyx''get_ServiceLocator_OSUJgyxService'false],
  4539.             'App\\Controller\\Dam\\FolderController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4540.             'App\\Controller\\Dashboard\\DashboardController:calculData' => ['privates''.service_locator.xXn2V.f''get_ServiceLocator_XXn2V_FService'false],
  4541.             'App\\Controller\\Dashboard\\DashboardController:deleteView' => ['privates''.service_locator.oSUJgyx''get_ServiceLocator_OSUJgyxService'false],
  4542.             'App\\Controller\\Dashboard\\DashboardController:deleteWidget' => ['privates''.service_locator.xXn2V.f''get_ServiceLocator_XXn2V_FService'false],
  4543.             'App\\Controller\\Dashboard\\DashboardController:getWidgets' => ['privates''.service_locator.c3I3Qg0''get_ServiceLocator_C3I3Qg0Service'false],
  4544.             'App\\Controller\\Dashboard\\DashboardController:index' => ['privates''.service_locator.ZHg3ihi''get_ServiceLocator_ZHg3ihiService'false],
  4545.             'App\\Controller\\Dashboard\\DashboardController:saveView' => ['privates''.service_locator.Nh85cf1''get_ServiceLocator_Nh85cf1Service'false],
  4546.             'App\\Controller\\Dashboard\\DashboardController:saveWidgets' => ['privates''.service_locator.Nh85cf1''get_ServiceLocator_Nh85cf1Service'false],
  4547.             'App\\Controller\\IA\\IaController:generateText' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4548.             'App\\Controller\\Main\\SecurityController:defineTwoAuth' => ['privates''.service_locator.BjMxIOf''get_ServiceLocator_BjMxIOfService'false],
  4549.             'App\\Controller\\Main\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4550.             'App\\Controller\\Pim\\AttributeController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4551.             'App\\Controller\\Pim\\AttributesGroupController:edit' => ['privates''.service_locator...TzaTE''get_ServiceLocator___TzaTEService'false],
  4552.             'App\\Controller\\Pim\\AttributesGroupController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4553.             'App\\Controller\\Pim\\CategoryController:getListBreadcrumbsByListProducts' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4554.             'App\\Controller\\Pim\\CategoryController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4555.             'App\\Controller\\Pim\\ChannelController:edit' => ['privates''.service_locator.bwOR0Kk''get_ServiceLocator_BwOR0KkService'false],
  4556.             'App\\Controller\\Pim\\ChannelController:index' => ['privates''.service_locator.ov5u5oT''get_ServiceLocator_Ov5u5oTService'false],
  4557.             'App\\Controller\\Pim\\ChannelController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4558.             'App\\Controller\\Pim\\FamilyController:index' => ['privates''.service_locator.NOO0Dbu''get_ServiceLocator_NOO0DbuService'false],
  4559.             'App\\Controller\\Pim\\FamilyController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4560.             'App\\Controller\\Pim\\ProductController:completeness' => ['privates''.service_locator.WpYtVJF''get_ServiceLocator_WpYtVJFService'false],
  4561.             'App\\Controller\\Pim\\ProductController:delete' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4562.             'App\\Controller\\Pim\\ProductController:duplicate' => ['privates''.service_locator..GU68jt''get_ServiceLocator__GU68jtService'false],
  4563.             'App\\Controller\\Pim\\ProductController:edit' => ['privates''.service_locator.7TRXUUj''get_ServiceLocator_7TRXUUjService'false],
  4564.             'App\\Controller\\Pim\\ProductController:formatAssociationProduct' => ['privates''.service_locator.b4TBmLc''get_ServiceLocator_B4TBmLcService'false],
  4565.             'App\\Controller\\Pim\\ProductController:getById' => ['privates''.service_locator.TexoaFK''get_ServiceLocator_TexoaFKService'false],
  4566.             'App\\Controller\\Pim\\ProductController:getCommonCategories' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4567.             'App\\Controller\\Pim\\ProductController:getListCategories' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4568.             'App\\Controller\\Pim\\ProductController:getListUniqId' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4569.             'App\\Controller\\Pim\\ProductController:importListFilterFile' => ['privates''.service_locator.h4pyUaH''get_ServiceLocator_H4pyUaHService'false],
  4570.             'App\\Controller\\Pim\\ProductController:index' => ['privates''.service_locator.Kafg5YB''get_ServiceLocator_Kafg5YBService'false],
  4571.             'App\\Controller\\Pim\\ProductController:list' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4572.             'App\\Controller\\Pim\\ProductController:save' => ['privates''.service_locator.tgK_L5b''get_ServiceLocator_TgKL5bService'false],
  4573.             'App\\Controller\\Pim\\ProductController:search' => ['privates''.service_locator.tfjlDF0''get_ServiceLocator_TfjlDF0Service'false],
  4574.             'App\\Controller\\Pim\\ReferentialController:edit' => ['privates''.service_locator.aYlrU0z''get_ServiceLocator_AYlrU0zService'false],
  4575.             'App\\Controller\\Pim\\ReferentialController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4576.             'App\\Controller\\Web2Print\\GeneratorController:export' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4577.             'App\\Controller\\Web2Print\\GeneratorController:index' => ['privates''.service_locator.NOO0Dbu''get_ServiceLocator_NOO0DbuService'false],
  4578.             'App\\Controller\\Web2Print\\PageTemplateController:generator' => ['privates''.service_locator.gkp0N4i''get_ServiceLocator_Gkp0N4iService'false],
  4579.             'App\\Controller\\Web2Print\\ProductTemplateController:generator' => ['privates''.service_locator.ts7Pv3V''get_ServiceLocator_Ts7Pv3VService'false],
  4580.             'App\\Controller\\Web2Print\\PublicationController:deletePublication' => ['privates''.service_locator.JhBJCVY''get_ServiceLocator_JhBJCVYService'false],
  4581.             'App\\Controller\\Workflow\\WorkflowController:edit' => ['privates''.service_locator.9UpAhSb''get_ServiceLocator_9UpAhSbService'false],
  4582.             'App\\Controller\\Workflow\\WorkflowController:save' => ['privates''.service_locator.J9egKoI''get_ServiceLocator_J9egKoIService'false],
  4583.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4584.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4585.         ], [
  4586.             'App\\Controller\\Admin\\CustomerController::customizations' => '?',
  4587.             'App\\Controller\\Admin\\UserController::edit' => '?',
  4588.             'App\\Controller\\Admin\\UserController::save' => '?',
  4589.             'App\\Controller\\Dam\\FileController::edit' => '?',
  4590.             'App\\Controller\\Dam\\FolderController::list' => '?',
  4591.             'App\\Controller\\Dam\\FolderController::save' => '?',
  4592.             'App\\Controller\\Dashboard\\DashboardController::calculData' => '?',
  4593.             'App\\Controller\\Dashboard\\DashboardController::deleteView' => '?',
  4594.             'App\\Controller\\Dashboard\\DashboardController::deleteWidget' => '?',
  4595.             'App\\Controller\\Dashboard\\DashboardController::getWidgets' => '?',
  4596.             'App\\Controller\\Dashboard\\DashboardController::index' => '?',
  4597.             'App\\Controller\\Dashboard\\DashboardController::saveView' => '?',
  4598.             'App\\Controller\\Dashboard\\DashboardController::saveWidgets' => '?',
  4599.             'App\\Controller\\IA\\IaController::generateText' => '?',
  4600.             'App\\Controller\\Main\\SecurityController::defineTwoAuth' => '?',
  4601.             'App\\Controller\\Main\\SecurityController::login' => '?',
  4602.             'App\\Controller\\Pim\\AttributeController::save' => '?',
  4603.             'App\\Controller\\Pim\\AttributesGroupController::edit' => '?',
  4604.             'App\\Controller\\Pim\\AttributesGroupController::save' => '?',
  4605.             'App\\Controller\\Pim\\CategoryController::getListBreadcrumbsByListProducts' => '?',
  4606.             'App\\Controller\\Pim\\CategoryController::save' => '?',
  4607.             'App\\Controller\\Pim\\ChannelController::edit' => '?',
  4608.             'App\\Controller\\Pim\\ChannelController::index' => '?',
  4609.             'App\\Controller\\Pim\\ChannelController::save' => '?',
  4610.             'App\\Controller\\Pim\\FamilyController::index' => '?',
  4611.             'App\\Controller\\Pim\\FamilyController::save' => '?',
  4612.             'App\\Controller\\Pim\\ProductController::completeness' => '?',
  4613.             'App\\Controller\\Pim\\ProductController::delete' => '?',
  4614.             'App\\Controller\\Pim\\ProductController::duplicate' => '?',
  4615.             'App\\Controller\\Pim\\ProductController::edit' => '?',
  4616.             'App\\Controller\\Pim\\ProductController::formatAssociationProduct' => '?',
  4617.             'App\\Controller\\Pim\\ProductController::getById' => '?',
  4618.             'App\\Controller\\Pim\\ProductController::getCommonCategories' => '?',
  4619.             'App\\Controller\\Pim\\ProductController::getListCategories' => '?',
  4620.             'App\\Controller\\Pim\\ProductController::getListUniqId' => '?',
  4621.             'App\\Controller\\Pim\\ProductController::importListFilterFile' => '?',
  4622.             'App\\Controller\\Pim\\ProductController::index' => '?',
  4623.             'App\\Controller\\Pim\\ProductController::list' => '?',
  4624.             'App\\Controller\\Pim\\ProductController::save' => '?',
  4625.             'App\\Controller\\Pim\\ProductController::search' => '?',
  4626.             'App\\Controller\\Pim\\ReferentialController::edit' => '?',
  4627.             'App\\Controller\\Pim\\ReferentialController::save' => '?',
  4628.             'App\\Controller\\Web2Print\\GeneratorController::export' => '?',
  4629.             'App\\Controller\\Web2Print\\GeneratorController::index' => '?',
  4630.             'App\\Controller\\Web2Print\\PageTemplateController::generator' => '?',
  4631.             'App\\Controller\\Web2Print\\ProductTemplateController::generator' => '?',
  4632.             'App\\Controller\\Web2Print\\PublicationController::deletePublication' => '?',
  4633.             'App\\Controller\\Workflow\\WorkflowController::edit' => '?',
  4634.             'App\\Controller\\Workflow\\WorkflowController::save' => '?',
  4635.             'kernel::loadRoutes' => '?',
  4636.             'kernel::registerContainerConfiguration' => '?',
  4637.             'App\\Controller\\Admin\\CustomerController:customizations' => '?',
  4638.             'App\\Controller\\Admin\\UserController:edit' => '?',
  4639.             'App\\Controller\\Admin\\UserController:save' => '?',
  4640.             'App\\Controller\\Dam\\FileController:edit' => '?',
  4641.             'App\\Controller\\Dam\\FolderController:list' => '?',
  4642.             'App\\Controller\\Dam\\FolderController:save' => '?',
  4643.             'App\\Controller\\Dashboard\\DashboardController:calculData' => '?',
  4644.             'App\\Controller\\Dashboard\\DashboardController:deleteView' => '?',
  4645.             'App\\Controller\\Dashboard\\DashboardController:deleteWidget' => '?',
  4646.             'App\\Controller\\Dashboard\\DashboardController:getWidgets' => '?',
  4647.             'App\\Controller\\Dashboard\\DashboardController:index' => '?',
  4648.             'App\\Controller\\Dashboard\\DashboardController:saveView' => '?',
  4649.             'App\\Controller\\Dashboard\\DashboardController:saveWidgets' => '?',
  4650.             'App\\Controller\\IA\\IaController:generateText' => '?',
  4651.             'App\\Controller\\Main\\SecurityController:defineTwoAuth' => '?',
  4652.             'App\\Controller\\Main\\SecurityController:login' => '?',
  4653.             'App\\Controller\\Pim\\AttributeController:save' => '?',
  4654.             'App\\Controller\\Pim\\AttributesGroupController:edit' => '?',
  4655.             'App\\Controller\\Pim\\AttributesGroupController:save' => '?',
  4656.             'App\\Controller\\Pim\\CategoryController:getListBreadcrumbsByListProducts' => '?',
  4657.             'App\\Controller\\Pim\\CategoryController:save' => '?',
  4658.             'App\\Controller\\Pim\\ChannelController:edit' => '?',
  4659.             'App\\Controller\\Pim\\ChannelController:index' => '?',
  4660.             'App\\Controller\\Pim\\ChannelController:save' => '?',
  4661.             'App\\Controller\\Pim\\FamilyController:index' => '?',
  4662.             'App\\Controller\\Pim\\FamilyController:save' => '?',
  4663.             'App\\Controller\\Pim\\ProductController:completeness' => '?',
  4664.             'App\\Controller\\Pim\\ProductController:delete' => '?',
  4665.             'App\\Controller\\Pim\\ProductController:duplicate' => '?',
  4666.             'App\\Controller\\Pim\\ProductController:edit' => '?',
  4667.             'App\\Controller\\Pim\\ProductController:formatAssociationProduct' => '?',
  4668.             'App\\Controller\\Pim\\ProductController:getById' => '?',
  4669.             'App\\Controller\\Pim\\ProductController:getCommonCategories' => '?',
  4670.             'App\\Controller\\Pim\\ProductController:getListCategories' => '?',
  4671.             'App\\Controller\\Pim\\ProductController:getListUniqId' => '?',
  4672.             'App\\Controller\\Pim\\ProductController:importListFilterFile' => '?',
  4673.             'App\\Controller\\Pim\\ProductController:index' => '?',
  4674.             'App\\Controller\\Pim\\ProductController:list' => '?',
  4675.             'App\\Controller\\Pim\\ProductController:save' => '?',
  4676.             'App\\Controller\\Pim\\ProductController:search' => '?',
  4677.             'App\\Controller\\Pim\\ReferentialController:edit' => '?',
  4678.             'App\\Controller\\Pim\\ReferentialController:save' => '?',
  4679.             'App\\Controller\\Web2Print\\GeneratorController:export' => '?',
  4680.             'App\\Controller\\Web2Print\\GeneratorController:index' => '?',
  4681.             'App\\Controller\\Web2Print\\PageTemplateController:generator' => '?',
  4682.             'App\\Controller\\Web2Print\\ProductTemplateController:generator' => '?',
  4683.             'App\\Controller\\Web2Print\\PublicationController:deletePublication' => '?',
  4684.             'App\\Controller\\Workflow\\WorkflowController:edit' => '?',
  4685.             'App\\Controller\\Workflow\\WorkflowController:save' => '?',
  4686.             'kernel:loadRoutes' => '?',
  4687.             'kernel:registerContainerConfiguration' => '?',
  4688.         ]);
  4689.     }
  4690.     /**
  4691.      * Gets the private '.service_locator.J9egKoI' shared service.
  4692.      *
  4693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4694.      */
  4695.     protected function get_ServiceLocator_J9egKoIService()
  4696.     {
  4697.         return $this->privates['.service_locator.J9egKoI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4698.             'jsonService' => ['services''App\\Services\\Util\\JsonService''getJsonServiceService'false],
  4699.         ], [
  4700.             'jsonService' => 'App\\Services\\Util\\JsonService',
  4701.         ]);
  4702.     }
  4703.     /**
  4704.      * Gets the private '.service_locator.JhBJCVY' shared service.
  4705.      *
  4706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4707.      */
  4708.     protected function get_ServiceLocator_JhBJCVYService()
  4709.     {
  4710.         return $this->privates['.service_locator.JhBJCVY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4711.             'publicationService' => ['services''App\\Services\\Web2Print\\PublicationService''getPublicationServiceService'false],
  4712.         ], [
  4713.             'publicationService' => 'App\\Services\\Web2Print\\PublicationService',
  4714.         ]);
  4715.     }
  4716.     /**
  4717.      * Gets the private '.service_locator.Kafg5YB' shared service.
  4718.      *
  4719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4720.      */
  4721.     protected function get_ServiceLocator_Kafg5YBService()
  4722.     {
  4723.         return $this->privates['.service_locator.Kafg5YB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4724.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4725.             'attributesGroupService' => ['services''App\\Services\\Pim\\AttributesGroupService''getAttributesGroupServiceService'false],
  4726.             'channelService' => ['services''App\\Services\\Pim\\ChannelService''getChannelServiceService'false],
  4727.             'contextService' => ['services''App\\Services\\Admin\\ContextService''getContextServiceService'false],
  4728.             'customerService' => ['services''App\\Services\\Admin\\CustomerService''getCustomerServiceService'false],
  4729.             'exportService' => ['services''App\\Services\\Main\\ExportService''getExportServiceService'false],
  4730.             'familyService' => ['services''App\\Services\\Pim\\FamilyService''getFamilyServiceService'false],
  4731.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  4732.             'statusService' => ['services''App\\Services\\Main\\StatusService''getStatusServiceService'false],
  4733.             'userService' => ['services''App\\Services\\Admin\\UserService''getUserServiceService'false],
  4734.             'utilService' => ['services''App\\Services\\Util\\UtilService''getUtilServiceService'false],
  4735.         ], [
  4736.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4737.             'attributesGroupService' => 'App\\Services\\Pim\\AttributesGroupService',
  4738.             'channelService' => 'App\\Services\\Pim\\ChannelService',
  4739.             'contextService' => 'App\\Services\\Admin\\ContextService',
  4740.             'customerService' => 'App\\Services\\Admin\\CustomerService',
  4741.             'exportService' => 'App\\Services\\Main\\ExportService',
  4742.             'familyService' => 'App\\Services\\Pim\\FamilyService',
  4743.             'productService' => 'App\\Services\\Pim\\ProductService',
  4744.             'statusService' => 'App\\Services\\Main\\StatusService',
  4745.             'userService' => 'App\\Services\\Admin\\UserService',
  4746.             'utilService' => 'App\\Services\\Util\\UtilService',
  4747.         ]);
  4748.     }
  4749.     /**
  4750.      * Gets the private '.service_locator.NOO0Dbu' shared service.
  4751.      *
  4752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4753.      */
  4754.     protected function get_ServiceLocator_NOO0DbuService()
  4755.     {
  4756.         return $this->privates['.service_locator.NOO0Dbu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4757.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4758.         ], [
  4759.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4760.         ]);
  4761.     }
  4762.     /**
  4763.      * Gets the private '.service_locator.Nh85cf1' shared service.
  4764.      *
  4765.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4766.      */
  4767.     protected function get_ServiceLocator_Nh85cf1Service()
  4768.     {
  4769.         return $this->privates['.service_locator.Nh85cf1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4770.             'jsonService' => ['services''App\\Services\\Util\\JsonService''getJsonServiceService'false],
  4771.             'userService' => ['services''App\\Services\\Admin\\UserService''getUserServiceService'false],
  4772.         ], [
  4773.             'jsonService' => 'App\\Services\\Util\\JsonService',
  4774.             'userService' => 'App\\Services\\Admin\\UserService',
  4775.         ]);
  4776.     }
  4777.     /**
  4778.      * Gets the private '.service_locator.TexoaFK' shared service.
  4779.      *
  4780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4781.      */
  4782.     protected function get_ServiceLocator_TexoaFKService()
  4783.     {
  4784.         return $this->privates['.service_locator.TexoaFK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4785.             'associationService' => ['services''App\\Services\\Pim\\AssociationService''getAssociationServiceService'false],
  4786.             'channelService' => ['services''App\\Services\\Pim\\ChannelService''getChannelServiceService'false],
  4787.             'contextService' => ['services''App\\Services\\Admin\\ContextService''getContextServiceService'false],
  4788.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  4789.         ], [
  4790.             'associationService' => 'App\\Services\\Pim\\AssociationService',
  4791.             'channelService' => 'App\\Services\\Pim\\ChannelService',
  4792.             'contextService' => 'App\\Services\\Admin\\ContextService',
  4793.             'productService' => 'App\\Services\\Pim\\ProductService',
  4794.         ]);
  4795.     }
  4796.     /**
  4797.      * Gets the private '.service_locator.Utpld0L' shared service.
  4798.      *
  4799.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4800.      */
  4801.     protected function get_ServiceLocator_Utpld0LService()
  4802.     {
  4803.         return $this->privates['.service_locator.Utpld0L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4804.             'security.firewall.map.context.app' => ['privates''security.firewall.map.context.app''getSecurity_Firewall_Map_Context_AppService'false],
  4805.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4806.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4807.         ], [
  4808.             'security.firewall.map.context.app' => '?',
  4809.             'security.firewall.map.context.dev' => '?',
  4810.             'security.firewall.map.context.main' => '?',
  4811.         ]);
  4812.     }
  4813.     /**
  4814.      * Gets the private '.service_locator.WpYtVJF' shared service.
  4815.      *
  4816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4817.      */
  4818.     protected function get_ServiceLocator_WpYtVJFService()
  4819.     {
  4820.         return $this->privates['.service_locator.WpYtVJF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4821.             'channelService' => ['services''App\\Services\\Pim\\ChannelService''getChannelServiceService'false],
  4822.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  4823.             'userService' => ['services''App\\Services\\Admin\\UserService''getUserServiceService'false],
  4824.             'utilService' => ['services''App\\Services\\Util\\UtilService''getUtilServiceService'false],
  4825.         ], [
  4826.             'channelService' => 'App\\Services\\Pim\\ChannelService',
  4827.             'productService' => 'App\\Services\\Pim\\ProductService',
  4828.             'userService' => 'App\\Services\\Admin\\UserService',
  4829.             'utilService' => 'App\\Services\\Util\\UtilService',
  4830.         ]);
  4831.     }
  4832.     /**
  4833.      * Gets the private '.service_locator.ZHg3ihi' shared service.
  4834.      *
  4835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4836.      */
  4837.     protected function get_ServiceLocator_ZHg3ihiService()
  4838.     {
  4839.         return $this->privates['.service_locator.ZHg3ihi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4840.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4841.             'attributesGroupService' => ['services''App\\Services\\Pim\\AttributesGroupService''getAttributesGroupServiceService'false],
  4842.             'channelService' => ['services''App\\Services\\Pim\\ChannelService''getChannelServiceService'false],
  4843.             'contextService' => ['services''App\\Services\\Admin\\ContextService''getContextServiceService'false],
  4844.             'customerService' => ['services''App\\Services\\Admin\\CustomerService''getCustomerServiceService'false],
  4845.             'familyService' => ['services''App\\Services\\Pim\\FamilyService''getFamilyServiceService'false],
  4846.             'roleService' => ['services''App\\Services\\Admin\\RoleService''getRoleServiceService'false],
  4847.             'statusService' => ['services''App\\Services\\Main\\StatusService''getStatusServiceService'false],
  4848.             'userService' => ['services''App\\Services\\Admin\\UserService''getUserServiceService'false],
  4849.         ], [
  4850.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4851.             'attributesGroupService' => 'App\\Services\\Pim\\AttributesGroupService',
  4852.             'channelService' => 'App\\Services\\Pim\\ChannelService',
  4853.             'contextService' => 'App\\Services\\Admin\\ContextService',
  4854.             'customerService' => 'App\\Services\\Admin\\CustomerService',
  4855.             'familyService' => 'App\\Services\\Pim\\FamilyService',
  4856.             'roleService' => 'App\\Services\\Admin\\RoleService',
  4857.             'statusService' => 'App\\Services\\Main\\StatusService',
  4858.             'userService' => 'App\\Services\\Admin\\UserService',
  4859.         ]);
  4860.     }
  4861.     /**
  4862.      * Gets the private '.service_locator.Zx8fD8e' shared service.
  4863.      *
  4864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4865.      */
  4866.     protected function get_ServiceLocator_Zx8fD8eService()
  4867.     {
  4868.         return $this->privates['.service_locator.Zx8fD8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4869.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4870.             'security.event_dispatcher.app' => ['privates''security.event_dispatcher.app''getSecurity_EventDispatcher_AppService'false],
  4871.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4872.         ], [
  4873.             'event_dispatcher' => '?',
  4874.             'security.event_dispatcher.app' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4875.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4876.         ]);
  4877.     }
  4878.     /**
  4879.      * Gets the private '.service_locator.aYlrU0z' shared service.
  4880.      *
  4881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4882.      */
  4883.     protected function get_ServiceLocator_AYlrU0zService()
  4884.     {
  4885.         return $this->privates['.service_locator.aYlrU0z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4886.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4887.             'familyService' => ['services''App\\Services\\Pim\\FamilyService''getFamilyServiceService'false],
  4888.             'historicalService' => ['services''App\\Services\\Main\\HistoricalService''getHistoricalServiceService'false],
  4889.         ], [
  4890.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4891.             'familyService' => 'App\\Services\\Pim\\FamilyService',
  4892.             'historicalService' => 'App\\Services\\Main\\HistoricalService',
  4893.         ]);
  4894.     }
  4895.     /**
  4896.      * Gets the private '.service_locator.b4TBmLc' shared service.
  4897.      *
  4898.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4899.      */
  4900.     protected function get_ServiceLocator_B4TBmLcService()
  4901.     {
  4902.         return $this->privates['.service_locator.b4TBmLc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4903.             'associationService' => ['services''App\\Services\\Pim\\AssociationService''getAssociationServiceService'false],
  4904.             'jsonService' => ['services''App\\Services\\Util\\JsonService''getJsonServiceService'false],
  4905.         ], [
  4906.             'associationService' => 'App\\Services\\Pim\\AssociationService',
  4907.             'jsonService' => 'App\\Services\\Util\\JsonService',
  4908.         ]);
  4909.     }
  4910.     /**
  4911.      * Gets the private '.service_locator.bwOR0Kk' shared service.
  4912.      *
  4913.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4914.      */
  4915.     protected function get_ServiceLocator_BwOR0KkService()
  4916.     {
  4917.         return $this->privates['.service_locator.bwOR0Kk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4918.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4919.             'formatService' => ['services''App\\Services\\Dam\\FormatService''getFormatServiceService'false],
  4920.             'historicalService' => ['services''App\\Services\\Main\\HistoricalService''getHistoricalServiceService'false],
  4921.         ], [
  4922.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4923.             'formatService' => 'App\\Services\\Dam\\FormatService',
  4924.             'historicalService' => 'App\\Services\\Main\\HistoricalService',
  4925.         ]);
  4926.     }
  4927.     /**
  4928.      * Gets the private '.service_locator.c3I3Qg0' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4931.      */
  4932.     protected function get_ServiceLocator_C3I3Qg0Service()
  4933.     {
  4934.         return $this->privates['.service_locator.c3I3Qg0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4935.             'widgetService' => ['services''App\\Services\\Dashboard\\WidgetService''getWidgetServiceService'false],
  4936.         ], [
  4937.             'widgetService' => 'App\\Services\\Dashboard\\WidgetService',
  4938.         ]);
  4939.     }
  4940.     /**
  4941.      * Gets the private '.service_locator.gkp0N4i' shared service.
  4942.      *
  4943.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4944.      */
  4945.     protected function get_ServiceLocator_Gkp0N4iService()
  4946.     {
  4947.         return $this->privates['.service_locator.gkp0N4i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4948.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  4949.             'attributesGroupService' => ['services''App\\Services\\Pim\\AttributesGroupService''getAttributesGroupServiceService'false],
  4950.         ], [
  4951.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  4952.             'attributesGroupService' => 'App\\Services\\Pim\\AttributesGroupService',
  4953.         ]);
  4954.     }
  4955.     /**
  4956.      * Gets the private '.service_locator.h4pyUaH' shared service.
  4957.      *
  4958.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4959.      */
  4960.     protected function get_ServiceLocator_H4pyUaHService()
  4961.     {
  4962.         return $this->privates['.service_locator.h4pyUaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4963.             'utilService' => ['services''App\\Services\\Util\\UtilService''getUtilServiceService'false],
  4964.         ], [
  4965.             'utilService' => 'App\\Services\\Util\\UtilService',
  4966.         ]);
  4967.     }
  4968.     /**
  4969.      * Gets the private '.service_locator.jq.2xPr' shared service.
  4970.      *
  4971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4972.      */
  4973.     protected function get_ServiceLocator_Jq_2xPrService()
  4974.     {
  4975.         return $this->privates['.service_locator.jq.2xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4976.             'attributesGroupService' => ['services''App\\Services\\Pim\\AttributesGroupService''getAttributesGroupServiceService'false],
  4977.             'categoryService' => ['services''App\\Services\\Pim\\CategoryService''getCategoryServiceService'false],
  4978.             'channelService' => ['services''App\\Services\\Pim\\ChannelService''getChannelServiceService'false],
  4979.             'folderService' => ['services''App\\Services\\Dam\\FolderService''getFolderServiceService'false],
  4980.             'roleService' => ['services''App\\Services\\Admin\\RoleService''getRoleServiceService'false],
  4981.         ], [
  4982.             'attributesGroupService' => 'App\\Services\\Pim\\AttributesGroupService',
  4983.             'categoryService' => 'App\\Services\\Pim\\CategoryService',
  4984.             'channelService' => 'App\\Services\\Pim\\ChannelService',
  4985.             'folderService' => 'App\\Services\\Dam\\FolderService',
  4986.             'roleService' => 'App\\Services\\Admin\\RoleService',
  4987.         ]);
  4988.     }
  4989.     /**
  4990.      * Gets the private '.service_locator.mx0UMmY' shared service.
  4991.      *
  4992.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4993.      */
  4994.     protected function get_ServiceLocator_Mx0UMmYService()
  4995.     {
  4996.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4997.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4998.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4999.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5000.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5001.             'router' => ['services''router''getRouterService'false],
  5002.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5003.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5004.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5005.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5006.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5007.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5008.         ], [
  5009.             'form.factory' => '?',
  5010.             'http_kernel' => '?',
  5011.             'parameter_bag' => '?',
  5012.             'request_stack' => '?',
  5013.             'router' => '?',
  5014.             'security.authorization_checker' => '?',
  5015.             'security.csrf.token_manager' => '?',
  5016.             'security.token_storage' => '?',
  5017.             'serializer' => '?',
  5018.             'session' => '.session.deprecated',
  5019.             'twig' => '?',
  5020.         ]);
  5021.     }
  5022.     /**
  5023.      * Gets the private '.service_locator.oSUJgyx' shared service.
  5024.      *
  5025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5026.      */
  5027.     protected function get_ServiceLocator_OSUJgyxService()
  5028.     {
  5029.         return $this->privates['.service_locator.oSUJgyx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5030.             'userService' => ['services''App\\Services\\Admin\\UserService''getUserServiceService'false],
  5031.         ], [
  5032.             'userService' => 'App\\Services\\Admin\\UserService',
  5033.         ]);
  5034.     }
  5035.     /**
  5036.      * Gets the private '.service_locator.ov5u5oT' shared service.
  5037.      *
  5038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5039.      */
  5040.     protected function get_ServiceLocator_Ov5u5oTService()
  5041.     {
  5042.         return $this->privates['.service_locator.ov5u5oT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5043.             'contextService' => ['services''App\\Services\\Admin\\ContextService''getContextServiceService'false],
  5044.             'customerService' => ['services''App\\Services\\Admin\\CustomerService''getCustomerServiceService'false],
  5045.         ], [
  5046.             'contextService' => 'App\\Services\\Admin\\ContextService',
  5047.             'customerService' => 'App\\Services\\Admin\\CustomerService',
  5048.         ]);
  5049.     }
  5050.     /**
  5051.      * Gets the private '.service_locator.tfjlDF0' shared service.
  5052.      *
  5053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5054.      */
  5055.     protected function get_ServiceLocator_TfjlDF0Service()
  5056.     {
  5057.         return $this->privates['.service_locator.tfjlDF0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5058.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  5059.         ], [
  5060.             'productService' => 'App\\Services\\Pim\\ProductService',
  5061.         ]);
  5062.     }
  5063.     /**
  5064.      * Gets the private '.service_locator.tgK_L5b' shared service.
  5065.      *
  5066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5067.      */
  5068.     protected function get_ServiceLocator_TgKL5bService()
  5069.     {
  5070.         return $this->privates['.service_locator.tgK_L5b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5071.             'associationService' => ['services''App\\Services\\Pim\\AssociationService''getAssociationServiceService'false],
  5072.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  5073.             'contextService' => ['services''App\\Services\\Admin\\ContextService''getContextServiceService'false],
  5074.             'jsonService' => ['services''App\\Services\\Util\\JsonService''getJsonServiceService'false],
  5075.             'productService' => ['services''App\\Services\\Pim\\ProductService''getProductServiceService'false],
  5076.         ], [
  5077.             'associationService' => 'App\\Services\\Pim\\AssociationService',
  5078.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  5079.             'contextService' => 'App\\Services\\Admin\\ContextService',
  5080.             'jsonService' => 'App\\Services\\Util\\JsonService',
  5081.             'productService' => 'App\\Services\\Pim\\ProductService',
  5082.         ]);
  5083.     }
  5084.     /**
  5085.      * Gets the private '.service_locator.ts7Pv3V' shared service.
  5086.      *
  5087.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5088.      */
  5089.     protected function get_ServiceLocator_Ts7Pv3VService()
  5090.     {
  5091.         return $this->privates['.service_locator.ts7Pv3V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5092.             'attributeService' => ['services''App\\Services\\Pim\\AttributeService''getAttributeServiceService'false],
  5093.             'attributesGroupService' => ['services''App\\Services\\Pim\\AttributesGroupService''getAttributesGroupServiceService'false],
  5094.             'pageTemplateService' => ['services''App\\Services\\Web2Print\\PageTemplateService''getPageTemplateServiceService'false],
  5095.         ], [
  5096.             'attributeService' => 'App\\Services\\Pim\\AttributeService',
  5097.             'attributesGroupService' => 'App\\Services\\Pim\\AttributesGroupService',
  5098.             'pageTemplateService' => 'App\\Services\\Web2Print\\PageTemplateService',
  5099.         ]);
  5100.     }
  5101.     /**
  5102.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5105.      */
  5106.     protected function get_ServiceLocator_XUrKPVUService()
  5107.     {
  5108.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5109.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  5110.         ], [
  5111.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5112.         ]);
  5113.     }
  5114.     /**
  5115.      * Gets the private '.service_locator.xXn2V.f' shared service.
  5116.      *
  5117.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5118.      */
  5119.     protected function get_ServiceLocator_XXn2V_FService()
  5120.     {
  5121.         return $this->privates['.service_locator.xXn2V.f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5122.             'jsonService' => ['services''App\\Services\\Util\\JsonService''getJsonServiceService'false],
  5123.             'widgetService' => ['services''App\\Services\\Dashboard\\WidgetService''getWidgetServiceService'false],
  5124.         ], [
  5125.             'jsonService' => 'App\\Services\\Util\\JsonService',
  5126.             'widgetService' => 'App\\Services\\Dashboard\\WidgetService',
  5127.         ]);
  5128.     }
  5129.     /**
  5130.      * Gets the private '.service_locator.zFcJjKU' shared service.
  5131.      *
  5132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5133.      */
  5134.     protected function get_ServiceLocator_ZFcJjKUService()
  5135.     {
  5136.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5137.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  5138.         ], [
  5139.             'authenticationUtils' => '?',
  5140.         ]);
  5141.     }
  5142.     /**
  5143.      * Gets the private '.session.deprecated' shared service.
  5144.      *
  5145.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5146.      */
  5147.     protected function get_Session_DeprecatedService()
  5148.     {
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5150.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  5151.     }
  5152.     /**
  5153.      * Gets the private '.twig.command.debug.lazy' shared service.
  5154.      *
  5155.      * @return \Symfony\Component\Console\Command\LazyCommand
  5156.      */
  5157.     protected function get_Twig_Command_Debug_LazyService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5161.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  5162.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5163.         });
  5164.     }
  5165.     /**
  5166.      * Gets the private '.twig.command.lint.lazy' shared service.
  5167.      *
  5168.      * @return \Symfony\Component\Console\Command\LazyCommand
  5169.      */
  5170.     protected function get_Twig_Command_Lint_LazyService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5174.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  5175.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5176.         });
  5177.     }
  5178.     /**
  5179.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5180.      *
  5181.      * @return \Symfony\Component\Console\Command\LazyCommand
  5182.      */
  5183.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5187.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  5188.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5189.         });
  5190.     }
  5191.     /**
  5192.      * Gets the private 'Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener' shared autowired service.
  5193.      *
  5194.      * @return \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener
  5195.      */
  5196.     protected function getSamlLogoutListenerService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/Security/SamlLogoutListener.php';
  5199.         return $this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] = new \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener(($this->privates['OneLogin\\Saml2\\Auth'] ?? $this->getAuthService()));
  5200.     }
  5201.     /**
  5202.      * Gets the private 'Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.app' shared service.
  5203.      *
  5204.      * @return \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener
  5205.      */
  5206.     protected function getSamlListener_AppService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Firewall/SamlListener.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Http/Authentication/SamlAuthenticationSuccessHandler.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5219.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5220.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'])) {
  5221.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'];
  5222.         }
  5223.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5224.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'])) {
  5225.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'];
  5226.         }
  5227.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5228.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'])) {
  5229.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'];
  5230.         }
  5231.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5232.         $e = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5233.         $f = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $e);
  5234.         $f->setOptions(['login_path' => '/login''failure_path' => '/logout''failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5235.         $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'] = $instance = new \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'app', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Hslavich\OneloginSamlBundle\Security\Http\Authentication\SamlAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'app'), $f, ['username_attribute' => 'uid''use_attribute_friendly_name' => true'check_path' => '/saml-login''login_path' => '/login''success_handler' => 'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authentication\\SamlAuthenticationSuccessHandler''use_forward' => false'require_previous_session' => false'user_factory' => NULL'token_factory' => NULL'persist_user' => false], $e$c);
  5236.         $instance->setOneLoginAuth(($this->privates['OneLogin\\Saml2\\Auth'] ?? $this->getAuthService()));
  5237.         return $instance;
  5238.     }
  5239.     /**
  5240.      * Gets the private 'OneLogin\Saml2\Auth' shared autowired service.
  5241.      *
  5242.      * @return \OneLogin\Saml2\Auth
  5243.      */
  5244.     protected function getAuthService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/vendor/onelogin/php-saml/src/Saml2/Auth.php';
  5247.         return $this->privates['OneLogin\\Saml2\\Auth'] = new \OneLogin\Saml2\Auth($this->parameters['hslavich_onelogin_saml.settings']);
  5248.     }
  5249.     /**
  5250.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  5251.      *
  5252.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  5253.      */
  5254.     protected function getSentryTestCommandService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  5258.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  5259.         $instance->setName('sentry:test');
  5260.         return $instance;
  5261.     }
  5262.     /**
  5263.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  5264.      *
  5265.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  5266.      */
  5267.     protected function getConsoleListenerService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  5270.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  5271.     }
  5272.     /**
  5273.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  5274.      *
  5275.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  5276.      */
  5277.     protected function getErrorListenerService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  5280.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5281.     }
  5282.     /**
  5283.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  5284.      *
  5285.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  5286.      */
  5287.     protected function getRequestListenerService()
  5288.     {
  5289.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5290.     }
  5291.     /**
  5292.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  5293.      *
  5294.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  5295.      */
  5296.     protected function getSubRequestListenerService()
  5297.     {
  5298.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5299.     }
  5300.     /**
  5301.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  5302.      *
  5303.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  5304.      */
  5305.     protected function getTracingConsoleListenerService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  5308.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  5309.     }
  5310.     /**
  5311.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  5312.      *
  5313.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  5314.      */
  5315.     protected function getTracingRequestListenerService()
  5316.     {
  5317.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5318.     }
  5319.     /**
  5320.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  5321.      *
  5322.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  5323.      */
  5324.     protected function getTracingSubRequestListenerService()
  5325.     {
  5326.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  5327.     }
  5328.     /**
  5329.      * Gets the private 'Sentry\State\HubInterface' shared service.
  5330.      *
  5331.      * @return \Sentry\State\HubInterface
  5332.      */
  5333.     protected function getHubInterfaceService()
  5334.     {
  5335.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  5336.         $a = new \Sentry\Options(['integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> ($this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] ?? $this->getIgnoreErrorsIntegrationService()), => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())))], true), 'error_types' => 22519'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/share/php'], 'trace_propagation_targets' => [], 'environment' => 'dev''release' => 'dev-master@507f9ad''tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')], 'in_app_include' => [], 'class_serializers' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  5337.         $b = new \Sentry\ClientBuilder($a);
  5338.         $c = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  5339.         $b->setSdkIdentifier('sentry.php.symfony');
  5340.         $b->setSdkVersion('4.7.0');
  5341.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  5342.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  5343.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  5344.         if ($this->has('Psr\\Log\\NullLogger')) {
  5345.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  5346.         }
  5347.         $instance->bindClient($b->getClient());
  5348.         return $instance;
  5349.     }
  5350.     /**
  5351.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5352.      *
  5353.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5354.      */
  5355.     protected function getResetAssetsEventListenerService()
  5356.     {
  5357.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5358.     }
  5359.     /**
  5360.      * Gets the private 'annotations.cache_adapter' shared service.
  5361.      *
  5362.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5363.      */
  5364.     protected function getAnnotations_CacheAdapterService()
  5365.     {
  5366.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  5367.     }
  5368.     /**
  5369.      * Gets the private 'annotations.cache_warmer' shared service.
  5370.      *
  5371.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5372.      */
  5373.     protected function getAnnotations_CacheWarmerService()
  5374.     {
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5378.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  5379.     }
  5380.     /**
  5381.      * Gets the private 'annotations.cached_reader' shared service.
  5382.      *
  5383.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5384.      */
  5385.     protected function getAnnotations_CachedReaderService()
  5386.     {
  5387.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5388.     }
  5389.     /**
  5390.      * Gets the private 'annotations.reader' shared service.
  5391.      *
  5392.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5393.      */
  5394.     protected function getAnnotations_ReaderService()
  5395.     {
  5396.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5397.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5398.         $a->registerUniqueLoader('class_exists');
  5399.         $instance->addGlobalIgnoredName('required'$a);
  5400.         return $instance;
  5401.     }
  5402.     /**
  5403.      * Gets the private 'assets.packages' shared service.
  5404.      *
  5405.      * @return \Symfony\Component\Asset\Packages
  5406.      */
  5407.     protected function getAssets_PackagesService()
  5408.     {
  5409.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5410.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/dist/manifest.json'), ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  5411.             return new \EmptyIterator();
  5412.         }, 0));
  5413.     }
  5414.     /**
  5415.      * Gets the private 'cache.annotations.traceable' shared service.
  5416.      *
  5417.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5418.      */
  5419.     protected function getCache_Annotations_TraceableService()
  5420.     {
  5421.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kfFpOO0kKx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5422.     }
  5423.     /**
  5424.      * Gets the private 'cache.app.taggable' shared service.
  5425.      *
  5426.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  5427.      */
  5428.     protected function getCache_App_TaggableService()
  5429.     {
  5430.         return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['cache.app'] ?? $this->getCache_AppService()));
  5431.     }
  5432.     /**
  5433.      * Gets the private 'cache.property_info.traceable' shared service.
  5434.      *
  5435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5436.      */
  5437.     protected function getCache_PropertyInfo_TraceableService()
  5438.     {
  5439.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('u17gIVRTOt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5440.     }
  5441.     /**
  5442.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  5443.      *
  5444.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5445.      */
  5446.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  5447.     {
  5448.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8HfB6mmelm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5449.     }
  5450.     /**
  5451.      * Gets the private 'cache.serializer.traceable' shared service.
  5452.      *
  5453.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5454.      */
  5455.     protected function getCache_Serializer_TraceableService()
  5456.     {
  5457.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RDmLu8xXot'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5458.     }
  5459.     /**
  5460.      * Gets the private 'cache.validator.traceable' shared service.
  5461.      *
  5462.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5463.      */
  5464.     protected function getCache_Validator_TraceableService()
  5465.     {
  5466.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xFnQny++Kn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5467.     }
  5468.     /**
  5469.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  5470.      *
  5471.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5472.      */
  5473.     protected function getCache_WebpackEncore_TraceableService()
  5474.     {
  5475.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-PP5B8rJda'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5476.     }
  5477.     /**
  5478.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5479.      *
  5480.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5481.      */
  5482.     protected function getCachePoolClearer_CacheWarmerService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5486.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  5487.     }
  5488.     /**
  5489.      * Gets the private 'config_builder.warmer' shared service.
  5490.      *
  5491.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5492.      */
  5493.     protected function getConfigBuilder_WarmerService()
  5494.     {
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5497.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5498.     }
  5499.     /**
  5500.      * Gets the private 'config_cache_factory' shared service.
  5501.      *
  5502.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5503.      */
  5504.     protected function getConfigCacheFactoryService()
  5505.     {
  5506.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5507.             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)));
  5508.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5509.         }, 2));
  5510.     }
  5511.     /**
  5512.      * Gets the private 'console.command.about' shared service.
  5513.      *
  5514.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5515.      */
  5516.     protected function getConsole_Command_AboutService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5520.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5521.         $instance->setName('about');
  5522.         $instance->setDescription('Display information about the current project');
  5523.         return $instance;
  5524.     }
  5525.     /**
  5526.      * Gets the private 'console.command.assets_install' shared service.
  5527.      *
  5528.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5529.      */
  5530.     protected function getConsole_Command_AssetsInstallService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5534.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5535.         $instance->setName('assets:install');
  5536.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5537.         return $instance;
  5538.     }
  5539.     /**
  5540.      * Gets the private 'console.command.cache_clear' shared service.
  5541.      *
  5542.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5543.      */
  5544.     protected function getConsole_Command_CacheClearService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5548.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5549.         $instance->setName('cache:clear');
  5550.         $instance->setDescription('Clear the cache');
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5555.      *
  5556.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5557.      */
  5558.     protected function getConsole_Command_CachePoolClearService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5562.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  5563.         $instance->setName('cache:pool:clear');
  5564.         $instance->setDescription('Clear cache pools');
  5565.         return $instance;
  5566.     }
  5567.     /**
  5568.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5569.      *
  5570.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5571.      */
  5572.     protected function getConsole_Command_CachePoolDeleteService()
  5573.     {
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5576.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  5577.         $instance->setName('cache:pool:delete');
  5578.         $instance->setDescription('Delete an item from a cache pool');
  5579.         return $instance;
  5580.     }
  5581.     /**
  5582.      * Gets the private 'console.command.cache_pool_list' shared service.
  5583.      *
  5584.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5585.      */
  5586.     protected function getConsole_Command_CachePoolListService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5590.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  5591.         $instance->setName('cache:pool:list');
  5592.         $instance->setDescription('List available cache pools');
  5593.         return $instance;
  5594.     }
  5595.     /**
  5596.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5597.      *
  5598.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5599.      */
  5600.     protected function getConsole_Command_CachePoolPruneService()
  5601.     {
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5604.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5605.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  5606.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  5607.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  5608.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  5609.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  5610.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  5611.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5612.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5613.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5614.         }, 9));
  5615.         $instance->setName('cache:pool:prune');
  5616.         $instance->setDescription('Prune cache pools');
  5617.         return $instance;
  5618.     }
  5619.     /**
  5620.      * Gets the private 'console.command.cache_warmup' shared service.
  5621.      *
  5622.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5623.      */
  5624.     protected function getConsole_Command_CacheWarmupService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5628.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5629.         $instance->setName('cache:warmup');
  5630.         $instance->setDescription('Warm up an empty cache');
  5631.         return $instance;
  5632.     }
  5633.     /**
  5634.      * Gets the private 'console.command.config_debug' shared service.
  5635.      *
  5636.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5637.      */
  5638.     protected function getConsole_Command_ConfigDebugService()
  5639.     {
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5645.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5646.         $instance->setName('debug:config');
  5647.         $instance->setDescription('Dump the current configuration for an extension');
  5648.         return $instance;
  5649.     }
  5650.     /**
  5651.      * Gets the private 'console.command.config_dump_reference' shared service.
  5652.      *
  5653.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5654.      */
  5655.     protected function getConsole_Command_ConfigDumpReferenceService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5662.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5663.         $instance->setName('config:dump-reference');
  5664.         $instance->setDescription('Dump the default configuration for an extension');
  5665.         return $instance;
  5666.     }
  5667.     /**
  5668.      * Gets the private 'console.command.container_debug' shared service.
  5669.      *
  5670.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5671.      */
  5672.     protected function getConsole_Command_ContainerDebugService()
  5673.     {
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5677.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5678.         $instance->setName('debug:container');
  5679.         $instance->setDescription('Display current services for an application');
  5680.         return $instance;
  5681.     }
  5682.     /**
  5683.      * Gets the private 'console.command.container_lint' shared service.
  5684.      *
  5685.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5686.      */
  5687.     protected function getConsole_Command_ContainerLintService()
  5688.     {
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5691.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5692.         $instance->setName('lint:container');
  5693.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5694.         return $instance;
  5695.     }
  5696.     /**
  5697.      * Gets the private 'console.command.debug_autowiring' shared service.
  5698.      *
  5699.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5700.      */
  5701.     protected function getConsole_Command_DebugAutowiringService()
  5702.     {
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5707.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5708.         $instance->setName('debug:autowiring');
  5709.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5710.         return $instance;
  5711.     }
  5712.     /**
  5713.      * Gets the private 'console.command.dotenv_debug' shared service.
  5714.      *
  5715.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5716.      */
  5717.     protected function getConsole_Command_DotenvDebugService()
  5718.     {
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5721.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  5722.         $instance->setName('debug:dotenv');
  5723.         $instance->setDescription('Lists all dotenv files with variables and values');
  5724.         return $instance;
  5725.     }
  5726.     /**
  5727.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5728.      *
  5729.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5730.      */
  5731.     protected function getConsole_Command_EventDispatcherDebugService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5735.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.Zx8fD8e'] ?? $this->get_ServiceLocator_Zx8fD8eService()));
  5736.         $instance->setName('debug:event-dispatcher');
  5737.         $instance->setDescription('Display configured listeners for an application');
  5738.         return $instance;
  5739.     }
  5740.     /**
  5741.      * Gets the private 'console.command.form_debug' shared service.
  5742.      *
  5743.      * @return \Symfony\Component\Form\Command\DebugCommand
  5744.      */
  5745.     protected function getConsole_Command_FormDebugService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5749.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Admin\\Customer'=> 'App\\Form\\Admin\\User'=> 'App\\Form\\ExtentionType'=> 'App\\Form\\Main'], [=> 'App\\Form\\Admin\\Customer\\CustomizationType'=> 'App\\Form\\Admin\\User\\ContextType'=> 'App\\Form\\Admin\\User\\DashboardViewType'=> 'App\\Form\\Admin\\User\\GeneralType'=> 'App\\Form\\Admin\\User\\WorkflowMailType'=> 'App\\Form\\ExtentionType\\CustomCheckboxType'=> 'App\\Form\\Main\\DefinePasswordType'=> 'App\\Form\\Main\\DefineTwoAuthType'=> 'App\\Form\\Main\\FirstLoginType'=> 'App\\Form\\Main\\LoginType'10 => 'App\\Form\\Main\\RecoverPasswordType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5750.         $instance->setName('debug:form');
  5751.         $instance->setDescription('Display form type information');
  5752.         return $instance;
  5753.     }
  5754.     /**
  5755.      * Gets the private 'console.command.router_debug' shared service.
  5756.      *
  5757.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5758.      */
  5759.     protected function getConsole_Command_RouterDebugService()
  5760.     {
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5764.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5765.         $instance->setName('debug:router');
  5766.         $instance->setDescription('Display current routes for an application');
  5767.         return $instance;
  5768.     }
  5769.     /**
  5770.      * Gets the private 'console.command.router_match' shared service.
  5771.      *
  5772.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5773.      */
  5774.     protected function getConsole_Command_RouterMatchService()
  5775.     {
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5778.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5779.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5780.         }, 1));
  5781.         $instance->setName('router:match');
  5782.         $instance->setDescription('Help debug routes by simulating a path info match');
  5783.         return $instance;
  5784.     }
  5785.     /**
  5786.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5787.      *
  5788.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5789.      */
  5790.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5796.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5797.         $instance->setName('secrets:decrypt-to-local');
  5798.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5799.         return $instance;
  5800.     }
  5801.     /**
  5802.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5803.      *
  5804.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5805.      */
  5806.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5807.     {
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5812.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5813.         $instance->setName('secrets:encrypt-from-local');
  5814.         $instance->setDescription('Encrypt all local secrets to the vault');
  5815.         return $instance;
  5816.     }
  5817.     /**
  5818.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5819.      *
  5820.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5821.      */
  5822.     protected function getConsole_Command_SecretsGenerateKeyService()
  5823.     {
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5828.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5829.         $instance->setName('secrets:generate-keys');
  5830.         $instance->setDescription('Generate new encryption keys');
  5831.         return $instance;
  5832.     }
  5833.     /**
  5834.      * Gets the private 'console.command.secrets_list' shared service.
  5835.      *
  5836.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5837.      */
  5838.     protected function getConsole_Command_SecretsListService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5844.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5845.         $instance->setName('secrets:list');
  5846.         $instance->setDescription('List all secrets');
  5847.         return $instance;
  5848.     }
  5849.     /**
  5850.      * Gets the private 'console.command.secrets_remove' shared service.
  5851.      *
  5852.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5853.      */
  5854.     protected function getConsole_Command_SecretsRemoveService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5860.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5861.         $instance->setName('secrets:remove');
  5862.         $instance->setDescription('Remove a secret from the vault');
  5863.         return $instance;
  5864.     }
  5865.     /**
  5866.      * Gets the private 'console.command.secrets_set' shared service.
  5867.      *
  5868.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5869.      */
  5870.     protected function getConsole_Command_SecretsSetService()
  5871.     {
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5876.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5877.         $instance->setName('secrets:set');
  5878.         $instance->setDescription('Set a secret in the vault');
  5879.         return $instance;
  5880.     }
  5881.     /**
  5882.      * Gets the private 'console.command.translation_debug' shared service.
  5883.      *
  5884.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5885.      */
  5886.     protected function getConsole_Command_TranslationDebugService()
  5887.     {
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5890.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Form/Admin/Customer/CustomizationType.php'), => (\dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php'), => (\dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), => (\dirname(__DIR__4).'/src/Services/Admin/UserService.php'), => (\dirname(__DIR__4).'/src/Services/Dam/FolderService.php'), => (\dirname(__DIR__4).'/src/Services/Dam/FormatService.php'), => (\dirname(__DIR__4).'/src/Services/Dashboard/WidgetService.php'), => (\dirname(__DIR__4).'/src/Services/IA/OpenAIService.php'), 10 => (\dirname(__DIR__4).'/src/Services/Main/ApiService.php'), 11 => (\dirname(__DIR__4).'/src/Services/Pim/AttributeService.php'), 12 => (\dirname(__DIR__4).'/src/Services/Pim/AttributesGroupService.php'), 13 => (\dirname(__DIR__4).'/src/Services/Pim/CategoryService.php'), 14 => (\dirname(__DIR__4).'/src/Services/Pim/ChannelService.php'), 15 => (\dirname(__DIR__4).'/src/Services/Pim/EtimService.php'), 16 => (\dirname(__DIR__4).'/src/Services/Pim/FamilyService.php'), 17 => (\dirname(__DIR__4).'/src/Services/Pim/ProductService.php'), 18 => (\dirname(__DIR__4).'/src/Services/Pim/ReferentialService.php'), 19 => (\dirname(__DIR__4).'/src/Services/Util/UtilService.php'), 20 => (\dirname(__DIR__4).'/src/Services/Web2Print/GenerationService.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php')], []);
  5891.         $instance->setName('debug:translation');
  5892.         $instance->setDescription('Display translation messages information');
  5893.         return $instance;
  5894.     }
  5895.     /**
  5896.      * Gets the private 'console.command.translation_extract' shared service.
  5897.      *
  5898.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5899.      */
  5900.     protected function getConsole_Command_TranslationExtractService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5904.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Form/Admin/Customer/CustomizationType.php'), => (\dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php'), => (\dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), => (\dirname(__DIR__4).'/src/Services/Admin/UserService.php'), => (\dirname(__DIR__4).'/src/Services/Dam/FolderService.php'), => (\dirname(__DIR__4).'/src/Services/Dam/FormatService.php'), => (\dirname(__DIR__4).'/src/Services/Dashboard/WidgetService.php'), => (\dirname(__DIR__4).'/src/Services/IA/OpenAIService.php'), 10 => (\dirname(__DIR__4).'/src/Services/Main/ApiService.php'), 11 => (\dirname(__DIR__4).'/src/Services/Pim/AttributeService.php'), 12 => (\dirname(__DIR__4).'/src/Services/Pim/AttributesGroupService.php'), 13 => (\dirname(__DIR__4).'/src/Services/Pim/CategoryService.php'), 14 => (\dirname(__DIR__4).'/src/Services/Pim/ChannelService.php'), 15 => (\dirname(__DIR__4).'/src/Services/Pim/EtimService.php'), 16 => (\dirname(__DIR__4).'/src/Services/Pim/FamilyService.php'), 17 => (\dirname(__DIR__4).'/src/Services/Pim/ProductService.php'), 18 => (\dirname(__DIR__4).'/src/Services/Pim/ReferentialService.php'), 19 => (\dirname(__DIR__4).'/src/Services/Util/UtilService.php'), 20 => (\dirname(__DIR__4).'/src/Services/Web2Print/GenerationService.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php')], []);
  5905.         $instance->setName('translation:extract');
  5906.         $instance->setAliases([=> 'translation:update']);
  5907.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  5908.         return $instance;
  5909.     }
  5910.     /**
  5911.      * Gets the private 'console.command.translation_pull' shared service.
  5912.      *
  5913.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  5914.      */
  5915.     protected function getConsole_Command_TranslationPullService()
  5916.     {
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5920.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  5921.         $instance->setName('translation:pull');
  5922.         $instance->setDescription('Pull translations from a given provider.');
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the private 'console.command.translation_push' shared service.
  5927.      *
  5928.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5929.      */
  5930.     protected function getConsole_Command_TranslationPushService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5935.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  5936.         $instance->setName('translation:push');
  5937.         $instance->setDescription('Push translations to a given provider.');
  5938.         return $instance;
  5939.     }
  5940.     /**
  5941.      * Gets the private 'console.command.validator_debug' shared service.
  5942.      *
  5943.      * @return \Symfony\Component\Validator\Command\DebugCommand
  5944.      */
  5945.     protected function getConsole_Command_ValidatorDebugService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5949.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5950.         $instance->setName('debug:validator');
  5951.         $instance->setDescription('Display validation constraints for classes');
  5952.         return $instance;
  5953.     }
  5954.     /**
  5955.      * Gets the private 'console.command.xliff_lint' shared service.
  5956.      *
  5957.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5958.      */
  5959.     protected function getConsole_Command_XliffLintService()
  5960.     {
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5963.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5964.         $instance->setName('lint:xliff');
  5965.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5966.         return $instance;
  5967.     }
  5968.     /**
  5969.      * Gets the private 'console.command.yaml_lint' shared service.
  5970.      *
  5971.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5972.      */
  5973.     protected function getConsole_Command_YamlLintService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5978.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5979.         $instance->setName('lint:yaml');
  5980.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5981.         return $instance;
  5982.     }
  5983.     /**
  5984.      * Gets the private 'console.error_listener' shared service.
  5985.      *
  5986.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5987.      */
  5988.     protected function getConsole_ErrorListenerService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5991.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5992.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5993.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5994.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5995.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5996.     }
  5997.     /**
  5998.      * Gets the private 'container.env_var_processor' shared service.
  5999.      *
  6000.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6001.      */
  6002.     protected function getContainer_EnvVarProcessorService()
  6003.     {
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6006.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6007.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6008.         }, 1));
  6009.     }
  6010.     /**
  6011.      * Gets the private 'container.getenv' shared service.
  6012.      *
  6013.      * @return \Closure
  6014.      */
  6015.     protected function getContainer_GetenvService()
  6016.     {
  6017.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6018.     }
  6019.     /**
  6020.      * Gets the private 'data_collector.form' shared service.
  6021.      *
  6022.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6023.      */
  6024.     protected function getDataCollector_FormService()
  6025.     {
  6026.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6027.     }
  6028.     /**
  6029.      * Gets the private 'data_collector.request' shared service.
  6030.      *
  6031.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6032.      */
  6033.     protected function getDataCollector_RequestService()
  6034.     {
  6035.         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())));
  6036.     }
  6037.     /**
  6038.      * Gets the private 'data_collector.request.session_collector' shared service.
  6039.      *
  6040.      * @return \Closure
  6041.      */
  6042.     protected function getDataCollector_Request_SessionCollectorService()
  6043.     {
  6044.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6045.     }
  6046.     /**
  6047.      * Gets the private 'debug.argument_resolver.default' shared service.
  6048.      *
  6049.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6050.      */
  6051.     protected function getDebug_ArgumentResolver_DefaultService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6056.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6057.     }
  6058.     /**
  6059.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6060.      *
  6061.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6062.      */
  6063.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6064.     {
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6068.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.Ht9wjBK'] ?? $this->get_ServiceLocator_Ht9wjBKService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6069.     }
  6070.     /**
  6071.      * Gets the private 'debug.argument_resolver.request' shared service.
  6072.      *
  6073.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6074.      */
  6075.     protected function getDebug_ArgumentResolver_RequestService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6080.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6081.     }
  6082.     /**
  6083.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6084.      *
  6085.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6086.      */
  6087.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6092.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6093.     }
  6094.     /**
  6095.      * Gets the private 'debug.argument_resolver.service' shared service.
  6096.      *
  6097.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6098.      */
  6099.     protected function getDebug_ArgumentResolver_ServiceService()
  6100.     {
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6104.         $a = ($this->privates['.service_locator.Ht9wjBK'] ?? $this->get_ServiceLocator_Ht9wjBKService());
  6105.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6106.             return $this->privates['debug.argument_resolver.service'];
  6107.         }
  6108.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6109.     }
  6110.     /**
  6111.      * Gets the private 'debug.argument_resolver.session' shared service.
  6112.      *
  6113.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6114.      */
  6115.     protected function getDebug_ArgumentResolver_SessionService()
  6116.     {
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6120.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6121.     }
  6122.     /**
  6123.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6124.      *
  6125.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6126.      */
  6127.     protected function getDebug_ArgumentResolver_VariadicService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6132.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6133.     }
  6134.     /**
  6135.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6138.      */
  6139.     protected function getDebug_DebugHandlersListenerService()
  6140.     {
  6141.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6142.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6143.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6144.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6145.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6146.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6147.     }
  6148.     /**
  6149.      * Gets the private 'debug.dump_listener' shared service.
  6150.      *
  6151.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6152.      */
  6153.     protected function getDebug_DumpListenerService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6157.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  6158.     }
  6159.     /**
  6160.      * Gets the private 'debug.file_link_formatter' shared service.
  6161.      *
  6162.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6163.      */
  6164.     protected function getDebug_FileLinkFormatterService()
  6165.     {
  6166.         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 () {
  6167.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6168.         });
  6169.     }
  6170.     /**
  6171.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6172.      *
  6173.      * @return \string
  6174.      */
  6175.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6176.     {
  6177.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6178.     }
  6179.     /**
  6180.      * Gets the private 'debug.log_processor' shared service.
  6181.      *
  6182.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6183.      */
  6184.     protected function getDebug_LogProcessorService()
  6185.     {
  6186.         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())));
  6187.     }
  6188.     /**
  6189.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6190.      *
  6191.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6192.      */
  6193.     protected function getDebug_Security_Access_DecisionManagerService()
  6194.     {
  6195.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6196.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6197.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6198.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6199.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6200.     }
  6201.     /**
  6202.      * Gets the private 'debug.security.firewall' shared service.
  6203.      *
  6204.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6205.      */
  6206.     protected function getDebug_Security_FirewallService()
  6207.     {
  6208.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6209.         if (isset($this->privates['debug.security.firewall'])) {
  6210.             return $this->privates['debug.security.firewall'];
  6211.         }
  6212.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6213.         if (isset($this->privates['debug.security.firewall'])) {
  6214.             return $this->privates['debug.security.firewall'];
  6215.         }
  6216.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6217.     }
  6218.     /**
  6219.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6222.      */
  6223.     protected function getDebug_Security_UserValueResolverService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6228.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6229.     }
  6230.     /**
  6231.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6232.      *
  6233.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6234.      */
  6235.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6241.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6242.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6243.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6244.         }
  6245.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  6246.     }
  6247.     /**
  6248.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6249.      *
  6250.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6251.      */
  6252.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6258.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6259.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6260.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6261.         }
  6262.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6263.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6264.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6265.         }
  6266.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  6267.     }
  6268.     /**
  6269.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  6270.      *
  6271.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6272.      */
  6273.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  6274.     {
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6279.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6280.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  6281.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  6282.         }
  6283.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  6284.     }
  6285.     /**
  6286.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6287.      *
  6288.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6289.      */
  6290.     protected function getDebug_Security_Voter_VoteListenerService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6293.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6294.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6295.             return $this->privates['debug.security.voter.vote_listener'];
  6296.         }
  6297.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6298.     }
  6299.     /**
  6300.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  6301.      *
  6302.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6303.      */
  6304.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  6305.     {
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  6309.         return $this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6310.     }
  6311.     /**
  6312.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6313.      *
  6314.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6315.      */
  6316.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6320.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6321.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6322.     }
  6323.     /**
  6324.      * Gets the private 'exception_listener' shared service.
  6325.      *
  6326.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6327.      */
  6328.     protected function getExceptionListenerService()
  6329.     {
  6330.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6331.     }
  6332.     /**
  6333.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6334.      *
  6335.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6336.      */
  6337.     protected function getForm_ChoiceListFactory_CachedService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6343.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  6344.     }
  6345.     /**
  6346.      * Gets the private 'form.registry' shared service.
  6347.      *
  6348.      * @return \Symfony\Component\Form\FormRegistry
  6349.      */
  6350.     protected function getForm_RegistryService()
  6351.     {
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6359.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6360.             'App\\Form\\Admin\\Customer\\CustomizationType' => ['services''App\\Form\\Admin\\Customer\\CustomizationType''getCustomizationTypeService'false],
  6361.             'App\\Form\\Admin\\User\\ContextType' => ['services''App\\Form\\Admin\\User\\ContextType''getContextTypeService'false],
  6362.             'App\\Form\\Admin\\User\\DashboardViewType' => ['services''App\\Form\\Admin\\User\\DashboardViewType''getDashboardViewTypeService'false],
  6363.             'App\\Form\\Admin\\User\\GeneralType' => ['services''App\\Form\\Admin\\User\\GeneralType''getGeneralTypeService'false],
  6364.             'App\\Form\\Admin\\User\\WorkflowMailType' => ['services''App\\Form\\Admin\\User\\WorkflowMailType''getWorkflowMailTypeService'false],
  6365.             'App\\Form\\ExtentionType\\CustomCheckboxType' => ['services''App\\Form\\ExtentionType\\CustomCheckboxType''getCustomCheckboxTypeService'false],
  6366.             'App\\Form\\Main\\DefinePasswordType' => ['services''App\\Form\\Main\\DefinePasswordType''getDefinePasswordTypeService'false],
  6367.             'App\\Form\\Main\\DefineTwoAuthType' => ['services''App\\Form\\Main\\DefineTwoAuthType''getDefineTwoAuthTypeService'false],
  6368.             'App\\Form\\Main\\FirstLoginType' => ['services''App\\Form\\Main\\FirstLoginType''getFirstLoginTypeService'false],
  6369.             'App\\Form\\Main\\LoginType' => ['services''App\\Form\\Main\\LoginType''getLoginTypeService'false],
  6370.             'App\\Form\\Main\\RecoverPasswordType' => ['services''App\\Form\\Main\\RecoverPasswordType''getRecoverPasswordTypeService'false],
  6371.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6372.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6373.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6374.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6375.         ], [
  6376.             'App\\Form\\Admin\\Customer\\CustomizationType' => '?',
  6377.             'App\\Form\\Admin\\User\\ContextType' => '?',
  6378.             'App\\Form\\Admin\\User\\DashboardViewType' => '?',
  6379.             'App\\Form\\Admin\\User\\GeneralType' => '?',
  6380.             'App\\Form\\Admin\\User\\WorkflowMailType' => '?',
  6381.             'App\\Form\\ExtentionType\\CustomCheckboxType' => '?',
  6382.             'App\\Form\\Main\\DefinePasswordType' => '?',
  6383.             'App\\Form\\Main\\DefineTwoAuthType' => '?',
  6384.             'App\\Form\\Main\\FirstLoginType' => '?',
  6385.             'App\\Form\\Main\\LoginType' => '?',
  6386.             'App\\Form\\Main\\RecoverPasswordType' => '?',
  6387.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6388.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6389.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6390.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6391.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6392.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6393.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6394.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6395.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6396.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6397.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6398.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  6399.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6400.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6401.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6402.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6403.         }, 1)], new RewindableGenerator(function () {
  6404.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6405.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6406.     }
  6407.     /**
  6408.      * Gets the private 'form.server_params' shared service.
  6409.      *
  6410.      * @return \Symfony\Component\Form\Util\ServerParams
  6411.      */
  6412.     protected function getForm_ServerParamsService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6415.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6416.     }
  6417.     /**
  6418.      * Gets the private 'form.type.choice' shared service.
  6419.      *
  6420.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6421.      */
  6422.     protected function getForm_Type_ChoiceService()
  6423.     {
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6427.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6428.     }
  6429.     /**
  6430.      * Gets the private 'form.type.color' shared service.
  6431.      *
  6432.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6433.      */
  6434.     protected function getForm_Type_ColorService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6439.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6440.     }
  6441.     /**
  6442.      * Gets the private 'form.type.form' shared service.
  6443.      *
  6444.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6445.      */
  6446.     protected function getForm_Type_FormService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6452.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6453.     }
  6454.     /**
  6455.      * Gets the private 'form.type_extension.csrf' shared service.
  6456.      *
  6457.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6458.      */
  6459.     protected function getForm_TypeExtension_CsrfService()
  6460.     {
  6461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6464.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6465.     }
  6466.     /**
  6467.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6468.      *
  6469.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6470.      */
  6471.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6476.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  6477.     }
  6478.     /**
  6479.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6480.      *
  6481.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6482.      */
  6483.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6484.     {
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6490.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  6491.     }
  6492.     /**
  6493.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6494.      *
  6495.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6496.      */
  6497.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6498.     {
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6502.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6503.     }
  6504.     /**
  6505.      * Gets the private 'form.type_extension.form.validator' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6508.      */
  6509.     protected function getForm_TypeExtension_Form_ValidatorService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6515.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6516.     }
  6517.     /**
  6518.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6519.      *
  6520.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6521.      */
  6522.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6523.     {
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6527.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6528.     }
  6529.     /**
  6530.      * Gets the private 'form.type_guesser.validator' shared service.
  6531.      *
  6532.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6533.      */
  6534.     protected function getForm_TypeGuesser_ValidatorService()
  6535.     {
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6538.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6539.     }
  6540.     /**
  6541.      * Gets the private 'fos_js_routing.dump_command' shared service.
  6542.      *
  6543.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  6544.      */
  6545.     protected function getFosJsRouting_DumpCommandService()
  6546.     {
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  6549.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  6550.         $instance->setName('fos:js-routing:dump');
  6551.         return $instance;
  6552.     }
  6553.     /**
  6554.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  6555.      *
  6556.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  6557.      */
  6558.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  6559.     {
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  6562.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  6563.         $instance->setName('fos:js-routing:debug');
  6564.         return $instance;
  6565.     }
  6566.     /**
  6567.      * Gets the private 'fragment.renderer.inline' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6570.      */
  6571.     protected function getFragment_Renderer_InlineService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6576.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6577.         if (isset($this->privates['fragment.renderer.inline'])) {
  6578.             return $this->privates['fragment.renderer.inline'];
  6579.         }
  6580.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  6581.         $instance->setFragmentPath('/_fragment');
  6582.         return $instance;
  6583.     }
  6584.     /**
  6585.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6586.      *
  6587.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6588.      */
  6589.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6590.     {
  6591.         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())));
  6592.     }
  6593.     /**
  6594.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6595.      *
  6596.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6597.      */
  6598.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6599.     {
  6600.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6601.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6602.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6603.         }
  6604.         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);
  6605.     }
  6606.     /**
  6607.      * Gets the private 'locale_aware_listener' shared service.
  6608.      *
  6609.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6610.      */
  6611.     protected function getLocaleAwareListenerService()
  6612.     {
  6613.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6614.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  6615.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6616.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6617.     }
  6618.     /**
  6619.      * Gets the private 'locale_listener' shared service.
  6620.      *
  6621.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6622.      */
  6623.     protected function getLocaleListener2Service()
  6624.     {
  6625.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  6626.     }
  6627.     /**
  6628.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6629.      *
  6630.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6631.      */
  6632.     protected function getMaker_AutoCommand_MakeAuthService()
  6633.     {
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6642.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6643.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6644.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()), $a$b);
  6645.         $instance->setName('make:auth');
  6646.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6647.         return $instance;
  6648.     }
  6649.     /**
  6650.      * Gets the private 'maker.auto_command.make_command' shared service.
  6651.      *
  6652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6653.      */
  6654.     protected function getMaker_AutoCommand_MakeCommandService()
  6655.     {
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6661.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6662.         $instance->setName('make:command');
  6663.         $instance->setDescription('Creates a new console command class');
  6664.         return $instance;
  6665.     }
  6666.     /**
  6667.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6668.      *
  6669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6670.      */
  6671.     protected function getMaker_AutoCommand_MakeControllerService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6678.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6679.         $instance->setName('make:controller');
  6680.         $instance->setDescription('Creates a new controller class');
  6681.         return $instance;
  6682.     }
  6683.     /**
  6684.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6685.      *
  6686.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6687.      */
  6688.     protected function getMaker_AutoCommand_MakeCrudService()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6696.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6697.         $instance->setName('make:crud');
  6698.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6699.         return $instance;
  6700.     }
  6701.     /**
  6702.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6703.      *
  6704.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6705.      */
  6706.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6707.     {
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6713.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6714.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6715.         $instance->setName('make:docker:database');
  6716.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6717.         return $instance;
  6718.     }
  6719.     /**
  6720.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6721.      *
  6722.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6723.      */
  6724.     protected function getMaker_AutoCommand_MakeEntityService()
  6725.     {
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6733.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6734.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6735.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  6736.         $instance->setName('make:entity');
  6737.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6738.         return $instance;
  6739.     }
  6740.     /**
  6741.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6742.      *
  6743.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6744.      */
  6745.     protected function getMaker_AutoCommand_MakeFixturesService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6752.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6753.         $instance->setName('make:fixtures');
  6754.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6755.         return $instance;
  6756.     }
  6757.     /**
  6758.      * Gets the private 'maker.auto_command.make_form' shared service.
  6759.      *
  6760.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6761.      */
  6762.     protected function getMaker_AutoCommand_MakeFormService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6770.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6771.         $instance->setName('make:form');
  6772.         $instance->setDescription('Creates a new form class');
  6773.         return $instance;
  6774.     }
  6775.     /**
  6776.      * Gets the private 'maker.auto_command.make_message' shared service.
  6777.      *
  6778.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6779.      */
  6780.     protected function getMaker_AutoCommand_MakeMessageService()
  6781.     {
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6787.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6788.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6789.         $instance->setName('make:message');
  6790.         $instance->setDescription('Creates a new message and handler');
  6791.         return $instance;
  6792.     }
  6793.     /**
  6794.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6795.      *
  6796.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6797.      */
  6798.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6799.     {
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6805.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6806.         $instance->setName('make:messenger-middleware');
  6807.         $instance->setDescription('Creates a new messenger middleware');
  6808.         return $instance;
  6809.     }
  6810.     /**
  6811.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6812.      *
  6813.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6814.      */
  6815.     protected function getMaker_AutoCommand_MakeMigrationService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6823.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6824.         $instance->setName('make:migration');
  6825.         $instance->setDescription('Creates a new migration based on database changes');
  6826.         return $instance;
  6827.     }
  6828.     /**
  6829.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6830.      *
  6831.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6832.      */
  6833.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6834.     {
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6841.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6842.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6843.         $instance->setName('make:registration-form');
  6844.         $instance->setDescription('Creates a new registration form system');
  6845.         return $instance;
  6846.     }
  6847.     /**
  6848.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6849.      *
  6850.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6851.      */
  6852.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6853.     {
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6860.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6861.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6862.         $instance->setName('make:reset-password');
  6863.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6864.         return $instance;
  6865.     }
  6866.     /**
  6867.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6868.      *
  6869.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6870.      */
  6871.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6878.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6879.         $instance->setName('make:serializer:encoder');
  6880.         $instance->setDescription('Creates a new serializer encoder class');
  6881.         return $instance;
  6882.     }
  6883.     /**
  6884.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6885.      *
  6886.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6887.      */
  6888.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6889.     {
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6895.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6896.         $instance->setName('make:serializer:normalizer');
  6897.         $instance->setDescription('Creates a new serializer normalizer class');
  6898.         return $instance;
  6899.     }
  6900.     /**
  6901.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6902.      *
  6903.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6904.      */
  6905.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6906.     {
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6912.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6913.         $instance->setName('make:stimulus-controller');
  6914.         $instance->setDescription('Creates a new Stimulus controller');
  6915.         return $instance;
  6916.     }
  6917.     /**
  6918.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6919.      *
  6920.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6921.      */
  6922.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6930.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6931.         $instance->setName('make:subscriber');
  6932.         $instance->setDescription('Creates a new event subscriber class');
  6933.         return $instance;
  6934.     }
  6935.     /**
  6936.      * Gets the private 'maker.auto_command.make_test' shared service.
  6937.      *
  6938.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6939.      */
  6940.     protected function getMaker_AutoCommand_MakeTestService()
  6941.     {
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6948.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6949.         $instance->setName('make:test');
  6950.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6951.         $instance->setDescription('Creates a new test class');
  6952.         return $instance;
  6953.     }
  6954.     /**
  6955.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  6956.      *
  6957.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6958.      */
  6959.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  6960.     {
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  6966.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6967.         $instance->setName('make:twig-component');
  6968.         $instance->setDescription('Creates a twig (or live) component');
  6969.         return $instance;
  6970.     }
  6971.     /**
  6972.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6973.      *
  6974.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6975.      */
  6976.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6977.     {
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6983.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6984.         $instance->setName('make:twig-extension');
  6985.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  6986.         return $instance;
  6987.     }
  6988.     /**
  6989.      * Gets the private 'maker.auto_command.make_user' shared service.
  6990.      *
  6991.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6992.      */
  6993.     protected function getMaker_AutoCommand_MakeUserService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7003.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7004.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL)))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7005.         $instance->setName('make:user');
  7006.         $instance->setDescription('Creates a new security user class');
  7007.         return $instance;
  7008.     }
  7009.     /**
  7010.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7011.      *
  7012.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7013.      */
  7014.     protected function getMaker_AutoCommand_MakeValidatorService()
  7015.     {
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7021.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7022.         $instance->setName('make:validator');
  7023.         $instance->setDescription('Creates a new validator and constraint class');
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7028.      *
  7029.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7030.      */
  7031.     protected function getMaker_AutoCommand_MakeVoterService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7038.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7039.         $instance->setName('make:voter');
  7040.         $instance->setDescription('Creates a new security voter class');
  7041.         return $instance;
  7042.     }
  7043.     /**
  7044.      * Gets the private 'maker.entity_class_generator' shared service.
  7045.      *
  7046.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7047.      */
  7048.     protected function getMaker_EntityClassGeneratorService()
  7049.     {
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7052.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? ($this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity'NULL))));
  7053.     }
  7054.     /**
  7055.      * Gets the private 'maker.file_manager' shared service.
  7056.      *
  7057.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7058.      */
  7059.     protected function getMaker_FileManagerService()
  7060.     {
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7065.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7066.     }
  7067.     /**
  7068.      * Gets the private 'maker.generator' shared service.
  7069.      *
  7070.      * @return \Symfony\Bundle\MakerBundle\Generator
  7071.      */
  7072.     protected function getMaker_GeneratorService()
  7073.     {
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7076.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  7077.     }
  7078.     /**
  7079.      * Gets the private 'maker.php_compat_util' shared service.
  7080.      *
  7081.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7082.      */
  7083.     protected function getMaker_PhpCompatUtilService()
  7084.     {
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7086.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7087.     }
  7088.     /**
  7089.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7090.      *
  7091.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7092.      */
  7093.     protected function getMaker_Renderer_FormTypeRendererService()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7096.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7097.     }
  7098.     /**
  7099.      * Gets the private 'mime_types' shared service.
  7100.      *
  7101.      * @return \Symfony\Component\Mime\MimeTypes
  7102.      */
  7103.     protected function getMimeTypesService()
  7104.     {
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7108.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7109.         $instance->setDefault($instance);
  7110.         return $instance;
  7111.     }
  7112.     /**
  7113.      * Gets the private 'monolog.command.server_log' shared service.
  7114.      *
  7115.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7116.      */
  7117.     protected function getMonolog_Command_ServerLogService()
  7118.     {
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7121.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7122.         $instance->setName('server:log');
  7123.         $instance->setDescription('Start a log server that displays logs in real time');
  7124.         return $instance;
  7125.     }
  7126.     /**
  7127.      * Gets the private 'monolog.handler.console' shared service.
  7128.      *
  7129.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7130.      */
  7131.     protected function getMonolog_Handler_ConsoleService()
  7132.     {
  7133.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7134.     }
  7135.     /**
  7136.      * Gets the private 'monolog.handler.main' shared service.
  7137.      *
  7138.      * @return \Monolog\Handler\StreamHandler
  7139.      */
  7140.     protected function getMonolog_Handler_MainService()
  7141.     {
  7142.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7143.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7144.         return $instance;
  7145.     }
  7146.     /**
  7147.      * Gets the private 'monolog.logger' shared service.
  7148.      *
  7149.      * @return \Symfony\Bridge\Monolog\Logger
  7150.      */
  7151.     protected function getMonolog_LoggerService()
  7152.     {
  7153.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7154.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7155.         $instance->useMicrosecondTimestamps(true);
  7156.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7157.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7158.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7159.         return $instance;
  7160.     }
  7161.     /**
  7162.      * Gets the private 'monolog.logger.cache' shared service.
  7163.      *
  7164.      * @return \Symfony\Bridge\Monolog\Logger
  7165.      */
  7166.     protected function getMonolog_Logger_CacheService()
  7167.     {
  7168.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7169.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7170.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7171.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7173.         return $instance;
  7174.     }
  7175.     /**
  7176.      * Gets the private 'monolog.logger.request' shared service.
  7177.      *
  7178.      * @return \Symfony\Bridge\Monolog\Logger
  7179.      */
  7180.     protected function getMonolog_Logger_RequestService()
  7181.     {
  7182.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7183.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7184.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7185.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7186.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7187.         return $instance;
  7188.     }
  7189.     /**
  7190.      * Gets the private 'monolog.logger.security' shared service.
  7191.      *
  7192.      * @return \Symfony\Bridge\Monolog\Logger
  7193.      */
  7194.     protected function getMonolog_Logger_SecurityService()
  7195.     {
  7196.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7197.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7198.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7199.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7201.         return $instance;
  7202.     }
  7203.     /**
  7204.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  7205.      *
  7206.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  7207.      */
  7208.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  7209.     {
  7210.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7213.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7214.     }
  7215.     /**
  7216.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  7217.      *
  7218.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  7219.      */
  7220.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7227.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  7228.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  7229.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  7230.         }, 2));
  7231.     }
  7232.     /**
  7233.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  7234.      *
  7235.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  7236.      */
  7237.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  7238.     {
  7239.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  7244.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], false);
  7245.     }
  7246.     /**
  7247.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  7248.      *
  7249.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  7250.      */
  7251.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  7258.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  7259.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7260.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7261.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7262.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7263.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7264.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7265.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7266.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  7267.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7268.     }
  7269.     /**
  7270.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  7271.      *
  7272.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  7273.      */
  7274.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  7275.     {
  7276.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  7281.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  7282.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7283.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7284.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7285.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7286.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7287.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7288.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7289.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  7290.         }, 8));
  7291.     }
  7292.     /**
  7293.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  7294.      *
  7295.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  7296.      */
  7297.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  7298.     {
  7299.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  7303.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  7304.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7305.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7306.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7307.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7308.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7309.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7310.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7311.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  7312.         }, 8));
  7313.     }
  7314.     /**
  7315.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  7316.      *
  7317.      * @return \Symfony\Component\Routing\RouteCollection
  7318.      */
  7319.     protected function getNelmioApiDoc_Routes_DefaultService()
  7320.     {
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  7322.         return $this->privates['nelmio_api_doc.routes.default'] = ($this->services['router'] ?? $this->getRouterService())->getRouteCollection();
  7323.     }
  7324.     /**
  7325.      * Gets the private 'parameter_bag' shared service.
  7326.      *
  7327.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7328.      */
  7329.     protected function getParameterBagService()
  7330.     {
  7331.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7332.     }
  7333.     /**
  7334.      * Gets the private 'profiler_listener' shared service.
  7335.      *
  7336.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7337.      */
  7338.     protected function getProfilerListenerService()
  7339.     {
  7340.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7341.         if (isset($this->privates['profiler_listener'])) {
  7342.             return $this->privates['profiler_listener'];
  7343.         }
  7344.         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);
  7345.     }
  7346.     /**
  7347.      * Gets the private 'property_accessor' shared service.
  7348.      *
  7349.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7350.      */
  7351.     protected function getPropertyAccessorService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7360.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7361.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7362.     }
  7363.     /**
  7364.      * Gets the private 'property_info' shared service.
  7365.      *
  7366.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7367.      */
  7368.     protected function getPropertyInfoService()
  7369.     {
  7370.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7371.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7372.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7373.         }, 2), new RewindableGenerator(function () {
  7374.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7375.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7376.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7377.         }, 3), new RewindableGenerator(function () {
  7378.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7379.         }, 1), new RewindableGenerator(function () {
  7380.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7381.         }, 1), new RewindableGenerator(function () {
  7382.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7383.         }, 1));
  7384.     }
  7385.     /**
  7386.      * Gets the private 'property_info.serializer_extractor' shared service.
  7387.      *
  7388.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7389.      */
  7390.     protected function getPropertyInfo_SerializerExtractorService()
  7391.     {
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7393.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7394.     }
  7395.     /**
  7396.      * Gets the private 'router.cache_warmer' shared service.
  7397.      *
  7398.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7399.      */
  7400.     protected function getRouter_CacheWarmerService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7404.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7405.             'router' => ['services''router''getRouterService'false],
  7406.         ], [
  7407.             'router' => '?',
  7408.         ]))->withContext('router.cache_warmer'$this));
  7409.     }
  7410.     /**
  7411.      * Gets the private 'router.expression_language_provider' shared service.
  7412.      *
  7413.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7414.      */
  7415.     protected function getRouter_ExpressionLanguageProviderService()
  7416.     {
  7417.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7418.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7419.         ], [
  7420.             'env' => 'Closure',
  7421.         ]));
  7422.     }
  7423.     /**
  7424.      * Gets the private 'router.request_context' shared service.
  7425.      *
  7426.      * @return \Symfony\Component\Routing\RequestContext
  7427.      */
  7428.     protected function getRouter_RequestContextService()
  7429.     {
  7430.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7431.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7432.         return $instance;
  7433.     }
  7434.     /**
  7435.      * Gets the private 'router_listener' shared service.
  7436.      *
  7437.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7438.      */
  7439.     protected function getRouterListenerService()
  7440.     {
  7441.         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);
  7442.     }
  7443.     /**
  7444.      * Gets the private 'secrets.vault' shared service.
  7445.      *
  7446.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7447.      */
  7448.     protected function getSecrets_VaultService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7454.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  7455.     }
  7456.     /**
  7457.      * Gets the private 'security.access_listener' shared service.
  7458.      *
  7459.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7460.      */
  7461.     protected function getSecurity_AccessListenerService()
  7462.     {
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7466.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7467.         if (isset($this->privates['security.access_listener'])) {
  7468.             return $this->privates['security.access_listener'];
  7469.         }
  7470.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7471.         if (isset($this->privates['security.access_listener'])) {
  7472.             return $this->privates['security.access_listener'];
  7473.         }
  7474.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  7475.     }
  7476.     /**
  7477.      * Gets the private 'security.access_map' shared service.
  7478.      *
  7479.      * @return \Symfony\Component\Security\Http\AccessMap
  7480.      */
  7481.     protected function getSecurity_AccessMapService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7487.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7488.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml-login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7489.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/get-metadata'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7490.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/user/define-forced-two-auth'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7491.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/user/request-disconnected-mail'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7492.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login/define-two-auth'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7493.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/generation'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7494.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/main'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7495.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7496.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/pim'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7497.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dam'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7498.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/w2p'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7499.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7500.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/exports'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7501.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/imports'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7502.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/connectivity'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7503.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/workflow/'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7504.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/workflow-item'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7505.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/workflow-process'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  7506.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7507.         return $instance;
  7508.     }
  7509.     /**
  7510.      * Gets the private 'security.authentication.guard_handler' shared service.
  7511.      *
  7512.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7513.      *
  7514.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7515.      */
  7516.     protected function getSecurity_Authentication_GuardHandlerService()
  7517.     {
  7518.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7519.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7520.         if (isset($this->privates['security.authentication.guard_handler'])) {
  7521.             return $this->privates['security.authentication.guard_handler'];
  7522.         }
  7523.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  7524.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  7525.         return $instance;
  7526.     }
  7527.     /**
  7528.      * Gets the private 'security.authentication.listener.anonymous.app' shared service.
  7529.      *
  7530.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7531.      *
  7532.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.app" service is deprecated, use the new authenticator system instead.
  7533.      */
  7534.     protected function getSecurity_Authentication_Listener_Anonymous_AppService()
  7535.     {
  7536.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.app" service is deprecated, use the new authenticator system instead.');
  7537.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7538.         if (isset($this->privates['security.authentication.listener.anonymous.app'])) {
  7539.             return $this->privates['security.authentication.listener.anonymous.app'];
  7540.         }
  7541.         return $this->privates['security.authentication.listener.anonymous.app'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  7542.     }
  7543.     /**
  7544.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7545.      *
  7546.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7547.      *
  7548.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7549.      */
  7550.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7551.     {
  7552.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7553.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7554.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  7555.             return $this->privates['security.authentication.listener.anonymous.main'];
  7556.         }
  7557.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  7558.     }
  7559.     /**
  7560.      * Gets the private 'security.authentication.listener.form.app' shared service.
  7561.      *
  7562.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  7563.      *
  7564.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.app" service is deprecated, use the new authenticator system instead.
  7565.      */
  7566.     protected function getSecurity_Authentication_Listener_Form_AppService()
  7567.     {
  7568.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.app" service is deprecated, use the new authenticator system instead.');
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  7574.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7575.         if (isset($this->privates['security.authentication.listener.form.app'])) {
  7576.             return $this->privates['security.authentication.listener.form.app'];
  7577.         }
  7578.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7579.         if (isset($this->privates['security.authentication.listener.form.app'])) {
  7580.             return $this->privates['security.authentication.listener.form.app'];
  7581.         }
  7582.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7583.         if (isset($this->privates['security.authentication.listener.form.app'])) {
  7584.             return $this->privates['security.authentication.listener.form.app'];
  7585.         }
  7586.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7587.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7588.         $e->setOptions(['login_path' => '/login''always_use_default_target_path' => true'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  7589.         $e->setFirewallName('app');
  7590.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  7591.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  7592.         $g->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  7593.         return $this->privates['security.authentication.listener.form.app'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'app'$e$g, ['login_path' => '/login''check_path' => '/saml-login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$cNULL);
  7594.     }
  7595.     /**
  7596.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  7597.      *
  7598.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7599.      *
  7600.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  7601.      */
  7602.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  7603.     {
  7604.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  7605.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  7606.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7607.             return $this->privates['security.authentication.listener.guard.main'];
  7608.         }
  7609.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7610.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7611.             return $this->privates['security.authentication.listener.guard.main'];
  7612.         }
  7613.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  7614.             yield => ($this->services['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7615.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7616.     }
  7617.     /**
  7618.      * Gets the private 'security.authentication.manager' shared service.
  7619.      *
  7620.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7621.      *
  7622.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7623.      */
  7624.     protected function getSecurity_Authentication_ManagerService()
  7625.     {
  7626.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7627.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7628.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7629.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7630.             yield => ($this->privates['security.authentication.provider.saml.app'] ?? $this->getSecurity_Authentication_Provider_Saml_AppService());
  7631.             yield => ($this->privates['security.authentication.provider.dao.app'] ?? $this->getSecurity_Authentication_Provider_Dao_AppService());
  7632.             yield => ($this->privates['security.authentication.provider.anonymous.app'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AppService());
  7633.         }, 5), true);
  7634.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7635.         return $instance;
  7636.     }
  7637.     /**
  7638.      * Gets the private 'security.authentication.provider.anonymous.app' shared service.
  7639.      *
  7640.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7641.      *
  7642.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.app" service is deprecated, use the new authenticator system instead.
  7643.      */
  7644.     protected function getSecurity_Authentication_Provider_Anonymous_AppService()
  7645.     {
  7646.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.app" service is deprecated, use the new authenticator system instead.');
  7647.         return $this->privates['security.authentication.provider.anonymous.app'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7648.     }
  7649.     /**
  7650.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7651.      *
  7652.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7653.      *
  7654.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7655.      */
  7656.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7657.     {
  7658.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7659.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7660.     }
  7661.     /**
  7662.      * Gets the private 'security.authentication.provider.dao.app' shared service.
  7663.      *
  7664.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  7665.      *
  7666.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.app" service is deprecated, use the new authenticator system instead.
  7667.      */
  7668.     protected function getSecurity_Authentication_Provider_Dao_AppService()
  7669.     {
  7670.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.app" service is deprecated, use the new authenticator system instead.');
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7673.         return $this->privates['security.authentication.provider.dao.app'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'app', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  7674.     }
  7675.     /**
  7676.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7677.      *
  7678.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7679.      *
  7680.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  7681.      */
  7682.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7683.     {
  7684.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7689.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7690.             yield => ($this->services['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7691.         }, 1), ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  7692.     }
  7693.     /**
  7694.      * Gets the private 'security.authentication.provider.saml.app' shared autowired service.
  7695.      *
  7696.      * @return \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider
  7697.      */
  7698.     protected function getSecurity_Authentication_Provider_Saml_AppService()
  7699.     {
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Provider/SamlProvider.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactoryInterface.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactory.php';
  7705.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7706.         if (isset($this->privates['security.authentication.provider.saml.app'])) {
  7707.             return $this->privates['security.authentication.provider.saml.app'];
  7708.         }
  7709.         $this->privates['security.authentication.provider.saml.app'] = $instance = new \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider(($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService()), $a);
  7710.         $instance->setTokenFactory(new \Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlTokenFactory());
  7711.         return $instance;
  7712.     }
  7713.     /**
  7714.      * Gets the private 'security.authentication.session_strategy' shared service.
  7715.      *
  7716.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  7717.      */
  7718.     protected function getSecurity_Authentication_SessionStrategyService()
  7719.     {
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7722.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  7723.     }
  7724.     /**
  7725.      * Gets the private 'security.authentication_utils' shared service.
  7726.      *
  7727.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7728.      */
  7729.     protected function getSecurity_AuthenticationUtilsService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7732.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7733.     }
  7734.     /**
  7735.      * Gets the private 'security.channel_listener' shared service.
  7736.      *
  7737.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7738.      */
  7739.     protected function getSecurity_ChannelListenerService()
  7740.     {
  7741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7744.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7745.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  7746.     }
  7747.     /**
  7748.      * Gets the private 'security.command.debug_firewall' shared service.
  7749.      *
  7750.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7751.      */
  7752.     protected function getSecurity_Command_DebugFirewallService()
  7753.     {
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7756.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.Utpld0L'] ?? $this->get_ServiceLocator_Utpld0LService()), ($this->privates['.service_locator.Zx8fD8e'] ?? $this->get_ServiceLocator_Zx8fD8eService()), [], false);
  7757.         $instance->setName('debug:firewall');
  7758.         $instance->setDescription('Display information about your security firewall(s)');
  7759.         return $instance;
  7760.     }
  7761.     /**
  7762.      * Gets the private 'security.command.user_password_encoder' shared service.
  7763.      *
  7764.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7765.      *
  7766.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7767.      */
  7768.     protected function getSecurity_Command_UserPasswordEncoderService()
  7769.     {
  7770.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7771.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Object\\Main\\User']);
  7772.         $instance->setName('security:encode-password');
  7773.         $instance->setDescription('Encode a password');
  7774.         return $instance;
  7775.     }
  7776.     /**
  7777.      * Gets the private 'security.command.user_password_hash' shared service.
  7778.      *
  7779.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7780.      */
  7781.     protected function getSecurity_Command_UserPasswordHashService()
  7782.     {
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7785.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Object\\Main\\User']);
  7786.         $instance->setName('security:hash-password');
  7787.         $instance->setDescription('Hash a user password');
  7788.         return $instance;
  7789.     }
  7790.     /**
  7791.      * Gets the private 'security.context_listener.0' shared service.
  7792.      *
  7793.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7794.      */
  7795.     protected function getSecurity_ContextListener_0Service()
  7796.     {
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7800.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7801.         if (isset($this->privates['security.context_listener.0'])) {
  7802.             return $this->privates['security.context_listener.0'];
  7803.         }
  7804.         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 () {
  7805.             yield => ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService());
  7806.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  7807.     }
  7808.     /**
  7809.      * Gets the private 'security.context_listener.1' shared service.
  7810.      *
  7811.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7812.      */
  7813.     protected function getSecurity_ContextListener_1Service()
  7814.     {
  7815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7818.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7819.         if (isset($this->privates['security.context_listener.1'])) {
  7820.             return $this->privates['security.context_listener.1'];
  7821.         }
  7822.         return $this->privates['security.context_listener.1'] = 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 () {
  7823.             yield => ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService());
  7824.         }, 1), 'app', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  7825.     }
  7826.     /**
  7827.      * Gets the private 'security.csrf.token_storage' shared service.
  7828.      *
  7829.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7830.      */
  7831.     protected function getSecurity_Csrf_TokenStorageService()
  7832.     {
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7836.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7837.     }
  7838.     /**
  7839.      * Gets the private 'security.encoder_factory.generic' shared service.
  7840.      *
  7841.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7842.      *
  7843.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7844.      */
  7845.     protected function getSecurity_EncoderFactory_GenericService()
  7846.     {
  7847.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7848.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Object\\Main\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  7849.     }
  7850.     /**
  7851.      * Gets the private 'security.event_dispatcher.app' shared service.
  7852.      *
  7853.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7854.      */
  7855.     protected function getSecurity_EventDispatcher_AppService()
  7856.     {
  7857.         $this->privates['security.event_dispatcher.app'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7858.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7859.             return ($this->privates['security.logout.listener.default.app'] ?? $this->getSecurity_Logout_Listener_Default_AppService());
  7860.         }, => 'onLogout'], 64);
  7861.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7862.             return ($this->privates['security.logout.listener.session.app'] ?? ($this->privates['security.logout.listener.session.app'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7863.         }, => 'onLogout'], 0);
  7864.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7865.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  7866.         }, => '__invoke'], 0);
  7867.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7868.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7869.         }, => 'onLogout'], 0);
  7870.         return $instance;
  7871.     }
  7872.     /**
  7873.      * Gets the private 'security.event_dispatcher.main' shared service.
  7874.      *
  7875.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7876.      */
  7877.     protected function getSecurity_EventDispatcher_MainService()
  7878.     {
  7879.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7880.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7881.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7882.         }, => 'onLogout'], 64);
  7883.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7884.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7885.         }, => 'onLogout'], 0);
  7886.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7887.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  7888.         }, => '__invoke'], 0);
  7889.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7890.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7891.         }, => 'onLogout'], 0);
  7892.         return $instance;
  7893.     }
  7894.     /**
  7895.      * Gets the private 'security.firewall.map' shared service.
  7896.      *
  7897.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7898.      */
  7899.     protected function getSecurity_Firewall_MapService()
  7900.     {
  7901.         $a = ($this->privates['.service_locator.Utpld0L'] ?? $this->get_ServiceLocator_Utpld0LService());
  7902.         if (isset($this->privates['security.firewall.map'])) {
  7903.             return $this->privates['security.firewall.map'];
  7904.         }
  7905.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7906.             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)/')));
  7907.             yield 'security.firewall.map.context.main' => NULL;
  7908.             yield 'security.firewall.map.context.app' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  7909.         }, 3));
  7910.     }
  7911.     /**
  7912.      * Gets the private 'security.firewall.map.context.app' shared service.
  7913.      *
  7914.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7915.      */
  7916.     protected function getSecurity_Firewall_Map_Context_AppService()
  7917.     {
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7927.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7928.         if (isset($this->privates['security.firewall.map.context.app'])) {
  7929.             return $this->privates['security.firewall.map.context.app'];
  7930.         }
  7931.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7932.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7933.         return $this->privates['security.firewall.map.context.app'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7934.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7935.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  7936.             yield => ($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.app'] ?? $this->getSamlListener_AppService());
  7937.             yield => ($this->privates['security.authentication.listener.form.app'] ?? $this->getSecurity_Authentication_Listener_Form_AppService());
  7938.             yield => ($this->privates['security.authentication.listener.anonymous.app'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AppService());
  7939.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7940.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'app', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.app'] ?? $this->getSecurity_EventDispatcher_AppService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('app''security.user_checker''.security.request_matcher.3UEFixr'truefalse'App\\Security\\UserProvider''app''security.authentication.form_entry_point.app'NULLNULL, [=> 'saml'=> 'form_login'=> 'anonymous'], NULL));
  7941.     }
  7942.     /**
  7943.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7944.      *
  7945.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7946.      */
  7947.     protected function getSecurity_Firewall_Map_Context_DevService()
  7948.     {
  7949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7951.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7952.             return new \EmptyIterator();
  7953.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7954.     }
  7955.     /**
  7956.      * Gets the private 'security.firewall.map.context.main' shared service.
  7957.      *
  7958.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7959.      */
  7960.     protected function getSecurity_Firewall_Map_Context_MainService()
  7961.     {
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7969.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7970.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7971.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7972.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7973.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7974.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7975.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7976.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7977.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->services['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app.logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'App\\Security\\UserProvider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  7978.     }
  7979.     /**
  7980.      * Gets the private 'security.helper' shared service.
  7981.      *
  7982.      * @return \Symfony\Component\Security\Core\Security
  7983.      */
  7984.     protected function getSecurity_HelperService()
  7985.     {
  7986.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7987.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7988.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7989.         ], [
  7990.             'security.authorization_checker' => '?',
  7991.             'security.token_storage' => '?',
  7992.         ]));
  7993.     }
  7994.     /**
  7995.      * Gets the private 'security.http_utils' shared service.
  7996.      *
  7997.      * @return \Symfony\Component\Security\Http\HttpUtils
  7998.      */
  7999.     protected function getSecurity_HttpUtilsService()
  8000.     {
  8001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8002.         $a = ($this->services['router'] ?? $this->getRouterService());
  8003.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8004.     }
  8005.     /**
  8006.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8007.      *
  8008.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8009.      */
  8010.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8011.     {
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8013.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8014.     }
  8015.     /**
  8016.      * Gets the private 'security.logout.listener.default.app' shared service.
  8017.      *
  8018.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8019.      */
  8020.     protected function getSecurity_Logout_Listener_Default_AppService()
  8021.     {
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8023.         return $this->privates['security.logout.listener.default.app'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  8024.     }
  8025.     /**
  8026.      * Gets the private 'security.logout.listener.default.main' shared service.
  8027.      *
  8028.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8029.      */
  8030.     protected function getSecurity_Logout_Listener_Default_MainService()
  8031.     {
  8032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8033.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  8034.     }
  8035.     /**
  8036.      * Gets the private 'security.logout_url_generator' shared service.
  8037.      *
  8038.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8039.      */
  8040.     protected function getSecurity_LogoutUrlGeneratorService()
  8041.     {
  8042.         $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()));
  8043.         $instance->registerListener('main''app.logout''logout''_csrf_token'NULLNULL);
  8044.         $instance->registerListener('app''/logout''logout''_csrf_token'NULLNULL);
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the private 'security.password_hasher_factory' shared service.
  8049.      *
  8050.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8051.      */
  8052.     protected function getSecurity_PasswordHasherFactoryService()
  8053.     {
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8056.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Object\\Main\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  8057.     }
  8058.     /**
  8059.      * Gets the private 'security.validator.user_password' shared service.
  8060.      *
  8061.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8062.      */
  8063.     protected function getSecurity_Validator_UserPasswordService()
  8064.     {
  8065.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8068.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8069.     }
  8070.     /**
  8071.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8072.      *
  8073.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8074.      */
  8075.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8076.     {
  8077.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8078.     }
  8079.     /**
  8080.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8081.      *
  8082.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8083.      */
  8084.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8085.     {
  8086.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8087.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8088.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8089.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8090.     }
  8091.     /**
  8092.      * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  8093.      *
  8094.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  8095.      */
  8096.     protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  8097.     {
  8098.         $a = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  8099.         return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  8100.     }
  8101.     /**
  8102.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  8103.      *
  8104.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  8105.      */
  8106.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  8107.     {
  8108.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  8111.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  8112.     }
  8113.     /**
  8114.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8115.      *
  8116.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8117.      */
  8118.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8119.     {
  8120.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8121.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8122.             return $this->privates['sensio_framework_extra.security.listener'];
  8123.         }
  8124.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8125.     }
  8126.     /**
  8127.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8128.      *
  8129.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8130.      */
  8131.     protected function getSensioFrameworkExtra_View_ListenerService()
  8132.     {
  8133.         $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))));
  8134.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8135.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8136.         ], [
  8137.             'twig' => '?',
  8138.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8139.         return $instance;
  8140.     }
  8141.     /**
  8142.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8143.      *
  8144.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8145.      */
  8146.     protected function getSerializer_Mapping_CacheWarmerService()
  8147.     {
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8153.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  8154.     }
  8155.     /**
  8156.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8157.      *
  8158.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8159.      */
  8160.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8161.     {
  8162.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8168.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  8169.     }
  8170.     /**
  8171.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  8172.      *
  8173.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  8174.      */
  8175.     protected function getSerializer_NameConverter_MetadataAwareService()
  8176.     {
  8177.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  8180.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8181.     }
  8182.     /**
  8183.      * Gets the private 'session.factory' shared service.
  8184.      *
  8185.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8186.      */
  8187.     protected function getSession_FactoryService()
  8188.     {
  8189.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8190.         if (isset($this->privates['session.factory'])) {
  8191.             return $this->privates['session.factory'];
  8192.         }
  8193.         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->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  8194.     }
  8195.     /**
  8196.      * Gets the private 'session.storage.factory.service' shared service.
  8197.      *
  8198.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8199.      *
  8200.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  8201.      */
  8202.     protected function getSession_Storage_Factory_ServiceService()
  8203.     {
  8204.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  8205.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8206.     }
  8207.     /**
  8208.      * Gets the private 'session.storage.metadata_bag' shared service.
  8209.      *
  8210.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8211.      *
  8212.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8213.      */
  8214.     protected function getSession_Storage_MetadataBagService()
  8215.     {
  8216.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8217.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8218.     }
  8219.     /**
  8220.      * Gets the private 'session.storage.native' shared service.
  8221.      *
  8222.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8223.      *
  8224.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8225.      */
  8226.     protected function getSession_Storage_NativeService()
  8227.     {
  8228.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8231.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  8232.     }
  8233.     /**
  8234.      * Gets the private 'session_listener' shared service.
  8235.      *
  8236.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8237.      */
  8238.     protected function getSessionListenerService()
  8239.     {
  8240.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8241.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8242.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8243.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8244.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8245.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8246.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8247.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8248.         ], [
  8249.             'initialized_session' => '?',
  8250.             'logger' => '?',
  8251.             'request_stack' => '?',
  8252.             'session' => '?',
  8253.             'session_collector' => '?',
  8254.             'session_factory' => '?',
  8255.             'session_storage' => '?',
  8256.         ]), true$this->parameters['session.storage.options']);
  8257.     }
  8258.     /**
  8259.      * Gets the private 'translation.extractor' shared service.
  8260.      *
  8261.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8262.      */
  8263.     protected function getTranslation_ExtractorService()
  8264.     {
  8265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8270.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8271.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8272.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8273.         return $instance;
  8274.     }
  8275.     /**
  8276.      * Gets the private 'translation.loader.csv' shared service.
  8277.      *
  8278.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8279.      */
  8280.     protected function getTranslation_Loader_CsvService()
  8281.     {
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8286.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8287.     }
  8288.     /**
  8289.      * Gets the private 'translation.loader.dat' shared service.
  8290.      *
  8291.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8292.      */
  8293.     protected function getTranslation_Loader_DatService()
  8294.     {
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8298.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8299.     }
  8300.     /**
  8301.      * Gets the private 'translation.loader.ini' shared service.
  8302.      *
  8303.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8304.      */
  8305.     protected function getTranslation_Loader_IniService()
  8306.     {
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8311.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8312.     }
  8313.     /**
  8314.      * Gets the private 'translation.loader.json' shared service.
  8315.      *
  8316.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8317.      */
  8318.     protected function getTranslation_Loader_JsonService()
  8319.     {
  8320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8324.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8325.     }
  8326.     /**
  8327.      * Gets the private 'translation.loader.mo' shared service.
  8328.      *
  8329.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8330.      */
  8331.     protected function getTranslation_Loader_MoService()
  8332.     {
  8333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8337.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8338.     }
  8339.     /**
  8340.      * Gets the private 'translation.loader.php' shared service.
  8341.      *
  8342.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8343.      */
  8344.     protected function getTranslation_Loader_PhpService()
  8345.     {
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8350.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8351.     }
  8352.     /**
  8353.      * Gets the private 'translation.loader.po' shared service.
  8354.      *
  8355.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8356.      */
  8357.     protected function getTranslation_Loader_PoService()
  8358.     {
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8363.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8364.     }
  8365.     /**
  8366.      * Gets the private 'translation.loader.qt' shared service.
  8367.      *
  8368.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8369.      */
  8370.     protected function getTranslation_Loader_QtService()
  8371.     {
  8372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8374.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8375.     }
  8376.     /**
  8377.      * Gets the private 'translation.loader.res' shared service.
  8378.      *
  8379.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8380.      */
  8381.     protected function getTranslation_Loader_ResService()
  8382.     {
  8383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8385.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8386.     }
  8387.     /**
  8388.      * Gets the private 'translation.loader.xliff' shared service.
  8389.      *
  8390.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8391.      */
  8392.     protected function getTranslation_Loader_XliffService()
  8393.     {
  8394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8396.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8397.     }
  8398.     /**
  8399.      * Gets the private 'translation.loader.yml' shared service.
  8400.      *
  8401.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8402.      */
  8403.     protected function getTranslation_Loader_YmlService()
  8404.     {
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8409.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8410.     }
  8411.     /**
  8412.      * Gets the private 'translation.provider_collection' shared service.
  8413.      *
  8414.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8415.      */
  8416.     protected function getTranslation_ProviderCollectionService()
  8417.     {
  8418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8420.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8421.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8422.         }, 1), []))->fromConfig([]);
  8423.     }
  8424.     /**
  8425.      * Gets the private 'translation.reader' shared service.
  8426.      *
  8427.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8428.      */
  8429.     protected function getTranslation_ReaderService()
  8430.     {
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8447.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8448.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8449.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8450.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8451.         $instance->addLoader('yaml'$a);
  8452.         $instance->addLoader('yml'$a);
  8453.         $instance->addLoader('xlf'$b);
  8454.         $instance->addLoader('xliff'$b);
  8455.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8456.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8457.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8458.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8459.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8460.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8461.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8462.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8463.         return $instance;
  8464.     }
  8465.     /**
  8466.      * Gets the private 'translation.warmer' shared service.
  8467.      *
  8468.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8469.      */
  8470.     protected function getTranslation_WarmerService()
  8471.     {
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8474.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8475.             'translator' => ['services''translator''getTranslatorService'false],
  8476.         ], [
  8477.             'translator' => '?',
  8478.         ]))->withContext('translation.warmer'$this));
  8479.     }
  8480.     /**
  8481.      * Gets the private 'translation.writer' shared service.
  8482.      *
  8483.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8484.      */
  8485.     protected function getTranslation_WriterService()
  8486.     {
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8501.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8502.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8503.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8504.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8505.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8506.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8507.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8508.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8509.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8510.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8511.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8512.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8513.         return $instance;
  8514.     }
  8515.     /**
  8516.      * Gets the private 'translator.default' shared service.
  8517.      *
  8518.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8519.      */
  8520.     protected function getTranslator_DefaultService()
  8521.     {
  8522.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8523.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8524.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8525.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8526.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8527.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8528.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8529.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8530.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8531.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8532.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8533.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8534.         ], [
  8535.             'translation.loader.csv' => '?',
  8536.             'translation.loader.dat' => '?',
  8537.             'translation.loader.ini' => '?',
  8538.             'translation.loader.json' => '?',
  8539.             'translation.loader.mo' => '?',
  8540.             'translation.loader.php' => '?',
  8541.             'translation.loader.po' => '?',
  8542.             'translation.loader.qt' => '?',
  8543.             'translation.loader.res' => '?',
  8544.             'translation.loader.xliff' => '?',
  8545.             'translation.loader.yml' => '?',
  8546.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], '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-time-bundle/src/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], '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-time-bundle/src/Resources/translations/time.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')], '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-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], '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')], '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-time-bundle/src/Resources/translations/time.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], '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-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], '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-time-bundle/src/Resources/translations/time.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], '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')], '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-time-bundle/src/Resources/translations/time.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff')], '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-time-bundle/src/Resources/translations/time.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.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-time-bundle/src/Resources/translations/time.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff')], '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-time-bundle/src/Resources/translations/time.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/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff')], '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-time-bundle/src/Resources/translations/time.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')]], '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-time-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-time-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/symfony/webpack-encore-bundle/src/translations'15 => 'vendor/willdurand/js-translation-bundle/translations'16 => 'vendor/hslavich/oneloginsaml-bundle/translations'17 => 'vendor/nelmio/api-doc-bundle/translations'18 => 'vendor/sentry/sentry-symfony/src/translations'19 => 'vendor/friendsofsymfony/jsrouting-bundle/translations']]], []);
  8547.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8548.         $instance->setFallbackLocales([=> 'fr']);
  8549.         return $instance;
  8550.     }
  8551.     /**
  8552.      * Gets the private 'twig.command.debug' shared service.
  8553.      *
  8554.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8555.      */
  8556.     protected function getTwig_Command_DebugService()
  8557.     {
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8560.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8561.         $instance->setName('debug:twig');
  8562.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8563.         return $instance;
  8564.     }
  8565.     /**
  8566.      * Gets the private 'twig.command.lint' shared service.
  8567.      *
  8568.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8569.      */
  8570.     protected function getTwig_Command_LintService()
  8571.     {
  8572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8574.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8575.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8576.         $instance->setName('lint:twig');
  8577.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8578.         return $instance;
  8579.     }
  8580.     /**
  8581.      * Gets the private 'twig.extension.assets' shared service.
  8582.      *
  8583.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  8584.      */
  8585.     protected function getTwig_Extension_AssetsService()
  8586.     {
  8587.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  8588.     }
  8589.     /**
  8590.      * Gets the private 'twig.extension.trans' shared service.
  8591.      *
  8592.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  8593.      */
  8594.     protected function getTwig_Extension_TransService()
  8595.     {
  8596.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8597.     }
  8598.     /**
  8599.      * Gets the private 'twig.form.engine' shared service.
  8600.      *
  8601.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8602.      */
  8603.     protected function getTwig_Form_EngineService()
  8604.     {
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8607.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8608.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8609.         if (isset($this->privates['twig.form.engine'])) {
  8610.             return $this->privates['twig.form.engine'];
  8611.         }
  8612.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8613.     }
  8614.     /**
  8615.      * Gets the private 'twig.form.renderer' shared service.
  8616.      *
  8617.      * @return \Symfony\Component\Form\FormRenderer
  8618.      */
  8619.     protected function getTwig_Form_RendererService()
  8620.     {
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8623.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8624.         if (isset($this->privates['twig.form.renderer'])) {
  8625.             return $this->privates['twig.form.renderer'];
  8626.         }
  8627.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8628.     }
  8629.     /**
  8630.      * Gets the private 'twig.mailer.message_listener' shared service.
  8631.      *
  8632.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8633.      */
  8634.     protected function getTwig_Mailer_MessageListenerService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8639.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8640.         if (isset($this->privates['twig.mailer.message_listener'])) {
  8641.             return $this->privates['twig.mailer.message_listener'];
  8642.         }
  8643.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8644.     }
  8645.     /**
  8646.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8647.      *
  8648.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8649.      */
  8650.     protected function getTwig_Runtime_HttpkernelService()
  8651.     {
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  8658.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8659.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8660.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8661.         ], [
  8662.             'inline' => '?',
  8663.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8664.     }
  8665.     /**
  8666.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8667.      *
  8668.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8669.      */
  8670.     protected function getTwig_Runtime_SecurityCsrfService()
  8671.     {
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8673.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8674.     }
  8675.     /**
  8676.      * Gets the private 'twig.runtime.serializer' shared service.
  8677.      *
  8678.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8679.      */
  8680.     protected function getTwig_Runtime_SerializerService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8684.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8685.     }
  8686.     /**
  8687.      * Gets the private 'twig.template_cache_warmer' shared service.
  8688.      *
  8689.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8690.      */
  8691.     protected function getTwig_TemplateCacheWarmerService()
  8692.     {
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8696.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8697.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8698.         ], [
  8699.             'twig' => '?',
  8700.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  8701.     }
  8702.     /**
  8703.      * Gets the private 'validator.builder' shared service.
  8704.      *
  8705.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8706.      */
  8707.     protected function getValidator_BuilderService()
  8708.     {
  8709.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8710.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8711.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8712.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8713.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8714.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8715.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8716.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8717.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8718.         ], [
  8719.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8720.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8721.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8722.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8723.             'security.validator.user_password' => '?',
  8724.             'validator.expression' => '?',
  8725.         ])));
  8726.         if ($this->has('translator')) {
  8727.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8728.         }
  8729.         $instance->setTranslationDomain('validators');
  8730.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8731.         $instance->enableAnnotationMapping(true);
  8732.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8733.         $instance->addMethodMapping('loadValidatorMetadata');
  8734.         $instance->addObjectInitializers([]);
  8735.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8736.         return $instance;
  8737.     }
  8738.     /**
  8739.      * Gets the private 'validator.email' shared service.
  8740.      *
  8741.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8742.      */
  8743.     protected function getValidator_EmailService()
  8744.     {
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8748.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8749.     }
  8750.     /**
  8751.      * Gets the private 'validator.expression' shared service.
  8752.      *
  8753.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8754.      */
  8755.     protected function getValidator_ExpressionService()
  8756.     {
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8760.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  8761.     }
  8762.     /**
  8763.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8764.      *
  8765.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8766.      */
  8767.     protected function getValidator_Mapping_CacheWarmerService()
  8768.     {
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8772.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8773.     }
  8774.     /**
  8775.      * Gets the private 'validator.not_compromised_password' shared service.
  8776.      *
  8777.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8778.      */
  8779.     protected function getValidator_NotCompromisedPasswordService()
  8780.     {
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8784.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), 'UTF-8'trueNULL);
  8785.     }
  8786.     /**
  8787.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8788.      *
  8789.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8790.      */
  8791.     protected function getVarDumper_Command_ServerDumpService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8799.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8800.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8801.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8802.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8804.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  8805.         $instance->setName('server:dump');
  8806.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8811.      *
  8812.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8813.      */
  8814.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8815.     {
  8816.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8817.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8818.         return $instance;
  8819.     }
  8820.     /**
  8821.      * Gets the private 'var_dumper.html_dumper' shared service.
  8822.      *
  8823.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8824.      */
  8825.     protected function getVarDumper_HtmlDumperService()
  8826.     {
  8827.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8828.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8829.         return $instance;
  8830.     }
  8831.     /**
  8832.      * Gets the private 'var_dumper.server_connection' shared service.
  8833.      *
  8834.      * @return \Symfony\Component\VarDumper\Server\Connection
  8835.      */
  8836.     protected function getVarDumper_ServerConnectionService()
  8837.     {
  8838.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  8839.     }
  8840.     /**
  8841.      * Gets the private 'web_profiler.csp.handler' shared service.
  8842.      *
  8843.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8844.      */
  8845.     protected function getWebProfiler_Csp_HandlerService()
  8846.     {
  8847.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8848.     }
  8849.     /**
  8850.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8851.      *
  8852.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8853.      */
  8854.     protected function getWebProfiler_DebugToolbarService()
  8855.     {
  8856.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8857.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8858.             return $this->privates['web_profiler.debug_toolbar'];
  8859.         }
  8860.         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()));
  8861.     }
  8862.     /**
  8863.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  8864.      *
  8865.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  8866.      */
  8867.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  8868.     {
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  8872.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/dist/entrypoints.json'), NULL'_default'true);
  8873.     }
  8874.     /**
  8875.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  8876.      *
  8877.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  8878.      */
  8879.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  8880.     {
  8881.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8882.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  8883.         ], [
  8884.             '_default' => '?',
  8885.         ]), '_default');
  8886.     }
  8887.     /**
  8888.      * Gets the private 'webpack_encore.exception_listener' shared service.
  8889.      *
  8890.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  8891.      */
  8892.     protected function getWebpackEncore_ExceptionListenerService()
  8893.     {
  8894.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  8895.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  8896.     }
  8897.     /**
  8898.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  8899.      *
  8900.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  8901.      */
  8902.     protected function getWebpackEncore_TagRendererService()
  8903.     {
  8904.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  8905.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8906.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  8907.             return $this->privates['webpack_encore.tag_renderer'];
  8908.         }
  8909.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  8910.     }
  8911.     /**
  8912.      * Gets the public 'cache_clearer' alias.
  8913.      *
  8914.      * @return object The ".container.private.cache_clearer" service.
  8915.      */
  8916.     protected function getCacheClearerService()
  8917.     {
  8918.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8919.         return $this->get('.container.private.cache_clearer');
  8920.     }
  8921.     /**
  8922.      * Gets the public 'filesystem' alias.
  8923.      *
  8924.      * @return object The ".container.private.filesystem" service.
  8925.      */
  8926.     protected function getFilesystemService()
  8927.     {
  8928.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8929.         return $this->get('.container.private.filesystem');
  8930.     }
  8931.     /**
  8932.      * Gets the public 'serializer' alias.
  8933.      *
  8934.      * @return object The ".container.private.serializer" service.
  8935.      */
  8936.     protected function getSerializerService()
  8937.     {
  8938.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8939.         return $this->get('.container.private.serializer');
  8940.     }
  8941.     /**
  8942.      * Gets the public 'security.csrf.token_manager' alias.
  8943.      *
  8944.      * @return object The ".container.private.security.csrf.token_manager" service.
  8945.      */
  8946.     protected function getSecurity_Csrf_TokenManagerService()
  8947.     {
  8948.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8949.         return $this->get('.container.private.security.csrf.token_manager');
  8950.     }
  8951.     /**
  8952.      * Gets the public 'form.factory' alias.
  8953.      *
  8954.      * @return object The ".container.private.form.factory" service.
  8955.      */
  8956.     protected function getForm_FactoryService()
  8957.     {
  8958.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8959.         return $this->get('.container.private.form.factory');
  8960.     }
  8961.     /**
  8962.      * Gets the public 'form.type.file' alias.
  8963.      *
  8964.      * @return object The ".container.private.form.type.file" service.
  8965.      */
  8966.     protected function getForm_Type_FileService()
  8967.     {
  8968.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8969.         return $this->get('.container.private.form.type.file');
  8970.     }
  8971.     /**
  8972.      * Gets the public 'profiler' alias.
  8973.      *
  8974.      * @return object The ".container.private.profiler" service.
  8975.      */
  8976.     protected function getProfilerService()
  8977.     {
  8978.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8979.         return $this->get('.container.private.profiler');
  8980.     }
  8981.     /**
  8982.      * Gets the public 'security.authorization_checker' alias.
  8983.      *
  8984.      * @return object The ".container.private.security.authorization_checker" service.
  8985.      */
  8986.     protected function getSecurity_AuthorizationCheckerService()
  8987.     {
  8988.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8989.         return $this->get('.container.private.security.authorization_checker');
  8990.     }
  8991.     /**
  8992.      * Gets the public 'security.token_storage' alias.
  8993.      *
  8994.      * @return object The ".container.private.security.token_storage" service.
  8995.      */
  8996.     protected function getSecurity_TokenStorageService()
  8997.     {
  8998.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8999.         return $this->get('.container.private.security.token_storage');
  9000.     }
  9001.     /**
  9002.      * Gets the public 'twig' alias.
  9003.      *
  9004.      * @return object The ".container.private.twig" service.
  9005.      */
  9006.     protected function getTwigService()
  9007.     {
  9008.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9009.         return $this->get('.container.private.twig');
  9010.     }
  9011.     /**
  9012.      * Gets the public 'security.password_encoder' alias.
  9013.      *
  9014.      * @return object The ".container.private.security.password_encoder" service.
  9015.      */
  9016.     protected function getSecurity_PasswordEncoderService()
  9017.     {
  9018.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9019.         return $this->get('.container.private.security.password_encoder');
  9020.     }
  9021.     /**
  9022.      * Gets the public 'session' alias.
  9023.      *
  9024.      * @return object The ".container.private.session" service.
  9025.      */
  9026.     protected function getSessionService()
  9027.     {
  9028.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9029.         return $this->get('.container.private.session');
  9030.     }
  9031.     /**
  9032.      * Gets the public 'validator' alias.
  9033.      *
  9034.      * @return object The ".container.private.validator" service.
  9035.      */
  9036.     protected function getValidatorService()
  9037.     {
  9038.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9039.         return $this->get('.container.private.validator');
  9040.     }
  9041.     /**
  9042.      * @return array|bool|float|int|string|\UnitEnum|null
  9043.      */
  9044.     public function getParameter(string $name)
  9045.     {
  9046.         if (isset($this->buildParameters[$name])) {
  9047.             return $this->buildParameters[$name];
  9048.         }
  9049.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9050.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9051.         }
  9052.         if (isset($this->loadedDynamicParameters[$name])) {
  9053.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9054.         }
  9055.         return $this->parameters[$name];
  9056.     }
  9057.     public function hasParameter(string $name): bool
  9058.     {
  9059.         if (isset($this->buildParameters[$name])) {
  9060.             return true;
  9061.         }
  9062.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9063.     }
  9064.     public function setParameter(string $name$value): void
  9065.     {
  9066.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9067.     }
  9068.     public function getParameterBag(): ParameterBagInterface
  9069.     {
  9070.         if (null === $this->parameterBag) {
  9071.             $parameters $this->parameters;
  9072.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9073.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9074.             }
  9075.             foreach ($this->buildParameters as $name => $value) {
  9076.                 $parameters[$name] = $value;
  9077.             }
  9078.             $this->parameterBag = new FrozenParameterBag($parameters);
  9079.         }
  9080.         return $this->parameterBag;
  9081.     }
  9082.     private $loadedDynamicParameters = [
  9083.         'kernel.runtime_environment' => false,
  9084.         'kernel.build_dir' => false,
  9085.         'kernel.cache_dir' => false,
  9086.         'api_base_url' => false,
  9087.         'base_url' => false,
  9088.         'resources_base_url' => false,
  9089.         'resources_base_path' => false,
  9090.         'api_base_path' => false,
  9091.         'deepl_api_token' => false,
  9092.         'etim_client_id' => false,
  9093.         'etim_client_secret' => false,
  9094.         'azure_web_pubsub_domain' => false,
  9095.         'azure_web_pubsub_key' => false,
  9096.         'azure_web_client_id' => false,
  9097.         'azure_web_client_secret' => false,
  9098.         'cdn_url' => false,
  9099.         'list_commercials' => false,
  9100.         'hslavich_onelogin_saml' => false,
  9101.         'kernel.secret' => false,
  9102.         'debug.container.dump' => false,
  9103.         'serializer.mapping.cache.file' => false,
  9104.         'validator.mapping.cache.file' => false,
  9105.         'profiler.storage.dsn' => false,
  9106.     ];
  9107.     private $dynamicParameters = [];
  9108.     private function getDynamicParameter(string $name)
  9109.     {
  9110.         switch ($name) {
  9111.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9112.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9113.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9114.             case 'api_base_url'$value $this->getEnv('resolve:INDB_BASE_API_URL'); break;
  9115.             case 'base_url'$value $this->getEnv('resolve:INDB_BASE_URL'); break;
  9116.             case 'resources_base_url'$value $this->getEnv('resolve:INDB_BASE_RESOURCES_URL'); break;
  9117.             case 'resources_base_path'$value $this->getEnv('resolve:INDB_BASE_RESOURCES_PATH'); break;
  9118.             case 'api_base_path'$value $this->getEnv('resolve:INDB_BASE_API_PATH'); break;
  9119.             case 'deepl_api_token'$value $this->getEnv('resolve:DEEPL_API_TOKEN'); break;
  9120.             case 'etim_client_id'$value $this->getEnv('resolve:ETIM_CLIENT'); break;
  9121.             case 'etim_client_secret'$value $this->getEnv('resolve:ETIM_SECRET'); break;
  9122.             case 'azure_web_pubsub_domain'$value $this->getEnv('resolve:AZURE_WEB_PUBSUB_DOMAIN'); break;
  9123.             case 'azure_web_pubsub_key'$value $this->getEnv('resolve:AZURE_WEB_PUBSUB_KEY'); break;
  9124.             case 'azure_web_client_id'$value $this->getEnv('resolve:AZURE_WEB_CLIENT_ID'); break;
  9125.             case 'azure_web_client_secret'$value $this->getEnv('resolve:AZURE_WEB_CLIENT_SECRET'); break;
  9126.             case 'cdn_url'$value $this->getEnv('resolve:CDN_URL'); break;
  9127.             case 'list_commercials'$value $this->getEnv('json:LIST_COMMERCIALS'); break;
  9128.             case 'hslavich_onelogin_saml'$value = [
  9129.                 'idp' => [
  9130.                     'singleSignOnService' => [
  9131.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9132.                     ],
  9133.                     'singleLogoutService' => [
  9134.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9135.                     ],
  9136.                 ],
  9137.                 'sp' => [
  9138.                     'entityId' => $this->getEnv('string:resolve:INDB_BASE_URL').'get-metadata',
  9139.                     'assertionConsumerService' => [
  9140.                         'url' => $this->getEnv('string:resolve:INDB_BASE_URL').'saml-login',
  9141.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  9142.                     ],
  9143.                     'singleLogoutService' => [
  9144.                         'url' => $this->getEnv('string:resolve:INDB_BASE_URL').'logout',
  9145.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9146.                     ],
  9147.                     'privateKey' => '',
  9148.                 ],
  9149.                 'baseurl' => $this->getEnv('string:resolve:INDB_BASE_URL').'saml-login',
  9150.                 'strict' => true,
  9151.                 'debug' => true,
  9152.                 'security' => [
  9153.                     'nameIdEncrypted' => false,
  9154.                     'authnRequestsSigned' => false,
  9155.                     'logoutRequestSigned' => false,
  9156.                     'logoutResponseSigned' => false,
  9157.                     'wantMessagesSigned' => false,
  9158.                     'wantAssertionsSigned' => false,
  9159.                     'wantNameIdEncrypted' => false,
  9160.                     'requestedAuthnContext' => true,
  9161.                     'signMetadata' => false,
  9162.                     'wantXMLValidation' => true,
  9163.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  9164.                     'digestAlgorithm' => 'http://www.w3.org/2001/04/xmlenc#sha256',
  9165.                 ],
  9166.             ]; break;
  9167.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9168.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9169.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9170.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9171.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9172.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9173.         }
  9174.         $this->loadedDynamicParameters[$name] = true;
  9175.         return $this->dynamicParameters[$name] = $value;
  9176.     }
  9177.     protected function getDefaultParameters(): array
  9178.     {
  9179.         return [
  9180.             'kernel.project_dir' => \dirname(__DIR__4),
  9181.             'kernel.environment' => 'dev',
  9182.             'kernel.debug' => true,
  9183.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9184.             'kernel.bundles' => [
  9185.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9186.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9187.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9188.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9189.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9190.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9191.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9192.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9193.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9194.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9195.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  9196.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  9197.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  9198.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  9199.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  9200.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9201.             ],
  9202.             'kernel.bundles_metadata' => [
  9203.                 'FrameworkBundle' => [
  9204.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9205.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9206.                 ],
  9207.                 'SecurityBundle' => [
  9208.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9209.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9210.                 ],
  9211.                 'TwigBundle' => [
  9212.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9213.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9214.                 ],
  9215.                 'TwigExtraBundle' => [
  9216.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9217.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9218.                 ],
  9219.                 'WebProfilerBundle' => [
  9220.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9221.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9222.                 ],
  9223.                 'MonologBundle' => [
  9224.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9225.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9226.                 ],
  9227.                 'DebugBundle' => [
  9228.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9229.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9230.                 ],
  9231.                 'SensioFrameworkExtraBundle' => [
  9232.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9233.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9234.                 ],
  9235.                 'MakerBundle' => [
  9236.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9237.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9238.                 ],
  9239.                 'WebpackEncoreBundle' => [
  9240.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9241.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9242.                 ],
  9243.                 'BazingaJsTranslationBundle' => [
  9244.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  9245.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  9246.                 ],
  9247.                 'HslavichOneloginSamlBundle' => [
  9248.                     'path' => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle'),
  9249.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  9250.                 ],
  9251.                 'KnpTimeBundle' => [
  9252.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/src'),
  9253.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  9254.                 ],
  9255.                 'NelmioApiDocBundle' => [
  9256.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  9257.                     'namespace' => 'Nelmio\\ApiDocBundle',
  9258.                 ],
  9259.                 'SentryBundle' => [
  9260.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  9261.                     'namespace' => 'Sentry\\SentryBundle',
  9262.                 ],
  9263.                 'FOSJsRoutingBundle' => [
  9264.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9265.                     'namespace' => 'FOS\\JsRoutingBundle',
  9266.                 ],
  9267.             ],
  9268.             'kernel.charset' => 'UTF-8',
  9269.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9270.             'container.dumper.inline_class_loader' => true,
  9271.             'container.dumper.inline_factories' => true,
  9272.             'softwareName' => 'Interactiv\' DataBase',
  9273.             'locale' => 'fr',
  9274.             'resources' => [
  9275.                 'emails' => [
  9276.                     'support' => 'noreply@interactiv-technologies.com',
  9277.                 ],
  9278.                 'help' => [
  9279.                     'mail' => 'support-database@interactiv.tech',
  9280.                     'tel' => '+33 (0)4 81 07 25 99',
  9281.                 ],
  9282.             ],
  9283.             'api_client_id' => 'IndbWeb',
  9284.             'version' => 'v2.43.3',
  9285.             'event_dispatcher.event_aliases' => [
  9286.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9287.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9288.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9289.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9290.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9291.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9292.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9293.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9294.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9295.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9296.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9297.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9298.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9299.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9300.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9301.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9302.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9303.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9304.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9305.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9306.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9307.             ],
  9308.             'fragment.renderer.hinclude.global_template' => NULL,
  9309.             'fragment.path' => '/_fragment',
  9310.             'kernel.http_method_override' => true,
  9311.             'kernel.trusted_hosts' => [
  9312.             ],
  9313.             'kernel.default_locale' => 'fr',
  9314.             'kernel.enabled_locales' => [
  9315.             ],
  9316.             'kernel.error_controller' => 'error_controller',
  9317.             'debug.file_link_format' => NULL,
  9318.             'asset.request_context.base_path' => NULL,
  9319.             'asset.request_context.secure' => NULL,
  9320.             'translator.logging' => false,
  9321.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9322.             'debug.error_handler.throw_at' => -1,
  9323.             'router.request_context.host' => 'localhost',
  9324.             'router.request_context.scheme' => 'http',
  9325.             'router.request_context.base_url' => '',
  9326.             'router.resource' => 'kernel::loadRoutes',
  9327.             'request_listener.http_port' => 80,
  9328.             'request_listener.https_port' => 443,
  9329.             'session.metadata.storage_key' => '_sf2_meta',
  9330.             'session.storage.options' => [
  9331.                 'cache_limiter' => '0',
  9332.                 'cookie_secure' => 'auto',
  9333.                 'cookie_httponly' => true,
  9334.                 'cookie_samesite' => 'lax',
  9335.                 'gc_probability' => 1,
  9336.             ],
  9337.             'session.save_path' => NULL,
  9338.             'session.metadata.update_threshold' => 0,
  9339.             'form.type_extension.csrf.enabled' => true,
  9340.             'form.type_extension.csrf.field_name' => '_token',
  9341.             'validator.translation_domain' => 'validators',
  9342.             'profiler_listener.only_exceptions' => false,
  9343.             'profiler_listener.only_main_requests' => false,
  9344.             'security.role_hierarchy.roles' => [
  9345.             ],
  9346.             'security.access.denied_url' => NULL,
  9347.             'security.authentication.manager.erase_credentials' => true,
  9348.             'security.authentication.session_strategy.strategy' => 'migrate',
  9349.             'security.access.always_authenticate_before_granting' => false,
  9350.             'security.authentication.hide_user_not_found' => true,
  9351.             'security.firewalls' => [
  9352.                 => 'dev',
  9353.                 => 'main',
  9354.                 => 'app',
  9355.             ],
  9356.             'security.main._indexed_authenticators' => [
  9357.             ],
  9358.             'security.app._indexed_authenticators' => [
  9359.             ],
  9360.             'twig.form.resources' => [
  9361.                 => 'form_div_layout.html.twig',
  9362.                 => 'layouts/forms-layout.html.twig',
  9363.             ],
  9364.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9365.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9366.             'web_profiler.debug_toolbar.mode' => 2,
  9367.             'monolog.use_microseconds' => true,
  9368.             'monolog.swift_mailer.handlers' => [
  9369.             ],
  9370.             'monolog.handlers_to_channels' => [
  9371.                 'monolog.handler.console' => [
  9372.                     'type' => 'exclusive',
  9373.                     'elements' => [
  9374.                         => 'event',
  9375.                         => 'doctrine',
  9376.                         => 'console',
  9377.                     ],
  9378.                 ],
  9379.                 'monolog.handler.main' => [
  9380.                     'type' => 'exclusive',
  9381.                     'elements' => [
  9382.                         => 'event',
  9383.                     ],
  9384.                 ],
  9385.             ],
  9386.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9387.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  9388.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  9389.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  9390.             'hslavich_onelogin_saml.settings' => [
  9391.                 'organization' => [
  9392.                 ],
  9393.             ],
  9394.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  9395.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  9396.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  9397.             'nelmio_api_doc.areas' => [
  9398.                 => 'default',
  9399.             ],
  9400.             'nelmio_api_doc.use_validation_groups' => false,
  9401.             'sentry.tracing.enabled' => true,
  9402.             'sentry.tracing.dbal.enabled' => false,
  9403.             'sentry.tracing.dbal.connections' => [
  9404.             ],
  9405.             'sentry.tracing.cache.enabled' => true,
  9406.             'sentry.tracing.http_client.enabled' => true,
  9407.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9408.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9409.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9410.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9411.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9412.             'fos_js_routing.request_context_base_url' => NULL,
  9413.             'fos_js_routing.cache_control' => [
  9414.                 'enabled' => false,
  9415.             ],
  9416.             'data_collector.templates' => [
  9417.                 'data_collector.request' => [
  9418.                     => 'request',
  9419.                     => '@WebProfiler/Collector/request.html.twig',
  9420.                 ],
  9421.                 'data_collector.time' => [
  9422.                     => 'time',
  9423.                     => '@WebProfiler/Collector/time.html.twig',
  9424.                 ],
  9425.                 'data_collector.memory' => [
  9426.                     => 'memory',
  9427.                     => '@WebProfiler/Collector/memory.html.twig',
  9428.                 ],
  9429.                 'data_collector.validator' => [
  9430.                     => 'validator',
  9431.                     => '@WebProfiler/Collector/validator.html.twig',
  9432.                 ],
  9433.                 'data_collector.ajax' => [
  9434.                     => 'ajax',
  9435.                     => '@WebProfiler/Collector/ajax.html.twig',
  9436.                 ],
  9437.                 'data_collector.form' => [
  9438.                     => 'form',
  9439.                     => '@WebProfiler/Collector/form.html.twig',
  9440.                 ],
  9441.                 'data_collector.exception' => [
  9442.                     => 'exception',
  9443.                     => '@WebProfiler/Collector/exception.html.twig',
  9444.                 ],
  9445.                 'data_collector.logger' => [
  9446.                     => 'logger',
  9447.                     => '@WebProfiler/Collector/logger.html.twig',
  9448.                 ],
  9449.                 'data_collector.events' => [
  9450.                     => 'events',
  9451.                     => '@WebProfiler/Collector/events.html.twig',
  9452.                 ],
  9453.                 'data_collector.router' => [
  9454.                     => 'router',
  9455.                     => '@WebProfiler/Collector/router.html.twig',
  9456.                 ],
  9457.                 'data_collector.cache' => [
  9458.                     => 'cache',
  9459.                     => '@WebProfiler/Collector/cache.html.twig',
  9460.                 ],
  9461.                 'data_collector.translation' => [
  9462.                     => 'translation',
  9463.                     => '@WebProfiler/Collector/translation.html.twig',
  9464.                 ],
  9465.                 'data_collector.security' => [
  9466.                     => 'security',
  9467.                     => '@Security/Collector/security.html.twig',
  9468.                 ],
  9469.                 'data_collector.twig' => [
  9470.                     => 'twig',
  9471.                     => '@WebProfiler/Collector/twig.html.twig',
  9472.                 ],
  9473.                 'data_collector.http_client' => [
  9474.                     => 'http_client',
  9475.                     => '@WebProfiler/Collector/http_client.html.twig',
  9476.                 ],
  9477.                 'data_collector.dump' => [
  9478.                     => 'dump',
  9479.                     => '@Debug/Profiler/dump.html.twig',
  9480.                 ],
  9481.                 'mailer.data_collector' => [
  9482.                     => 'mailer',
  9483.                     => '@WebProfiler/Collector/mailer.html.twig',
  9484.                 ],
  9485.                 'notifier.data_collector' => [
  9486.                     => 'notifier',
  9487.                     => '@WebProfiler/Collector/notifier.html.twig',
  9488.                 ],
  9489.                 'data_collector.config' => [
  9490.                     => 'config',
  9491.                     => '@WebProfiler/Collector/config.html.twig',
  9492.                 ],
  9493.             ],
  9494.             'console.command.ids' => [
  9495.             ],
  9496.         ];
  9497.     }
  9498.     protected function throw($message)
  9499.     {
  9500.         throw new RuntimeException($message);
  9501.     }
  9502. }