var/cache/dev/Container36DEZ3k/App_KernelDevDebugContainer.php line 2469

Open in your IDE?
  1. <?php
  2. namespace Container36DEZ3k;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             'app.payum.paybynet.factory' => 'getApp_Payum_Paybynet_FactoryService',
  35.             'cache.app' => 'getCache_AppService',
  36.             'cache.system' => 'getCache_SystemService',
  37.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  45.             'payum' => 'getPayumService',
  46.             'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
  47.             'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
  48.             'payum.builder' => 'getPayum_BuilderService',
  49.             'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
  50.             'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
  51.             'payum.static_registry' => 'getPayum_StaticRegistryService',
  52.             'request_stack' => 'getRequestStackService',
  53.             'router' => 'getRouterService',
  54.             'translator' => 'getTranslatorService',
  55.             'profiler' => 'getProfilerService',
  56.         ];
  57.         $this->fileMap = [
  58.             'Abap\\AdminBundle\\Controller\\StartPoint\\DashboardAction' => 'getDashboardActionService',
  59.             'Abap\\AdminBundle\\Controller\\StartPoint\\LoginAction' => 'getLoginActionService',
  60.             'Abap\\KendoUiAdminThemeBundle\\Controller\\DictionaryController' => 'getDictionaryControllerService',
  61.             'Abap\\LoginGovBundle\\Controller\\Api\\LoginGovAcsAction' => 'getLoginGovAcsActionService',
  62.             'Abap\\LoginGovBundle\\Controller\\Api\\LoginGovFormDataAction' => 'getLoginGovFormDataActionService',
  63.             'Abap\\NotifierBundle\\Handler\\NotificationHandlerInterface' => 'getNotificationHandlerInterfaceService',
  64.             'Abap\\PaymentBundle\\Console\\PaymentSyncCommand' => 'getPaymentSyncCommandService',
  65.             'Abap\\PaymentBundle\\Controller\\DoneController' => 'getDoneControllerService',
  66.             'Abap\\PaymentBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
  67.             'Abap\\PaymentBundle\\Controller\\PurchaseController' => 'getPurchaseControllerService',
  68.             'App\\Controller\\AdminPage\\CustomPageController' => 'getCustomPageControllerService',
  69.             'App\\Controller\\AdminPage\\LoginAction' => 'getLoginAction2Service',
  70.             'App\\Controller\\AdminPage\\NotificationController' => 'getNotificationControllerService',
  71.             'App\\Controller\\Admin\\AbapNotificationTemplateController' => 'getAbapNotificationTemplateControllerService',
  72.             'App\\Controller\\Admin\\ApplicantController' => 'getApplicantControllerService',
  73.             'App\\Controller\\Admin\\ApplicationController' => 'getApplicationControllerService',
  74.             'App\\Controller\\Admin\\ApplicationResolveController' => 'getApplicationResolveControllerService',
  75.             'App\\Controller\\Admin\\Attachment\\AttachmentController' => 'getAttachmentControllerService',
  76.             'App\\Controller\\Admin\\CaseController' => 'getCaseControllerService',
  77.             'App\\Controller\\Admin\\CaseShipmentsController' => 'getCaseShipmentsControllerService',
  78.             'App\\Controller\\Admin\\DictionaryController' => 'getDictionaryController2Service',
  79.             'App\\Controller\\Admin\\DocumentTemplate\\DocumentTemplateController' => 'getDocumentTemplateControllerService',
  80.             'App\\Controller\\Admin\\NotificationController' => 'getNotificationController2Service',
  81.             'App\\Controller\\Admin\\NotificationTemplate\\NotificationTemplateController' => 'getNotificationTemplateControllerService',
  82.             'App\\Controller\\Admin\\ServiceController' => 'getServiceControllerService',
  83.             'App\\Controller\\Admin\\SubpagesController' => 'getSubpagesControllerService',
  84.             'App\\Controller\\Admin\\SurveyAttachmentController' => 'getSurveyAttachmentControllerService',
  85.             'App\\Controller\\Admin\\SurveyController' => 'getSurveyControllerService',
  86.             'App\\Controller\\Admin\\SurveyQuestionChoiceController' => 'getSurveyQuestionChoiceControllerService',
  87.             'App\\Controller\\Admin\\SurveyQuestionController' => 'getSurveyQuestionControllerService',
  88.             'App\\Controller\\Admin\\User\\PaymentController' => 'getPaymentControllerService',
  89.             'App\\Controller\\Admin\\User\\PaymentStatusDictionaryController' => 'getPaymentStatusDictionaryControllerService',
  90.             'App\\Controller\\Admin\\User\\PortalUserController' => 'getPortalUserControllerService',
  91.             'App\\Controller\\Admin\\User\\UserController' => 'getUserControllerService',
  92.             'App\\Controller\\Admin\\User\\UserNotificationController' => 'getUserNotificationControllerService',
  93.             'App\\Controller\\Admin\\User\\UserStatusDictionaryController' => 'getUserStatusDictionaryControllerService',
  94.             'App\\Controller\\Api\\Payment\\DoneAction' => 'getDoneActionService',
  95.             'App\\Controller\\Api\\Payment\\PurchaseAction' => 'getPurchaseActionService',
  96.             'App\\Controller\\Api\\Payment\\SyncStatusAction' => 'getSyncStatusActionService',
  97.             'App\\Controller\\Api\\Payment\\TestPaymentReturnController' => 'getTestPaymentReturnControllerService',
  98.             'App\\Controller\\ApplicationAttachmentPositionController' => 'getApplicationAttachmentPositionControllerService',
  99.             'App\\Controller\\ApplicationPorGenerateController' => 'getApplicationPorGenerateControllerService',
  100.             'App\\Controller\\ApplicationPorSubmitController' => 'getApplicationPorSubmitControllerService',
  101.             'App\\Controller\\ApplicationSignAttachmentsController' => 'getApplicationSignAttachmentsControllerService',
  102.             'App\\Controller\\ApproveApplicationController' => 'getApproveApplicationControllerService',
  103.             'App\\Controller\\ChangePasswordAction' => 'getChangePasswordActionService',
  104.             'App\\Controller\\CreateAttachmentAction' => 'getCreateAttachmentActionService',
  105.             'App\\Controller\\DownloadAttachmentAction' => 'getDownloadAttachmentActionService',
  106.             'App\\Controller\\DownloadShipmentAttachmentAction' => 'getDownloadShipmentAttachmentActionService',
  107.             'App\\Controller\\FakeSignApplicationController' => 'getFakeSignApplicationControllerService',
  108.             'App\\Controller\\GenerateNewTokenAction' => 'getGenerateNewTokenActionService',
  109.             'App\\Controller\\GetApplicationCostForecastController' => 'getGetApplicationCostForecastControllerService',
  110.             'App\\Controller\\GetCurrentUserAction' => 'getGetCurrentUserActionService',
  111.             'App\\Controller\\GetPaymentConfirmationAction' => 'getGetPaymentConfirmationActionService',
  112.             'App\\Controller\\GetSurveyResults' => 'getGetSurveyResultsService',
  113.             'App\\Controller\\GetUnreadIncomingShipmentsCountAction' => 'getGetUnreadIncomingShipmentsCountActionService',
  114.             'App\\Controller\\GetUpdAction' => 'getGetUpdActionService',
  115.             'App\\Controller\\GetUpoEzdRpAction' => 'getGetUpoEzdRpActionService',
  116.             'App\\Controller\\LoginGovCallbackController' => 'getLoginGovCallbackControllerService',
  117.             'App\\Controller\\OnlyOfficeFileAction' => 'getOnlyOfficeFileActionService',
  118.             'App\\Controller\\OnlyOfficeFileTrackAction' => 'getOnlyOfficeFileTrackActionService',
  119.             'App\\Controller\\SendApplicationController' => 'getSendApplicationControllerService',
  120.             'App\\Controller\\SmartgemPlotsController' => 'getSmartgemPlotsControllerService',
  121.             'App\\Controller\\SmartgemRatesController' => 'getSmartgemRatesControllerService',
  122.             'App\\Controller\\SmartgemRoadConditionReportController' => 'getSmartgemRoadConditionReportControllerService',
  123.             'App\\Controller\\SmartgemRoadsController' => 'getSmartgemRoadsControllerService',
  124.             'App\\Controller\\SmartgemTokenController' => 'getSmartgemTokenControllerService',
  125.             'App\\Controller\\UpdateCurrentUserAction' => 'getUpdateCurrentUserActionService',
  126.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\AttachmentImageModifier' => 'getAttachmentImageModifierService',
  127.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\CastToStringModifier' => 'getCastToStringModifierService',
  128.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\CollectionExtractModifier' => 'getCollectionExtractModifierService',
  129.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\CountModifier' => 'getCountModifierService',
  130.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\DateFormatModifier' => 'getDateFormatModifierService',
  131.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\IntlDateFormatModifier' => 'getIntlDateFormatModifierService',
  132.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\ManualCounterModifier' => 'getManualCounterModifierService',
  133.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\MoneyToWordsModifier' => 'getMoneyToWordsModifierService',
  134.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\NumberFormatModifier' => 'getNumberFormatModifierService',
  135.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\NumberToWordsModifier' => 'getNumberToWordsModifierService',
  136.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\PerMilleToWordsModifier' => 'getPerMilleToWordsModifierService',
  137.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\PhpFunctionModifier' => 'getPhpFunctionModifierService',
  138.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\RunModifier' => 'getRunModifierService',
  139.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\TextLengthTrimModifier' => 'getTextLengthTrimModifierService',
  140.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  141.             'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
  142.             'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
  143.             'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
  144.             'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyController2Service',
  145.             'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  146.             'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
  147.             'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
  148.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  149.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  150.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  151.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  152.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  153.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  154.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  155.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  156.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  157.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.attachment' => 'getSmartUniqueNamer_AttachmentService',
  158.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.template_attachment' => 'getSmartUniqueNamer_TemplateAttachmentService',
  159.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  160.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  161.             'abap_notifier.repository.notification_template' => 'getAbapNotifier_Repository_NotificationTemplateService',
  162.             'abap_payment.payum_action.authorize_payment' => 'getAbapPayment_PayumAction_AuthorizePaymentService',
  163.             'abap_payment.payum_action.capture_payment' => 'getAbapPayment_PayumAction_CapturePaymentService',
  164.             'abap_payment.payum_action.execute_same_request_with_payment_details' => 'getAbapPayment_PayumAction_ExecuteSameRequestWithPaymentDetailsService',
  165.             'abap_payment.payum_extension.redirect_to_json_response' => 'getAbapPayment_PayumExtension_RedirectToJsonResponseService',
  166.             'abap_payment.payum_extension.update_payment_status_extension' => 'getAbapPayment_PayumExtension_UpdatePaymentStatusExtensionService',
  167.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  168.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  169.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  170.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  171.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  172.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  173.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  174.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  175.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  176.             'app.payum.extension.event_dispatcher' => 'getApp_Payum_Extension_EventDispatcherService',
  177.             'cache.app_clearer' => 'getCache_AppClearerService',
  178.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  179.             'cache.system_clearer' => 'getCache_SystemClearerService',
  180.             'cache_warmer' => 'getCacheWarmerService',
  181.             'console.command_loader' => 'getConsole_CommandLoaderService',
  182.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  183.             'error_controller' => 'getErrorControllerService',
  184.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  185.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  186.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  187.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  188.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  189.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  190.             'monolog.logger.ezd' => 'getMonolog_Logger_EzdService',
  191.             'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
  192.             'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
  193.             'payum.extension.logger' => 'getPayum_Extension_LoggerService',
  194.             'payum.extension.storage.app_entity_payment' => 'getPayum_Extension_Storage_AppEntityPaymentService',
  195.             'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
  196.             'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
  197.             'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
  198.             'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
  199.             'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
  200.             'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
  201.             'payum.storage.abap_paymentbundle_model_paymentsecuritytoken' => 'getPayum_Storage_AbapPaymentbundleModelPaymentsecuritytokenService',
  202.             'payum.storage.app_entity_payment' => 'getPayum_Storage_AppEntityPaymentService',
  203.             'routing.loader' => 'getRouting_LoaderService',
  204.             'services_resetter' => 'getServicesResetterService',
  205.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  206.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  207.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  208.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  209.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  210.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  211.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  212.         ];
  213.         $this->aliases = [
  214.             'Abap\\NotifierBundle\\Repository\\NotificationTemplateRepository' => 'abap_notifier.repository.notification_template',
  215.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  216.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  217.             'App\\Kernel' => 'kernel',
  218.             'Payum\\Core\\Payum' => 'payum',
  219.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  220.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  221.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  222.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  223.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  224.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  225.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  226.             'database_connection' => 'doctrine.dbal.default_connection',
  227.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  228.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  229.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  230.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  231.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  232.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  233.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  234.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  235.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  236.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  237.         ];
  238.         $this->privates['service_container'] = function () {
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  245.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  247.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ContentSecurityPolicySubscriber.php';
  248.             include_once \dirname(__DIR__4).'/src/EventSubscriber/NotificationReadSubscriber.php';
  249.             include_once \dirname(__DIR__4).'/src/Service/DictionaryService.php';
  250.             include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  251.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/GatewayFactoryBuilder.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  293.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  357.             include_once \dirname(__DIR__4).'/src/Serializer/AttachmentNormalizer.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  480.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Twig/Locator/TemplateLocatorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Twig/Locator/ThemeTemplateLocator.php';
  482.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/OrderedPathResolverRegistryInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/OrderedPathResolverRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/PathResolverInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/ApplicationThemePathResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/ThemePathResolver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  514.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  516.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  519.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/Twig/JsExtension.php';
  520.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/Twig/UrlExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/Twig/FormExtension.php';
  522.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Twig/AbapMenuTwigExtension.php';
  523.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Resolver/MenuItemsResolverInterface.php';
  524.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Resolver/MenuItemsResolver.php';
  525.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Provider/BundleConfigurationProviderInterface.php';
  526.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Provider/BundleConfigurationProvider.php';
  527.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/ShowItemPreventionChecker/ShowItemPreventionCheckerInterface.php';
  528.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/ShowItemPreventionChecker/ShowItemPreventionCheckersChain.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  602.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  604.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  605.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  608.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  610.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  714.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  715.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  718.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  719.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  720.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  722.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  723.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  724.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  725.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  726.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  727.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  728.             include_once \dirname(__DIR__4).'/src/ApiPlatform/Metadata/Resource/Factory/CustomDefaultOperationNameResourceMetadataCollectionFactory.php';
  729.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  730.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  731.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  733.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  734.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  735.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  736.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  737.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  738.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  739.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  740.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  741.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  742.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  744.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  748.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  752.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  753.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  754.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  757.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  759.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  760.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  762.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  763.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  766.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  767.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  768.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  769.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  770.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  773.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  774.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  775.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  778.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  781.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  782.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  783.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  787.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  788.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  789.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  790.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  791.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  795.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  796.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Context/ThemeContextInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Context/ThemeContext.php';
  798.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/ThemeRegistry.php';
  799.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/ThemeInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/KendoUiAdminTheme.php';
  801.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/ConfigurationLoaderRegistry.php';
  802.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/ConfigurationLoaderInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/BaseApplicationLoader.php';
  804.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/PathResolver/PathResolverInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/PathResolver/ApplicationPathResolver.php';
  806.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/Context/ApplicationContextRegistry.php';
  807.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/EventSubscriber/ApplicationContextSubscriber.php';
  808.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/PayumBuilder.php';
  809.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/HttpRequestVerifierBuilder.php';
  810.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/TokenFactoryBuilder.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  813.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/CoreGatewayFactoryBuilder.php';
  814.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/GatewayRegistryInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/GatewayFactoryRegistryInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/StorageRegistryInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/RegistryInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Payum.php';
  819.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/AbstractRegistry.php';
  820.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ContainerAwareRegistry.php';
  821.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  823.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  824.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/ObtainCreditCardActionBuilder.php';
  825.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Action/GetHttpRequestAction.php';
  827.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Extension/ExtensionInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
  829.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Handler/NotifyRequest/NotifyRequestHandlerInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Handler/NotifyRequest/CompositeNotifyRequestHandler.php';
  831.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Handler/NotifyRequest/PayByNetNotifyRequestHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/EventListener/TokenLessNotificationRequestListener.php';
  833.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  835.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  836.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  839.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  840.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  841.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  842.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  857.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  875.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  876.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  877.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  879.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  881.         };
  882.     }
  883.     public function compile(): void
  884.     {
  885.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  886.     }
  887.     public function isCompiled(): bool
  888.     {
  889.         return true;
  890.     }
  891.     public function getRemovedIds(): array
  892.     {
  893.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  894.     }
  895.     protected function load($file$lazyLoad true)
  896.     {
  897.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  898.             return $class::do($this$lazyLoad);
  899.         }
  900.         if ('.' === $file[-4]) {
  901.             $class substr($class0, -4);
  902.         } else {
  903.             $file .= '.php';
  904.         }
  905.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  906.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  907.     }
  908.     protected function createProxy($class\Closure $factory)
  909.     {
  910.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  911.         return $factory();
  912.     }
  913.     /**
  914.      * Gets the public '.container.private.profiler' shared service.
  915.      *
  916.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  917.      */
  918.     protected function get_Container_Private_ProfilerService()
  919.     {
  920.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  921.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  922.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  923.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  924.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  925.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  926.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  927.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  928.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  929.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  930.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  931.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  932.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  933.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  934.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  935.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  936.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  937.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  938.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  939.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  940.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  941.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  942.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  943.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  944.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  945.         $d->addInstance('api_platform.cache.metadata.resource_collection', ($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()));
  946.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  947.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  948.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  949.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  950.         if ($this->has('kernel')) {
  951.             $f->setKernel($b);
  952.         }
  953.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  954.         $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
  955.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  956.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  957.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  958.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  959.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  960.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  961.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  962.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  963.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  964.         $instance->add($d);
  965.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  966.         $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())));
  967.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  968.         $instance->add($e);
  969.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  970.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  971.         $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()))));
  972.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  973.         $instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
  974.         $instance->add($f);
  975.         return $instance;
  976.     }
  977.     /**
  978.      * Gets the public 'app.payum.paybynet.factory' shared autowired service.
  979.      *
  980.      * @return \Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder
  981.      */
  982.     protected function getApp_Payum_Paybynet_FactoryService()
  983.     {
  984.         return $this->services['app.payum.paybynet.factory'] = new \Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder('Aspello\\Payum\\PayByNet\\PayByNetGatewayFactory');
  985.     }
  986.     /**
  987.      * Gets the public 'cache.app' shared service.
  988.      *
  989.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  990.      */
  991.     protected function getCache_AppService()
  992.     {
  993.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vlQbpO6K11'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  994.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  995.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  996.     }
  997.     /**
  998.      * Gets the public 'cache.system' shared service.
  999.      *
  1000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1001.      */
  1002.     protected function getCache_SystemService()
  1003.     {
  1004.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('N2g54esDiX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1005.     }
  1006.     /**
  1007.      * Gets the public 'cache.validator_expression_language' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1010.      */
  1011.     protected function getCache_ValidatorExpressionLanguageService()
  1012.     {
  1013.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v4QuA1bqwM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1014.     }
  1015.     /**
  1016.      * Gets the public 'doctrine' shared service.
  1017.      *
  1018.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1019.      */
  1020.     protected function getDoctrineService()
  1021.     {
  1022.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1023.     }
  1024.     /**
  1025.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1026.      *
  1027.      * @return \Doctrine\DBAL\Connection
  1028.      */
  1029.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1030.     {
  1031.         $a = new \Doctrine\DBAL\Configuration();
  1032.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1033.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1034.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1035.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1036.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1037.         $c->setConnectionName('default');
  1038.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1039.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1040.             'App\\EventSubscriber\\UserSubscriber' => ['privates''App\\EventSubscriber\\UserSubscriber''getUserSubscriberService'true],
  1041.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1042.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1043.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1044.             'gedmo.listener.blameable' => ['privates''gedmo.listener.blameable''getGedmo_Listener_BlameableService'true],
  1045.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'true],
  1046.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'true],
  1047.             'vich_uploader.listener.clean.attachment' => ['privates''vich_uploader.listener.clean.attachment''getVichUploader_Listener_Clean_AttachmentService'true],
  1048.             'vich_uploader.listener.clean.template_attachment' => ['privates''vich_uploader.listener.clean.template_attachment''getVichUploader_Listener_Clean_TemplateAttachmentService'true],
  1049.             'vich_uploader.listener.remove.attachment' => ['privates''vich_uploader.listener.remove.attachment''getVichUploader_Listener_Remove_AttachmentService'true],
  1050.             'vich_uploader.listener.remove.template_attachment' => ['privates''vich_uploader.listener.remove.template_attachment''getVichUploader_Listener_Remove_TemplateAttachmentService'true],
  1051.             'vich_uploader.listener.upload.attachment' => ['privates''vich_uploader.listener.upload.attachment''getVichUploader_Listener_Upload_AttachmentService'true],
  1052.             'vich_uploader.listener.upload.template_attachment' => ['privates''vich_uploader.listener.upload.template_attachment''getVichUploader_Listener_Upload_TemplateAttachmentService'true],
  1053.         ], [
  1054.             'App\\EventSubscriber\\UserSubscriber' => '?',
  1055.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1056.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1057.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1058.             'gedmo.listener.blameable' => '?',
  1059.             'gedmo.listener.softdeleteable' => '?',
  1060.             'gedmo.listener.timestampable' => '?',
  1061.             'vich_uploader.listener.clean.attachment' => '?',
  1062.             'vich_uploader.listener.clean.template_attachment' => '?',
  1063.             'vich_uploader.listener.remove.attachment' => '?',
  1064.             'vich_uploader.listener.remove.template_attachment' => '?',
  1065.             'vich_uploader.listener.upload.attachment' => '?',
  1066.             'vich_uploader.listener.upload.template_attachment' => '?',
  1067.         ]), [=> 'vich_uploader.listener.clean.attachment'=> 'vich_uploader.listener.clean.template_attachment'=> 'App\\EventSubscriber\\UserSubscriber'=> 'gedmo.listener.timestampable'=> 'gedmo.listener.blameable'=> 'gedmo.listener.softdeleteable'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.attachment'=> 'vich_uploader.listener.upload.attachment'10 => 'vich_uploader.listener.remove.template_attachment'11 => 'vich_uploader.listener.upload.template_attachment'12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1068.     }
  1069.     /**
  1070.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1071.      *
  1072.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1073.      */
  1074.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1075.     {
  1076.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1077.             'App\\EventListener\\ApplicationListener' => ['privates''App\\EventListener\\ApplicationListener''getApplicationListenerService'true],
  1078.             'App\\EventListener\\DecisionPaymentCompletedUpdater' => ['privates''App\\EventListener\\DecisionPaymentCompletedUpdater''getDecisionPaymentCompletedUpdaterService'true],
  1079.             'App\\EventListener\\ShipmentListener' => ['privates''App\\EventListener\\ShipmentListener''getShipmentListenerService'true],
  1080.         ], [
  1081.             'App\\EventListener\\ApplicationListener' => '?',
  1082.             'App\\EventListener\\DecisionPaymentCompletedUpdater' => '?',
  1083.             'App\\EventListener\\ShipmentListener' => '?',
  1084.         ]));
  1085.         $instance->registerService('App\\EventListener\\ApplicationListener''App\\EventListener\\ApplicationListener');
  1086.         $instance->registerService('App\\EventListener\\DecisionPaymentCompletedUpdater''App\\EventListener\\DecisionPaymentCompletedUpdater');
  1087.         $instance->registerService('App\\EventListener\\ShipmentListener''App\\EventListener\\ShipmentListener');
  1088.         return $instance;
  1089.     }
  1090.     /**
  1091.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1092.      *
  1093.      * @return \Doctrine\ORM\EntityManager
  1094.      */
  1095.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1096.     {
  1097.         if ($lazyLoad) {
  1098.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1099.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1100.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1101.                     $proxy->setProxyInitializer(null);
  1102.                     return true;
  1103.                 });
  1104.             });
  1105.         }
  1106.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Doctrine/PayumMappingDriverChain.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1123.         $a = new \Doctrine\ORM\Configuration();
  1124.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1125.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1126.         $b->addDriver($c'Abap\\NotifierBundle\\Model');
  1127.         $b->addDriver($c'Abap\\PaymentBundle\\Model');
  1128.         $b->addDriver($c'Payum\\Core\\Model');
  1129.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1130.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  1131.         $a->setEntityNamespaces(['AbapNotifierBundle' => 'Abap\\NotifierBundle\\Model''AbapPaymentBundle' => 'Abap\\PaymentBundle\\Model''payum' => 'Payum\\Core\\Model''App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1132.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1133.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1134.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1135.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Abap\PaymentBundle\Doctrine\PayumMappingDriverChain($b$this->parameters['abap_payment.payum_doctrine_orm_storage_classes']), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1136.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1137.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1138.         ], [
  1139.             'doctrine.ulid_generator' => '?',
  1140.             'doctrine.uuid_generator' => '?',
  1141.         ])));
  1142.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1143.         $a->setProxyNamespace('Proxies');
  1144.         $a->setAutoGenerateProxyClasses(true);
  1145.         $a->setSchemaIgnoreClasses([]);
  1146.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1147.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1148.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1149.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1150.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1151.         $a->setLazyGhostObjectEnabled(false);
  1152.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1153.             'App\\Repository\\ApplicationDecisionRepository' => ['privates''App\\Repository\\ApplicationDecisionRepository''getApplicationDecisionRepositoryService'true],
  1154.             'App\\Repository\\ApplicationRepository' => ['privates''App\\Repository\\ApplicationRepository''getApplicationRepositoryService'true],
  1155.             'App\\Repository\\BusStopDictionaryRepository' => ['privates''App\\Repository\\BusStopDictionaryRepository''getBusStopDictionaryRepositoryService'true],
  1156.             'App\\Repository\\DrainageSurfaceCharacteristicRepository' => ['privates''App\\Repository\\DrainageSurfaceCharacteristicRepository''getDrainageSurfaceCharacteristicRepositoryService'true],
  1157.             'App\\Repository\\LoginAttemptRepository' => ['privates''App\\Repository\\LoginAttemptRepository''getLoginAttemptRepositoryService'true],
  1158.             'App\\Repository\\ServiceAttachmentPositionRepository' => ['privates''App\\Repository\\ServiceAttachmentPositionRepository''getServiceAttachmentPositionRepositoryService'true],
  1159.             'App\\Repository\\ServiceGroupRepository' => ['privates''App\\Repository\\ServiceGroupRepository''getServiceGroupRepositoryService'true],
  1160.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'true],
  1161.             'App\\Repository\\SubpagesRepository' => ['privates''App\\Repository\\SubpagesRepository''getSubpagesRepositoryService'true],
  1162.             'App\\Repository\\SurveyQuestionAnswerRepository' => ['privates''App\\Repository\\SurveyQuestionAnswerRepository''getSurveyQuestionAnswerRepositoryService'true],
  1163.             'App\\Repository\\SurveyQuestionChoiceRepository' => ['privates''App\\Repository\\SurveyQuestionChoiceRepository''getSurveyQuestionChoiceRepositoryService'true],
  1164.             'App\\Repository\\SurveyQuestionRepository' => ['privates''App\\Repository\\SurveyQuestionRepository''getSurveyQuestionRepositoryService'true],
  1165.             'App\\Repository\\SurveyRepository' => ['privates''App\\Repository\\SurveyRepository''getSurveyRepositoryService'true],
  1166.             'App\\Repository\\TreeToRemoveRepository' => ['privates''App\\Repository\\TreeToRemoveRepository''getTreeToRemoveRepositoryService'true],
  1167.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1168.         ], [
  1169.             'App\\Repository\\ApplicationDecisionRepository' => '?',
  1170.             'App\\Repository\\ApplicationRepository' => '?',
  1171.             'App\\Repository\\BusStopDictionaryRepository' => '?',
  1172.             'App\\Repository\\DrainageSurfaceCharacteristicRepository' => '?',
  1173.             'App\\Repository\\LoginAttemptRepository' => '?',
  1174.             'App\\Repository\\ServiceAttachmentPositionRepository' => '?',
  1175.             'App\\Repository\\ServiceGroupRepository' => '?',
  1176.             'App\\Repository\\ServiceRepository' => '?',
  1177.             'App\\Repository\\SubpagesRepository' => '?',
  1178.             'App\\Repository\\SurveyQuestionAnswerRepository' => '?',
  1179.             'App\\Repository\\SurveyQuestionChoiceRepository' => '?',
  1180.             'App\\Repository\\SurveyQuestionRepository' => '?',
  1181.             'App\\Repository\\SurveyRepository' => '?',
  1182.             'App\\Repository\\TreeToRemoveRepository' => '?',
  1183.             'App\\Repository\\UserRepository' => '?',
  1184.         ])));
  1185.         $a->addCustomStringFunction('JSON_TEXT''App\\Functions\\JSONText');
  1186.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1187.         $a->addCustomStringFunction('DATE_PART''DoctrineExtensions\\Query\\Postgresql\\DatePart');
  1188.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Postgresql\\Date');
  1189.         $a->addCustomStringFunction('GREATEST''DoctrineExtensions\\Query\\Postgresql\\Greatest');
  1190.         $a->addCustomStringFunction('FIRST''App\\Functions\\First');
  1191.         $a->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Postgresql\\StrToDate');
  1192.         $a->addCustomStringFunction('count_filter''DoctrineExtensions\\Query\\Postgresql\\CountFilterFunction');
  1193.         $a->addCustomStringFunction('string_agg''DoctrineExtensions\\Query\\Postgresql\\StringAgg');
  1194.         $a->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Postgresql\\Greatest');
  1195.         $a->addCustomStringFunction('least''DoctrineExtensions\\Query\\Postgresql\\Least');
  1196.         $a->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1197.         $a->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Postgresql\\Second');
  1198.         $a->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Postgresql\\Minute');
  1199.         $a->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Postgresql\\Hour');
  1200.         $a->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Postgresql\\Day');
  1201.         $a->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Postgresql\\Month');
  1202.         $a->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Postgresql\\Year');
  1203.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Postgresql\\DateFormat');
  1204.         $a->addCustomDatetimeFunction('at_time_zone''DoctrineExtensions\\Query\\Postgresql\\AtTimeZoneFunction');
  1205.         $a->addCustomDatetimeFunction('date_part''DoctrineExtensions\\Query\\Postgresql\\DatePart');
  1206.         $a->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Postgresql\\ExtractFunction');
  1207.         $a->addCustomDatetimeFunction('date_trunc''DoctrineExtensions\\Query\\Postgresql\\DateTrunc');
  1208.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Postgresql\\Date');
  1209.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1210.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1211.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1212.         return $instance;
  1213.     }
  1214.     /**
  1215.      * Gets the public 'event_dispatcher' shared service.
  1216.      *
  1217.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1218.      */
  1219.     protected function getEventDispatcherService()
  1220.     {
  1221.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1222.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1223.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1225.         $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())));
  1226.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1227.             return ($this->privates['api.event.jwt_created_listener'] ?? ($this->privates['api.event.jwt_created_listener'] = new \App\EventListener\JWTCreatedListener()));
  1228.         }, => 'onJWTCreated'], 0);
  1229.         $instance->addListener('kernel.controller', [=> function () {
  1230.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1231.         }, => 'onKernelController'], 0);
  1232.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1233.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1234.         }, => 'checkPassport'], 1024);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1237.         }, => 'onKernelResponse'], 0);
  1238.         $instance->addListener('kernel.request', [=> function () {
  1239.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1240.         }, => 'onKernelRequest'], 250);
  1241.         $instance->addListener('kernel.response', [=> function () {
  1242.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1243.         }, => 'onKernelResponse'], 0);
  1244.         $instance->addListener('kernel.response', [=> function () {
  1245.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1246.         }, => 'onResponse'], 0);
  1247.         $instance->addListener('kernel.view', [=> function () {
  1248.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1249.         }, => 'onKernelView'], 32);
  1250.         $instance->addListener('kernel.request', [=> function () {
  1251.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1252.         }, => 'onKernelRequest'], 4);
  1253.         $instance->addListener('kernel.request', [=> function () {
  1254.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1255.         }, => 'onKernelRequest'], 0);
  1256.         $instance->addListener('kernel.response', [=> function () {
  1257.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1258.         }, => 'onKernelResponse'], 0);
  1259.         $instance->addListener('kernel.response', [=> function () {
  1260.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1261.         }, => 'onKernelResponse'], -1);
  1262.         $instance->addListener('kernel.view', [=> function () {
  1263.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1264.         }, => 'onKernelView'], 64);
  1265.         $instance->addListener('kernel.request', [=> function () {
  1266.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1267.         }, => 'onKernelRequest'], 16);
  1268.         $instance->addListener('kernel.request', [=> function () {
  1269.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1270.         }, => 'onSecurity'], 3);
  1271.         $instance->addListener('kernel.request', [=> function () {
  1272.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1273.         }, => 'onSecurityPostDenormalize'], 1);
  1274.         $instance->addListener('kernel.view', [=> function () {
  1275.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1276.         }, => 'onSecurityPostValidation'], 63);
  1277.         $instance->addListener('kernel.request', [=> function () {
  1278.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1279.         }, => 'onKernelRequest'], 28);
  1280.         $instance->addListener('kernel.request', [=> function () {
  1281.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1282.         }, => 'onKernelRequest'], 4);
  1283.         $instance->addListener('kernel.view', [=> function () {
  1284.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1285.         }, => 'onKernelView'], 32);
  1286.         $instance->addListener('kernel.request', [=> function () {
  1287.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1288.         }, => 'onKernelRequest'], 2);
  1289.         $instance->addListener('kernel.view', [=> function () {
  1290.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1291.         }, => 'onKernelView'], 16);
  1292.         $instance->addListener('kernel.view', [=> function () {
  1293.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1294.         }, => 'onKernelView'], 8);
  1295.         $instance->addListener('kernel.exception', [=> function () {
  1296.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1297.         }, => 'onKernelException'], 0);
  1298.         $instance->addListener('kernel.exception', [=> function () {
  1299.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1300.         }, => 'onKernelException'], -96);
  1301.         $instance->addListener('kernel.exception', [=> function () {
  1302.             return ($this->services['payum.listener.reply_to_http_response'] ?? $this->load('getPayum_Listener_ReplyToHttpResponseService'));
  1303.         }, => 'onKernelException'], 128);
  1304.         $instance->addListener('kernel.controller', [=> function () {
  1305.             return ($this->privates['abap_payment.listener.token_less_notification_request'] ?? $this->getAbapPayment_Listener_TokenLessNotificationRequestService());
  1306.         }, => '__invoke'], 0);
  1307.         $instance->addListener('kernel.response', [=> function () {
  1308.             return ($this->privates['App\\EventSubscriber\\ContentSecurityPolicySubscriber'] ?? ($this->privates['App\\EventSubscriber\\ContentSecurityPolicySubscriber'] = new \App\EventSubscriber\ContentSecurityPolicySubscriber()));
  1309.         }, => 'onKernelResponse'], 0);
  1310.         $instance->addListener('kernel.view', [=> function () {
  1311.             return ($this->privates['App\\EventSubscriber\\EntitySubscriber'] ?? $this->load('getEntitySubscriberService'));
  1312.         }, => 'checkLimit'], 33);
  1313.         $instance->addListener('kernel.view', [=> function () {
  1314.             return ($this->privates['App\\EventSubscriber\\EntitySubscriber'] ?? $this->load('getEntitySubscriberService'));
  1315.         }, => 'addCreatedBy'], 33);
  1316.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1317.             return ($this->privates['App\\EventSubscriber\\JWTAuthenticationSuccessSubscriber'] ?? $this->load('getJWTAuthenticationSuccessSubscriberService'));
  1318.         }, => 'onAuthenticationSuccess'], 0);
  1319.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1320.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  1321.         }, => 'onLoginSuccessEvent'], 0);
  1322.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1323.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  1324.         }, => 'onLoginFailureEvent'], 0);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['App\\EventSubscriber\\NotificationReadSubscriber'] ?? $this->getNotificationReadSubscriberService());
  1327.         }, => 'setReadAt'], 0);
  1328.         $instance->addListener('kernel.response', [=> function () {
  1329.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1330.         }, => 'onKernelResponse'], 0);
  1331.         $instance->addListener('kernel.response', [=> function () {
  1332.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1333.         }, => 'onKernelResponse'], -1024);
  1334.         $instance->addListener('kernel.request', [=> function () {
  1335.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1336.         }, => 'setDefaultLocale'], 100);
  1337.         $instance->addListener('kernel.request', [=> function () {
  1338.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1339.         }, => 'onKernelRequest'], 16);
  1340.         $instance->addListener('kernel.finish_request', [=> function () {
  1341.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1342.         }, => 'onKernelFinishRequest'], 0);
  1343.         $instance->addListener('kernel.request', [=> function () {
  1344.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1345.         }, => 'onKernelRequest'], 256);
  1346.         $instance->addListener('kernel.response', [=> function () {
  1347.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1348.         }, => 'onResponse'], -255);
  1349.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1350.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1351.         }, => 'onControllerArguments'], 0);
  1352.         $instance->addListener('kernel.exception', [=> function () {
  1353.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1354.         }, => 'logKernelException'], 0);
  1355.         $instance->addListener('kernel.exception', [=> function () {
  1356.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1357.         }, => 'onKernelException'], -128);
  1358.         $instance->addListener('kernel.response', [=> function () {
  1359.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1360.         }, => 'removeCspHeader'], -128);
  1361.         $instance->addListener('kernel.request', [=> function () {
  1362.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1363.         }, => 'onKernelRequest'], 15);
  1364.         $instance->addListener('kernel.finish_request', [=> function () {
  1365.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1366.         }, => 'onKernelFinishRequest'], -15);
  1367.         $instance->addListener('console.error', [=> function () {
  1368.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1369.         }, => 'onConsoleError'], -128);
  1370.         $instance->addListener('console.terminate', [=> function () {
  1371.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1372.         }, => 'onConsoleTerminate'], -128);
  1373.         $instance->addListener('console.error', [=> function () {
  1374.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1375.         }, => 'onConsoleError'], 0);
  1376.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1377.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1378.         }, => 'onMessage'], -255);
  1379.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1380.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1381.         }, => 'onMessage'], 0);
  1382.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1383.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1384.         }, => 'onMessage'], -255);
  1385.         $instance->addListener('kernel.request', [=> function () {
  1386.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1387.         }, => 'configure'], 2048);
  1388.         $instance->addListener('console.command', [=> function () {
  1389.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1390.         }, => 'configure'], 2048);
  1391.         $instance->addListener('kernel.request', [=> function () {
  1392.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1393.         }, => 'onKernelRequest'], 32);
  1394.         $instance->addListener('kernel.finish_request', [=> function () {
  1395.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1396.         }, => 'onKernelFinishRequest'], 0);
  1397.         $instance->addListener('kernel.exception', [=> function () {
  1398.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1399.         }, => 'onKernelException'], -64);
  1400.         $instance->addListener('kernel.response', [=> function () {
  1401.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1402.         }, => 'onKernelResponse'], 0);
  1403.         $instance->addListener('kernel.request', [=> function () {
  1404.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1405.         }, => 'onKernelRequest'], 128);
  1406.         $instance->addListener('kernel.response', [=> function () {
  1407.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1408.         }, => 'onKernelResponse'], -1000);
  1409.         $instance->addListener('kernel.response', [=> function () {
  1410.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1411.         }, => 'onKernelResponse'], -100);
  1412.         $instance->addListener('kernel.exception', [=> function () {
  1413.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1414.         }, => 'onKernelException'], 0);
  1415.         $instance->addListener('kernel.terminate', [=> function () {
  1416.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1417.         }, => 'onKernelTerminate'], -1024);
  1418.         $instance->addListener('kernel.controller', [=> function () {
  1419.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1420.         }, => 'onKernelController'], 0);
  1421.         $instance->addListener('kernel.response', [=> function () {
  1422.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1423.         }, => 'onKernelResponse'], 0);
  1424.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1425.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1426.         }, => 'onMessage'], 0);
  1427.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1428.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1429.         }, => 'checkPassport'], 0);
  1430.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1431.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1432.         }, => 'onLoginSuccess'], 0);
  1433.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1434.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1435.         }, => 'onVoterVote'], 0);
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1438.         }, => 'configureLogoutUrlGenerator'], 8);
  1439.         $instance->addListener('kernel.request', [=> function () {
  1440.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1441.         }, => 'onKernelRequest'], 8);
  1442.         $instance->addListener('kernel.finish_request', [=> function () {
  1443.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1444.         }, => 'onKernelFinishRequest'], 0);
  1445.         $instance->addListener('console.error', [=> function () {
  1446.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1447.         }, => 'onConsoleError'], 0);
  1448.         $instance->addListener('console.terminate', [=> function () {
  1449.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1450.         }, => 'onConsoleTerminate'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['Abap\\ApplicationContextBundle\\EventSubscriber\\ApplicationContextSubscriber'] ?? $this->getApplicationContextSubscriberService());
  1453.         }, => 'loadApplicationContext'], 50);
  1454.         $instance->addListener('console.command', [=> function () {
  1455.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1456.         }, => 'onCommand'], 255);
  1457.         $instance->addListener('console.terminate', [=> function () {
  1458.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1459.         }, => 'onTerminate'], -255);
  1460.         $instance->addListener('kernel.response', [=> function () {
  1461.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1462.         }, => 'onKernelResponse'], -128);
  1463.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1464.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1465.         }, => 'checkPassport'], 512);
  1466.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1467.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1468.         }, => 'onLogout'], 0);
  1469.         return $instance;
  1470.     }
  1471.     /**
  1472.      * Gets the public 'http_kernel' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1475.      */
  1476.     protected function getHttpKernelService()
  1477.     {
  1478.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1479.         if (isset($this->services['http_kernel'])) {
  1480.             return $this->services['http_kernel'];
  1481.         }
  1482.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1483.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1484.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1485.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1486.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1487.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1488.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1489.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1490.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1491.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1492.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1493.         }, 9)), $b));
  1494.     }
  1495.     /**
  1496.      * Gets the public 'monolog.logger.deprecation' shared service.
  1497.      *
  1498.      * @return \Symfony\Bridge\Monolog\Logger
  1499.      */
  1500.     protected function getMonolog_Logger_DeprecationService()
  1501.     {
  1502.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1503.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1504.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1505.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1507.         return $instance;
  1508.     }
  1509.     /**
  1510.      * Gets the public 'payum' shared service.
  1511.      *
  1512.      * @return \Payum\Core\Payum
  1513.      */
  1514.     protected function getPayumService()
  1515.     {
  1516.         $a = ($this->services['payum.builder'] ?? $this->getPayum_BuilderService());
  1517.         if (isset($this->services['payum'])) {
  1518.             return $this->services['payum'];
  1519.         }
  1520.         return $this->services['payum'] = $a->getPayum();
  1521.     }
  1522.     /**
  1523.      * Gets the public 'payum.action.get_http_request' shared service.
  1524.      *
  1525.      * @return \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction
  1526.      */
  1527.     protected function getPayum_Action_GetHttpRequestService()
  1528.     {
  1529.         $this->services['payum.action.get_http_request'] = $instance = new \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction();
  1530.         $instance->setHttpRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1531.         return $instance;
  1532.     }
  1533.     /**
  1534.      * Gets the public 'payum.action.obtain_credit_card_builder' shared service.
  1535.      *
  1536.      * @return \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder
  1537.      */
  1538.     protected function getPayum_Action_ObtainCreditCardBuilderService()
  1539.     {
  1540.         $a = ($this->privates['form.factory'] ?? $this->getForm_FactoryService());
  1541.         if (isset($this->services['payum.action.obtain_credit_card_builder'])) {
  1542.             return $this->services['payum.action.obtain_credit_card_builder'];
  1543.         }
  1544.         return $this->services['payum.action.obtain_credit_card_builder'] = new \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1545.     }
  1546.     /**
  1547.      * Gets the public 'payum.builder' shared service.
  1548.      *
  1549.      * @return \Payum\Core\PayumBuilder
  1550.      */
  1551.     protected function getPayum_BuilderService()
  1552.     {
  1553.         $this->services['payum.builder'] = $instance = new \Payum\Core\PayumBuilder();
  1554.         $a = new \Payum\Core\Bridge\Symfony\Builder\CoreGatewayFactoryBuilder();
  1555.         $a->setContainer($this);
  1556.         $instance->setMainRegistry(($this->services['payum.static_registry'] ?? $this->getPayum_StaticRegistryService()));
  1557.         $instance->setHttpRequestVerifier(new \Payum\Core\Bridge\Symfony\Builder\HttpRequestVerifierBuilder());
  1558.         $instance->setTokenFactory(new \Payum\Core\Bridge\Symfony\Builder\TokenFactoryBuilder(($this->services['router'] ?? $this->getRouterService())));
  1559.         $instance->setTokenStorage(($this->services['payum.security.token_storage'] ?? $this->getPayum_Security_TokenStorageService()));
  1560.         $instance->setGenericTokenFactoryPaths(['capture' => $this->getEnv('PAYBYNET_CAPTURE_PATH'), 'notify' => 'payum_notify_do''authorize' => 'payum_authorize_do''refund' => 'payum_refund_do''cancel' => 'payum_cancel_do''payout' => 'payum_payout_do']);
  1561.         $instance->setCoreGatewayFactory($a);
  1562.         $instance->addCoreGatewayFactoryConfig(['payum.template.layout' => '@PayumCore\\layout.html.twig''payum.template.obtain_credit_card' => '@PayumSymfonyBridge\\obtainCreditCard.html.twig''payum.paths' => ['PayumSymfonyBridge' => (\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Resources/views')], 'payum.action.get_http_request' => ($this->services['payum.action.get_http_request'] ?? $this->getPayum_Action_GetHttpRequestService()), 'payum.action.obtain_credit_card' => ($this->services['payum.action.obtain_credit_card_builder'] ?? $this->getPayum_Action_ObtainCreditCardBuilderService())]);
  1563.         $instance->addGateway('paybynet', ['factory' => 'paybynet''id_client' => $this->getEnv('PAYBYNET_ID_CLIENT'), 'currency' => $this->getEnv('PAYBYNET_CURRENCY'), 'accname' => $this->getEnv('PAYBYNET_ACCNAME'), 'password' => $this->getEnv('PAYBYNET_PASSWORD'), 'valid_period' => $this->getEnv('PAYBYNET_VALID_PERIOD'), 'account' => $this->getEnv('PAYBYNET_ACCOUNT'), 'backpage' => $this->getEnv('PAYBYNET_BACKPAGE'), 'backpagereject' => $this->getEnv('PAYBYNET_BACKPAGEREJECT'), 'test' => $this->getEnv('PAYBYNET_TEST')]);
  1564.         $instance->addCoreGatewayFactoryConfig(['twig.env' => ($this->privates['twig'] ?? $this->getTwigService())]);
  1565.         $instance->addCoreGatewayFactoryConfig(['payum.action.abap_payment.authorize_payment' => '@abap_payment.payum_action.authorize_payment''payum.action.abap_payment.capture_payment' => '@abap_payment.payum_action.capture_payment''payum.action.abap_payment.payum_action.execute_same_request_with_payment_details' => '@abap_payment.payum_action.execute_same_request_with_payment_details''payum.extension.app.payum.extension.event_dispatcher' => '@app.payum.extension.event_dispatcher''payum.extension.psr_logger' => '@payum.extension.logger''payum.extension.log_executed_actions' => '@payum.extension.log_executed_actions''payum.extension.profile_collector' => '@payum.profiler.payum_collector''payum.prepend_extensions' => [=> 'payum.extension.profile_collector'=> 'payum.extension.update_payment_status'], 'payum.extension.payum.extension.storage.app_entity_payment' => '@payum.extension.storage.app_entity_payment''payum.extension.redirect_to_json_response' => '@abap_payment.payum_extension.redirect_to_json_response''payum.extension.update_payment_status' => '@abap_payment.payum_extension.update_payment_status_extension']);
  1566.         $instance->addGatewayFactory('paybynet', ($this->services['app.payum.paybynet.factory'] ?? ($this->services['app.payum.paybynet.factory'] = new \Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder('Aspello\\Payum\\PayByNet\\PayByNetGatewayFactory'))));
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the public 'payum.profiler.payum_collector' shared service.
  1571.      *
  1572.      * @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
  1573.      */
  1574.     protected function getPayum_Profiler_PayumCollectorService()
  1575.     {
  1576.         return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
  1577.     }
  1578.     /**
  1579.      * Gets the public 'payum.security.token_storage' shared service.
  1580.      *
  1581.      * @return \Payum\Core\Bridge\Doctrine\Storage\DoctrineStorage
  1582.      */
  1583.     protected function getPayum_Security_TokenStorageService()
  1584.     {
  1585.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1586.         if (isset($this->services['payum.security.token_storage'])) {
  1587.             return $this->services['payum.security.token_storage'];
  1588.         }
  1589.         return $this->services['payum.security.token_storage'] = new \Payum\Core\Bridge\Doctrine\Storage\DoctrineStorage($a'Abap\\PaymentBundle\\Model\\PaymentSecurityToken');
  1590.     }
  1591.     /**
  1592.      * Gets the public 'payum.static_registry' shared service.
  1593.      *
  1594.      * @return \Payum\Core\Bridge\Symfony\ContainerAwareRegistry
  1595.      */
  1596.     protected function getPayum_StaticRegistryService()
  1597.     {
  1598.         $this->services['payum.static_registry'] = $instance = new \Payum\Core\Bridge\Symfony\ContainerAwareRegistry([], ['App\\Entity\\Payment' => 'payum.storage.app_entity_payment'], []);
  1599.         $instance->setContainer($this);
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the public 'request_stack' shared service.
  1604.      *
  1605.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1606.      */
  1607.     protected function getRequestStackService()
  1608.     {
  1609.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1610.     }
  1611.     /**
  1612.      * Gets the public 'router' shared service.
  1613.      *
  1614.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1615.      */
  1616.     protected function getRouterService()
  1617.     {
  1618.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1619.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1620.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1621.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1622.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1623.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1624.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1625.         ], [
  1626.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1627.         ]))->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'pl');
  1628.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1629.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1630.         return $instance;
  1631.     }
  1632.     /**
  1633.      * Gets the public 'translator' shared service.
  1634.      *
  1635.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1636.      */
  1637.     protected function getTranslatorService()
  1638.     {
  1639.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1640.     }
  1641.     /**
  1642.      * Gets the private '.debug.http_client' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1645.      */
  1646.     protected function get_Debug_HttpClientService()
  1647.     {
  1648.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1649.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1650.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1651.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1652.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1653.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1654.         $a->setLogger($b);
  1655.         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))));
  1656.     }
  1657.     /**
  1658.      * Gets the private '.service_locator.OW_JE5p' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1661.      */
  1662.     protected function get_ServiceLocator_OWJE5pService()
  1663.     {
  1664.         return $this->privates['.service_locator.OW_JE5p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1665.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1666.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1667.             'security.firewall.map.context.api_token' => ['privates''security.firewall.map.context.api_token''getSecurity_Firewall_Map_Context_ApiTokenService'true],
  1668.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1669.             'security.firewall.map.context.logingov_json_api_login' => ['privates''security.firewall.map.context.logingov_json_api_login''getSecurity_Firewall_Map_Context_LogingovJsonApiLoginService'true],
  1670.         ], [
  1671.             'security.firewall.map.context.admin' => '?',
  1672.             'security.firewall.map.context.api' => '?',
  1673.             'security.firewall.map.context.api_token' => '?',
  1674.             'security.firewall.map.context.dev' => '?',
  1675.             'security.firewall.map.context.logingov_json_api_login' => '?',
  1676.         ]);
  1677.     }
  1678.     /**
  1679.      * Gets the private 'Abap\ApplicationContextBundle\ConfigurationLoader\ConfigurationLoaderRegistry' shared service.
  1680.      *
  1681.      * @return \Abap\ApplicationContextBundle\ConfigurationLoader\ConfigurationLoaderRegistry
  1682.      */
  1683.     protected function getConfigurationLoaderRegistryService()
  1684.     {
  1685.         $this->privates['Abap\\ApplicationContextBundle\\ConfigurationLoader\\ConfigurationLoaderRegistry'] = $instance = new \Abap\ApplicationContextBundle\ConfigurationLoader\ConfigurationLoaderRegistry();
  1686.         $instance->register(new \Abap\ApplicationContextBundle\ConfigurationLoader\BaseApplicationLoader(new \Abap\ApplicationContextBundle\ConfigurationLoader\PathResolver\ApplicationPathResolver(\dirname(__DIR__4))));
  1687.         return $instance;
  1688.     }
  1689.     /**
  1690.      * Gets the private 'Abap\ApplicationContextBundle\EventSubscriber\ApplicationContextSubscriber' shared service.
  1691.      *
  1692.      * @return \Abap\ApplicationContextBundle\EventSubscriber\ApplicationContextSubscriber
  1693.      */
  1694.     protected function getApplicationContextSubscriberService()
  1695.     {
  1696.         return $this->privates['Abap\\ApplicationContextBundle\\EventSubscriber\\ApplicationContextSubscriber'] = new \Abap\ApplicationContextBundle\EventSubscriber\ApplicationContextSubscriber(($this->privates['abap_theme.theme_context'] ?? $this->getAbapTheme_ThemeContextService()), ($this->privates['Abap\\ApplicationContextBundle\\ConfigurationLoader\\ConfigurationLoaderRegistry'] ?? $this->getConfigurationLoaderRegistryService()), ($this->privates['Abap\\ApplicationContextBundle\\Context\\ApplicationContextRegistry'] ?? ($this->privates['Abap\\ApplicationContextBundle\\Context\\ApplicationContextRegistry'] = new \Abap\ApplicationContextBundle\Context\ApplicationContextRegistry())));
  1697.     }
  1698.     /**
  1699.      * Gets the private 'Abap\PaymentBundle\Handler\NotifyRequest\CompositeNotifyRequestHandler' shared service.
  1700.      *
  1701.      * @return \Abap\PaymentBundle\Handler\NotifyRequest\CompositeNotifyRequestHandler
  1702.      */
  1703.     protected function getCompositeNotifyRequestHandlerService()
  1704.     {
  1705.         $this->privates['Abap\\PaymentBundle\\Handler\\NotifyRequest\\CompositeNotifyRequestHandler'] = $instance = new \Abap\PaymentBundle\Handler\NotifyRequest\CompositeNotifyRequestHandler($this->parameters['abap_payment.gateways']);
  1706.         $instance->add(new \Abap\PaymentBundle\Handler\NotifyRequest\PayByNetNotifyRequestHandler(($this->services['payum'] ?? $this->getPayumService())), 'Abap\\PaymentBundle\\Handler\\NotifyRequest\\PayByNetNotifyRequestHandler');
  1707.         return $instance;
  1708.     }
  1709.     /**
  1710.      * Gets the private 'App\EventSubscriber\NotificationReadSubscriber' shared autowired service.
  1711.      *
  1712.      * @return \App\EventSubscriber\NotificationReadSubscriber
  1713.      */
  1714.     protected function getNotificationReadSubscriberService()
  1715.     {
  1716.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1717.         if (isset($this->privates['App\\EventSubscriber\\NotificationReadSubscriber'])) {
  1718.             return $this->privates['App\\EventSubscriber\\NotificationReadSubscriber'];
  1719.         }
  1720.         return $this->privates['App\\EventSubscriber\\NotificationReadSubscriber'] = new \App\EventSubscriber\NotificationReadSubscriber($a);
  1721.     }
  1722.     /**
  1723.      * Gets the private 'App\Service\DictionaryService' shared autowired service.
  1724.      *
  1725.      * @return \App\Service\DictionaryService
  1726.      */
  1727.     protected function getDictionaryServiceService()
  1728.     {
  1729.         return $this->privates['App\\Service\\DictionaryService'] = new \App\Service\DictionaryService();
  1730.     }
  1731.     /**
  1732.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  1733.      *
  1734.      * @return \App\Service\NotificationService
  1735.      */
  1736.     protected function getNotificationServiceService()
  1737.     {
  1738.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1739.         if (isset($this->privates['App\\Service\\NotificationService'])) {
  1740.             return $this->privates['App\\Service\\NotificationService'];
  1741.         }
  1742.         return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService($a);
  1743.     }
  1744.     /**
  1745.      * Gets the private 'abap_payment.listener.token_less_notification_request' shared service.
  1746.      *
  1747.      * @return \Abap\PaymentBundle\EventListener\TokenLessNotificationRequestListener
  1748.      */
  1749.     protected function getAbapPayment_Listener_TokenLessNotificationRequestService()
  1750.     {
  1751.         $a = ($this->services['payum'] ?? $this->getPayumService());
  1752.         if (isset($this->privates['abap_payment.listener.token_less_notification_request'])) {
  1753.             return $this->privates['abap_payment.listener.token_less_notification_request'];
  1754.         }
  1755.         $b = ($this->privates['Abap\\PaymentBundle\\Handler\\NotifyRequest\\CompositeNotifyRequestHandler'] ?? $this->getCompositeNotifyRequestHandlerService());
  1756.         if (isset($this->privates['abap_payment.listener.token_less_notification_request'])) {
  1757.             return $this->privates['abap_payment.listener.token_less_notification_request'];
  1758.         }
  1759.         return $this->privates['abap_payment.listener.token_less_notification_request'] = new \Abap\PaymentBundle\EventListener\TokenLessNotificationRequestListener($a$b$this->parameters['abap_payment.gateways']);
  1760.     }
  1761.     /**
  1762.      * Gets the private 'abap_theme.theme_context' shared service.
  1763.      *
  1764.      * @return \Abap\ThemeBundle\Context\ThemeContext
  1765.      */
  1766.     protected function getAbapTheme_ThemeContextService()
  1767.     {
  1768.         $a = new \Abap\ThemeBundle\ThemeRegistry();
  1769.         $a->register(new \Abap\KendoUiAdminThemeBundle\KendoUiAdminTheme());
  1770.         return $this->privates['abap_theme.theme_context'] = new \Abap\ThemeBundle\Context\ThemeContext($a);
  1771.     }
  1772.     /**
  1773.      * Gets the private 'annotations.cache_adapter' shared service.
  1774.      *
  1775.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1776.      */
  1777.     protected function getAnnotations_CacheAdapterService()
  1778.     {
  1779.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1780.     }
  1781.     /**
  1782.      * Gets the private 'annotations.cached_reader' shared service.
  1783.      *
  1784.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1785.      */
  1786.     protected function getAnnotations_CachedReaderService()
  1787.     {
  1788.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1789.     }
  1790.     /**
  1791.      * Gets the private 'annotations.reader' shared service.
  1792.      *
  1793.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1794.      */
  1795.     protected function getAnnotations_ReaderService()
  1796.     {
  1797.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1798.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1799.         $a->registerUniqueLoader('class_exists');
  1800.         $instance->addGlobalIgnoredName('required'$a);
  1801.         return $instance;
  1802.     }
  1803.     /**
  1804.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1805.      *
  1806.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1807.      */
  1808.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1809.     {
  1810.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gRGXuuGYGt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1811.     }
  1812.     /**
  1813.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1816.      */
  1817.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1818.     {
  1819.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hb9gK9KYp8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1820.     }
  1821.     /**
  1822.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1825.      */
  1826.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1827.     {
  1828.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jF+dInQm3r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1829.     }
  1830.     /**
  1831.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1832.      *
  1833.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1834.      */
  1835.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1836.     {
  1837.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('V54LpVcBAz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1838.     }
  1839.     /**
  1840.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1841.      *
  1842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1843.      */
  1844.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1845.     {
  1846.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('P1nB0qhnJ2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1847.     }
  1848.     /**
  1849.      * Gets the private 'api_platform.cache.metadata.resource_collection' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1852.      */
  1853.     protected function getApiPlatform_Cache_Metadata_ResourceCollectionService()
  1854.     {
  1855.         return $this->privates['api_platform.cache.metadata.resource_collection'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dHp0Xx2B6B'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1856.     }
  1857.     /**
  1858.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1859.      *
  1860.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1861.      */
  1862.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1863.     {
  1864.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0HvGKwuKbP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1870.      */
  1871.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1872.     {
  1873.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R3x0oNjvuH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1874.     }
  1875.     /**
  1876.      * Gets the private 'api_platform.collection_data_provider' shared service.
  1877.      *
  1878.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  1879.      */
  1880.     protected function getApiPlatform_CollectionDataProviderService()
  1881.     {
  1882.         return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  1883.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1884.         }, 1));
  1885.     }
  1886.     /**
  1887.      * Gets the private 'api_platform.data_persister' shared service.
  1888.      *
  1889.      * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  1890.      */
  1891.     protected function getApiPlatform_DataPersisterService()
  1892.     {
  1893.         return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1894.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1895.         }, 1));
  1896.     }
  1897.     /**
  1898.      * Gets the private 'api_platform.filter_locator' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1901.      */
  1902.     protected function getApiPlatform_FilterLocatorService()
  1903.     {
  1904.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1905.             'annotated_app_entity_applicant_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_applicant_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApplicantApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1906.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_application_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityApplicationApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1907.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_application_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApplicationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1908.             'annotated_app_entity_application_attachment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_application_attachment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApplicationAttachmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1909.             'annotated_app_entity_case_attachment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_case_attachment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCaseAttachmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1910.             'annotated_app_entity_case_entity_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_case_entity_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityCaseEntityApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1911.             'annotated_app_entity_case_entity_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_case_entity_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCaseEntityApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1912.             'annotated_app_entity_contractor_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_contractor_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityContractorApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1913.             'annotated_app_entity_dictionary_bank_account_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_bank_account_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionaryBankAccountApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1914.             'annotated_app_entity_dictionary_bank_account_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_bank_account_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionaryBankAccountApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1915.             'annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityDictionaryBusStopDictionaryApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  1916.             'annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionaryBusStopDictionaryApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1917.             'annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionaryBusStopDictionaryApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1918.             'annotated_app_entity_dictionary_gmina_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_gmina_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionaryGminaApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1919.             'annotated_app_entity_dictionary_gmina_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_gmina_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionaryGminaApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1920.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionaryObrebApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1921.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionaryObrebApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1922.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionarySurveyQuestionTypeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1923.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionarySurveyQuestionTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1924.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionarySurveyStatusApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1925.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionarySurveyStatusApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1926.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionarySurveyTypeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1927.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionarySurveyTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1928.             'annotated_app_entity_fee_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_fee_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityFeeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1929.             'annotated_app_entity_fee_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_fee_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityFeeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1930.             'annotated_app_entity_fee_category_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_fee_category_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityFeeCategoryApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1931.             'annotated_app_entity_fee_category_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_fee_category_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityFeeCategoryApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1932.             'annotated_app_entity_forest_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_forest_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityForestApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1933.             'annotated_app_entity_parcel_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_parcel_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityParcelApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1934.             'annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityRoadOccupationApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1935.             'annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityRoadOccupationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1936.             'annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityRoadOccupationStageApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1937.             'annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityRoadOccupationStageApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1938.             'annotated_app_entity_service_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_service_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityServiceApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  1939.             'annotated_app_entity_service_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_service_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityServiceApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1940.             'annotated_app_entity_service_attachment_position_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_service_attachment_position_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityServiceAttachmentPositionApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1941.             'annotated_app_entity_shipment_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_shipment_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityShipmentApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  1942.             'annotated_app_entity_shipment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shipment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShipmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1943.             'annotated_app_entity_shipment_attachment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shipment_attachment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShipmentAttachmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1944.             'annotated_app_entity_shipment_confirmation_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shipment_confirmation_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShipmentConfirmationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1945.             'annotated_app_entity_subpage_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_subpage_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySubpageApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1946.             'annotated_app_entity_survey_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_survey_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySurveyApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1947.             'annotated_app_entity_survey_description_attachment_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_survey_description_attachment_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySurveyDescriptionAttachmentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1948.             'annotated_app_entity_vehicle_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_vehicle_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityVehicleApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1949.         ], [
  1950.             'annotated_app_entity_applicant_api_platform_doctrine_orm_filter_search_filter' => '?',
  1951.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_order_filter' => '?',
  1952.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_search_filter' => '?',
  1953.             'annotated_app_entity_application_attachment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1954.             'annotated_app_entity_case_attachment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1955.             'annotated_app_entity_case_entity_api_platform_doctrine_orm_filter_order_filter' => '?',
  1956.             'annotated_app_entity_case_entity_api_platform_doctrine_orm_filter_search_filter' => '?',
  1957.             'annotated_app_entity_contractor_api_platform_doctrine_orm_filter_search_filter' => '?',
  1958.             'annotated_app_entity_dictionary_bank_account_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1959.             'annotated_app_entity_dictionary_bank_account_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1960.             'annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  1961.             'annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_order_filter' => '?',
  1962.             'annotated_app_entity_dictionary_bus_stop_dictionary_api_platform_doctrine_orm_filter_search_filter' => '?',
  1963.             'annotated_app_entity_dictionary_gmina_api_platform_doctrine_orm_filter_order_filter' => '?',
  1964.             'annotated_app_entity_dictionary_gmina_api_platform_doctrine_orm_filter_search_filter' => '?',
  1965.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_order_filter' => '?',
  1966.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_search_filter' => '?',
  1967.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1968.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1969.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1970.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1971.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1972.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1973.             'annotated_app_entity_fee_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1974.             'annotated_app_entity_fee_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1975.             'annotated_app_entity_fee_category_api_platform_doctrine_orm_filter_order_filter' => '?',
  1976.             'annotated_app_entity_fee_category_api_platform_doctrine_orm_filter_search_filter' => '?',
  1977.             'annotated_app_entity_forest_api_platform_doctrine_orm_filter_search_filter' => '?',
  1978.             'annotated_app_entity_parcel_api_platform_doctrine_orm_filter_search_filter' => '?',
  1979.             'annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_order_filter' => '?',
  1980.             'annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_search_filter' => '?',
  1981.             'annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_order_filter' => '?',
  1982.             'annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_search_filter' => '?',
  1983.             'annotated_app_entity_service_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  1984.             'annotated_app_entity_service_api_platform_doctrine_orm_filter_search_filter' => '?',
  1985.             'annotated_app_entity_service_attachment_position_api_platform_doctrine_orm_filter_search_filter' => '?',
  1986.             'annotated_app_entity_shipment_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  1987.             'annotated_app_entity_shipment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1988.             'annotated_app_entity_shipment_attachment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1989.             'annotated_app_entity_shipment_confirmation_api_platform_doctrine_orm_filter_search_filter' => '?',
  1990.             'annotated_app_entity_subpage_api_platform_doctrine_orm_filter_search_filter' => '?',
  1991.             'annotated_app_entity_survey_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1992.             'annotated_app_entity_survey_description_attachment_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1993.             'annotated_app_entity_vehicle_api_platform_doctrine_orm_filter_search_filter' => '?',
  1994.         ]);
  1995.     }
  1996.     /**
  1997.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1998.      *
  1999.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2000.      */
  2001.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2002.     {
  2003.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  2004.     }
  2005.     /**
  2006.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2007.      *
  2008.      * @return \ApiPlatform\Hydra\JsonSchema\SchemaFactory
  2009.      */
  2010.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2011.     {
  2012.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2013.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2014.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2015.         }
  2016.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2017.     }
  2018.     /**
  2019.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2020.      *
  2021.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2022.      */
  2023.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2024.     {
  2025.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2026.     }
  2027.     /**
  2028.      * Gets the private 'api_platform.identifier.converter' shared service.
  2029.      *
  2030.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2031.      */
  2032.     protected function getApiPlatform_Identifier_ConverterService()
  2033.     {
  2034.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  2035.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2036.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2037.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  2038.         }, 3));
  2039.     }
  2040.     /**
  2041.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2042.      *
  2043.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2044.      */
  2045.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2046.     {
  2047.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2048.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2049.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$bfalse), $a$b);
  2050.     }
  2051.     /**
  2052.      * Gets the private 'api_platform.iri_converter' shared service.
  2053.      *
  2054.      * @return \ApiPlatform\Core\Api\LegacyIriConverter
  2055.      */
  2056.     protected function getApiPlatform_IriConverterService()
  2057.     {
  2058.         $a = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  2059.         if (isset($this->privates['api_platform.iri_converter'])) {
  2060.             return $this->privates['api_platform.iri_converter'];
  2061.         }
  2062.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2063.         $c = ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService());
  2064.         if (isset($this->privates['api_platform.iri_converter'])) {
  2065.             return $this->privates['api_platform.iri_converter'];
  2066.         }
  2067.         $d = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  2068.         if (isset($this->privates['api_platform.iri_converter'])) {
  2069.             return $this->privates['api_platform.iri_converter'];
  2070.         }
  2071.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter(new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($b)), $b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $c, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())), $d);
  2072.     }
  2073.     /**
  2074.      * Gets the private 'api_platform.item_data_provider' shared service.
  2075.      *
  2076.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  2077.      */
  2078.     protected function getApiPlatform_ItemDataProviderService()
  2079.     {
  2080.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2081.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2082.         }, 1));
  2083.     }
  2084.     /**
  2085.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2086.      *
  2087.      * @return \ApiPlatform\JsonSchema\TypeFactory
  2088.      */
  2089.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2090.     {
  2091.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2092.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2093.         return $instance;
  2094.     }
  2095.     /**
  2096.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2097.      *
  2098.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2099.      */
  2100.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2101.     {
  2102.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), NULL, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2106.      *
  2107.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2108.      */
  2109.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2110.     {
  2111.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), $this->parameters['api_platform.formats']);
  2112.     }
  2113.     /**
  2114.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2115.      *
  2116.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2117.      */
  2118.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2119.     {
  2120.         $a = ($this->privates['serializer'] ?? $this->getSerializerService());
  2121.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2122.             return $this->privates['api_platform.listener.request.deserialize'];
  2123.         }
  2124.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'api_platform.listener.request.read' shared service.
  2128.      *
  2129.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  2130.      */
  2131.     protected function getApiPlatform_Listener_Request_ReadService()
  2132.     {
  2133.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2137.      *
  2138.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2139.      */
  2140.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2141.     {
  2142.         $a = ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService());
  2143.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2144.             return $this->privates['api_platform.listener.request.read.legacy'];
  2145.         }
  2146.         $b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  2147.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2148.             return $this->privates['api_platform.listener.request.read.legacy'];
  2149.         }
  2150.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b, ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULLfalse);
  2151.     }
  2152.     /**
  2153.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2154.      *
  2155.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2156.      */
  2157.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2158.     {
  2159.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2160.     }
  2161.     /**
  2162.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2163.      *
  2164.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2165.      */
  2166.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2167.     {
  2168.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2169.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2170.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2171.         }
  2172.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  2173.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2174.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2175.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2176.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2177.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2178.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2179.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2180.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2181.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2182.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2183.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2184.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2185.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2186.         }, 13)));
  2187.     }
  2188.     /**
  2189.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2190.      *
  2191.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2192.      */
  2193.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2194.     {
  2195.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2196.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  2197.     }
  2198.     /**
  2199.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2200.      *
  2201.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2202.      */
  2203.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2204.     {
  2205.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2206.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2207.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2208.         }
  2209.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  2213.      *
  2214.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  2215.      */
  2216.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  2217.     {
  2218.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2219.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2220.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2221.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2222.         }
  2223.         $c = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($b, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2224.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2225.         $e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2226.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2227.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2228.         }
  2229.         return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($a, new \ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \App\ApiPlatform\Metadata\Resource\Factory\CustomDefaultOperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($c, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($c, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($c, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory(($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$d$this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b$e$this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $d), $this->parameters['api_platform.defaults'], $d))))))), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))))));
  2230.     }
  2231.     /**
  2232.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2233.      *
  2234.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2235.      */
  2236.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2237.     {
  2238.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2239.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2243.      *
  2244.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2245.      */
  2246.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2247.     {
  2248.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2252.      *
  2253.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2254.      */
  2255.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2256.     {
  2257.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2258.     }
  2259.     /**
  2260.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2261.      *
  2262.      * @return \ApiPlatform\Api\ResourceClassResolver
  2263.      */
  2264.     protected function getApiPlatform_ResourceClassResolverService()
  2265.     {
  2266.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2267.     }
  2268.     /**
  2269.      * Gets the private 'api_platform.router' shared service.
  2270.      *
  2271.      * @return \ApiPlatform\Symfony\Routing\Router
  2272.      */
  2273.     protected function getApiPlatform_RouterService()
  2274.     {
  2275.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2276.     }
  2277.     /**
  2278.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2279.      *
  2280.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2281.      */
  2282.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2283.     {
  2284.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2285.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2286.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2287.         }
  2288.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), $a);
  2289.     }
  2290.     /**
  2291.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2292.      *
  2293.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2294.      */
  2295.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2296.     {
  2297.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2298.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2299.             return $this->privates['api_platform.security.resource_access_checker'];
  2300.         }
  2301.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalse);
  2302.     }
  2303.     /**
  2304.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2305.      *
  2306.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2307.      */
  2308.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2309.     {
  2310.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2311.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2312.     }
  2313.     /**
  2314.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2315.      *
  2316.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2317.      */
  2318.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2319.     {
  2320.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2321.     }
  2322.     /**
  2323.      * Gets the private 'api_platform.state_provider.locator' shared service.
  2324.      *
  2325.      * @return \ApiPlatform\State\CallableProvider
  2326.      */
  2327.     protected function getApiPlatform_StateProvider_LocatorService()
  2328.     {
  2329.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2330.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2331.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2332.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2333.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2334.         ], [
  2335.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2336.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2337.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2338.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2339.         ]));
  2340.     }
  2341.     /**
  2342.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  2343.      *
  2344.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  2345.      */
  2346.     protected function getApiPlatform_SubresourceDataProviderService()
  2347.     {
  2348.         return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2349.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2350.         }, 1));
  2351.     }
  2352.     /**
  2353.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2354.      *
  2355.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2356.      */
  2357.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2358.     {
  2359.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2360.     }
  2361.     /**
  2362.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  2363.      *
  2364.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  2365.      */
  2366.     protected function getApiPlatform_Symfony_IriConverterService()
  2367.     {
  2368.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2369.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2370.             return $this->privates['api_platform.symfony.iri_converter'];
  2371.         }
  2372.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2373.         $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2374.         return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), new \ApiPlatform\Api\IdentifiersExtractor($b$c, ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $c$b, ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2375.     }
  2376.     /**
  2377.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  2378.      *
  2379.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  2380.      */
  2381.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  2382.     {
  2383.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2384.     }
  2385.     /**
  2386.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  2387.      *
  2388.      * @return \ApiPlatform\Api\UriVariablesConverter
  2389.      */
  2390.     protected function getApiPlatform_UriVariables_ConverterService()
  2391.     {
  2392.         return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new RewindableGenerator(function () {
  2393.             yield => ($this->privates['api_platform.symfony.uri_variables.transformer.ulid'] ?? ($this->privates['api_platform.symfony.uri_variables.transformer.ulid'] = new \ApiPlatform\Symfony\UriVariableTransformer\UlidUriVariableTransformer()));
  2394.             yield => ($this->privates['api_platform.symfony.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.symfony.uri_variables.transformer.uuid'] = new \ApiPlatform\Symfony\UriVariableTransformer\UuidUriVariableTransformer()));
  2395.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  2396.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  2397.             yield => ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] = new \ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer()));
  2398.         }, 5));
  2399.     }
  2400.     /**
  2401.      * Gets the private 'cache.annotations' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2404.      */
  2405.     protected function getCache_AnnotationsService()
  2406.     {
  2407.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3oHoj0hNZ5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2413.      */
  2414.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2415.     {
  2416.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2417.     }
  2418.     /**
  2419.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2422.      */
  2423.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2424.     {
  2425.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2426.     }
  2427.     /**
  2428.      * Gets the private 'cache.property_info' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2431.      */
  2432.     protected function getCache_PropertyInfoService()
  2433.     {
  2434.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AIizmX9CHh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2435.     }
  2436.     /**
  2437.      * Gets the private 'cache.security_expression_language' shared service.
  2438.      *
  2439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2440.      */
  2441.     protected function getCache_SecurityExpressionLanguageService()
  2442.     {
  2443.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CDzVaBuc0G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2444.     }
  2445.     /**
  2446.      * Gets the private 'cache.serializer' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2449.      */
  2450.     protected function getCache_SerializerService()
  2451.     {
  2452.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BU7jaUck5J'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2453.     }
  2454.     /**
  2455.      * Gets the private 'cache.validator' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2458.      */
  2459.     protected function getCache_ValidatorService()
  2460.     {
  2461.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j5Fmb4fH8S'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2462.     }
  2463.     /**
  2464.      * Gets the private 'config_cache_factory' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2467.      */
  2468.     protected function getConfigCacheFactoryService()
  2469.     {
  2470.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2471.             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)));
  2472.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2473.         }, 2));
  2474.     }
  2475.     /**
  2476.      * Gets the private 'data_collector.form' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2479.      */
  2480.     protected function getDataCollector_FormService()
  2481.     {
  2482.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2483.     }
  2484.     /**
  2485.      * Gets the private 'data_collector.request' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2488.      */
  2489.     protected function getDataCollector_RequestService()
  2490.     {
  2491.         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())));
  2492.     }
  2493.     /**
  2494.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2497.      */
  2498.     protected function getDebug_DebugHandlersListenerService()
  2499.     {
  2500.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2501.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2502.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2503.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2504.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2505.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2506.     }
  2507.     /**
  2508.      * Gets the private 'debug.file_link_formatter' shared service.
  2509.      *
  2510.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2511.      */
  2512.     protected function getDebug_FileLinkFormatterService()
  2513.     {
  2514.         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 () {
  2515.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2516.         });
  2517.     }
  2518.     /**
  2519.      * Gets the private 'debug.log_processor' shared service.
  2520.      *
  2521.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2522.      */
  2523.     protected function getDebug_LogProcessorService()
  2524.     {
  2525.         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())));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2531.      */
  2532.     protected function getDebug_Security_Access_DecisionManagerService()
  2533.     {
  2534.         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 () {
  2535.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2536.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2537.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2538.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'debug.security.firewall' shared service.
  2542.      *
  2543.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2544.      */
  2545.     protected function getDebug_Security_FirewallService()
  2546.     {
  2547.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2548.         if (isset($this->privates['debug.security.firewall'])) {
  2549.             return $this->privates['debug.security.firewall'];
  2550.         }
  2551.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2552.         if (isset($this->privates['debug.security.firewall'])) {
  2553.             return $this->privates['debug.security.firewall'];
  2554.         }
  2555.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2556.     }
  2557.     /**
  2558.      * Gets the private 'debug.validator' shared service.
  2559.      *
  2560.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2561.      */
  2562.     protected function getDebug_ValidatorService()
  2563.     {
  2564.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2565.         if (isset($this->privates['debug.validator'])) {
  2566.             return $this->privates['debug.validator'];
  2567.         }
  2568.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2569.     }
  2570.     /**
  2571.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2572.      *
  2573.      * @return \Doctrine\Migrations\DependencyFactory
  2574.      */
  2575.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2576.     {
  2577.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2578.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2579.         $a->setAllOrNothing(false);
  2580.         $a->setCheckDatabasePlatform(true);
  2581.         $a->setTransactional(true);
  2582.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2583.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2584.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2585.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2586.         });
  2587.         return $instance;
  2588.     }
  2589.     /**
  2590.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2591.      *
  2592.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2593.      */
  2594.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2595.     {
  2596.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/src/Bundle/AbapNotifierBundle/src/Resources/config/doctrine/model') => 'Abap\\NotifierBundle\\Model', (\dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Resources/config/doctrine/model') => 'Abap\\PaymentBundle\\Model', (\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model', (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2597.         $instance->setGlobalBasename('mapping');
  2598.         return $instance;
  2599.     }
  2600.     /**
  2601.      * Gets the private 'exception_listener' shared service.
  2602.      *
  2603.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2604.      */
  2605.     protected function getExceptionListenerService()
  2606.     {
  2607.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2608.     }
  2609.     /**
  2610.      * Gets the private 'form.factory' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\Form\FormFactory
  2613.      */
  2614.     protected function getForm_FactoryService()
  2615.     {
  2616.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  2617.         if (isset($this->privates['form.factory'])) {
  2618.             return $this->privates['form.factory'];
  2619.         }
  2620.         return $this->privates['form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  2621.     }
  2622.     /**
  2623.      * Gets the private 'form.registry' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\Form\FormRegistry
  2626.      */
  2627.     protected function getForm_RegistryService()
  2628.     {
  2629.         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, [
  2630.             'Abap\\KendoUiAdminThemeBundle\\Form\\Type\\ExtendedEntityType' => ['privates''Abap\\KendoUiAdminThemeBundle\\Form\\Type\\ExtendedEntityType''getExtendedEntityTypeService'true],
  2631.             'App\\Form\\Type\\AbapNotificationTemplateType' => ['privates''App\\Form\\Type\\AbapNotificationTemplateType''getAbapNotificationTemplateTypeService'true],
  2632.             'App\\Form\\Type\\AbapPaymentPositionForm' => ['privates''App\\Form\\Type\\AbapPaymentPositionForm''getAbapPaymentPositionFormService'true],
  2633.             'App\\Form\\Type\\Admin\\BankAccountType' => ['privates''App\\Form\\Type\\Admin\\BankAccountType''getBankAccountTypeService'true],
  2634.             'App\\Form\\Type\\Admin\\FeeType' => ['privates''App\\Form\\Type\\Admin\\FeeType''getFeeTypeService'true],
  2635.             'App\\Form\\Type\\Admin\\UserNotificationType' => ['privates''App\\Form\\Type\\Admin\\UserNotificationType''getUserNotificationTypeService'true],
  2636.             'App\\Form\\Type\\Admin\\UserType' => ['privates''App\\Form\\Type\\Admin\\UserType''getUserTypeService'true],
  2637.             'App\\Form\\Type\\Admin\\WkUserType' => ['privates''App\\Form\\Type\\Admin\\WkUserType''getWkUserTypeService'true],
  2638.             'App\\Form\\Type\\Admin\\WkUserTypeGroup' => ['privates''App\\Form\\Type\\Admin\\WkUserTypeGroup''getWkUserTypeGroupService'true],
  2639.             'App\\Form\\Type\\ApplicationResolveType' => ['privates''App\\Form\\Type\\ApplicationResolveType''getApplicationResolveTypeService'true],
  2640.             'App\\Form\\Type\\ChangePasswordType' => ['privates''App\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'true],
  2641.             'App\\Form\\Type\\Core\\AttachmentFileType' => ['privates''App\\Form\\Type\\Core\\AttachmentFileType''getAttachmentFileTypeService'true],
  2642.             'App\\Form\\Type\\Core\\AttachmentType' => ['privates''App\\Form\\Type\\Core\\AttachmentType''getAttachmentTypeService'true],
  2643.             'App\\Form\\Type\\Core\\IntCheckboxType' => ['privates''App\\Form\\Type\\Core\\IntCheckboxType''getIntCheckboxTypeService'true],
  2644.             'App\\Form\\Type\\Core\\IntTextArrayType' => ['privates''App\\Form\\Type\\Core\\IntTextArrayType''getIntTextArrayTypeService'true],
  2645.             'App\\Form\\Type\\Core\\LazyChoiceType' => ['privates''App\\Form\\Type\\Core\\LazyChoiceType''getLazyChoiceTypeService'true],
  2646.             'App\\Form\\Type\\Core\\LazyEntityType' => ['privates''App\\Form\\Type\\Core\\LazyEntityType''getLazyEntityTypeService'true],
  2647.             'App\\Form\\Type\\Core\\NotesType' => ['privates''App\\Form\\Type\\Core\\NotesType''getNotesTypeService'true],
  2648.             'App\\Form\\Type\\Core\\NullableIntRadioCheckboxType' => ['privates''App\\Form\\Type\\Core\\NullableIntRadioCheckboxType''getNullableIntRadioCheckboxTypeService'true],
  2649.             'App\\Form\\Type\\Core\\NullableRadioCheckboxType' => ['privates''App\\Form\\Type\\Core\\NullableRadioCheckboxType''getNullableRadioCheckboxTypeService'true],
  2650.             'App\\Form\\Type\\Core\\RadioCheckboxType' => ['privates''App\\Form\\Type\\Core\\RadioCheckboxType''getRadioCheckboxTypeService'true],
  2651.             'App\\Form\\Type\\DictionaryType' => ['privates''App\\Form\\Type\\DictionaryType''getDictionaryTypeService'true],
  2652.             'App\\Form\\Type\\DocumentTemplateType' => ['privates''App\\Form\\Type\\DocumentTemplateType''getDocumentTemplateTypeService'true],
  2653.             'App\\Form\\Type\\EventType' => ['privates''App\\Form\\Type\\EventType''getEventTypeService'true],
  2654.             'App\\Form\\Type\\GroupType' => ['privates''App\\Form\\Type\\GroupType''getGroupTypeService'true],
  2655.             'App\\Form\\Type\\NotificationTemplateType' => ['privates''App\\Form\\Type\\NotificationTemplateType''getNotificationTemplateTypeService'true],
  2656.             'App\\Form\\Type\\NotificationType' => ['privates''App\\Form\\Type\\NotificationType''getNotificationTypeService'true],
  2657.             'App\\Form\\Type\\RequestType' => ['privates''App\\Form\\Type\\RequestType''getRequestTypeService'true],
  2658.             'App\\Form\\Type\\RoadOccupationUnitFeeForm' => ['privates''App\\Form\\Type\\RoadOccupationUnitFeeForm''getRoadOccupationUnitFeeFormService'true],
  2659.             'App\\Form\\Type\\ServiceAttachmentPositionType' => ['privates''App\\Form\\Type\\ServiceAttachmentPositionType''getServiceAttachmentPositionTypeService'true],
  2660.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  2661.             'App\\Form\\Type\\SubpagesType' => ['privates''App\\Form\\Type\\SubpagesType''getSubpagesTypeService'true],
  2662.             'App\\Form\\Type\\SurveyAttachmentType' => ['privates''App\\Form\\Type\\SurveyAttachmentType''getSurveyAttachmentTypeService'true],
  2663.             'App\\Form\\Type\\SurveyQuestionChoiceType' => ['privates''App\\Form\\Type\\SurveyQuestionChoiceType''getSurveyQuestionChoiceTypeService'true],
  2664.             'App\\Form\\Type\\SurveyQuestionType' => ['privates''App\\Form\\Type\\SurveyQuestionType''getSurveyQuestionTypeService'true],
  2665.             'App\\Form\\Type\\SurveyType' => ['privates''App\\Form\\Type\\SurveyType''getSurveyTypeService'true],
  2666.             'App\\Notification\\Form\\IncomingShipmentNotificationConfigurationType' => ['privates''App\\Notification\\Form\\IncomingShipmentNotificationConfigurationType''getIncomingShipmentNotificationConfigurationTypeService'true],
  2667.             'App\\Notification\\Form\\TestNotificationConfigurationType' => ['privates''App\\Notification\\Form\\TestNotificationConfigurationType''getTestNotificationConfigurationTypeService'true],
  2668.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => ['services''payum.form.type.credit_card_expiration_date''getPayum_Form_Type_CreditCardExpirationDateService'true],
  2669.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => ['services''payum.form.type.credit_card''getPayum_Form_Type_CreditCardService'true],
  2670.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => ['services''payum.form.type.gateway_config''getPayum_Form_Type_GatewayConfigService'true],
  2671.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => ['services''payum.form.type.gateway_factories_choice''getPayum_Form_Type_GatewayFactoriesChoiceService'true],
  2672.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2673.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2674.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2675.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['privates''form.type.file''getForm_Type_FileService'true],
  2676.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2677.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'true],
  2678.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'true],
  2679.         ], [
  2680.             'Abap\\KendoUiAdminThemeBundle\\Form\\Type\\ExtendedEntityType' => '?',
  2681.             'App\\Form\\Type\\AbapNotificationTemplateType' => '?',
  2682.             'App\\Form\\Type\\AbapPaymentPositionForm' => '?',
  2683.             'App\\Form\\Type\\Admin\\BankAccountType' => '?',
  2684.             'App\\Form\\Type\\Admin\\FeeType' => '?',
  2685.             'App\\Form\\Type\\Admin\\UserNotificationType' => '?',
  2686.             'App\\Form\\Type\\Admin\\UserType' => '?',
  2687.             'App\\Form\\Type\\Admin\\WkUserType' => '?',
  2688.             'App\\Form\\Type\\Admin\\WkUserTypeGroup' => '?',
  2689.             'App\\Form\\Type\\ApplicationResolveType' => '?',
  2690.             'App\\Form\\Type\\ChangePasswordType' => '?',
  2691.             'App\\Form\\Type\\Core\\AttachmentFileType' => '?',
  2692.             'App\\Form\\Type\\Core\\AttachmentType' => '?',
  2693.             'App\\Form\\Type\\Core\\IntCheckboxType' => '?',
  2694.             'App\\Form\\Type\\Core\\IntTextArrayType' => '?',
  2695.             'App\\Form\\Type\\Core\\LazyChoiceType' => '?',
  2696.             'App\\Form\\Type\\Core\\LazyEntityType' => '?',
  2697.             'App\\Form\\Type\\Core\\NotesType' => '?',
  2698.             'App\\Form\\Type\\Core\\NullableIntRadioCheckboxType' => '?',
  2699.             'App\\Form\\Type\\Core\\NullableRadioCheckboxType' => '?',
  2700.             'App\\Form\\Type\\Core\\RadioCheckboxType' => '?',
  2701.             'App\\Form\\Type\\DictionaryType' => '?',
  2702.             'App\\Form\\Type\\DocumentTemplateType' => '?',
  2703.             'App\\Form\\Type\\EventType' => '?',
  2704.             'App\\Form\\Type\\GroupType' => '?',
  2705.             'App\\Form\\Type\\NotificationTemplateType' => '?',
  2706.             'App\\Form\\Type\\NotificationType' => '?',
  2707.             'App\\Form\\Type\\RequestType' => '?',
  2708.             'App\\Form\\Type\\RoadOccupationUnitFeeForm' => '?',
  2709.             'App\\Form\\Type\\ServiceAttachmentPositionType' => '?',
  2710.             'App\\Form\\Type\\ServiceType' => '?',
  2711.             'App\\Form\\Type\\SubpagesType' => '?',
  2712.             'App\\Form\\Type\\SurveyAttachmentType' => '?',
  2713.             'App\\Form\\Type\\SurveyQuestionChoiceType' => '?',
  2714.             'App\\Form\\Type\\SurveyQuestionType' => '?',
  2715.             'App\\Form\\Type\\SurveyType' => '?',
  2716.             'App\\Notification\\Form\\IncomingShipmentNotificationConfigurationType' => '?',
  2717.             'App\\Notification\\Form\\TestNotificationConfigurationType' => '?',
  2718.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?',
  2719.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?',
  2720.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?',
  2721.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?',
  2722.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2724.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2725.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2726.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2727.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  2728.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  2729.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2730.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2731.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2732.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2733.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2734.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2735.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2736.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2737.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2738.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2739.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2740.         }, 1), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator(function () {
  2741.             yield => ($this->services['payum.form.extension.gateway_factories_choice'] ?? $this->load('getPayum_Form_Extension_GatewayFactoriesChoiceService'));
  2742.         }, 1)], new RewindableGenerator(function () {
  2743.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  2744.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  2745.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2746.     }
  2747.     /**
  2748.      * Gets the private 'locale_aware_listener' shared service.
  2749.      *
  2750.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2751.      */
  2752.     protected function getLocaleAwareListenerService()
  2753.     {
  2754.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2755.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('pl')));
  2756.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2757.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2758.     }
  2759.     /**
  2760.      * Gets the private 'locale_listener' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2763.      */
  2764.     protected function getLocaleListenerService()
  2765.     {
  2766.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2767.     }
  2768.     /**
  2769.      * Gets the private 'mime_types' shared service.
  2770.      *
  2771.      * @return \Symfony\Component\Mime\MimeTypes
  2772.      */
  2773.     protected function getMimeTypesService()
  2774.     {
  2775.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2776.         $instance->setDefault($instance);
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the private 'monolog.handler.console' shared service.
  2781.      *
  2782.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2783.      */
  2784.     protected function getMonolog_Handler_ConsoleService()
  2785.     {
  2786.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2787.     }
  2788.     /**
  2789.      * Gets the private 'monolog.handler.main' shared service.
  2790.      *
  2791.      * @return \Monolog\Handler\StreamHandler
  2792.      */
  2793.     protected function getMonolog_Handler_MainService()
  2794.     {
  2795.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2796.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2797.         return $instance;
  2798.     }
  2799.     /**
  2800.      * Gets the private 'monolog.logger' shared service.
  2801.      *
  2802.      * @return \Symfony\Bridge\Monolog\Logger
  2803.      */
  2804.     protected function getMonolog_LoggerService()
  2805.     {
  2806.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2807.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2808.         $instance->useMicrosecondTimestamps(true);
  2809.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2810.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2812.         return $instance;
  2813.     }
  2814.     /**
  2815.      * Gets the private 'monolog.logger.cache' shared service.
  2816.      *
  2817.      * @return \Symfony\Bridge\Monolog\Logger
  2818.      */
  2819.     protected function getMonolog_Logger_CacheService()
  2820.     {
  2821.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2822.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2823.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2824.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2825.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2826.         return $instance;
  2827.     }
  2828.     /**
  2829.      * Gets the private 'monolog.logger.request' shared service.
  2830.      *
  2831.      * @return \Symfony\Bridge\Monolog\Logger
  2832.      */
  2833.     protected function getMonolog_Logger_RequestService()
  2834.     {
  2835.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2836.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2837.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2838.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2839.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2840.         return $instance;
  2841.     }
  2842.     /**
  2843.      * Gets the private 'monolog.logger.security' shared service.
  2844.      *
  2845.      * @return \Symfony\Bridge\Monolog\Logger
  2846.      */
  2847.     protected function getMonolog_Logger_SecurityService()
  2848.     {
  2849.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2850.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2851.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2852.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2853.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2854.         return $instance;
  2855.     }
  2856.     /**
  2857.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2858.      *
  2859.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2860.      */
  2861.     protected function getNelmioCors_CorsListenerService()
  2862.     {
  2863.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'parameter_bag' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2869.      */
  2870.     protected function getParameterBagService()
  2871.     {
  2872.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2873.     }
  2874.     /**
  2875.      * Gets the private 'profiler_listener' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2878.      */
  2879.     protected function getProfilerListenerService()
  2880.     {
  2881.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2882.         if (isset($this->privates['profiler_listener'])) {
  2883.             return $this->privates['profiler_listener'];
  2884.         }
  2885.         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);
  2886.     }
  2887.     /**
  2888.      * Gets the private 'property_accessor' shared service.
  2889.      *
  2890.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2891.      */
  2892.     protected function getPropertyAccessorService()
  2893.     {
  2894.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2895.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2896.     }
  2897.     /**
  2898.      * Gets the private 'property_info' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2901.      */
  2902.     protected function getPropertyInfoService()
  2903.     {
  2904.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2905.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2906.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2907.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2908.         }, 3), new RewindableGenerator(function () {
  2909.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2910.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2911.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2912.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2913.         }, 4), new RewindableGenerator(function () {
  2914.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2915.         }, 1), new RewindableGenerator(function () {
  2916.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2917.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2918.         }, 2), new RewindableGenerator(function () {
  2919.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2920.         }, 1));
  2921.     }
  2922.     /**
  2923.      * Gets the private 'router.expression_language_provider' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2926.      */
  2927.     protected function getRouter_ExpressionLanguageProviderService()
  2928.     {
  2929.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2930.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2931.         ], [
  2932.             'env' => 'Closure',
  2933.         ]));
  2934.     }
  2935.     /**
  2936.      * Gets the private 'router.request_context' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\Routing\RequestContext
  2939.      */
  2940.     protected function getRouter_RequestContextService()
  2941.     {
  2942.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('APP_URL'), 'localhost''http'80443);
  2943.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2944.         return $instance;
  2945.     }
  2946.     /**
  2947.      * Gets the private 'router_listener' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2950.      */
  2951.     protected function getRouterListenerService()
  2952.     {
  2953.         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);
  2954.     }
  2955.     /**
  2956.      * Gets the private 'security.authorization_checker' shared service.
  2957.      *
  2958.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2959.      */
  2960.     protected function getSecurity_AuthorizationCheckerService()
  2961.     {
  2962.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2963.         if (isset($this->privates['security.authorization_checker'])) {
  2964.             return $this->privates['security.authorization_checker'];
  2965.         }
  2966.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  2967.     }
  2968.     /**
  2969.      * Gets the private 'security.context_listener.0' shared service.
  2970.      *
  2971.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2972.      */
  2973.     protected function getSecurity_ContextListener_0Service()
  2974.     {
  2975.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2976.         if (isset($this->privates['security.context_listener.0'])) {
  2977.             return $this->privates['security.context_listener.0'];
  2978.         }
  2979.         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 () {
  2980.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2981.             yield => ($this->privates['security.user.provider.concrete.api_simple_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiSimpleUserProviderService'));
  2982.             yield => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
  2983.             yield => ($this->privates['security.user.provider.concrete.api_logingov_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiLogingovUserProviderService'));
  2984.         }, 4), 'admin', ($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->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  2985.     }
  2986.     /**
  2987.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2988.      *
  2989.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2990.      */
  2991.     protected function getSecurity_EventDispatcher_AdminService()
  2992.     {
  2993.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2994.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2995.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2996.         }, => 'checkPassport'], 2048);
  2997.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2998.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2999.         }, => 'onSuccessfulLogin'], 0);
  3000.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3001.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3002.         }, => 'onLogout'], 64);
  3003.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3004.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3005.         }, => 'onLogout'], 0);
  3006.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3007.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3008.         }, => 'preCheckCredentials'], 256);
  3009.         $instance->addListener('security.authentication.success', [=> function () {
  3010.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3011.         }, => 'postCheckCredentials'], 256);
  3012.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3013.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3014.         }, => 'checkPassport'], 1024);
  3015.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3016.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  3017.         }, => 'onLoginSuccessEvent'], 0);
  3018.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3019.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  3020.         }, => 'onLoginFailureEvent'], 0);
  3021.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3022.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3023.         }, => 'checkPassport'], 0);
  3024.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3025.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3026.         }, => 'onLoginSuccess'], 0);
  3027.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3028.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3029.         }, => 'checkPassport'], 512);
  3030.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3031.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3032.         }, => 'onLogout'], 0);
  3033.         return $instance;
  3034.     }
  3035.     /**
  3036.      * Gets the private 'security.expression_language' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3039.      */
  3040.     protected function getSecurity_ExpressionLanguageService()
  3041.     {
  3042.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3043.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the private 'security.firewall.map' shared service.
  3048.      *
  3049.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3050.      */
  3051.     protected function getSecurity_Firewall_MapService()
  3052.     {
  3053.         $a = ($this->privates['.service_locator.OW_JE5p'] ?? $this->get_ServiceLocator_OWJE5pService());
  3054.         if (isset($this->privates['security.firewall.map'])) {
  3055.             return $this->privates['security.firewall.map'];
  3056.         }
  3057.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3058.             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)/')));
  3059.             yield 'security.firewall.map.context.logingov_json_api_login' => ($this->privates['.security.request_matcher.VBk_XM1'] ?? ($this->privates['.security.request_matcher.VBk_XM1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/logingov-token')));
  3060.             yield 'security.firewall.map.context.api_token' => ($this->privates['.security.request_matcher.wYGPCoo'] ?? ($this->privates['.security.request_matcher.wYGPCoo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/token')));
  3061.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.tbdzgbx'] ?? ($this->privates['.security.request_matcher.tbdzgbx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1')));
  3062.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3063.         }, 5));
  3064.     }
  3065.     /**
  3066.      * Gets the private 'security.logout_url_generator' shared service.
  3067.      *
  3068.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3069.      */
  3070.     protected function getSecurity_LogoutUrlGeneratorService()
  3071.     {
  3072.         $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->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3073.         $instance->registerListener('admin''abap_application_logout''logout''_csrf_token'NULLNULL);
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the private 'security.token_storage' shared service.
  3078.      *
  3079.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3080.      */
  3081.     protected function getSecurity_TokenStorageService()
  3082.     {
  3083.         return $this->privates['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, [
  3084.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3085.         ], [
  3086.             'request_stack' => '?',
  3087.         ]));
  3088.     }
  3089.     /**
  3090.      * Gets the private 'serializer' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\Serializer\Serializer
  3093.      */
  3094.     protected function getSerializerService()
  3095.     {
  3096.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3097.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3098.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  3099.         $d = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c])));
  3100.         $e = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  3101.         $f = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3102.         $g = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3103.         $h = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  3104.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3105.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($e$f, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($g, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $h), NULL$iNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $htrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLfalse));
  3106.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  3107.         $l = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  3108.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3109.         $n = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  3110.         if (isset($this->privates['serializer'])) {
  3111.             return $this->privates['serializer'];
  3112.         }
  3113.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  3114.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  3115.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3116.         $r = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  3117.         if (isset($this->privates['serializer'])) {
  3118.             return $this->privates['serializer'];
  3119.         }
  3120.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
  3121.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$k$a$b$sNULL);
  3122.         return $this->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\AttachmentNormalizer(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $d=> $j=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($g, [], $k), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), => $j=> $d=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($e$f$l$mNULL$gNULL$k), 10 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($e$n$g), 11 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($gtrue), 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($e$f$l$n$m$o$a$k$p, [], new RewindableGenerator(function () {
  3123.             return new \EmptyIterator();
  3124.         }, 0), $q), 16 => new \ApiPlatform\Serializer\ItemNormalizer($f$l$n$m$a$k$p$rtrueNULL, new RewindableGenerator(function () {
  3125.             return new \EmptyIterator();
  3126.         }, 0), $e$q), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p$k$b$sNULL)), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 25 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 26 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o$m$n$e), 'page''pagination'$e$a), $e$m$i), 27 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 28 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$n$o), 29 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  3127.     }
  3128.     /**
  3129.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3132.      */
  3133.     protected function getSerializer_NameConverter_MetadataAwareService()
  3134.     {
  3135.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3136.     }
  3137.     /**
  3138.      * Gets the private 'session_listener' shared service.
  3139.      *
  3140.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3141.      */
  3142.     protected function getSessionListenerService()
  3143.     {
  3144.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3145.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3146.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3147.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3148.         ], [
  3149.             'logger' => '?',
  3150.             'session_collector' => '?',
  3151.             'session_factory' => '?',
  3152.         ]), true$this->parameters['session.storage.options']);
  3153.     }
  3154.     /**
  3155.      * Gets the private 'translator.default' shared service.
  3156.      *
  3157.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3158.      */
  3159.     protected function getTranslator_DefaultService()
  3160.     {
  3161.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3162.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3163.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3164.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3165.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3166.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3167.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3168.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3169.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3170.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3171.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3172.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3173.         ], [
  3174.             'translation.loader.csv' => '?',
  3175.             'translation.loader.dat' => '?',
  3176.             'translation.loader.ini' => '?',
  3177.             'translation.loader.json' => '?',
  3178.             'translation.loader.mo' => '?',
  3179.             'translation.loader.php' => '?',
  3180.             'translation.loader.po' => '?',
  3181.             'translation.loader.qt' => '?',
  3182.             'translation.loader.res' => '?',
  3183.             'translation.loader.xliff' => '?',
  3184.             'translation.loader.yml' => '?',
  3185.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pl', ['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/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml')], '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/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml')], '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/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], '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/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml')], '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/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], '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/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], '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/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], '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')], '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/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], '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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/abap/login-gov-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/abap/theme-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/abap/admin-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/abap/payment-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/src/Bundle/Abap/SmsSenderBundle/src/translations'), 23 => (\dirname(__DIR__4).'/src/Bundle/Abap/NotificationBundle/src/translations'), 24 => (\dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Bundle/AbapNotifierBundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/payum/payum-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/nelmio/cors-bundle/translations'12 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/lexik/jwt-authentication-bundle/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/abap/login-gov-bundle/src/translations'17 => 'vendor/abap/theme-bundle/src/translations'18 => 'vendor/abap/application-context-bundle/src/translations'19 => 'vendor/abap/kendoui-admin-theme-bundle/src/translations'20 => 'vendor/abap/admin-bundle/src/translations'21 => 'vendor/abap/payment-bundle/src/translations'22 => 'src/Bundle/Abap/SmsSenderBundle/src/translations'23 => 'src/Bundle/Abap/NotificationBundle/src/translations'24 => 'src/Bundle/AbapMenuBundle/src/translations'25 => 'vendor/symfony/monolog-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/knplabs/knp-snappy-bundle/src/translations'28 => 'src/Bundle/AbapNotifierBundle/src/translations']]], []);
  3186.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3187.         $instance->setFallbackLocales([=> 'pl']);
  3188.         return $instance;
  3189.     }
  3190.     /**
  3191.      * Gets the private 'twig' shared service.
  3192.      *
  3193.      * @return \Twig\Environment
  3194.      */
  3195.     protected function getTwigService()
  3196.     {
  3197.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3198.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3199.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3200.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3201.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3202.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3203.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3204.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  3205.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  3206.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3207.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3208.         $a->addPath((\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/templates'), 'AbapKendoUiAdminTheme');
  3209.         $a->addPath((\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/templates'), '!AbapKendoUiAdminTheme');
  3210.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
  3211.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
  3212.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3213.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3214.         $a->addPath((\dirname(__DIR__4).'/templates'));
  3215.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3216.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3217.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3218.         $b = new \Abap\ThemeBundle\PathResolver\OrderedPathResolverRegistry();
  3219.         $b->add(new \Abap\ThemeBundle\PathResolver\ApplicationThemePathResolver(\dirname(__DIR__4)));
  3220.         $b->add(new \Abap\ThemeBundle\PathResolver\ThemePathResolver());
  3221.         $this->privates['twig'] = $instance = new \Twig\Environment(new \Abap\ThemeBundle\Twig\Loader\ThemedTemplateLoader($a, new \Abap\ThemeBundle\Twig\Locator\ThemeTemplateLocator(($this->privates['filesystem'] ?? ($this->privates['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $b), ($this->privates['abap_theme.theme_context'] ?? $this->getAbapTheme_ThemeContextService())), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  3222.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3223.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  3224.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3225.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3226.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3227.         $h = ($this->services['router'] ?? $this->getRouterService());
  3228.         $i = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  3229.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3230.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  3231.         $k = new \Symfony\Bridge\Twig\AppVariable();
  3232.         $k->setEnvironment('dev');
  3233.         $k->setDebug(true);
  3234.         $k->setTokenStorage($i);
  3235.         if ($this->has('request_stack')) {
  3236.             $k->setRequestStack($e);
  3237.         }
  3238.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3239.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  3240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  3241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($e$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  3242.             return new \EmptyIterator();
  3243.         }, 0))));
  3244.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  3245.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  3246.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3247.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  3248.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3249.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3250.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e$f)));
  3251.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  3252.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  3253.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  3254.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  3255.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  3256.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  3257.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3258.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  3259.         $instance->addExtension(new \Abap\KendoUiAdminThemeBundle\Twig\JsExtension());
  3260.         $instance->addExtension(new \Abap\KendoUiAdminThemeBundle\Twig\UrlExtension());
  3261.         $instance->addExtension(new \Abap\KendoUiAdminThemeBundle\Twig\FormExtension());
  3262.         $instance->addExtension(new \Abap\MenuBundle\Twig\AbapMenuTwigExtension(new \Abap\MenuBundle\Resolver\MenuItemsResolver(new \Abap\MenuBundle\Provider\BundleConfigurationProvider(['menus' => ['main' => ['name' => 'Główne''items' => ['Dashboard' => ['type' => 'route''label' => 'Pulpit''route' => 'abap_application.start_point.admin''route_parameters' => [], 'items' => []], 'Users' => ['type' => 'route''label' => 'Użytkownicy''route' => 'admin_user.list_view''route_parameters' => [], 'items' => []], 'PortalUsers' => ['type' => 'route''label' => 'Użytkownicy portalu''route' => 'admin_portal_user.list_view''route_parameters' => [], 'items' => []], 'Applicants' => ['type' => 'route''label' => 'Wnioskodawcy''route' => 'admin_applicant.list_view''route_parameters' => [], 'items' => []], 'Applications' => ['type' => 'route''label' => 'Wnioski''route' => 'admin_application.list_view''route_parameters' => [], 'items' => []], 'Cases' => ['type' => 'route''label' => 'Sprawy''route' => 'admin_case.list_view''route_parameters' => [], 'items' => []], 'Subpages' => ['type' => 'route''label' => 'ZarzÄ…dzanie podstronami''route' => 'admin_subpages.list_view''route_parameters' => [], 'items' => []], 'Services' => ['type' => 'route''label' => 'ZarzÄ…dzanie e-usÅ‚ugami''route' => 'admin_services.list_view''route_parameters' => [], 'items' => []], 'Payments' => ['type' => 'route''label' => 'PÅ‚atnoÅ›ci''route' => 'admin_payments.list_view''route_parameters' => [], 'items' => []], 'NotificationTemplates' => ['type' => 'route''label' => 'Szablony powiadomieÅ„''route' => 'admin_notification_templates.list_view''route_parameters' => [], 'items' => []], 'AbapNotificationTemplates' => ['type' => 'route''label' => 'System powiadomieÅ„''route' => 'admin_abap_notification_templates.list_view''route_parameters' => [], 'items' => []], 'ChangePassword' => ['type' => 'route''label' => 'ZmieÅ„ hasÅ‚o''route' => 'admin_user.change_password''route_parameters' => [], 'items' => []], 'DocumentTemplates' => ['type' => 'route''label' => 'Szablony dokumentów''route' => 'admin_document_templates.list_view''route_parameters' => [], 'items' => []], 'Surveys' => ['type' => 'route''label' => 'Konsultacje spoÅ‚eczne''route' => 'admin_survey.list_view''route_parameters' => [], 'items' => []], 'Dictionaries' => ['type' => 'route''label' => 'SÅ‚owniki''route' => 'abap_application.custom_page.admin''route_parameters' => ['pageName' => ['value' => 'dictionaries']], 'items' => []]]]]]), new \Abap\MenuBundle\ShowItemPreventionChecker\ShowItemPreventionCheckersChain(), $h$e)));
  3263.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  3264.         $instance->addGlobal('app'$k);
  3265.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3266.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  3267.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  3268.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  3269.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  3270.         ], [
  3271.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3272.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3273.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  3274.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3275.         ])));
  3276.         $instance->addGlobal('dictionary_service', ($this->privates['App\\Service\\DictionaryService'] ?? ($this->privates['App\\Service\\DictionaryService'] = new \App\Service\DictionaryService())));
  3277.         $instance->addGlobal('notification_service', ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()));
  3278.         $instance->addGlobal('notification_reload_min'5);
  3279.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the private 'validator.builder' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3286.      */
  3287.     protected function getValidator_BuilderService()
  3288.     {
  3289.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3290.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3291.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3292.             'App\\Validator\\TaxIdValidator' => ['privates''App\\Validator\\TaxIdValidator''getTaxIdValidatorService'true],
  3293.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3294.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3295.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3296.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3297.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3298.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3299.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3300.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3301.         ], [
  3302.             'App\\Validator\\TaxIdValidator' => '?',
  3303.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3304.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3305.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3306.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3307.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3308.             'doctrine.orm.validator.unique' => '?',
  3309.             'security.validator.user_password' => '?',
  3310.             'validator.expression' => '?',
  3311.         ])));
  3312.         if ($this->has('translator')) {
  3313.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3314.         }
  3315.         $instance->setTranslationDomain('validators');
  3316.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/config/validation.xml')]);
  3317.         $instance->enableAnnotationMapping(true);
  3318.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3319.         $instance->addMethodMapping('loadValidatorMetadata');
  3320.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3321.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3322.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3323.         return $instance;
  3324.     }
  3325.     /**
  3326.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3327.      *
  3328.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3329.      */
  3330.     protected function getVichUploader_MetadataReaderService()
  3331.     {
  3332.         $a = new \Metadata\Driver\FileLocator([]);
  3333.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3334.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3335.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3336.     }
  3337.     /**
  3338.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3339.      *
  3340.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3341.      */
  3342.     protected function getVichUploader_PropertyMappingFactoryService()
  3343.     {
  3344.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  3345.     }
  3346.     /**
  3347.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  3348.      *
  3349.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  3350.      */
  3351.     protected function getVichUploader_Storage_FileSystemService()
  3352.     {
  3353.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  3354.     }
  3355.     /**
  3356.      * Gets the private 'web_profiler.csp.handler' shared service.
  3357.      *
  3358.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3359.      */
  3360.     protected function getWebProfiler_Csp_HandlerService()
  3361.     {
  3362.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3363.     }
  3364.     /**
  3365.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3366.      *
  3367.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3368.      */
  3369.     protected function getWebProfiler_DebugToolbarService()
  3370.     {
  3371.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  3372.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3373.             return $this->privates['web_profiler.debug_toolbar'];
  3374.         }
  3375.         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()), NULL);
  3376.     }
  3377.     /**
  3378.      * Gets the public 'profiler' alias.
  3379.      *
  3380.      * @return object The ".container.private.profiler" service.
  3381.      */
  3382.     protected function getProfilerService()
  3383.     {
  3384.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3385.         return $this->get('.container.private.profiler');
  3386.     }
  3387.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  3388.     {
  3389.         if (isset($this->buildParameters[$name])) {
  3390.             return $this->buildParameters[$name];
  3391.         }
  3392.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3393.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3394.         }
  3395.         if (isset($this->loadedDynamicParameters[$name])) {
  3396.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3397.         }
  3398.         return $this->parameters[$name];
  3399.     }
  3400.     public function hasParameter(string $name): bool
  3401.     {
  3402.         if (isset($this->buildParameters[$name])) {
  3403.             return true;
  3404.         }
  3405.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3406.     }
  3407.     public function setParameter(string $name$value): void
  3408.     {
  3409.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3410.     }
  3411.     public function getParameterBag(): ParameterBagInterface
  3412.     {
  3413.         if (null === $this->parameterBag) {
  3414.             $parameters $this->parameters;
  3415.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3416.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3417.             }
  3418.             foreach ($this->buildParameters as $name => $value) {
  3419.                 $parameters[$name] = $value;
  3420.             }
  3421.             $this->parameterBag = new FrozenParameterBag($parameters);
  3422.         }
  3423.         return $this->parameterBag;
  3424.     }
  3425.     private $loadedDynamicParameters = [
  3426.         'kernel.runtime_environment' => false,
  3427.         'kernel.build_dir' => false,
  3428.         'kernel.cache_dir' => false,
  3429.         'app.external_api_url' => false,
  3430.         'smartgem.login' => false,
  3431.         'smartgem.password' => false,
  3432.         'smartgem.url' => false,
  3433.         'app.secret_key' => false,
  3434.         'app.secret_key_user' => false,
  3435.         'onlyoffcie_server_url' => false,
  3436.         'app_url' => false,
  3437.         'app.instance_id' => false,
  3438.         'logingov_documenttosigning_xmltemplate' => false,
  3439.         'logingov_applicationdocumentsigned_frontend_callback_url' => false,
  3440.         'logingov_callback_url' => false,
  3441.         'app_payment.return_url' => false,
  3442.         'payum.capture_path' => false,
  3443.         'app.pseudonymization_phrase' => false,
  3444.         'ezd_url' => false,
  3445.         'ezd_username' => false,
  3446.         'ezd_password' => false,
  3447.         'ezd_integration_enabled' => false,
  3448.         'ezd_rp.sso_base' => false,
  3449.         'ezd_rp.client_domain' => false,
  3450.         'ezd_rp.scope' => false,
  3451.         'ezd_rp.grant_type' => false,
  3452.         'ezd_rp.pid' => false,
  3453.         'ezd_rp.api_key_value' => false,
  3454.         'ezd_rp.aki' => false,
  3455.         'ezd_rp.insecure_tls' => false,
  3456.         'ezd_rp.integrator_base' => false,
  3457.         'ezd_rp.sid_header_name' => false,
  3458.         'ezd_rp.sid' => false,
  3459.         'ezd_rp.filerepo_base' => false,
  3460.         'document_template.potwierdzenie_przelewu' => false,
  3461.         'document_template.urzedowe_potwierdzenie_doreczenia' => false,
  3462.         'document_template.upo_odbioru_pisma' => false,
  3463.         'document_template.urzedowe_potwierdzenie_przedlozenia' => false,
  3464.         'send_application_to_epuap' => false,
  3465.         'epuapdocument_xml_template' => false,
  3466.         'ezd_active_provider' => false,
  3467.         'kernel.secret' => false,
  3468.         'debug.container.dump' => false,
  3469.         'serializer.mapping.cache.file' => false,
  3470.         'session.save_path' => false,
  3471.         'validator.mapping.cache.file' => false,
  3472.         'profiler.storage.dsn' => false,
  3473.         'doctrine.orm.proxy_dir' => false,
  3474.         'nelmio_cors.defaults' => false,
  3475.         'lexik_jwt_authentication.pass_phrase' => false,
  3476.         'abap_login_gov.client_config' => false,
  3477.         'abap_login_gov.api_frontend_callback_url' => false,
  3478.         'abap_login_gov.api_acs_path' => false,
  3479.         'knp_snappy.pdf.binary' => false,
  3480.         'knp_snappy.image.binary' => false,
  3481.     ];
  3482.     private $dynamicParameters = [];
  3483.     private function getDynamicParameter(string $name)
  3484.     {
  3485.         switch ($name) {
  3486.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3487.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3488.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3489.             case 'app.external_api_url'$value $this->getEnv('EXTERNAL_API_URL'); break;
  3490.             case 'smartgem.login'$value $this->getEnv('SMARTGEM_LOGIN'); break;
  3491.             case 'smartgem.password'$value $this->getEnv('SMARTGEM_PASSWORD'); break;
  3492.             case 'smartgem.url'$value $this->getEnv('SMARTGEM_URL'); break;
  3493.             case 'app.secret_key'$value $this->getEnv('SECRET_KEY'); break;
  3494.             case 'app.secret_key_user'$value $this->getEnv('SECRET_KEY_USER'); break;
  3495.             case 'onlyoffcie_server_url'$value $this->getEnv('ONLYOFFICE_SERVER_URL'); break;
  3496.             case 'app_url'$value $this->getEnv('APP_URL'); break;
  3497.             case 'app.instance_id'$value $this->getEnv('APP_INSTANCE_ID'); break;
  3498.             case 'logingov_documenttosigning_xmltemplate'$value = (\dirname(__DIR__4).'/'.$this->getEnv('string:LOGIN_GOV_DOCUMENTTOSIGNING_XMLTEMPLATE')); break;
  3499.             case 'logingov_applicationdocumentsigned_frontend_callback_url'$value $this->getEnv('LOGIN_GOV_APPLICATIONDOCUMENTSIGNED_FRONTEND_CALLBACK_URL'); break;
  3500.             case 'logingov_callback_url'$value $this->getEnv('LOGIN_GOV_API_CALLBACK_URL'); break;
  3501.             case 'app_payment.return_url'$value $this->getEnv('PAYBYNET_BACKPAGE'); break;
  3502.             case 'payum.capture_path'$value $this->getEnv('PAYBYNET_CAPTURE_PATH'); break;
  3503.             case 'app.pseudonymization_phrase'$value $this->getEnv('PSEUDONYMIZATION_PHRASE'); break;
  3504.             case 'ezd_url'$value $this->getEnv('EZD_URL'); break;
  3505.             case 'ezd_username'$value $this->getEnv('EZD_USERNAME'); break;
  3506.             case 'ezd_password'$value $this->getEnv('EZD_PASSWORD'); break;
  3507.             case 'ezd_integration_enabled'$value $this->getEnv('EZD_INTEGRATION_ENABLED'); break;
  3508.             case 'ezd_rp.sso_base'$value $this->getEnv('EZD_RP_SSO_BASE'); break;
  3509.             case 'ezd_rp.client_domain'$value $this->getEnv('EZD_RP_CLIENT_DOMAIN'); break;
  3510.             case 'ezd_rp.scope'$value $this->getEnv('EZD_RP_SCOPE'); break;
  3511.             case 'ezd_rp.grant_type'$value $this->getEnv('EZD_RP_GRANT_TYPE'); break;
  3512.             case 'ezd_rp.pid'$value $this->getEnv('EZD_RP_PID'); break;
  3513.             case 'ezd_rp.api_key_value'$value $this->getEnv('EZD_RP_API_KEY_VALUE'); break;
  3514.             case 'ezd_rp.aki'$value $this->getEnv('EZD_RP_AKI'); break;
  3515.             case 'ezd_rp.insecure_tls'$value $this->getEnv('bool:EZD_RP_INSECURE_TLS'); break;
  3516.             case 'ezd_rp.integrator_base'$value $this->getEnv('EZD_RP_INTEGRATOR_BASE'); break;
  3517.             case 'ezd_rp.sid_header_name'$value $this->getEnv('EZD_RP_SID_HEADER_NAME'); break;
  3518.             case 'ezd_rp.sid'$value $this->getEnv('EZD_RP_SID'); break;
  3519.             case 'ezd_rp.filerepo_base'$value $this->getEnv('EZD_RP_FILEREPO_BASE'); break;
  3520.             case 'document_template.potwierdzenie_przelewu'$value $this->getEnv('DOCUMENT_TEMPLATE_POTWIERDZENIE_PRZELEWU'); break;
  3521.             case 'document_template.urzedowe_potwierdzenie_doreczenia'$value $this->getEnv('DOCUMENT_TEMPLATE_URZEDOWE_POTWIERDZENIE_DORECZENIA'); break;
  3522.             case 'document_template.upo_odbioru_pisma'$value $this->getEnv('DOCUMENT_TEMPLATE_UPO_ODBIORU_PISMA'); break;
  3523.             case 'document_template.urzedowe_potwierdzenie_przedlozenia'$value $this->getEnv('DOCUMENT_TEMPLATE_URZEDOWE_POTWIERDZENIE_PRZEDLOZENIA'); break;
  3524.             case 'send_application_to_epuap'$value $this->getEnv('SEND_APPLICATION_TO_EPUAP'); break;
  3525.             case 'epuapdocument_xml_template'$value $this->getEnv('EPUAPDOCUMENT_XML_TEMPLATE'); break;
  3526.             case 'ezd_active_provider'$value $this->getEnv('EZD_ACTIVE_PROVIDER'); break;
  3527.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3528.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3529.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3530.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3531.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3532.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3533.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3534.             case 'nelmio_cors.defaults'$value = [
  3535.                 'allow_origin' => [
  3536.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3537.                 ],
  3538.                 'allow_credentials' => false,
  3539.                 'allow_headers' => [
  3540.                     => 'content-type',
  3541.                     => 'authorization',
  3542.                 ],
  3543.                 'expose_headers' => [
  3544.                     => 'Link',
  3545.                 ],
  3546.                 'allow_methods' => [
  3547.                     => 'GET',
  3548.                     => 'OPTIONS',
  3549.                     => 'POST',
  3550.                     => 'PUT',
  3551.                     => 'PATCH',
  3552.                     => 'DELETE',
  3553.                 ],
  3554.                 'max_age' => 3600,
  3555.                 'hosts' => [
  3556.                 ],
  3557.                 'origin_regex' => true,
  3558.                 'forced_allow_origin_value' => NULL,
  3559.             ]; break;
  3560.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3561.             case 'abap_login_gov.client_config'$value = [
  3562.                 'sso_login_url' => $this->getEnv('ABAP_LOGIN_GOV_SSO_LOGIN_URL'),
  3563.                 'sig_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_SIG_KEYSTORE_PATH'),
  3564.                 'enc_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_ENC_KEYSTORE_PATH'),
  3565.                 'epuap_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_EPUAP_KEYSTORE_PATH'),
  3566.                 'epuap_keystore_password' => $this->getEnv('ABAP_LOGIN_GOV_EPUAP_KEYSTORE_PASSWORD'),
  3567.                 'sksp' => $this->getEnv('ABAP_LOGIN_GOV_SKSP'),
  3568.                 'eksp' => $this->getEnv('ABAP_LOGIN_GOV_EKSP'),
  3569.                 'acs' => $this->getEnv('ABAP_LOGIN_GOV_ACS'),
  3570.                 'authn_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_AUTHN_REQUEST_DS'),
  3571.                 'artifact_resolve_ds' => $this->getEnv('ABAP_LOGIN_GOV_ARTIFACT_RESOLVE_DS'),
  3572.                 'logout_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_LOGOUT_REQUEST_DS'),
  3573.                 'adddocumenttosigning_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_ADDDOCUMENTTOSIGNING_REQUEST_DS'),
  3574.                 'getsigneddocument_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_GETSIGNEDDOCUMENT_REQUEST_DS'),
  3575.                 'is' => $this->getEnv('ABAP_LOGIN_GOV_IS'),
  3576.                 'epuapdocumentsend_endpoint_url' => $this->getEnv('ABAP_LOGIN_GOV_EPUAPDOCUMENTSEND_ENDPOINT_URL'),
  3577.                 'epuapdocumentsend_address_from' => $this->getEnv('ABAP_LOGIN_GOV_EPUAPDOCUMENTSEND_ADDRESS_FROM'),
  3578.                 'epuapdocumentsend_address_to' => $this->getEnv('ABAP_LOGIN_GOV_EPUAPDOCUMENTSEND_ADDRESS_TO'),
  3579.                 'epuapdocumentsend_provider_id' => $this->getEnv('ABAP_LOGIN_GOV_EPUAPDOCUMENTSEND_PROVIDER_ID'),
  3580.                 'epuapdocumentsend_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_EPUAPDOCUMENTSEND_KEYSTORE_PATH'),
  3581.                 'epuapdocumentsend_keystore_password' => $this->getEnv('ABAP_LOGIN_GOV_EPUAPDOCUMENTSEND_KEYSTORE_PASSWORD'),
  3582.                 'provider_name' => NULL,
  3583.                 'connector_app_dir' => (\dirname(__DIR__4).'/vendor/abap/login-gov-bundle/src/DependencyInjection/../../bin/LoginGovConnector'),
  3584.                 'connector_app_jar' => 'LoginGovConnector.jar',
  3585.             ]; break;
  3586.             case 'abap_login_gov.api_frontend_callback_url'$value $this->getEnv('ABAP_LOGIN_GOV_API_FRONTEND_CALLBACK_URL'); break;
  3587.             case 'abap_login_gov.api_acs_path'$value $this->getEnv('ABAP_LOGIN_GOV_API_ACS_PATH'); break;
  3588.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3589.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3590.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3591.         }
  3592.         $this->loadedDynamicParameters[$name] = true;
  3593.         return $this->dynamicParameters[$name] = $value;
  3594.     }
  3595.     protected function getDefaultParameters(): array
  3596.     {
  3597.         return [
  3598.             'kernel.project_dir' => \dirname(__DIR__4),
  3599.             'kernel.environment' => 'dev',
  3600.             'kernel.debug' => true,
  3601.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3602.             'kernel.bundles' => [
  3603.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3604.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3605.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3606.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3607.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3608.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3609.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3610.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3611.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3612.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3613.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3614.                 'AbapLoginGovBundle' => 'Abap\\LoginGovBundle\\AbapLoginGovBundle',
  3615.                 'AbapThemeBundle' => 'Abap\\ThemeBundle\\AbapThemeBundle',
  3616.                 'AbapApplicationContextBundle' => 'Abap\\ApplicationContextBundle\\AbapApplicationContextBundle',
  3617.                 'AbapKendoUiAdminThemeBundle' => 'Abap\\KendoUiAdminThemeBundle\\AbapKendoUiAdminThemeBundle',
  3618.                 'AbapAdminBundle' => 'Abap\\AdminBundle\\AbapAdminBundle',
  3619.                 'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
  3620.                 'AbapPaymentBundle' => 'Abap\\PaymentBundle\\AbapPaymentBundle',
  3621.                 'AbapSmsSenderBundle' => 'Abap\\SmsSenderBundle\\AbapSmsSenderBundle',
  3622.                 'AbapNotificationBundle' => 'Abap\\NotificationBundle\\AbapNotificationBundle',
  3623.                 'AbapMenuBundle' => 'Abap\\MenuBundle\\AbapMenuBundle',
  3624.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3625.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3626.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3627.                 'AbapNotifierBundle' => 'Abap\\NotifierBundle\\AbapNotifierBundle',
  3628.             ],
  3629.             'kernel.bundles_metadata' => [
  3630.                 'FrameworkBundle' => [
  3631.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3632.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3633.                 ],
  3634.                 'TwigBundle' => [
  3635.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3636.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3637.                 ],
  3638.                 'SecurityBundle' => [
  3639.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3640.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3641.                 ],
  3642.                 'DoctrineBundle' => [
  3643.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3644.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3645.                 ],
  3646.                 'DoctrineMigrationsBundle' => [
  3647.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3648.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3649.                 ],
  3650.                 'NelmioCorsBundle' => [
  3651.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3652.                     'namespace' => 'Nelmio\\CorsBundle',
  3653.                 ],
  3654.                 'ApiPlatformBundle' => [
  3655.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3656.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3657.                 ],
  3658.                 'MakerBundle' => [
  3659.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3660.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3661.                 ],
  3662.                 'LexikJWTAuthenticationBundle' => [
  3663.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3664.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3665.                 ],
  3666.                 'DoctrineFixturesBundle' => [
  3667.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3668.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3669.                 ],
  3670.                 'VichUploaderBundle' => [
  3671.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3672.                     'namespace' => 'Vich\\UploaderBundle',
  3673.                 ],
  3674.                 'AbapLoginGovBundle' => [
  3675.                     'path' => (\dirname(__DIR__4).'/vendor/abap/login-gov-bundle/src'),
  3676.                     'namespace' => 'Abap\\LoginGovBundle',
  3677.                 ],
  3678.                 'AbapThemeBundle' => [
  3679.                     'path' => (\dirname(__DIR__4).'/vendor/abap/theme-bundle/src'),
  3680.                     'namespace' => 'Abap\\ThemeBundle',
  3681.                 ],
  3682.                 'AbapApplicationContextBundle' => [
  3683.                     'path' => (\dirname(__DIR__4).'/vendor/abap/application-context-bundle/src'),
  3684.                     'namespace' => 'Abap\\ApplicationContextBundle',
  3685.                 ],
  3686.                 'AbapKendoUiAdminThemeBundle' => [
  3687.                     'path' => (\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src'),
  3688.                     'namespace' => 'Abap\\KendoUiAdminThemeBundle',
  3689.                 ],
  3690.                 'AbapAdminBundle' => [
  3691.                     'path' => (\dirname(__DIR__4).'/vendor/abap/admin-bundle/src'),
  3692.                     'namespace' => 'Abap\\AdminBundle',
  3693.                 ],
  3694.                 'PayumBundle' => [
  3695.                     'path' => (\dirname(__DIR__4).'/vendor/payum/payum-bundle'),
  3696.                     'namespace' => 'Payum\\Bundle\\PayumBundle',
  3697.                 ],
  3698.                 'AbapPaymentBundle' => [
  3699.                     'path' => (\dirname(__DIR__4).'/vendor/abap/payment-bundle/src'),
  3700.                     'namespace' => 'Abap\\PaymentBundle',
  3701.                 ],
  3702.                 'AbapSmsSenderBundle' => [
  3703.                     'path' => (\dirname(__DIR__4).'/src/Bundle/Abap/SmsSenderBundle/src'),
  3704.                     'namespace' => 'Abap\\SmsSenderBundle',
  3705.                 ],
  3706.                 'AbapNotificationBundle' => [
  3707.                     'path' => (\dirname(__DIR__4).'/src/Bundle/Abap/NotificationBundle/src'),
  3708.                     'namespace' => 'Abap\\NotificationBundle',
  3709.                 ],
  3710.                 'AbapMenuBundle' => [
  3711.                     'path' => (\dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src'),
  3712.                     'namespace' => 'Abap\\MenuBundle',
  3713.                 ],
  3714.                 'MonologBundle' => [
  3715.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3716.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3717.                 ],
  3718.                 'WebProfilerBundle' => [
  3719.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3720.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3721.                 ],
  3722.                 'KnpSnappyBundle' => [
  3723.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3724.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3725.                 ],
  3726.                 'AbapNotifierBundle' => [
  3727.                     'path' => (\dirname(__DIR__4).'/src/Bundle/AbapNotifierBundle/src'),
  3728.                     'namespace' => 'Abap\\NotifierBundle',
  3729.                 ],
  3730.             ],
  3731.             'kernel.charset' => 'UTF-8',
  3732.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3733.             'api_prefix' => '/api/v1',
  3734.             'notifiction_reload_min' => 5,
  3735.             'app.external_api_token' => '',
  3736.             'mailer_from' => 'noreply@smartfactor.pl',
  3737.             'app_payment.gateway.default' => 'paybynet',
  3738.             'event_dispatcher.event_aliases' => [
  3739.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3740.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3741.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3742.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3743.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3744.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3745.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3746.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3747.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3748.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3749.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3750.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3751.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3752.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3753.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3754.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3755.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3756.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3757.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3758.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3759.             ],
  3760.             'fragment.renderer.hinclude.global_template' => NULL,
  3761.             'fragment.path' => '/_fragment',
  3762.             'kernel.http_method_override' => false,
  3763.             'kernel.trusted_hosts' => [
  3764.             ],
  3765.             'kernel.default_locale' => 'pl',
  3766.             'kernel.enabled_locales' => [
  3767.             ],
  3768.             'kernel.error_controller' => 'error_controller',
  3769.             'debug.file_link_format' => NULL,
  3770.             'asset.request_context.base_path' => NULL,
  3771.             'asset.request_context.secure' => NULL,
  3772.             'translator.logging' => false,
  3773.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3774.             'debug.error_handler.throw_at' => -1,
  3775.             'router.request_context.host' => 'localhost',
  3776.             'router.request_context.scheme' => 'http',
  3777.             'router.request_context.base_url' => '',
  3778.             'router.resource' => 'kernel::loadRoutes',
  3779.             'request_listener.http_port' => 80,
  3780.             'request_listener.https_port' => 443,
  3781.             'session.metadata.storage_key' => '_sf2_meta',
  3782.             'session.storage.options' => [
  3783.                 'cache_limiter' => '0',
  3784.                 'cookie_secure' => 'auto',
  3785.                 'cookie_httponly' => true,
  3786.                 'cookie_samesite' => 'lax',
  3787.                 'gc_probability' => 1,
  3788.             ],
  3789.             'session.metadata.update_threshold' => 0,
  3790.             'form.type_extension.csrf.enabled' => true,
  3791.             'form.type_extension.csrf.field_name' => '_token',
  3792.             'validator.translation_domain' => 'validators',
  3793.             'profiler_listener.only_exceptions' => false,
  3794.             'profiler_listener.only_main_requests' => false,
  3795.             'twig.form.resources' => [
  3796.                 => '@VichUploader/Form/fields.html.twig',
  3797.                 => 'form_div_layout.html.twig',
  3798.             ],
  3799.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3800.             'security.role_hierarchy.roles' => [
  3801.             ],
  3802.             'security.access.denied_url' => NULL,
  3803.             'security.authentication.manager.erase_credentials' => true,
  3804.             'security.authentication.session_strategy.strategy' => 'migrate',
  3805.             'security.authentication.hide_user_not_found' => true,
  3806.             'security.firewalls' => [
  3807.                 => 'dev',
  3808.                 => 'logingov_json_api_login',
  3809.                 => 'api_token',
  3810.                 => 'api',
  3811.                 => 'admin',
  3812.             ],
  3813.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3814.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3815.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3816.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3817.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3818.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3819.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3820.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3821.             'doctrine.entity_managers' => [
  3822.                 'default' => 'doctrine.orm.default_entity_manager',
  3823.             ],
  3824.             'doctrine.default_entity_manager' => 'default',
  3825.             'doctrine.dbal.connection_factory.types' => [
  3826.                 'uuid' => [
  3827.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  3828.                 ],
  3829.                 'ulid' => [
  3830.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3831.                 ],
  3832.             ],
  3833.             'doctrine.connections' => [
  3834.                 'default' => 'doctrine.dbal.default_connection',
  3835.             ],
  3836.             'doctrine.default_connection' => 'default',
  3837.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3838.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3839.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3840.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3841.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3842.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3843.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3844.             'doctrine.orm.cache.memcache_port' => 11211,
  3845.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3846.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3847.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3848.             'doctrine.orm.cache.memcached_port' => 11211,
  3849.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3850.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3851.             'doctrine.orm.cache.redis_host' => 'localhost',
  3852.             'doctrine.orm.cache.redis_port' => 6379,
  3853.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3854.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3855.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3856.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3857.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3858.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3859.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3860.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3861.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3862.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3863.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3864.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3865.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3866.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3867.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3868.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3869.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3870.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3871.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3872.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3873.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3874.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3875.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3876.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3877.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3878.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3879.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3880.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3881.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3882.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3883.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3884.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3885.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3886.             'doctrine.migrations.preferred_em' => NULL,
  3887.             'doctrine.migrations.preferred_connection' => NULL,
  3888.             'nelmio_cors.map' => [
  3889.                 '^/api/' => [
  3890.                     'allow_origin' => true,
  3891.                     'allow_headers' => true,
  3892.                     'allow_methods' => [
  3893.                         => 'GET',
  3894.                         => 'OPTIONS',
  3895.                         => 'POST',
  3896.                         => 'PUT',
  3897.                         => 'PATCH',
  3898.                         => 'DELETE',
  3899.                     ],
  3900.                     'expose_headers' => [
  3901.                         => 'Link',
  3902.                     ],
  3903.                     'max_age' => 3600,
  3904.                 ],
  3905.                 '^/' => [
  3906.                     'allow_origin' => true,
  3907.                     'allow_headers' => true,
  3908.                     'allow_methods' => [
  3909.                         => 'GET',
  3910.                         => 'OPTIONS',
  3911.                         => 'POST',
  3912.                         => 'PUT',
  3913.                         => 'PATCH',
  3914.                         => 'DELETE',
  3915.                     ],
  3916.                     'expose_headers' => [
  3917.                         => 'Link',
  3918.                     ],
  3919.                     'max_age' => 3600,
  3920.                 ],
  3921.             ],
  3922.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3923.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3924.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3925.             'api_platform.metadata_backward_compatibility_layer' => false,
  3926.             'api_platform.enable_entrypoint' => true,
  3927.             'api_platform.enable_docs' => true,
  3928.             'api_platform.title' => 'Smartfactor API',
  3929.             'api_platform.description' => 'API for Smartfactor System',
  3930.             'api_platform.version' => '0.4.381',
  3931.             'api_platform.show_webby' => true,
  3932.             'api_platform.url_generation_strategy' => 1,
  3933.             'api_platform.exception_to_status' => [
  3934.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3935.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3936.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3937.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3938.             ],
  3939.             'api_platform.formats' => [
  3940.                 'json' => [
  3941.                     => 'application/json',
  3942.                 ],
  3943.                 'jsonld' => [
  3944.                     => 'application/ld+json',
  3945.                 ],
  3946.                 'html' => [
  3947.                     => 'text/html',
  3948.                 ],
  3949.                 'binary' => [
  3950.                     => 'application/octet-stream',
  3951.                 ],
  3952.             ],
  3953.             'api_platform.patch_formats' => [
  3954.                 'json' => [
  3955.                     => 'application/merge-patch+json',
  3956.                 ],
  3957.             ],
  3958.             'api_platform.error_formats' => [
  3959.                 'jsonproblem' => [
  3960.                     => 'application/problem+json',
  3961.                 ],
  3962.                 'jsonld' => [
  3963.                     => 'application/ld+json',
  3964.                 ],
  3965.             ],
  3966.             'api_platform.allow_plain_identifiers' => true,
  3967.             'api_platform.eager_loading.enabled' => true,
  3968.             'api_platform.eager_loading.max_joins' => 200,
  3969.             'api_platform.eager_loading.fetch_partial' => false,
  3970.             'api_platform.eager_loading.force_eager' => false,
  3971.             'api_platform.collection.exists_parameter_name' => 'exists',
  3972.             'api_platform.collection.order' => 'ASC',
  3973.             'api_platform.collection.order_parameter_name' => 'order',
  3974.             'api_platform.collection.order_nulls_comparison' => NULL,
  3975.             'api_platform.collection.pagination.enabled' => true,
  3976.             'api_platform.collection.pagination.partial' => false,
  3977.             'api_platform.collection.pagination.client_enabled' => true,
  3978.             'api_platform.collection.pagination.client_items_per_page' => true,
  3979.             'api_platform.collection.pagination.client_partial' => false,
  3980.             'api_platform.collection.pagination.items_per_page' => 10,
  3981.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3982.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3983.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3984.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3985.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3986.             'api_platform.collection.pagination' => [
  3987.                 'items_per_page' => 10,
  3988.                 'client_enabled' => true,
  3989.                 'enabled_parameter_name' => 'pagination',
  3990.                 'client_items_per_page' => true,
  3991.                 'enabled' => true,
  3992.                 'partial' => false,
  3993.                 'client_partial' => false,
  3994.                 'maximum_items_per_page' => NULL,
  3995.                 'page_parameter_name' => 'page',
  3996.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3997.                 'partial_parameter_name' => 'partial',
  3998.             ],
  3999.             'api_platform.http_cache.etag' => true,
  4000.             'api_platform.http_cache.max_age' => NULL,
  4001.             'api_platform.http_cache.shared_max_age' => NULL,
  4002.             'api_platform.http_cache.vary' => [
  4003.                 => 'Accept',
  4004.             ],
  4005.             'api_platform.http_cache.public' => NULL,
  4006.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4007.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4008.             'api_platform.asset_package' => NULL,
  4009.             'api_platform.defaults' => [
  4010.                 'extra_properties' => [
  4011.                 ],
  4012.             ],
  4013.             'api_platform.resource_class_directories' => [
  4014.                 => (\dirname(__DIR__4).'/src/Entity'),
  4015.                 => (\dirname(__DIR__4).'/src/Dto'),
  4016.             ],
  4017.             'api_platform.oauth.enabled' => false,
  4018.             'api_platform.oauth.clientId' => '',
  4019.             'api_platform.oauth.clientSecret' => '',
  4020.             'api_platform.oauth.type' => 'oauth2',
  4021.             'api_platform.oauth.flow' => 'application',
  4022.             'api_platform.oauth.tokenUrl' => '',
  4023.             'api_platform.oauth.authorizationUrl' => '',
  4024.             'api_platform.oauth.refreshUrl' => '',
  4025.             'api_platform.oauth.scopes' => [
  4026.             ],
  4027.             'api_platform.oauth.pkce' => false,
  4028.             'api_platform.openapi.termsOfService' => NULL,
  4029.             'api_platform.openapi.contact.name' => NULL,
  4030.             'api_platform.openapi.contact.url' => NULL,
  4031.             'api_platform.openapi.contact.email' => NULL,
  4032.             'api_platform.openapi.license.name' => NULL,
  4033.             'api_platform.openapi.license.url' => NULL,
  4034.             'api_platform.swagger.versions' => [
  4035.                 => 3,
  4036.             ],
  4037.             'api_platform.enable_swagger_ui' => true,
  4038.             'api_platform.enable_re_doc' => true,
  4039.             'api_platform.swagger.api_keys' => [
  4040.                 'apiKey' => [
  4041.                     'name' => 'Authorization',
  4042.                     'type' => 'header',
  4043.                 ],
  4044.             ],
  4045.             'api_platform.swagger_ui.extra_configuration' => [
  4046.             ],
  4047.             'api_platform.graphql.enabled' => false,
  4048.             'api_platform.graphql.graphiql.enabled' => false,
  4049.             'api_platform.graphql.graphql_playground.enabled' => false,
  4050.             'api_platform.graphql.collection.pagination' => [
  4051.                 'enabled' => true,
  4052.             ],
  4053.             'api_platform.validator.serialize_payload_fields' => [
  4054.             ],
  4055.             'api_platform.validator.query_parameter_validation' => true,
  4056.             'api_platform.elasticsearch.enabled' => false,
  4057.             'lexik_jwt_authentication.token_ttl' => 43200,
  4058.             'lexik_jwt_authentication.clock_skew' => 0,
  4059.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4060.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4061.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4062.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4063.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4064.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4065.             'vich_uploader.mappings' => [
  4066.                 'attachment' => [
  4067.                     'uri_prefix' => '/attachments',
  4068.                     'upload_destination' => (\dirname(__DIR__3).'/attachments'),
  4069.                     'namer' => [
  4070.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.attachment',
  4071.                         'options' => [
  4072.                         ],
  4073.                     ],
  4074.                     'directory_namer' => [
  4075.                         'service' => NULL,
  4076.                         'options' => NULL,
  4077.                     ],
  4078.                     'delete_on_remove' => true,
  4079.                     'delete_on_update' => true,
  4080.                     'inject_on_load' => false,
  4081.                     'db_driver' => 'orm',
  4082.                 ],
  4083.                 'template_attachment' => [
  4084.                     'uri_prefix' => '/document-templates',
  4085.                     'upload_destination' => (\dirname(__DIR__3).'/templates'),
  4086.                     'namer' => [
  4087.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.template_attachment',
  4088.                         'options' => [
  4089.                         ],
  4090.                     ],
  4091.                     'directory_namer' => [
  4092.                         'service' => NULL,
  4093.                         'options' => NULL,
  4094.                     ],
  4095.                     'delete_on_remove' => true,
  4096.                     'delete_on_update' => true,
  4097.                     'inject_on_load' => false,
  4098.                     'db_driver' => 'orm',
  4099.                 ],
  4100.             ],
  4101.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4102.             'abap_kendo_ui_admin_theme.dictionary.filters' => [
  4103.                 'applicationStatus' => [
  4104.                     'class' => 'App\\Entity\\Dictionary\\ApplicationStatus',
  4105.                     'label_field' => 'name',
  4106.                     'path' => NULL,
  4107.                     'label_as_value' => false,
  4108.                     'dependent_filters' => [
  4109.                     ],
  4110.                     'depends_on' => [
  4111.                     ],
  4112.                 ],
  4113.                 'documentReceiptMethod' => [
  4114.                     'class' => 'App\\Entity\\Dictionary\\DocumentReceiptMethod',
  4115.                     'label_field' => 'name',
  4116.                     'path' => NULL,
  4117.                     'label_as_value' => false,
  4118.                     'dependent_filters' => [
  4119.                     ],
  4120.                     'depends_on' => [
  4121.                     ],
  4122.                 ],
  4123.                 'userStatus' => [
  4124.                     'class' => 'App\\Entity\\Dictionary\\ApplicationStatus',
  4125.                     'path' => 'dictionary.user_status',
  4126.                     'label_field' => 'name',
  4127.                     'label_as_value' => false,
  4128.                     'dependent_filters' => [
  4129.                     ],
  4130.                     'depends_on' => [
  4131.                     ],
  4132.                 ],
  4133.                 'paymentStatus' => [
  4134.                     'class' => 'App\\Entity\\Dictionary\\ApplicationStatus',
  4135.                     'path' => 'dictionary.payment_status',
  4136.                     'label_field' => 'name',
  4137.                     'label_as_value' => false,
  4138.                     'dependent_filters' => [
  4139.                     ],
  4140.                     'depends_on' => [
  4141.                     ],
  4142.                 ],
  4143.             ],
  4144.             'payum.notify_path' => 'payum_notify_do',
  4145.             'payum.authorize_path' => 'payum_authorize_do',
  4146.             'payum.refund_path' => 'payum_refund_do',
  4147.             'payum.cancel_path' => 'payum_cancel_do',
  4148.             'payum.payout_path' => 'payum_payout_do',
  4149.             'payum.available_gateway_factories' => [
  4150.             ],
  4151.             'payum.storage.doctrine.orm.class' => 'Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage',
  4152.             'abap_payment.gateways' => [
  4153.                 'paybynet' => [
  4154.                     'storage' => 'App\\Entity\\Payment',
  4155.                     'notify_request_handler' => 'Abap\\PaymentBundle\\Handler\\NotifyRequest\\PayByNetNotifyRequestHandler',
  4156.                 ],
  4157.             ],
  4158.             'abap_payment.payum_payment_classes' => [
  4159.                 'App\\Entity\\Payment' => 'App\\Entity\\Payment',
  4160.             ],
  4161.             'abap_payment.payum_doctrine_orm_storage_classes' => [
  4162.                 'App\\Entity\\Payment' => 'App\\Entity\\Payment',
  4163.                 'Abap\\PaymentBundle\\Model\\PaymentSecurityToken' => 'Abap\\PaymentBundle\\Model\\PaymentSecurityToken',
  4164.             ],
  4165.             'monolog.use_microseconds' => true,
  4166.             'monolog.swift_mailer.handlers' => [
  4167.             ],
  4168.             'monolog.handlers_to_channels' => [
  4169.                 'monolog.handler.console' => [
  4170.                     'type' => 'exclusive',
  4171.                     'elements' => [
  4172.                         => 'event',
  4173.                         => 'doctrine',
  4174.                         => 'console',
  4175.                     ],
  4176.                 ],
  4177.                 'monolog.handler.main' => [
  4178.                     'type' => 'exclusive',
  4179.                     'elements' => [
  4180.                         => 'event',
  4181.                     ],
  4182.                 ],
  4183.             ],
  4184.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4185.             'web_profiler.debug_toolbar.mode' => 2,
  4186.             'knp_snappy.pdf.options' => [
  4187.             ],
  4188.             'knp_snappy.pdf.env' => [
  4189.             ],
  4190.             'knp_snappy.image.options' => [
  4191.             ],
  4192.             'knp_snappy.image.env' => [
  4193.             ],
  4194.             'abap_notifier.logging_enabled' => true,
  4195.             'abap_notifier.log_class' => 'App\\Entity\\NotificationLog',
  4196.             'abap_notifier.template_class' => 'App\\Entity\\NotificationTemplate',
  4197.             'abap_notifier.notification_handler' => 'Abap\\NotifierBundle\\Handler\\NotificationHandler',
  4198.             'data_collector.templates' => [
  4199.                 'data_collector.request' => [
  4200.                     => 'request',
  4201.                     => '@WebProfiler/Collector/request.html.twig',
  4202.                 ],
  4203.                 'api_platform.data_collector.request' => [
  4204.                     => 'api_platform.data_collector.request',
  4205.                     => '@ApiPlatform/DataCollector/request.html.twig',
  4206.                 ],
  4207.                 'data_collector.time' => [
  4208.                     => 'time',
  4209.                     => '@WebProfiler/Collector/time.html.twig',
  4210.                 ],
  4211.                 'data_collector.memory' => [
  4212.                     => 'memory',
  4213.                     => '@WebProfiler/Collector/memory.html.twig',
  4214.                 ],
  4215.                 'data_collector.validator' => [
  4216.                     => 'validator',
  4217.                     => '@WebProfiler/Collector/validator.html.twig',
  4218.                 ],
  4219.                 'data_collector.ajax' => [
  4220.                     => 'ajax',
  4221.                     => '@WebProfiler/Collector/ajax.html.twig',
  4222.                 ],
  4223.                 'data_collector.form' => [
  4224.                     => 'form',
  4225.                     => '@WebProfiler/Collector/form.html.twig',
  4226.                 ],
  4227.                 'data_collector.exception' => [
  4228.                     => 'exception',
  4229.                     => '@WebProfiler/Collector/exception.html.twig',
  4230.                 ],
  4231.                 'data_collector.logger' => [
  4232.                     => 'logger',
  4233.                     => '@WebProfiler/Collector/logger.html.twig',
  4234.                 ],
  4235.                 'data_collector.events' => [
  4236.                     => 'events',
  4237.                     => '@WebProfiler/Collector/events.html.twig',
  4238.                 ],
  4239.                 'data_collector.router' => [
  4240.                     => 'router',
  4241.                     => '@WebProfiler/Collector/router.html.twig',
  4242.                 ],
  4243.                 'data_collector.cache' => [
  4244.                     => 'cache',
  4245.                     => '@WebProfiler/Collector/cache.html.twig',
  4246.                 ],
  4247.                 'data_collector.translation' => [
  4248.                     => 'translation',
  4249.                     => '@WebProfiler/Collector/translation.html.twig',
  4250.                 ],
  4251.                 'data_collector.security' => [
  4252.                     => 'security',
  4253.                     => '@Security/Collector/security.html.twig',
  4254.                 ],
  4255.                 'data_collector.twig' => [
  4256.                     => 'twig',
  4257.                     => '@WebProfiler/Collector/twig.html.twig',
  4258.                 ],
  4259.                 'data_collector.http_client' => [
  4260.                     => 'http_client',
  4261.                     => '@WebProfiler/Collector/http_client.html.twig',
  4262.                 ],
  4263.                 'data_collector.doctrine' => [
  4264.                     => 'db',
  4265.                     => '@Doctrine/Collector/db.html.twig',
  4266.                 ],
  4267.                 'doctrine_migrations.migrations_collector' => [
  4268.                     => 'doctrine_migrations',
  4269.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4270.                 ],
  4271.                 'mailer.data_collector' => [
  4272.                     => 'mailer',
  4273.                     => '@WebProfiler/Collector/mailer.html.twig',
  4274.                 ],
  4275.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4276.                     => 'vich_uploader.mapping_collector',
  4277.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4278.                 ],
  4279.                 'payum.profiler.payum_collector' => [
  4280.                     => 'payum',
  4281.                     => '@Payum/Profiler/payum.html.twig',
  4282.                 ],
  4283.                 'data_collector.config' => [
  4284.                     => 'config',
  4285.                     => '@WebProfiler/Collector/config.html.twig',
  4286.                 ],
  4287.             ],
  4288.             'console.command.ids' => [
  4289.                 => 'Abap\\PaymentBundle\\Console\\PaymentSyncCommand',
  4290.             ],
  4291.         ];
  4292.     }
  4293. }