var/cache/dev/ContainerKpmkCDW/App_KernelDevDebugContainer.php line 1201

Open in your IDE?
  1. <?php
  2. namespace ContainerKpmkCDW;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\Api\\Blog\\GetBlogLast' => 'getGetBlogLastService',
  47.             'App\\Controller\\Api\\Blog\\GetBlogs' => 'getGetBlogsService',
  48.             'App\\Controller\\Api\\Cart\\Gift\\CreateGiftCart' => 'getCreateGiftCartService',
  49.             'App\\Controller\\Api\\Cart\\Gift\\CreateOrRemoveGiftCart' => 'getCreateOrRemoveGiftCartService',
  50.             'App\\Controller\\Api\\Cart\\Gift\\GetUserGiftCarts' => 'getGetUserGiftCartsService',
  51.             'App\\Controller\\Api\\Cart\\Gift\\RemoveGiftCart' => 'getRemoveGiftCartService',
  52.             'App\\Controller\\Api\\Cart\\Operation\\CreateOrRemoveOperationCart' => 'getCreateOrRemoveOperationCartService',
  53.             'App\\Controller\\Api\\Cart\\Operation\\GetUserOperationCarts' => 'getGetUserOperationCartsService',
  54.             'App\\Controller\\Api\\CreateAloneIbanBicByUser' => 'getCreateAloneIbanBicByUserService',
  55.             'App\\Controller\\Api\\CreateOrder' => 'getCreateOrderService',
  56.             'App\\Controller\\Api\\DownloadPersonalData' => 'getDownloadPersonalDataService',
  57.             'App\\Controller\\Api\\Gift\\GetGifts' => 'getGetGiftsService',
  58.             'App\\Controller\\Api\\Gift\\GetOneGift' => 'getGetOneGiftService',
  59.             'App\\Controller\\Api\\Gift\\GetOrderByUser' => 'getGetOrderByUserService',
  60.             'App\\Controller\\Api\\InitializeUserPassword' => 'getInitializeUserPasswordService',
  61.             'App\\Controller\\Api\\Item\\Puntos\\CountPuntosGodparent' => 'getCountPuntosGodparentService',
  62.             'App\\Controller\\Api\\MediaObject\\CreateMediaCouponAction' => 'getCreateMediaCouponActionService',
  63.             'App\\Controller\\Api\\MediaObject\\CreateMediaParticipationAction' => 'getCreateMediaParticipationActionService',
  64.             'App\\Controller\\Api\\MediaObject\\CreateMediaProductAction' => 'getCreateMediaProductActionService',
  65.             'App\\Controller\\Api\\OperationCode\\OdrCode\\GetOdrCodeByParticipationId' => 'getGetOdrCodeByParticipationIdService',
  66.             'App\\Controller\\Api\\Operation\\Coupon\\GetAllPublicCoupons' => 'getGetAllPublicCouponsService',
  67.             'App\\Controller\\Api\\Operation\\Coupon\\GetCouponsByUserDepartment' => 'getGetCouponsByUserDepartmentService',
  68.             'App\\Controller\\Api\\Operation\\Coupon\\GetOnePublicCoupon' => 'getGetOnePublicCouponService',
  69.             'App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferCoupon' => 'getGetAllMultiOfferCouponService',
  70.             'App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferOdr' => 'getGetAllMultiOfferOdrService',
  71.             'App\\Controller\\Api\\Operation\\Multi\\GetMultiCouponByUser' => 'getGetMultiCouponByUserService',
  72.             'App\\Controller\\Api\\Operation\\Multi\\GetMultiOfferOdrByUserDepartment' => 'getGetMultiOfferOdrByUserDepartmentService',
  73.             'App\\Controller\\Api\\Operation\\Multi\\GetOneMultiOfferByUserDepartment' => 'getGetOneMultiOfferByUserDepartmentService',
  74.             'App\\Controller\\Api\\Operation\\Multi\\GetOnePublicMultiOdr' => 'getGetOnePublicMultiOdrService',
  75.             'App\\Controller\\Api\\Operation\\Odr\\GetAllPublicOdrs' => 'getGetAllPublicOdrsService',
  76.             'App\\Controller\\Api\\Operation\\Odr\\GetOdrParticipationByUser' => 'getGetOdrParticipationByUserService',
  77.             'App\\Controller\\Api\\Operation\\Odr\\GetOneOdr' => 'getGetOneOdrService',
  78.             'App\\Controller\\Api\\Operation\\Odr\\GetOneOperationOdr' => 'getGetOneOperationOdrService',
  79.             'App\\Controller\\Api\\Operation\\Puntos\\GetAllPublicPuntos' => 'getGetAllPublicPuntosService',
  80.             'App\\Controller\\Api\\Operation\\Puntos\\GetPuntosByUserDepartment' => 'getGetPuntosByUserDepartmentService',
  81.             'App\\Controller\\Api\\Operation\\Sponsorship\\GetAllPublicSponsorship' => 'getGetAllPublicSponsorshipService',
  82.             'App\\Controller\\Api\\Operation\\Step\\GetAllPublicSteps' => 'getGetAllPublicStepsService',
  83.             'App\\Controller\\Api\\Operation\\Step\\GetStepsByUserDepartment' => 'getGetStepsByUserDepartmentService',
  84.             'App\\Controller\\Api\\Participation\\Coupon\\GetNbParticipationCouponByOperationId' => 'getGetNbParticipationCouponByOperationIdService',
  85.             'App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUser' => 'getGetParticipationDrawsByUserService',
  86.             'App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUserByOperation' => 'getGetParticipationDrawsByUserByOperationService',
  87.             'App\\Controller\\Api\\Participation\\Draw\\PostParticipationDraw' => 'getPostParticipationDrawService',
  88.             'App\\Controller\\Api\\Participation\\Multi\\ConfirmationParticipationMultiOdrByUser' => 'getConfirmationParticipationMultiOdrByUserService',
  89.             'App\\Controller\\Api\\Participation\\Multi\\CreateParticipationMultiOdrByUser' => 'getCreateParticipationMultiOdrByUserService',
  90.             'App\\Controller\\Api\\Participation\\Multi\\GetNbParticipationByOperationId' => 'getGetNbParticipationByOperationIdService',
  91.             'App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrById' => 'getGetParticipationMultiOdrByIdService',
  92.             'App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUser' => 'getGetParticipationMultiOdrByUserService',
  93.             'App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUserByOperation' => 'getGetParticipationMultiOdrByUserByOperationService',
  94.             'App\\Controller\\Api\\Participation\\Multi\\GetReParticipationMultiOdrById' => 'getGetReParticipationMultiOdrByIdService',
  95.             'App\\Controller\\Api\\Participation\\Multi\\UpdateBankInformationParticipationMultiOdrById' => 'getUpdateBankInformationParticipationMultiOdrByIdService',
  96.             'App\\Controller\\Api\\Participation\\Odr\\ConfirmationParticipationOdrByUser' => 'getConfirmationParticipationOdrByUserService',
  97.             'App\\Controller\\Api\\Participation\\Odr\\CreateParticipationOdrByUser' => 'getCreateParticipationOdrByUserService',
  98.             'App\\Controller\\Api\\Participation\\Odr\\GetNbParticipationByOperationOdrId' => 'getGetNbParticipationByOperationOdrIdService',
  99.             'App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsById' => 'getGetParticipationOdrsByIdService',
  100.             'App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUser' => 'getGetParticipationOdrsByUserService',
  101.             'App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUserByOperation' => 'getGetParticipationOdrsByUserByOperationService',
  102.             'App\\Controller\\Api\\Participation\\Odr\\GetReParticipationOdrsById' => 'getGetReParticipationOdrsByIdService',
  103.             'App\\Controller\\Api\\Participation\\Puntos\\GetAvailablePuntosByUser' => 'getGetAvailablePuntosByUserService',
  104.             'App\\Controller\\Api\\Participation\\Puntos\\GetParticipationPuntosByUser' => 'getGetParticipationPuntosByUserService',
  105.             'App\\Controller\\Api\\Participation\\Puntos\\GetTotalPuntosByUser' => 'getGetTotalPuntosByUserService',
  106.             'App\\Controller\\Api\\Participation\\Puntos\\PostParticipationPuntosByUser' => 'getPostParticipationPuntosByUserService',
  107.             'App\\Controller\\Api\\Participation\\Refund\\GetParticipationRefundsByUser' => 'getGetParticipationRefundsByUserService',
  108.             'App\\Controller\\Api\\Participation\\Refund\\RefundPurseExpiringByUser' => 'getRefundPurseExpiringByUserService',
  109.             'App\\Controller\\Api\\Participation\\Step\\GetParticipationStepsByUser' => 'getGetParticipationStepsByUserService',
  110.             'App\\Controller\\Api\\Participation\\Step\\PostParticipationStepsByUser' => 'getPostParticipationStepsByUserService',
  111.             'App\\Controller\\Api\\PurseAvailableByUser' => 'getPurseAvailableByUserService',
  112.             'App\\Controller\\Api\\PurseExpiringByUser' => 'getPurseExpiringByUserService',
  113.             'App\\Controller\\Api\\Recipe\\GetNumberOfRecipes' => 'getGetNumberOfRecipesService',
  114.             'App\\Controller\\Api\\ResetUserPassword' => 'getResetUserPasswordService',
  115.             'App\\Controller\\Api\\SendFeedsUserToCrm' => 'getSendFeedsUserToCrmService',
  116.             'App\\Controller\\Api\\SocialNetworkUserCheck' => 'getSocialNetworkUserCheckService',
  117.             'App\\Controller\\Api\\SoftUserDelete' => 'getSoftUserDeleteService',
  118.             'App\\Controller\\Api\\SponsorshipRequest\\GetGodChildsByGodFatherUser' => 'getGetGodChildsByGodFatherUserService',
  119.             'App\\Controller\\Api\\SponsorshipRequest\\GetGodFatherByGodChildEmail' => 'getGetGodFatherByGodChildEmailService',
  120.             'App\\Controller\\Api\\SponsorshipRequest\\PostMultipleSponsorshipRequests' => 'getPostMultipleSponsorshipRequestsService',
  121.             'App\\Controller\\Api\\SponsorshipRequest\\PostSponsorshipRequestGodChild' => 'getPostSponsorshipRequestGodChildService',
  122.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele' => 'getUpdateOptinUserFromIsoskeleService',
  123.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce' => 'getUpdateOptinUserFromSalesforceService',
  124.             'App\\Controller\\Api\\UserRegister' => 'getUserRegisterService',
  125.             'App\\Controller\\Blog\\BlogController' => 'getBlogControllerService',
  126.             'App\\Controller\\Blog\\BlogTagController' => 'getBlogTagControllerService',
  127.             'App\\Controller\\Catalog\\GiftCodeController' => 'getGiftCodeControllerService',
  128.             'App\\Controller\\Catalog\\GiftController' => 'getGiftControllerService',
  129.             'App\\Controller\\Catalog\\GiftLevelController' => 'getGiftLevelControllerService',
  130.             'App\\Controller\\CookiesController' => 'getCookiesControllerService',
  131.             'App\\Controller\\CsvExportController' => 'getCsvExportControllerService',
  132.             'App\\Controller\\Faq\\FaqController' => 'getFaqControllerService',
  133.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  134.             'App\\Controller\\Knowledge\\KnowledgeController' => 'getKnowledgeControllerService',
  135.             'App\\Controller\\Library\\LibraryImageController' => 'getLibraryImageControllerService',
  136.             'App\\Controller\\Library\\LibraryPdfController' => 'getLibraryPdfControllerService',
  137.             'App\\Controller\\ListController' => 'getListControllerService',
  138.             'App\\Controller\\MentionLegal\\MentionLegalController' => 'getMentionLegalControllerService',
  139.             'App\\Controller\\MenuController' => 'getMenuControllerService',
  140.             'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  141.             'App\\Controller\\OperationCode\\DrawCodeController' => 'getDrawCodeControllerService',
  142.             'App\\Controller\\OperationCode\\OdrCodeController' => 'getOdrCodeControllerService',
  143.             'App\\Controller\\Operation\\CouponController' => 'getCouponControllerService',
  144.             'App\\Controller\\Operation\\DrawController' => 'getDrawControllerService',
  145.             'App\\Controller\\Operation\\GameController' => 'getGameControllerService',
  146.             'App\\Controller\\Operation\\MultiChannelOfferController' => 'getMultiChannelOfferControllerService',
  147.             'App\\Controller\\Operation\\MultiOfferController' => 'getMultiOfferControllerService',
  148.             'App\\Controller\\Operation\\OdrController' => 'getOdrControllerService',
  149.             'App\\Controller\\Operation\\OdrPrimeController' => 'getOdrPrimeControllerService',
  150.             'App\\Controller\\Operation\\OperationController' => 'getOperationControllerService',
  151.             'App\\Controller\\ParticipationController' => 'getParticipationControllerService',
  152.             'App\\Controller\\PersonalDataController' => 'getPersonalDataControllerService',
  153.             'App\\Controller\\Recipe\\IngredientController' => 'getIngredientControllerService',
  154.             'App\\Controller\\Recipe\\IngredientOperationController' => 'getIngredientOperationControllerService',
  155.             'App\\Controller\\Recipe\\RecipeController' => 'getRecipeControllerService',
  156.             'App\\Controller\\Recipe\\RecipeTypeController' => 'getRecipeTypeControllerService',
  157.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  158.             'App\\Controller\\Reporting\\ReportingController' => 'getReportingControllerService',
  159.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  160.             'App\\Controller\\Security\\PermissionController' => 'getPermissionControllerService',
  161.             'App\\Controller\\Security\\ProfileController' => 'getProfileControllerService',
  162.             'App\\Controller\\Slider\\SliderController' => 'getSliderControllerService',
  163.             'App\\Controller\\SogecAbstractController' => 'getSogecAbstractControllerService',
  164.             'App\\Controller\\Sogec\\DocumentationController' => 'getDocumentationControllerService',
  165.             'App\\Controller\\Sogec\\PersonnalisationController' => 'getPersonnalisationControllerService',
  166.             'App\\Controller\\Sogec\\PromotionController' => 'getPromotionControllerService',
  167.             'App\\Controller\\Tas\\TasController' => 'getTasControllerService',
  168.             'App\\Controller\\Tas\\TasDrawController' => 'getTasDrawControllerService',
  169.             'App\\Controller\\TestingController' => 'getTestingControllerService',
  170.             'App\\Controller\\User\\ConsumerController' => 'getConsumerControllerService',
  171.             'App\\Controller\\User\\ReferentController' => 'getReferentControllerService',
  172.             'App\\Controller\\User\\StrateController' => 'getStrateControllerService',
  173.             'App\\Controller\\User\\UserController' => 'getUserControllerService',
  174.             'App\\Controller\\WebsiteParams\\GameParamsController' => 'getGameParamsControllerService',
  175.             'App\\Controller\\WebsiteParams\\ModuleParamsController' => 'getModuleParamsControllerService',
  176.             'App\\Helper\\FileNamerHelper' => 'getFileNamerHelperService',
  177.             'App\\Helper\\FileNamerHelper.blog_image' => 'getFileNamerHelper_BlogImageService',
  178.             'App\\Helper\\FileNamerHelper.draw_image' => 'getFileNamerHelper_DrawImageService',
  179.             'App\\Helper\\FileNamerHelper.game_image' => 'getFileNamerHelper_GameImageService',
  180.             'App\\Helper\\FileNamerHelper.gift_code' => 'getFileNamerHelper_GiftCodeService',
  181.             'App\\Helper\\FileNamerHelper.gift_image' => 'getFileNamerHelper_GiftImageService',
  182.             'App\\Helper\\FileNamerHelper.library_image' => 'getFileNamerHelper_LibraryImageService',
  183.             'App\\Helper\\FileNamerHelper.library_pdf' => 'getFileNamerHelper_LibraryPdfService',
  184.             'App\\Helper\\FileNamerHelper.multi_offer' => 'getFileNamerHelper_MultiOfferService',
  185.             'App\\Helper\\FileNamerHelper.recipe' => 'getFileNamerHelper_RecipeService',
  186.             'App\\Helper\\FileNamerHelper.slider_image' => 'getFileNamerHelper_SliderImageService',
  187.             'App\\Helper\\FileNamerHelper.website_params_image' => 'getFileNamerHelper_WebsiteParamsImageService',
  188.             'App\\Manager\\CsvManager' => 'getCsvManagerService',
  189.             'App\\Manager\\LogoManager' => 'getLogoManagerService',
  190.             'App\\Manager\\Paginator\\PaginatorManager' => 'getPaginatorManagerService',
  191.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  192.             'Faker\\Generator' => 'getGeneratorService',
  193.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  194.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  195.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  196.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  197.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  198.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  199.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  200.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  201.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  202.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  203.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.coupon' => 'getSmartUniqueNamer_CouponService',
  204.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.draw_code' => 'getSmartUniqueNamer_DrawCodeService',
  205.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.knowledge_response_image' => 'getSmartUniqueNamer_KnowledgeResponseImageService',
  206.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object' => 'getSmartUniqueNamer_MediaObjectService',
  207.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_code' => 'getSmartUniqueNamer_OdrCodeService',
  208.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_image' => 'getSmartUniqueNamer_OdrImageService',
  209.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  210.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  211.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  212.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  213.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  214.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  215.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  216.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  217.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  218.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  219.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  220.             'cache.app' => 'getCache_AppService',
  221.             'cache.app_clearer' => 'getCache_AppClearerService',
  222.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  223.             'cache.system' => 'getCache_SystemService',
  224.             'cache.system_clearer' => 'getCache_SystemClearerService',
  225.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  226.             'cache_warmer' => 'getCacheWarmerService',
  227.             'console.command.public_alias.App\\Command\\SoftDeleteCommand' => 'getSoftDeleteCommandService',
  228.             'console.command.public_alias.App\\Command\\sendMailBeforeDeleteCommand' => 'getSendMailBeforeDeleteCommandService',
  229.             'console.command_loader' => 'getConsole_CommandLoaderService',
  230.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  231.             'data_collector.dump' => 'getDataCollector_DumpService',
  232.             'doctrine' => 'getDoctrineService',
  233.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  234.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  235.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  236.             'error_controller' => 'getErrorControllerService',
  237.             'event_dispatcher' => 'getEventDispatcherService',
  238.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  239.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  240.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  241.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  242.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  243.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  244.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  245.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  246.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  247.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  248.             'http_kernel' => 'getHttpKernelService',
  249.             'jms_serializer' => 'getJmsSerializerService',
  250.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  251.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  252.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  253.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  254.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  255.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  256.             'knp_paginator' => 'getKnpPaginatorService',
  257.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  258.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  259.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  260.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  261.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  262.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  263.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  264.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  265.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  266.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  267.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  268.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  269.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  270.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  271.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  272.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  273.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  274.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  275.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  276.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  277.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  278.             'monolog.logger.shannon' => 'getMonolog_Logger_ShannonService',
  279.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  280.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  281.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  282.             'request_stack' => 'getRequestStackService',
  283.             'router' => 'getRouterService',
  284.             'routing.loader' => 'getRouting_LoaderService',
  285.             'services_resetter' => 'getServicesResetterService',
  286.             'translator' => 'getTranslatorService',
  287.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  288.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  289.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  290.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  291.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  292.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  293.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  294.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  295.             'cache_clearer' => 'getCacheClearerService',
  296.             'filesystem' => 'getFilesystemService',
  297.             'serializer' => 'getSerializerService',
  298.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  299.             'form.factory' => 'getForm_FactoryService',
  300.             'form.type.file' => 'getForm_Type_FileService',
  301.             'profiler' => 'getProfilerService',
  302.             'twig' => 'getTwigService',
  303.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  304.             'security.token_storage' => 'getSecurity_TokenStorageService',
  305.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  306.             'session' => 'getSessionService',
  307.             'validator' => 'getValidatorService',
  308.         ];
  309.         $this->aliases = [
  310.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  311.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  312.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  313.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  314.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  315.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  316.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  317.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  318.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  319.             'database_connection' => 'doctrine.dbal.default_connection',
  320.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  321.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  322.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  323.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  324.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  325.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  326.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  327.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  328.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  329.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  330.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  331.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  332.         ];
  333.         $this->privates['service_container'] = function () {
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  340.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  341.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  342.             include_once \dirname(__DIR__4).'/src/EventListener/Restrictions/MaintenanceListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  345.             include_once \dirname(__DIR__4).'/src/EventSubscriber/RequestSubscriber.php';
  346.             include_once \dirname(__DIR__4).'/src/Helper/GenericHelper.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  349.             include_once \dirname(__DIR__4).'/src/Controller/SogecAbstractController.php';
  350.             include_once \dirname(__DIR__4).'/src/Manager/LogoManager.php';
  351.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  355.             include_once \dirname(__DIR__4).'/src/Manager/User/PermissionManager.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  361.             include_once \dirname(__DIR__4).'/src/Repository/MenuRepository.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  395.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  581.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  582.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  586.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  587.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  589.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  606.             include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Helper/ContextHelper.php';
  607.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  614.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  618.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  647.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  714.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  715.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  718.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  720.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  721.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  724.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  725.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  727.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  729.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  731.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  732.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  735.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  736.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  739.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  742.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  743.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  744.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  748.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  749.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  750.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  751.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  752.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  767.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  782.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  783.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  784.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  790.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  791.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  792.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  793.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  794.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  795.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  796.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  797.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  800.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  805.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  806.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  807.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  808.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  809.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  810.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  852.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  853.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  854.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  857.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  859.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  861.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  863.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  864.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  865.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  866.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  867.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  868.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  869.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  870.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  871.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  874.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  879.             include_once \dirname(__DIR__4).'/src/Twig/KiwiRoutingExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  894.             include_once \dirname(__DIR__4).'/src/Twig/ArrayKeysContains.php';
  895.             include_once \dirname(__DIR__4).'/src/Twig/GetClass.php';
  896.             include_once \dirname(__DIR__4).'/src/Twig/SortDirectionIcon.php';
  897.             include_once \dirname(__DIR__4).'/src/Twig/StringFilter.php';
  898.             include_once \dirname(__DIR__4).'/src/Twig/UrlMediaLink.php';
  899.             include_once \dirname(__DIR__4).'/src/Twig/UserHasPermission.php';
  900.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Twig/AdminExtension.php';
  903.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  905.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  907.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  909.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  910.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  911.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  915.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  916.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  917.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  919.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  920.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  921.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  923.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  925.             include_once \dirname(__DIR__4).'/src/Manager/Participation/ParticipationMultiOfferManager.php';
  926.             include_once \dirname(__DIR__4).'/src/Manager/Participation/ParticipationOdrManager.php';
  927.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  936.             include_once __DIR__.'/proxy-classes.php';
  937.         };
  938.     }
  939.     public function compile(): void
  940.     {
  941.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  942.     }
  943.     public function isCompiled(): bool
  944.     {
  945.         return true;
  946.     }
  947.     public function getRemovedIds(): array
  948.     {
  949.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  950.     }
  951.     protected function createProxy($class, \Closure $factory)
  952.     {
  953.         return $factory();
  954.     }
  955.     /**
  956.      * Gets the public '.container.private.cache_clearer' shared service.
  957.      *
  958.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  959.      */
  960.     protected function get_Container_Private_CacheClearerService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  964.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  965.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  966.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  967.         }, 2));
  968.     }
  969.     /**
  970.      * Gets the public '.container.private.filesystem' shared service.
  971.      *
  972.      * @return \Symfony\Component\Filesystem\Filesystem
  973.      */
  974.     protected function get_Container_Private_FilesystemService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  977.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  978.     }
  979.     /**
  980.      * Gets the public '.container.private.form.factory' shared service.
  981.      *
  982.      * @return \Symfony\Component\Form\FormFactory
  983.      */
  984.     protected function get_Container_Private_Form_FactoryService()
  985.     {
  986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  988.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  989.         if (isset($this->services['.container.private.form.factory'])) {
  990.             return $this->services['.container.private.form.factory'];
  991.         }
  992.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  993.     }
  994.     /**
  995.      * Gets the public '.container.private.form.type.file' shared service.
  996.      *
  997.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  998.      */
  999.     protected function get_Container_Private_Form_Type_FileService()
  1000.     {
  1001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1004.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1005.     }
  1006.     /**
  1007.      * Gets the public '.container.private.profiler' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1010.      */
  1011.     protected function get_Container_Private_ProfilerService()
  1012.     {
  1013.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1014.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1015.         $a->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  1016.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1017.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1018.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1019.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1020.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1021.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1022.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1023.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1024.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1025.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1026.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1027.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1028.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1029.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1030.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1031.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1032.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1033.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1034.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1035.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1036.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1037.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1038.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1039.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1040.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1041.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1042.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1043.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1044.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1045.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1046.         if ($this->has('kernel')) {
  1047.             $g->setKernel($b);
  1048.         }
  1049.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1050.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1051.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1052.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1053.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1054.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1055.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1056.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1057.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1058.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1059.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1060.         $instance->add($d);
  1061.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1062.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1063.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1064.         $instance->add($e);
  1065.         $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([])))));
  1066.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1067.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1068.         $instance->add($f);
  1069.         $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()))));
  1070.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1071.         $instance->add($g);
  1072.         return $instance;
  1073.     }
  1074.     /**
  1075.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1078.      */
  1079.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1080.     {
  1081.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1082.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1083.             return $this->services['.container.private.security.authorization_checker'];
  1084.         }
  1085.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1086.     }
  1087.     /**
  1088.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1089.      *
  1090.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1091.      */
  1092.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1093.     {
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1098.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1099.     }
  1100.     /**
  1101.      * Gets the public '.container.private.security.password_encoder' shared service.
  1102.      *
  1103.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1104.      *
  1105.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1106.      */
  1107.     protected function get_Container_Private_Security_PasswordEncoderService()
  1108.     {
  1109.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1110.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1111.     }
  1112.     /**
  1113.      * Gets the public '.container.private.security.token_storage' shared service.
  1114.      *
  1115.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1116.      */
  1117.     protected function get_Container_Private_Security_TokenStorageService()
  1118.     {
  1119.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1120.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1121.         ], [
  1122.             'request_stack' => '?',
  1123.         ]));
  1124.     }
  1125.     /**
  1126.      * Gets the public '.container.private.serializer' shared service.
  1127.      *
  1128.      * @return \Symfony\Component\Serializer\Serializer
  1129.      */
  1130.     protected function get_Container_Private_SerializerService()
  1131.     {
  1132.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1133.         if (isset($this->services['.container.private.serializer'])) {
  1134.             return $this->services['.container.private.serializer'];
  1135.         }
  1136.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1137.         if (isset($this->services['.container.private.serializer'])) {
  1138.             return $this->services['.container.private.serializer'];
  1139.         }
  1140.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1141.         if (isset($this->services['.container.private.serializer'])) {
  1142.             return $this->services['.container.private.serializer'];
  1143.         }
  1144.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1145.         if (isset($this->services['.container.private.serializer'])) {
  1146.             return $this->services['.container.private.serializer'];
  1147.         }
  1148.         $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1149.         if (isset($this->services['.container.private.serializer'])) {
  1150.             return $this->services['.container.private.serializer'];
  1151.         }
  1152.         $f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1153.         if (isset($this->services['.container.private.serializer'])) {
  1154.             return $this->services['.container.private.serializer'];
  1155.         }
  1156.         $g = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1157.         if (isset($this->services['.container.private.serializer'])) {
  1158.             return $this->services['.container.private.serializer'];
  1159.         }
  1160.         $h = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1161.         if (isset($this->services['.container.private.serializer'])) {
  1162.             return $this->services['.container.private.serializer'];
  1163.         }
  1164.         $i = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1165.         if (isset($this->services['.container.private.serializer'])) {
  1166.             return $this->services['.container.private.serializer'];
  1167.         }
  1168.         $j = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1169.         if (isset($this->services['.container.private.serializer'])) {
  1170.             return $this->services['.container.private.serializer'];
  1171.         }
  1172.         $k = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1173.         $l = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1174.         $m = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$k$a)], [=> $l]));
  1175.         $n = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($m);
  1176.         $o = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1177.         $p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($o$b$c$d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $eNULL$fNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$m));
  1178.         $q = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1179.         $r = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1180.         $s = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1181.         $t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1182.         $u = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($t);
  1183.         $v = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($t$r$k$a$uNULL);
  1184.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($k), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $n=> $p=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $r), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $r), => $p=> $n=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($o$b$c$sNULL$qNULL$r), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($o$g$q), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($qtrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($o$b$c$g$s$h$k$r$t, [], new RewindableGenerator(function () {
  1185.             yield => ($this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'] ?? $this->getOptinBrandChangeDataTransformerService());
  1186.             yield => ($this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'] ?? $this->getParticipationStatusDataTransformerService());
  1187.             yield => ($this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'] ?? $this->getPasswordChangeDataTransformerService());
  1188.             yield => ($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'] ?? $this->getUserPasswordDataTransformerService());
  1189.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1190.         }, 5), $i), 16 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$g$s$k$r$t$jfalseNULL, new RewindableGenerator(function () {
  1191.             yield => ($this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'] ?? $this->getOptinBrandChangeDataTransformerService());
  1192.             yield => ($this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'] ?? $this->getParticipationStatusDataTransformerService());
  1193.             yield => ($this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'] ?? $this->getPasswordChangeDataTransformerService());
  1194.             yield => ($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'] ?? $this->getUserPasswordDataTransformerService());
  1195.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1196.         }, 5), $o$i), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $r), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t$r$a$uNULL)), 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\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($h$s$gNULL), 'page''pagination'$o$k), $o$s$f), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($v$g$h), 28 => $v], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $l=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1197.     }
  1198.     /**
  1199.      * Gets the public '.container.private.session' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1202.      */
  1203.     protected function get_Container_Private_SessionService()
  1204.     {
  1205.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1206.         if (isset($this->services['.container.private.session'])) {
  1207.             return $this->services['.container.private.session'];
  1208.         }
  1209.         return $this->services['.container.private.session'] = $a->createSession();
  1210.     }
  1211.     /**
  1212.      * Gets the public '.container.private.twig' shared service.
  1213.      *
  1214.      * @return \Twig\Environment
  1215.      */
  1216.     protected function get_Container_Private_TwigService()
  1217.     {
  1218.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1219.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1222.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1223.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1226.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1227.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1228.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1229.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1230.         $a->addPath((\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), 'AdminLTE');
  1231.         $a->addPath((\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), '!AdminLTE');
  1232.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1233.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1234.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1235.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1236.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1237.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1238.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1239.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1240.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1241.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1242.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1243.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1244.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1245.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1246.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1247.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1248.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1249.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1250.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1251.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1252.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1253.         $f = ($this->services['router'] ?? $this->getRouterService());
  1254.         $g = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
  1255.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1256.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1257.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1258.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1259.         $k = new \Knp\Menu\Util\MenuManipulator();
  1260.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1261.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1262.         $m->setEnvironment('dev');
  1263.         $m->setDebug(true);
  1264.         if ($this->has('.container.private.security.token_storage')) {
  1265.             $m->setTokenStorage($i);
  1266.         }
  1267.         if ($this->has('request_stack')) {
  1268.             $m->setRequestStack($h);
  1269.         }
  1270.         $n = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1271.         $o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1275.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1276.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1277.         $instance->addExtension(new \App\Twig\KiwiRoutingExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f), $g));
  1278.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1281.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1282.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$f)));
  1283.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
  1284.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1285.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1286.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1287.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($h, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  1288.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1289.         $instance->addExtension(new \App\Twig\ArrayKeysContains());
  1290.         $instance->addExtension(new \App\Twig\GetClass());
  1291.         $instance->addExtension(new \App\Twig\SortDirectionIcon());
  1292.         $instance->addExtension(new \App\Twig\StringFilter());
  1293.         $instance->addExtension(new \App\Twig\UrlMediaLink(($this->privates['App\\Helper\\GenericHelper'] ?? ($this->privates['App\\Helper\\GenericHelper'] = new \App\Helper\GenericHelper()))));
  1294.         $instance->addExtension(new \App\Twig\UserHasPermission($g, ($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService())));
  1295.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1296.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1297.         $instance->addExtension(new \KevinPapst\AdminLTEBundle\Twig\AdminExtension());
  1298.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1299.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1300.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1301.         ], [
  1302.             'list' => '?',
  1303.             'twig' => '?',
  1304.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1305.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1306.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1307.         }, 2)), $k$l), $l$k));
  1308.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1309.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1310.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1311.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1312.         ], [
  1313.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1314.             'webpack_encore.tag_renderer' => '?',
  1315.         ])));
  1316.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1317.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1318.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1319.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1320.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1321.         $instance->addGlobal('app'$m);
  1322.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1323.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1324.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1325.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1326.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1327.             'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension' => ['privates''KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension''getRuntimeExtensionService'false],
  1328.             'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension' => ['privates''KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension''getEventsExtensionService'false],
  1329.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  1330.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1331.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'false],
  1332.         ], [
  1333.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1334.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1335.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1336.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1337.             'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension' => '?',
  1338.             'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension' => '?',
  1339.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1340.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1341.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1342.         ])));
  1343.         $instance->addGlobal('front_url'$this->getEnv('FRONT_URL'));
  1344.         $instance->addGlobal('app_env_back'$this->getEnv('APP_ENV_BACK'));
  1345.         $instance->addGlobal('participationMultiOfferManager', new \App\Manager\Participation\ParticipationMultiOfferManager($n));
  1346.         $instance->addGlobal('participationOdrManager', new \App\Manager\Participation\ParticipationOdrManager($n));
  1347.         $instance->addGlobal('logoManager', ($this->services['App\\Manager\\LogoManager'] ?? $this->getLogoManagerService()));
  1348.         $instance->registerUndefinedFilterCallback([=> $o=> 'suggestFilter']);
  1349.         $instance->registerUndefinedFunctionCallback([=> $o=> 'suggestFunction']);
  1350.         $instance->registerUndefinedTokenParserCallback([=> $o=> 'suggestTag']);
  1351.         $instance->addGlobal('admin_lte_context', ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()));
  1352.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1353.         return $instance;
  1354.     }
  1355.     /**
  1356.      * Gets the public '.container.private.validator' shared service.
  1357.      *
  1358.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1359.      */
  1360.     protected function get_Container_Private_ValidatorService()
  1361.     {
  1362.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1363.         if (isset($this->services['.container.private.validator'])) {
  1364.             return $this->services['.container.private.validator'];
  1365.         }
  1366.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1367.     }
  1368.     /**
  1369.      * Gets the public 'App\Controller\Api\Blog\GetBlogLast' shared autowired service.
  1370.      *
  1371.      * @return \App\Controller\Api\Blog\GetBlogLast
  1372.      */
  1373.     protected function getGetBlogLastService()
  1374.     {
  1375.         include_once \dirname(__DIR__4).'/src/Controller/Api/Blog/GetBlogLast.php';
  1376.         $this->services['App\\Controller\\Api\\Blog\\GetBlogLast'] = $instance = new \App\Controller\Api\Blog\GetBlogLast(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1377.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Blog\\GetBlogLast'$this));
  1378.         return $instance;
  1379.     }
  1380.     /**
  1381.      * Gets the public 'App\Controller\Api\Blog\GetBlogs' shared autowired service.
  1382.      *
  1383.      * @return \App\Controller\Api\Blog\GetBlogs
  1384.      */
  1385.     protected function getGetBlogsService()
  1386.     {
  1387.         include_once \dirname(__DIR__4).'/src/Controller/Api/Blog/GetBlogs.php';
  1388.         $this->services['App\\Controller\\Api\\Blog\\GetBlogs'] = $instance = new \App\Controller\Api\Blog\GetBlogs(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1389.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Blog\\GetBlogs'$this));
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public 'App\Controller\Api\Cart\Gift\CreateGiftCart' shared autowired service.
  1394.      *
  1395.      * @return \App\Controller\Api\Cart\Gift\CreateGiftCart
  1396.      */
  1397.     protected function getCreateGiftCartService()
  1398.     {
  1399.         include_once \dirname(__DIR__4).'/src/Controller/Api/Cart/Gift/CreateGiftCart.php';
  1400.         include_once \dirname(__DIR__4).'/src/Manager/Cart/GiftCartManager.php';
  1401.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1402.         $this->services['App\\Controller\\Api\\Cart\\Gift\\CreateGiftCart'] = $instance = new \App\Controller\Api\Cart\Gift\CreateGiftCart($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Manager\Cart\GiftCartManager($a));
  1403.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\CreateGiftCart'$this));
  1404.         return $instance;
  1405.     }
  1406.     /**
  1407.      * Gets the public 'App\Controller\Api\Cart\Gift\CreateOrRemoveGiftCart' shared autowired service.
  1408.      *
  1409.      * @return \App\Controller\Api\Cart\Gift\CreateOrRemoveGiftCart
  1410.      */
  1411.     protected function getCreateOrRemoveGiftCartService()
  1412.     {
  1413.         include_once \dirname(__DIR__4).'/src/Controller/Api/Cart/Gift/CreateOrRemoveGiftCart.php';
  1414.         $this->services['App\\Controller\\Api\\Cart\\Gift\\CreateOrRemoveGiftCart'] = $instance = new \App\Controller\Api\Cart\Gift\CreateOrRemoveGiftCart(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1415.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\CreateOrRemoveGiftCart'$this));
  1416.         return $instance;
  1417.     }
  1418.     /**
  1419.      * Gets the public 'App\Controller\Api\Cart\Gift\GetUserGiftCarts' shared autowired service.
  1420.      *
  1421.      * @return \App\Controller\Api\Cart\Gift\GetUserGiftCarts
  1422.      */
  1423.     protected function getGetUserGiftCartsService()
  1424.     {
  1425.         include_once \dirname(__DIR__4).'/src/Controller/Api/Cart/Gift/GetUserGiftCarts.php';
  1426.         $this->services['App\\Controller\\Api\\Cart\\Gift\\GetUserGiftCarts'] = $instance = new \App\Controller\Api\Cart\Gift\GetUserGiftCarts(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1427.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\GetUserGiftCarts'$this));
  1428.         return $instance;
  1429.     }
  1430.     /**
  1431.      * Gets the public 'App\Controller\Api\Cart\Gift\RemoveGiftCart' shared autowired service.
  1432.      *
  1433.      * @return \App\Controller\Api\Cart\Gift\RemoveGiftCart
  1434.      */
  1435.     protected function getRemoveGiftCartService()
  1436.     {
  1437.         include_once \dirname(__DIR__4).'/src/Controller/Api/Cart/Gift/RemoveGiftCart.php';
  1438.         $this->services['App\\Controller\\Api\\Cart\\Gift\\RemoveGiftCart'] = $instance = new \App\Controller\Api\Cart\Gift\RemoveGiftCart(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1439.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\RemoveGiftCart'$this));
  1440.         return $instance;
  1441.     }
  1442.     /**
  1443.      * Gets the public 'App\Controller\Api\Cart\Operation\CreateOrRemoveOperationCart' shared autowired service.
  1444.      *
  1445.      * @return \App\Controller\Api\Cart\Operation\CreateOrRemoveOperationCart
  1446.      */
  1447.     protected function getCreateOrRemoveOperationCartService()
  1448.     {
  1449.         include_once \dirname(__DIR__4).'/src/Controller/Api/Cart/Operation/CreateOrRemoveOperationCart.php';
  1450.         $this->services['App\\Controller\\Api\\Cart\\Operation\\CreateOrRemoveOperationCart'] = $instance = new \App\Controller\Api\Cart\Operation\CreateOrRemoveOperationCart(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1451.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Operation\\CreateOrRemoveOperationCart'$this));
  1452.         return $instance;
  1453.     }
  1454.     /**
  1455.      * Gets the public 'App\Controller\Api\Cart\Operation\GetUserOperationCarts' shared autowired service.
  1456.      *
  1457.      * @return \App\Controller\Api\Cart\Operation\GetUserOperationCarts
  1458.      */
  1459.     protected function getGetUserOperationCartsService()
  1460.     {
  1461.         include_once \dirname(__DIR__4).'/src/Controller/Api/Cart/Operation/GetUserOperationCarts.php';
  1462.         $this->services['App\\Controller\\Api\\Cart\\Operation\\GetUserOperationCarts'] = $instance = new \App\Controller\Api\Cart\Operation\GetUserOperationCarts(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1463.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Operation\\GetUserOperationCarts'$this));
  1464.         return $instance;
  1465.     }
  1466.     /**
  1467.      * Gets the public 'App\Controller\Api\CreateAloneIbanBicByUser' shared autowired service.
  1468.      *
  1469.      * @return \App\Controller\Api\CreateAloneIbanBicByUser
  1470.      */
  1471.     protected function getCreateAloneIbanBicByUserService()
  1472.     {
  1473.         include_once \dirname(__DIR__4).'/src/Controller/Api/CreateAloneIbanBicByUser.php';
  1474.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  1475.         $this->services['App\\Controller\\Api\\CreateAloneIbanBicByUser'] = $instance = new \App\Controller\Api\CreateAloneIbanBicByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  1476.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\CreateAloneIbanBicByUser'$this));
  1477.         return $instance;
  1478.     }
  1479.     /**
  1480.      * Gets the public 'App\Controller\Api\CreateOrder' shared autowired service.
  1481.      *
  1482.      * @return \App\Controller\Api\CreateOrder
  1483.      */
  1484.     protected function getCreateOrderService()
  1485.     {
  1486.         include_once \dirname(__DIR__4).'/src/Controller/Api/CreateOrder.php';
  1487.         include_once \dirname(__DIR__4).'/src/Manager/Address/OrderManager.php';
  1488.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1489.         $this->services['App\\Controller\\Api\\CreateOrder'] = $instance = new \App\Controller\Api\CreateOrder($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Manager\Address\OrderManager($a), ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
  1490.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\CreateOrder'$this));
  1491.         return $instance;
  1492.     }
  1493.     /**
  1494.      * Gets the public 'App\Controller\Api\DownloadPersonalData' shared autowired service.
  1495.      *
  1496.      * @return \App\Controller\Api\DownloadPersonalData
  1497.      */
  1498.     protected function getDownloadPersonalDataService()
  1499.     {
  1500.         include_once \dirname(__DIR__4).'/src/Controller/Api/DownloadPersonalData.php';
  1501.         $this->services['App\\Controller\\Api\\DownloadPersonalData'] = $instance = new \App\Controller\Api\DownloadPersonalData(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1502.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\DownloadPersonalData'$this));
  1503.         return $instance;
  1504.     }
  1505.     /**
  1506.      * Gets the public 'App\Controller\Api\Gift\GetGifts' shared autowired service.
  1507.      *
  1508.      * @return \App\Controller\Api\Gift\GetGifts
  1509.      */
  1510.     protected function getGetGiftsService()
  1511.     {
  1512.         include_once \dirname(__DIR__4).'/src/Controller/Api/Gift/GetGifts.php';
  1513.         $this->services['App\\Controller\\Api\\Gift\\GetGifts'] = $instance = new \App\Controller\Api\Gift\GetGifts(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1514.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Gift\\GetGifts'$this));
  1515.         return $instance;
  1516.     }
  1517.     /**
  1518.      * Gets the public 'App\Controller\Api\Gift\GetOneGift' shared autowired service.
  1519.      *
  1520.      * @return \App\Controller\Api\Gift\GetOneGift
  1521.      */
  1522.     protected function getGetOneGiftService()
  1523.     {
  1524.         include_once \dirname(__DIR__4).'/src/Controller/Api/Gift/GetOneGift.php';
  1525.         $this->services['App\\Controller\\Api\\Gift\\GetOneGift'] = $instance = new \App\Controller\Api\Gift\GetOneGift(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1526.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Gift\\GetOneGift'$this));
  1527.         return $instance;
  1528.     }
  1529.     /**
  1530.      * Gets the public 'App\Controller\Api\Gift\GetOrderByUser' shared autowired service.
  1531.      *
  1532.      * @return \App\Controller\Api\Gift\GetOrderByUser
  1533.      */
  1534.     protected function getGetOrderByUserService()
  1535.     {
  1536.         include_once \dirname(__DIR__4).'/src/Controller/Api/Gift/GetOrderByUser.php';
  1537.         $this->services['App\\Controller\\Api\\Gift\\GetOrderByUser'] = $instance = new \App\Controller\Api\Gift\GetOrderByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1538.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Gift\\GetOrderByUser'$this));
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the public 'App\Controller\Api\InitializeUserPassword' shared autowired service.
  1543.      *
  1544.      * @return \App\Controller\Api\InitializeUserPassword
  1545.      */
  1546.     protected function getInitializeUserPasswordService()
  1547.     {
  1548.         include_once \dirname(__DIR__4).'/src/Controller/Api/InitializeUserPassword.php';
  1549.         $this->services['App\\Controller\\Api\\InitializeUserPassword'] = $instance = new \App\Controller\Api\InitializeUserPassword(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  1550.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\InitializeUserPassword'$this));
  1551.         return $instance;
  1552.     }
  1553.     /**
  1554.      * Gets the public 'App\Controller\Api\Item\Puntos\CountPuntosGodparent' shared autowired service.
  1555.      *
  1556.      * @return \App\Controller\Api\Item\Puntos\CountPuntosGodparent
  1557.      */
  1558.     protected function getCountPuntosGodparentService()
  1559.     {
  1560.         include_once \dirname(__DIR__4).'/src/Controller/Api/Item/Puntos/CountPuntosGodparent.php';
  1561.         $this->services['App\\Controller\\Api\\Item\\Puntos\\CountPuntosGodparent'] = $instance = new \App\Controller\Api\Item\Puntos\CountPuntosGodparent(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1562.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Item\\Puntos\\CountPuntosGodparent'$this));
  1563.         return $instance;
  1564.     }
  1565.     /**
  1566.      * Gets the public 'App\Controller\Api\MediaObject\CreateMediaCouponAction' shared autowired service.
  1567.      *
  1568.      * @return \App\Controller\Api\MediaObject\CreateMediaCouponAction
  1569.      */
  1570.     protected function getCreateMediaCouponActionService()
  1571.     {
  1572.         include_once \dirname(__DIR__4).'/src/Controller/Api/MediaObject/CreateMediaCouponAction.php';
  1573.         return $this->services['App\\Controller\\Api\\MediaObject\\CreateMediaCouponAction'] = new \App\Controller\Api\MediaObject\CreateMediaCouponAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1574.     }
  1575.     /**
  1576.      * Gets the public 'App\Controller\Api\MediaObject\CreateMediaParticipationAction' shared autowired service.
  1577.      *
  1578.      * @return \App\Controller\Api\MediaObject\CreateMediaParticipationAction
  1579.      */
  1580.     protected function getCreateMediaParticipationActionService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/src/Controller/Api/MediaObject/CreateMediaParticipationAction.php';
  1583.         return $this->services['App\\Controller\\Api\\MediaObject\\CreateMediaParticipationAction'] = new \App\Controller\Api\MediaObject\CreateMediaParticipationAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1584.     }
  1585.     /**
  1586.      * Gets the public 'App\Controller\Api\MediaObject\CreateMediaProductAction' shared autowired service.
  1587.      *
  1588.      * @return \App\Controller\Api\MediaObject\CreateMediaProductAction
  1589.      */
  1590.     protected function getCreateMediaProductActionService()
  1591.     {
  1592.         include_once \dirname(__DIR__4).'/src/Controller/Api/MediaObject/CreateMediaProductAction.php';
  1593.         return $this->services['App\\Controller\\Api\\MediaObject\\CreateMediaProductAction'] = new \App\Controller\Api\MediaObject\CreateMediaProductAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1594.     }
  1595.     /**
  1596.      * Gets the public 'App\Controller\Api\OperationCode\OdrCode\GetOdrCodeByParticipationId' shared autowired service.
  1597.      *
  1598.      * @return \App\Controller\Api\OperationCode\OdrCode\GetOdrCodeByParticipationId
  1599.      */
  1600.     protected function getGetOdrCodeByParticipationIdService()
  1601.     {
  1602.         include_once \dirname(__DIR__4).'/src/Controller/Api/OperationCode/OdrCode/GetOdrCodeByParticipationId.php';
  1603.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  1604.         $this->services['App\\Controller\\Api\\OperationCode\\OdrCode\\GetOdrCodeByParticipationId'] = $instance = new \App\Controller\Api\OperationCode\OdrCode\GetOdrCodeByParticipationId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  1605.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\OperationCode\\OdrCode\\GetOdrCodeByParticipationId'$this));
  1606.         return $instance;
  1607.     }
  1608.     /**
  1609.      * Gets the public 'App\Controller\Api\Operation\Coupon\GetAllPublicCoupons' shared autowired service.
  1610.      *
  1611.      * @return \App\Controller\Api\Operation\Coupon\GetAllPublicCoupons
  1612.      */
  1613.     protected function getGetAllPublicCouponsService()
  1614.     {
  1615.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Coupon/GetAllPublicCoupons.php';
  1616.         $this->services['App\\Controller\\Api\\Operation\\Coupon\\GetAllPublicCoupons'] = $instance = new \App\Controller\Api\Operation\Coupon\GetAllPublicCoupons(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1617.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Coupon\\GetAllPublicCoupons'$this));
  1618.         return $instance;
  1619.     }
  1620.     /**
  1621.      * Gets the public 'App\Controller\Api\Operation\Coupon\GetCouponsByUserDepartment' shared autowired service.
  1622.      *
  1623.      * @return \App\Controller\Api\Operation\Coupon\GetCouponsByUserDepartment
  1624.      */
  1625.     protected function getGetCouponsByUserDepartmentService()
  1626.     {
  1627.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Coupon/GetCouponsByUserDepartment.php';
  1628.         $this->services['App\\Controller\\Api\\Operation\\Coupon\\GetCouponsByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Coupon\GetCouponsByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1629.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Coupon\\GetCouponsByUserDepartment'$this));
  1630.         return $instance;
  1631.     }
  1632.     /**
  1633.      * Gets the public 'App\Controller\Api\Operation\Coupon\GetOnePublicCoupon' shared autowired service.
  1634.      *
  1635.      * @return \App\Controller\Api\Operation\Coupon\GetOnePublicCoupon
  1636.      */
  1637.     protected function getGetOnePublicCouponService()
  1638.     {
  1639.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Coupon/GetOnePublicCoupon.php';
  1640.         $this->services['App\\Controller\\Api\\Operation\\Coupon\\GetOnePublicCoupon'] = $instance = new \App\Controller\Api\Operation\Coupon\GetOnePublicCoupon(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1641.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Coupon\\GetOnePublicCoupon'$this));
  1642.         return $instance;
  1643.     }
  1644.     /**
  1645.      * Gets the public 'App\Controller\Api\Operation\Multi\GetAllMultiOfferCoupon' shared autowired service.
  1646.      *
  1647.      * @return \App\Controller\Api\Operation\Multi\GetAllMultiOfferCoupon
  1648.      */
  1649.     protected function getGetAllMultiOfferCouponService()
  1650.     {
  1651.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Multi/GetAllMultiOfferCoupon.php';
  1652.         $this->services['App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferCoupon'] = $instance = new \App\Controller\Api\Operation\Multi\GetAllMultiOfferCoupon(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1653.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferCoupon'$this));
  1654.         return $instance;
  1655.     }
  1656.     /**
  1657.      * Gets the public 'App\Controller\Api\Operation\Multi\GetAllMultiOfferOdr' shared autowired service.
  1658.      *
  1659.      * @return \App\Controller\Api\Operation\Multi\GetAllMultiOfferOdr
  1660.      */
  1661.     protected function getGetAllMultiOfferOdrService()
  1662.     {
  1663.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Multi/GetAllMultiOfferOdr.php';
  1664.         $this->services['App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferOdr'] = $instance = new \App\Controller\Api\Operation\Multi\GetAllMultiOfferOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1665.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferOdr'$this));
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'App\Controller\Api\Operation\Multi\GetMultiCouponByUser' shared autowired service.
  1670.      *
  1671.      * @return \App\Controller\Api\Operation\Multi\GetMultiCouponByUser
  1672.      */
  1673.     protected function getGetMultiCouponByUserService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Multi/GetMultiCouponByUser.php';
  1676.         $this->services['App\\Controller\\Api\\Operation\\Multi\\GetMultiCouponByUser'] = $instance = new \App\Controller\Api\Operation\Multi\GetMultiCouponByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1677.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetMultiCouponByUser'$this));
  1678.         return $instance;
  1679.     }
  1680.     /**
  1681.      * Gets the public 'App\Controller\Api\Operation\Multi\GetMultiOfferOdrByUserDepartment' shared autowired service.
  1682.      *
  1683.      * @return \App\Controller\Api\Operation\Multi\GetMultiOfferOdrByUserDepartment
  1684.      */
  1685.     protected function getGetMultiOfferOdrByUserDepartmentService()
  1686.     {
  1687.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Multi/GetMultiOfferOdrByUserDepartment.php';
  1688.         $this->services['App\\Controller\\Api\\Operation\\Multi\\GetMultiOfferOdrByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Multi\GetMultiOfferOdrByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1689.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetMultiOfferOdrByUserDepartment'$this));
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the public 'App\Controller\Api\Operation\Multi\GetOneMultiOfferByUserDepartment' shared autowired service.
  1694.      *
  1695.      * @return \App\Controller\Api\Operation\Multi\GetOneMultiOfferByUserDepartment
  1696.      */
  1697.     protected function getGetOneMultiOfferByUserDepartmentService()
  1698.     {
  1699.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Multi/GetOneMultiOfferByUserDepartment.php';
  1700.         return $this->services['App\\Controller\\Api\\Operation\\Multi\\GetOneMultiOfferByUserDepartment'] = new \App\Controller\Api\Operation\Multi\GetOneMultiOfferByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1701.     }
  1702.     /**
  1703.      * Gets the public 'App\Controller\Api\Operation\Multi\GetOnePublicMultiOdr' shared autowired service.
  1704.      *
  1705.      * @return \App\Controller\Api\Operation\Multi\GetOnePublicMultiOdr
  1706.      */
  1707.     protected function getGetOnePublicMultiOdrService()
  1708.     {
  1709.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Multi/GetOnePublicMultiOdr.php';
  1710.         $this->services['App\\Controller\\Api\\Operation\\Multi\\GetOnePublicMultiOdr'] = $instance = new \App\Controller\Api\Operation\Multi\GetOnePublicMultiOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1711.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetOnePublicMultiOdr'$this));
  1712.         return $instance;
  1713.     }
  1714.     /**
  1715.      * Gets the public 'App\Controller\Api\Operation\Odr\GetAllPublicOdrs' shared autowired service.
  1716.      *
  1717.      * @return \App\Controller\Api\Operation\Odr\GetAllPublicOdrs
  1718.      */
  1719.     protected function getGetAllPublicOdrsService()
  1720.     {
  1721.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Odr/GetAllPublicOdrs.php';
  1722.         $this->services['App\\Controller\\Api\\Operation\\Odr\\GetAllPublicOdrs'] = $instance = new \App\Controller\Api\Operation\Odr\GetAllPublicOdrs(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1723.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetAllPublicOdrs'$this));
  1724.         return $instance;
  1725.     }
  1726.     /**
  1727.      * Gets the public 'App\Controller\Api\Operation\Odr\GetOdrParticipationByUser' shared autowired service.
  1728.      *
  1729.      * @return \App\Controller\Api\Operation\Odr\GetOdrParticipationByUser
  1730.      */
  1731.     protected function getGetOdrParticipationByUserService()
  1732.     {
  1733.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Odr/GetOdrParticipationByUser.php';
  1734.         $this->services['App\\Controller\\Api\\Operation\\Odr\\GetOdrParticipationByUser'] = $instance = new \App\Controller\Api\Operation\Odr\GetOdrParticipationByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1735.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetOdrParticipationByUser'$this));
  1736.         return $instance;
  1737.     }
  1738.     /**
  1739.      * Gets the public 'App\Controller\Api\Operation\Odr\GetOneOdr' shared autowired service.
  1740.      *
  1741.      * @return \App\Controller\Api\Operation\Odr\GetOneOdr
  1742.      */
  1743.     protected function getGetOneOdrService()
  1744.     {
  1745.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Odr/GetOneOdr.php';
  1746.         $this->services['App\\Controller\\Api\\Operation\\Odr\\GetOneOdr'] = $instance = new \App\Controller\Api\Operation\Odr\GetOneOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1747.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetOneOdr'$this));
  1748.         return $instance;
  1749.     }
  1750.     /**
  1751.      * Gets the public 'App\Controller\Api\Operation\Odr\GetOneOperationOdr' shared autowired service.
  1752.      *
  1753.      * @return \App\Controller\Api\Operation\Odr\GetOneOperationOdr
  1754.      */
  1755.     protected function getGetOneOperationOdrService()
  1756.     {
  1757.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Odr/GetOneOperationOdr.php';
  1758.         $this->services['App\\Controller\\Api\\Operation\\Odr\\GetOneOperationOdr'] = $instance = new \App\Controller\Api\Operation\Odr\GetOneOperationOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1759.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetOneOperationOdr'$this));
  1760.         return $instance;
  1761.     }
  1762.     /**
  1763.      * Gets the public 'App\Controller\Api\Operation\Puntos\GetAllPublicPuntos' shared autowired service.
  1764.      *
  1765.      * @return \App\Controller\Api\Operation\Puntos\GetAllPublicPuntos
  1766.      */
  1767.     protected function getGetAllPublicPuntosService()
  1768.     {
  1769.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Puntos/GetAllPublicPuntos.php';
  1770.         $this->services['App\\Controller\\Api\\Operation\\Puntos\\GetAllPublicPuntos'] = $instance = new \App\Controller\Api\Operation\Puntos\GetAllPublicPuntos(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1771.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Puntos\\GetAllPublicPuntos'$this));
  1772.         return $instance;
  1773.     }
  1774.     /**
  1775.      * Gets the public 'App\Controller\Api\Operation\Puntos\GetPuntosByUserDepartment' shared autowired service.
  1776.      *
  1777.      * @return \App\Controller\Api\Operation\Puntos\GetPuntosByUserDepartment
  1778.      */
  1779.     protected function getGetPuntosByUserDepartmentService()
  1780.     {
  1781.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Puntos/GetPuntosByUserDepartment.php';
  1782.         $this->services['App\\Controller\\Api\\Operation\\Puntos\\GetPuntosByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Puntos\GetPuntosByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1783.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Puntos\\GetPuntosByUserDepartment'$this));
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public 'App\Controller\Api\Operation\Sponsorship\GetAllPublicSponsorship' shared autowired service.
  1788.      *
  1789.      * @return \App\Controller\Api\Operation\Sponsorship\GetAllPublicSponsorship
  1790.      */
  1791.     protected function getGetAllPublicSponsorshipService()
  1792.     {
  1793.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Sponsorship/GetAllPublicSponsorship.php';
  1794.         $this->services['App\\Controller\\Api\\Operation\\Sponsorship\\GetAllPublicSponsorship'] = $instance = new \App\Controller\Api\Operation\Sponsorship\GetAllPublicSponsorship(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1795.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Sponsorship\\GetAllPublicSponsorship'$this));
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the public 'App\Controller\Api\Operation\Step\GetAllPublicSteps' shared autowired service.
  1800.      *
  1801.      * @return \App\Controller\Api\Operation\Step\GetAllPublicSteps
  1802.      */
  1803.     protected function getGetAllPublicStepsService()
  1804.     {
  1805.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Step/GetAllPublicSteps.php';
  1806.         $this->services['App\\Controller\\Api\\Operation\\Step\\GetAllPublicSteps'] = $instance = new \App\Controller\Api\Operation\Step\GetAllPublicSteps(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1807.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Step\\GetAllPublicSteps'$this));
  1808.         return $instance;
  1809.     }
  1810.     /**
  1811.      * Gets the public 'App\Controller\Api\Operation\Step\GetStepsByUserDepartment' shared autowired service.
  1812.      *
  1813.      * @return \App\Controller\Api\Operation\Step\GetStepsByUserDepartment
  1814.      */
  1815.     protected function getGetStepsByUserDepartmentService()
  1816.     {
  1817.         include_once \dirname(__DIR__4).'/src/Controller/Api/Operation/Step/GetStepsByUserDepartment.php';
  1818.         $this->services['App\\Controller\\Api\\Operation\\Step\\GetStepsByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Step\GetStepsByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1819.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Step\\GetStepsByUserDepartment'$this));
  1820.         return $instance;
  1821.     }
  1822.     /**
  1823.      * Gets the public 'App\Controller\Api\Participation\Coupon\GetNbParticipationCouponByOperationId' shared autowired service.
  1824.      *
  1825.      * @return \App\Controller\Api\Participation\Coupon\GetNbParticipationCouponByOperationId
  1826.      */
  1827.     protected function getGetNbParticipationCouponByOperationIdService()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Coupon/GetNbParticipationCouponByOperationId.php';
  1830.         $this->services['App\\Controller\\Api\\Participation\\Coupon\\GetNbParticipationCouponByOperationId'] = $instance = new \App\Controller\Api\Participation\Coupon\GetNbParticipationCouponByOperationId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1831.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Coupon\\GetNbParticipationCouponByOperationId'$this));
  1832.         return $instance;
  1833.     }
  1834.     /**
  1835.      * Gets the public 'App\Controller\Api\Participation\Draw\GetParticipationDrawsByUser' shared autowired service.
  1836.      *
  1837.      * @return \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUser
  1838.      */
  1839.     protected function getGetParticipationDrawsByUserService()
  1840.     {
  1841.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Draw/GetParticipationDrawsByUser.php';
  1842.         $this->services['App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUser'] = $instance = new \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1843.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUser'$this));
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the public 'App\Controller\Api\Participation\Draw\GetParticipationDrawsByUserByOperation' shared autowired service.
  1848.      *
  1849.      * @return \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUserByOperation
  1850.      */
  1851.     protected function getGetParticipationDrawsByUserByOperationService()
  1852.     {
  1853.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Draw/GetParticipationDrawsByUserByOperation.php';
  1854.         $this->services['App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUserByOperation'] = $instance = new \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUserByOperation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1855.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUserByOperation'$this));
  1856.         return $instance;
  1857.     }
  1858.     /**
  1859.      * Gets the public 'App\Controller\Api\Participation\Draw\PostParticipationDraw' shared autowired service.
  1860.      *
  1861.      * @return \App\Controller\Api\Participation\Draw\PostParticipationDraw
  1862.      */
  1863.     protected function getPostParticipationDrawService()
  1864.     {
  1865.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Draw/PostParticipationDraw.php';
  1866.         return $this->services['App\\Controller\\Api\\Participation\\Draw\\PostParticipationDraw'] = new \App\Controller\Api\Participation\Draw\PostParticipationDraw(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] ?? $this->getParticipationDrawManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
  1867.     }
  1868.     /**
  1869.      * Gets the public 'App\Controller\Api\Participation\Multi\ConfirmationParticipationMultiOdrByUser' shared autowired service.
  1870.      *
  1871.      * @return \App\Controller\Api\Participation\Multi\ConfirmationParticipationMultiOdrByUser
  1872.      */
  1873.     protected function getConfirmationParticipationMultiOdrByUserService()
  1874.     {
  1875.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/ConfirmationParticipationMultiOdrByUser.php';
  1876.         $this->services['App\\Controller\\Api\\Participation\\Multi\\ConfirmationParticipationMultiOdrByUser'] = $instance = new \App\Controller\Api\Participation\Multi\ConfirmationParticipationMultiOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1877.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\ConfirmationParticipationMultiOdrByUser'$this));
  1878.         return $instance;
  1879.     }
  1880.     /**
  1881.      * Gets the public 'App\Controller\Api\Participation\Multi\CreateParticipationMultiOdrByUser' shared autowired service.
  1882.      *
  1883.      * @return \App\Controller\Api\Participation\Multi\CreateParticipationMultiOdrByUser
  1884.      */
  1885.     protected function getCreateParticipationMultiOdrByUserService()
  1886.     {
  1887.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/CreateParticipationMultiOdrByUser.php';
  1888.         $this->services['App\\Controller\\Api\\Participation\\Multi\\CreateParticipationMultiOdrByUser'] = $instance = new \App\Controller\Api\Participation\Multi\CreateParticipationMultiOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1889.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\CreateParticipationMultiOdrByUser'$this));
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'App\Controller\Api\Participation\Multi\GetNbParticipationByOperationId' shared autowired service.
  1894.      *
  1895.      * @return \App\Controller\Api\Participation\Multi\GetNbParticipationByOperationId
  1896.      */
  1897.     protected function getGetNbParticipationByOperationIdService()
  1898.     {
  1899.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/GetNbParticipationByOperationId.php';
  1900.         $this->services['App\\Controller\\Api\\Participation\\Multi\\GetNbParticipationByOperationId'] = $instance = new \App\Controller\Api\Participation\Multi\GetNbParticipationByOperationId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1901.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetNbParticipationByOperationId'$this));
  1902.         return $instance;
  1903.     }
  1904.     /**
  1905.      * Gets the public 'App\Controller\Api\Participation\Multi\GetParticipationMultiOdrById' shared autowired service.
  1906.      *
  1907.      * @return \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrById
  1908.      */
  1909.     protected function getGetParticipationMultiOdrByIdService()
  1910.     {
  1911.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/GetParticipationMultiOdrById.php';
  1912.         include_once \dirname(__DIR__4).'/src/Manager/IbanManager.php';
  1913.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  1914.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1915.         $this->services['App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrById'] = $instance = new \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrById($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), new \App\Manager\IbanManager($a));
  1916.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrById'$this));
  1917.         return $instance;
  1918.     }
  1919.     /**
  1920.      * Gets the public 'App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUser' shared autowired service.
  1921.      *
  1922.      * @return \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUser
  1923.      */
  1924.     protected function getGetParticipationMultiOdrByUserService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/GetParticipationMultiOdrByUser.php';
  1927.         $this->services['App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUser'] = $instance = new \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1928.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUser'$this));
  1929.         return $instance;
  1930.     }
  1931.     /**
  1932.      * Gets the public 'App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUserByOperation' shared autowired service.
  1933.      *
  1934.      * @return \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUserByOperation
  1935.      */
  1936.     protected function getGetParticipationMultiOdrByUserByOperationService()
  1937.     {
  1938.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/GetParticipationMultiOdrByUserByOperation.php';
  1939.         $this->services['App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUserByOperation'] = $instance = new \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUserByOperation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1940.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUserByOperation'$this));
  1941.         return $instance;
  1942.     }
  1943.     /**
  1944.      * Gets the public 'App\Controller\Api\Participation\Multi\GetReParticipationMultiOdrById' shared autowired service.
  1945.      *
  1946.      * @return \App\Controller\Api\Participation\Multi\GetReParticipationMultiOdrById
  1947.      */
  1948.     protected function getGetReParticipationMultiOdrByIdService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/GetReParticipationMultiOdrById.php';
  1951.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  1952.         $this->services['App\\Controller\\Api\\Participation\\Multi\\GetReParticipationMultiOdrById'] = $instance = new \App\Controller\Api\Participation\Multi\GetReParticipationMultiOdrById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  1953.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetReParticipationMultiOdrById'$this));
  1954.         return $instance;
  1955.     }
  1956.     /**
  1957.      * Gets the public 'App\Controller\Api\Participation\Multi\UpdateBankInformationParticipationMultiOdrById' shared autowired service.
  1958.      *
  1959.      * @return \App\Controller\Api\Participation\Multi\UpdateBankInformationParticipationMultiOdrById
  1960.      */
  1961.     protected function getUpdateBankInformationParticipationMultiOdrByIdService()
  1962.     {
  1963.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Multi/UpdateBankInformationParticipationMultiOdrById.php';
  1964.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  1965.         $this->services['App\\Controller\\Api\\Participation\\Multi\\UpdateBankInformationParticipationMultiOdrById'] = $instance = new \App\Controller\Api\Participation\Multi\UpdateBankInformationParticipationMultiOdrById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  1966.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\UpdateBankInformationParticipationMultiOdrById'$this));
  1967.         return $instance;
  1968.     }
  1969.     /**
  1970.      * Gets the public 'App\Controller\Api\Participation\Odr\ConfirmationParticipationOdrByUser' shared autowired service.
  1971.      *
  1972.      * @return \App\Controller\Api\Participation\Odr\ConfirmationParticipationOdrByUser
  1973.      */
  1974.     protected function getConfirmationParticipationOdrByUserService()
  1975.     {
  1976.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/ConfirmationParticipationOdrByUser.php';
  1977.         $this->services['App\\Controller\\Api\\Participation\\Odr\\ConfirmationParticipationOdrByUser'] = $instance = new \App\Controller\Api\Participation\Odr\ConfirmationParticipationOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1978.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\ConfirmationParticipationOdrByUser'$this));
  1979.         return $instance;
  1980.     }
  1981.     /**
  1982.      * Gets the public 'App\Controller\Api\Participation\Odr\CreateParticipationOdrByUser' shared autowired service.
  1983.      *
  1984.      * @return \App\Controller\Api\Participation\Odr\CreateParticipationOdrByUser
  1985.      */
  1986.     protected function getCreateParticipationOdrByUserService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/CreateParticipationOdrByUser.php';
  1989.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  1990.         $this->services['App\\Controller\\Api\\Participation\\Odr\\CreateParticipationOdrByUser'] = $instance = new \App\Controller\Api\Participation\Odr\CreateParticipationOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  1991.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\CreateParticipationOdrByUser'$this));
  1992.         return $instance;
  1993.     }
  1994.     /**
  1995.      * Gets the public 'App\Controller\Api\Participation\Odr\GetNbParticipationByOperationOdrId' shared autowired service.
  1996.      *
  1997.      * @return \App\Controller\Api\Participation\Odr\GetNbParticipationByOperationOdrId
  1998.      */
  1999.     protected function getGetNbParticipationByOperationOdrIdService()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/GetNbParticipationByOperationOdrId.php';
  2002.         $this->services['App\\Controller\\Api\\Participation\\Odr\\GetNbParticipationByOperationOdrId'] = $instance = new \App\Controller\Api\Participation\Odr\GetNbParticipationByOperationOdrId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2003.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetNbParticipationByOperationOdrId'$this));
  2004.         return $instance;
  2005.     }
  2006.     /**
  2007.      * Gets the public 'App\Controller\Api\Participation\Odr\GetParticipationOdrsById' shared autowired service.
  2008.      *
  2009.      * @return \App\Controller\Api\Participation\Odr\GetParticipationOdrsById
  2010.      */
  2011.     protected function getGetParticipationOdrsByIdService()
  2012.     {
  2013.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/GetParticipationOdrsById.php';
  2014.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  2015.         $this->services['App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsById'] = $instance = new \App\Controller\Api\Participation\Odr\GetParticipationOdrsById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  2016.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsById'$this));
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the public 'App\Controller\Api\Participation\Odr\GetParticipationOdrsByUser' shared autowired service.
  2021.      *
  2022.      * @return \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUser
  2023.      */
  2024.     protected function getGetParticipationOdrsByUserService()
  2025.     {
  2026.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/GetParticipationOdrsByUser.php';
  2027.         $this->services['App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUser'] = $instance = new \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2028.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUser'$this));
  2029.         return $instance;
  2030.     }
  2031.     /**
  2032.      * Gets the public 'App\Controller\Api\Participation\Odr\GetParticipationOdrsByUserByOperation' shared autowired service.
  2033.      *
  2034.      * @return \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUserByOperation
  2035.      */
  2036.     protected function getGetParticipationOdrsByUserByOperationService()
  2037.     {
  2038.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/GetParticipationOdrsByUserByOperation.php';
  2039.         $this->services['App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUserByOperation'] = $instance = new \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUserByOperation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2040.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUserByOperation'$this));
  2041.         return $instance;
  2042.     }
  2043.     /**
  2044.      * Gets the public 'App\Controller\Api\Participation\Odr\GetReParticipationOdrsById' shared autowired service.
  2045.      *
  2046.      * @return \App\Controller\Api\Participation\Odr\GetReParticipationOdrsById
  2047.      */
  2048.     protected function getGetReParticipationOdrsByIdService()
  2049.     {
  2050.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Odr/GetReParticipationOdrsById.php';
  2051.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  2052.         $this->services['App\\Controller\\Api\\Participation\\Odr\\GetReParticipationOdrsById'] = $instance = new \App\Controller\Api\Participation\Odr\GetReParticipationOdrsById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  2053.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetReParticipationOdrsById'$this));
  2054.         return $instance;
  2055.     }
  2056.     /**
  2057.      * Gets the public 'App\Controller\Api\Participation\Puntos\GetAvailablePuntosByUser' shared autowired service.
  2058.      *
  2059.      * @return \App\Controller\Api\Participation\Puntos\GetAvailablePuntosByUser
  2060.      */
  2061.     protected function getGetAvailablePuntosByUserService()
  2062.     {
  2063.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Puntos/GetAvailablePuntosByUser.php';
  2064.         $this->services['App\\Controller\\Api\\Participation\\Puntos\\GetAvailablePuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\GetAvailablePuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2065.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\GetAvailablePuntosByUser'$this));
  2066.         return $instance;
  2067.     }
  2068.     /**
  2069.      * Gets the public 'App\Controller\Api\Participation\Puntos\GetParticipationPuntosByUser' shared autowired service.
  2070.      *
  2071.      * @return \App\Controller\Api\Participation\Puntos\GetParticipationPuntosByUser
  2072.      */
  2073.     protected function getGetParticipationPuntosByUserService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Puntos/GetParticipationPuntosByUser.php';
  2076.         $this->services['App\\Controller\\Api\\Participation\\Puntos\\GetParticipationPuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\GetParticipationPuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2077.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\GetParticipationPuntosByUser'$this));
  2078.         return $instance;
  2079.     }
  2080.     /**
  2081.      * Gets the public 'App\Controller\Api\Participation\Puntos\GetTotalPuntosByUser' shared autowired service.
  2082.      *
  2083.      * @return \App\Controller\Api\Participation\Puntos\GetTotalPuntosByUser
  2084.      */
  2085.     protected function getGetTotalPuntosByUserService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Puntos/GetTotalPuntosByUser.php';
  2088.         $this->services['App\\Controller\\Api\\Participation\\Puntos\\GetTotalPuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\GetTotalPuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2089.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\GetTotalPuntosByUser'$this));
  2090.         return $instance;
  2091.     }
  2092.     /**
  2093.      * Gets the public 'App\Controller\Api\Participation\Puntos\PostParticipationPuntosByUser' shared autowired service.
  2094.      *
  2095.      * @return \App\Controller\Api\Participation\Puntos\PostParticipationPuntosByUser
  2096.      */
  2097.     protected function getPostParticipationPuntosByUserService()
  2098.     {
  2099.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Puntos/PostParticipationPuntosByUser.php';
  2100.         $this->services['App\\Controller\\Api\\Participation\\Puntos\\PostParticipationPuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\PostParticipationPuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2101.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\PostParticipationPuntosByUser'$this));
  2102.         return $instance;
  2103.     }
  2104.     /**
  2105.      * Gets the public 'App\Controller\Api\Participation\Refund\GetParticipationRefundsByUser' shared autowired service.
  2106.      *
  2107.      * @return \App\Controller\Api\Participation\Refund\GetParticipationRefundsByUser
  2108.      */
  2109.     protected function getGetParticipationRefundsByUserService()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Refund/GetParticipationRefundsByUser.php';
  2112.         $this->services['App\\Controller\\Api\\Participation\\Refund\\GetParticipationRefundsByUser'] = $instance = new \App\Controller\Api\Participation\Refund\GetParticipationRefundsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2113.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Refund\\GetParticipationRefundsByUser'$this));
  2114.         return $instance;
  2115.     }
  2116.     /**
  2117.      * Gets the public 'App\Controller\Api\Participation\Refund\RefundPurseExpiringByUser' shared autowired service.
  2118.      *
  2119.      * @return \App\Controller\Api\Participation\Refund\RefundPurseExpiringByUser
  2120.      */
  2121.     protected function getRefundPurseExpiringByUserService()
  2122.     {
  2123.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Refund/RefundPurseExpiringByUser.php';
  2124.         $this->services['App\\Controller\\Api\\Participation\\Refund\\RefundPurseExpiringByUser'] = $instance = new \App\Controller\Api\Participation\Refund\RefundPurseExpiringByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2125.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Refund\\RefundPurseExpiringByUser'$this));
  2126.         return $instance;
  2127.     }
  2128.     /**
  2129.      * Gets the public 'App\Controller\Api\Participation\Step\GetParticipationStepsByUser' shared autowired service.
  2130.      *
  2131.      * @return \App\Controller\Api\Participation\Step\GetParticipationStepsByUser
  2132.      */
  2133.     protected function getGetParticipationStepsByUserService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Step/GetParticipationStepsByUser.php';
  2136.         $this->services['App\\Controller\\Api\\Participation\\Step\\GetParticipationStepsByUser'] = $instance = new \App\Controller\Api\Participation\Step\GetParticipationStepsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2137.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Step\\GetParticipationStepsByUser'$this));
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the public 'App\Controller\Api\Participation\Step\PostParticipationStepsByUser' shared autowired service.
  2142.      *
  2143.      * @return \App\Controller\Api\Participation\Step\PostParticipationStepsByUser
  2144.      */
  2145.     protected function getPostParticipationStepsByUserService()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/src/Controller/Api/Participation/Step/PostParticipationStepsByUser.php';
  2148.         $this->services['App\\Controller\\Api\\Participation\\Step\\PostParticipationStepsByUser'] = $instance = new \App\Controller\Api\Participation\Step\PostParticipationStepsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2149.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Step\\PostParticipationStepsByUser'$this));
  2150.         return $instance;
  2151.     }
  2152.     /**
  2153.      * Gets the public 'App\Controller\Api\PurseAvailableByUser' shared autowired service.
  2154.      *
  2155.      * @return \App\Controller\Api\PurseAvailableByUser
  2156.      */
  2157.     protected function getPurseAvailableByUserService()
  2158.     {
  2159.         include_once \dirname(__DIR__4).'/src/Controller/Api/PurseAvailableByUser.php';
  2160.         $this->services['App\\Controller\\Api\\PurseAvailableByUser'] = $instance = new \App\Controller\Api\PurseAvailableByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2161.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\PurseAvailableByUser'$this));
  2162.         return $instance;
  2163.     }
  2164.     /**
  2165.      * Gets the public 'App\Controller\Api\PurseExpiringByUser' shared autowired service.
  2166.      *
  2167.      * @return \App\Controller\Api\PurseExpiringByUser
  2168.      */
  2169.     protected function getPurseExpiringByUserService()
  2170.     {
  2171.         include_once \dirname(__DIR__4).'/src/Controller/Api/PurseExpiringByUser.php';
  2172.         $this->services['App\\Controller\\Api\\PurseExpiringByUser'] = $instance = new \App\Controller\Api\PurseExpiringByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2173.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\PurseExpiringByUser'$this));
  2174.         return $instance;
  2175.     }
  2176.     /**
  2177.      * Gets the public 'App\Controller\Api\Recipe\GetNumberOfRecipes' shared autowired service.
  2178.      *
  2179.      * @return \App\Controller\Api\Recipe\GetNumberOfRecipes
  2180.      */
  2181.     protected function getGetNumberOfRecipesService()
  2182.     {
  2183.         include_once \dirname(__DIR__4).'/src/Controller/Api/Recipe/GetNumberOfRecipes.php';
  2184.         $this->services['App\\Controller\\Api\\Recipe\\GetNumberOfRecipes'] = $instance = new \App\Controller\Api\Recipe\GetNumberOfRecipes(($this->privates['App\\Repository\\Recipe\\RecipeRepository'] ?? $this->getRecipeRepositoryService()));
  2185.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Recipe\\GetNumberOfRecipes'$this));
  2186.         return $instance;
  2187.     }
  2188.     /**
  2189.      * Gets the public 'App\Controller\Api\ResetUserPassword' shared autowired service.
  2190.      *
  2191.      * @return \App\Controller\Api\ResetUserPassword
  2192.      */
  2193.     protected function getResetUserPasswordService()
  2194.     {
  2195.         include_once \dirname(__DIR__4).'/src/Controller/Api/ResetUserPassword.php';
  2196.         $this->services['App\\Controller\\Api\\ResetUserPassword'] = $instance = new \App\Controller\Api\ResetUserPassword(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2197.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\ResetUserPassword'$this));
  2198.         return $instance;
  2199.     }
  2200.     /**
  2201.      * Gets the public 'App\Controller\Api\SendFeedsUserToCrm' shared autowired service.
  2202.      *
  2203.      * @return \App\Controller\Api\SendFeedsUserToCrm
  2204.      */
  2205.     protected function getSendFeedsUserToCrmService()
  2206.     {
  2207.         include_once \dirname(__DIR__4).'/src/Controller/Api/SendFeedsUserToCrm.php';
  2208.         $this->services['App\\Controller\\Api\\SendFeedsUserToCrm'] = $instance = new \App\Controller\Api\SendFeedsUserToCrm(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()), ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
  2209.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SendFeedsUserToCrm'$this));
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the public 'App\Controller\Api\SocialNetworkUserCheck' shared autowired service.
  2214.      *
  2215.      * @return \App\Controller\Api\SocialNetworkUserCheck
  2216.      */
  2217.     protected function getSocialNetworkUserCheckService()
  2218.     {
  2219.         include_once \dirname(__DIR__4).'/src/Controller/Api/SocialNetworkUserCheck.php';
  2220.         $this->services['App\\Controller\\Api\\SocialNetworkUserCheck'] = $instance = new \App\Controller\Api\SocialNetworkUserCheck(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
  2221.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SocialNetworkUserCheck'$this));
  2222.         return $instance;
  2223.     }
  2224.     /**
  2225.      * Gets the public 'App\Controller\Api\SoftUserDelete' shared autowired service.
  2226.      *
  2227.      * @return \App\Controller\Api\SoftUserDelete
  2228.      */
  2229.     protected function getSoftUserDeleteService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/src/Controller/Api/SoftUserDelete.php';
  2232.         $this->services['App\\Controller\\Api\\SoftUserDelete'] = $instance = new \App\Controller\Api\SoftUserDelete(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()));
  2233.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SoftUserDelete'$this));
  2234.         return $instance;
  2235.     }
  2236.     /**
  2237.      * Gets the public 'App\Controller\Api\SponsorshipRequest\GetGodChildsByGodFatherUser' shared autowired service.
  2238.      *
  2239.      * @return \App\Controller\Api\SponsorshipRequest\GetGodChildsByGodFatherUser
  2240.      */
  2241.     protected function getGetGodChildsByGodFatherUserService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/src/Controller/Api/SponsorshipRequest/GetGodChildsByGodFatherUser.php';
  2244.         $this->services['App\\Controller\\Api\\SponsorshipRequest\\GetGodChildsByGodFatherUser'] = $instance = new \App\Controller\Api\SponsorshipRequest\GetGodChildsByGodFatherUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2245.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\GetGodChildsByGodFatherUser'$this));
  2246.         return $instance;
  2247.     }
  2248.     /**
  2249.      * Gets the public 'App\Controller\Api\SponsorshipRequest\GetGodFatherByGodChildEmail' shared autowired service.
  2250.      *
  2251.      * @return \App\Controller\Api\SponsorshipRequest\GetGodFatherByGodChildEmail
  2252.      */
  2253.     protected function getGetGodFatherByGodChildEmailService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/src/Controller/Api/SponsorshipRequest/GetGodFatherByGodChildEmail.php';
  2256.         $this->services['App\\Controller\\Api\\SponsorshipRequest\\GetGodFatherByGodChildEmail'] = $instance = new \App\Controller\Api\SponsorshipRequest\GetGodFatherByGodChildEmail(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2257.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\GetGodFatherByGodChildEmail'$this));
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'App\Controller\Api\SponsorshipRequest\PostMultipleSponsorshipRequests' shared autowired service.
  2262.      *
  2263.      * @return \App\Controller\Api\SponsorshipRequest\PostMultipleSponsorshipRequests
  2264.      */
  2265.     protected function getPostMultipleSponsorshipRequestsService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/src/Controller/Api/SponsorshipRequest/PostMultipleSponsorshipRequests.php';
  2268.         include_once \dirname(__DIR__4).'/src/Manager/SponsorshipRequest/SponsorshipRequestManager.php';
  2269.         $this->services['App\\Controller\\Api\\SponsorshipRequest\\PostMultipleSponsorshipRequests'] = $instance = new \App\Controller\Api\SponsorshipRequest\PostMultipleSponsorshipRequests(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] ?? ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] = new \App\Manager\SponsorshipRequest\SponsorshipRequestManager())));
  2270.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\PostMultipleSponsorshipRequests'$this));
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'App\Controller\Api\SponsorshipRequest\PostSponsorshipRequestGodChild' shared autowired service.
  2275.      *
  2276.      * @return \App\Controller\Api\SponsorshipRequest\PostSponsorshipRequestGodChild
  2277.      */
  2278.     protected function getPostSponsorshipRequestGodChildService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/src/Controller/Api/SponsorshipRequest/PostSponsorshipRequestGodChild.php';
  2281.         include_once \dirname(__DIR__4).'/src/Manager/SponsorshipRequest/SponsorshipRequestManager.php';
  2282.         $this->services['App\\Controller\\Api\\SponsorshipRequest\\PostSponsorshipRequestGodChild'] = $instance = new \App\Controller\Api\SponsorshipRequest\PostSponsorshipRequestGodChild(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] ?? ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] = new \App\Manager\SponsorshipRequest\SponsorshipRequestManager())));
  2283.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\PostSponsorshipRequestGodChild'$this));
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the public 'App\Controller\Api\UpdateOptinUserFromIsoskele' shared autowired service.
  2288.      *
  2289.      * @return \App\Controller\Api\UpdateOptinUserFromIsoskele
  2290.      */
  2291.     protected function getUpdateOptinUserFromIsoskeleService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/src/Controller/Api/UpdateOptinUserFromIsoskele.php';
  2294.         $this->services['App\\Controller\\Api\\UpdateOptinUserFromIsoskele'] = $instance = new \App\Controller\Api\UpdateOptinUserFromIsoskele(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2295.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\UpdateOptinUserFromIsoskele'$this));
  2296.         return $instance;
  2297.     }
  2298.     /**
  2299.      * Gets the public 'App\Controller\Api\UpdateOptinUserFromSalesforce' shared autowired service.
  2300.      *
  2301.      * @return \App\Controller\Api\UpdateOptinUserFromSalesforce
  2302.      */
  2303.     protected function getUpdateOptinUserFromSalesforceService()
  2304.     {
  2305.         include_once \dirname(__DIR__4).'/src/Controller/Api/UpdateOptinUserFromSalesforce.php';
  2306.         $this->services['App\\Controller\\Api\\UpdateOptinUserFromSalesforce'] = $instance = new \App\Controller\Api\UpdateOptinUserFromSalesforce(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2307.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\UpdateOptinUserFromSalesforce'$this));
  2308.         return $instance;
  2309.     }
  2310.     /**
  2311.      * Gets the public 'App\Controller\Api\UserRegister' shared autowired service.
  2312.      *
  2313.      * @return \App\Controller\Api\UserRegister
  2314.      */
  2315.     protected function getUserRegisterService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/src/Controller/Api/UserRegister.php';
  2318.         $this->services['App\\Controller\\Api\\UserRegister'] = $instance = new \App\Controller\Api\UserRegister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2319.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\UserRegister'$this));
  2320.         return $instance;
  2321.     }
  2322.     /**
  2323.      * Gets the public 'App\Controller\Blog\BlogController' shared autowired service.
  2324.      *
  2325.      * @return \App\Controller\Blog\BlogController
  2326.      */
  2327.     protected function getBlogControllerService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/src/Controller/Blog/BlogController.php';
  2330.         $this->services['App\\Controller\\Blog\\BlogController'] = $instance = new \App\Controller\Blog\BlogController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2331.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Blog\\BlogController'$this));
  2332.         return $instance;
  2333.     }
  2334.     /**
  2335.      * Gets the public 'App\Controller\Blog\BlogTagController' shared autowired service.
  2336.      *
  2337.      * @return \App\Controller\Blog\BlogTagController
  2338.      */
  2339.     protected function getBlogTagControllerService()
  2340.     {
  2341.         include_once \dirname(__DIR__4).'/src/Controller/Blog/BlogTagController.php';
  2342.         $this->services['App\\Controller\\Blog\\BlogTagController'] = $instance = new \App\Controller\Blog\BlogTagController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2343.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Blog\\BlogTagController'$this));
  2344.         return $instance;
  2345.     }
  2346.     /**
  2347.      * Gets the public 'App\Controller\Catalog\GiftCodeController' shared autowired service.
  2348.      *
  2349.      * @return \App\Controller\Catalog\GiftCodeController
  2350.      */
  2351.     protected function getGiftCodeControllerService()
  2352.     {
  2353.         include_once \dirname(__DIR__4).'/src/Controller/Catalog/GiftCodeController.php';
  2354.         $this->services['App\\Controller\\Catalog\\GiftCodeController'] = $instance = new \App\Controller\Catalog\GiftCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2355.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Catalog\\GiftCodeController'$this));
  2356.         return $instance;
  2357.     }
  2358.     /**
  2359.      * Gets the public 'App\Controller\Catalog\GiftController' shared autowired service.
  2360.      *
  2361.      * @return \App\Controller\Catalog\GiftController
  2362.      */
  2363.     protected function getGiftControllerService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/src/Controller/Catalog/GiftController.php';
  2366.         $this->services['App\\Controller\\Catalog\\GiftController'] = $instance = new \App\Controller\Catalog\GiftController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2367.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Catalog\\GiftController'$this));
  2368.         return $instance;
  2369.     }
  2370.     /**
  2371.      * Gets the public 'App\Controller\Catalog\GiftLevelController' shared autowired service.
  2372.      *
  2373.      * @return \App\Controller\Catalog\GiftLevelController
  2374.      */
  2375.     protected function getGiftLevelControllerService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/src/Controller/Catalog/GiftLevelController.php';
  2378.         $this->services['App\\Controller\\Catalog\\GiftLevelController'] = $instance = new \App\Controller\Catalog\GiftLevelController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2379.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Catalog\\GiftLevelController'$this));
  2380.         return $instance;
  2381.     }
  2382.     /**
  2383.      * Gets the public 'App\Controller\CookiesController' shared autowired service.
  2384.      *
  2385.      * @return \App\Controller\CookiesController
  2386.      */
  2387.     protected function getCookiesControllerService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/src/Controller/CookiesController.php';
  2390.         $this->services['App\\Controller\\CookiesController'] = $instance = new \App\Controller\CookiesController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2391.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\CookiesController'$this));
  2392.         return $instance;
  2393.     }
  2394.     /**
  2395.      * Gets the public 'App\Controller\CsvExportController' shared autowired service.
  2396.      *
  2397.      * @return \App\Controller\CsvExportController
  2398.      */
  2399.     protected function getCsvExportControllerService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/src/Controller/CsvExportController.php';
  2402.         $this->services['App\\Controller\\CsvExportController'] = $instance = new \App\Controller\CsvExportController(($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService()));
  2403.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\CsvExportController'$this));
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the public 'App\Controller\Faq\FaqController' shared autowired service.
  2408.      *
  2409.      * @return \App\Controller\Faq\FaqController
  2410.      */
  2411.     protected function getFaqControllerService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/src/Controller/Faq/FaqController.php';
  2414.         $this->services['App\\Controller\\Faq\\FaqController'] = $instance = new \App\Controller\Faq\FaqController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2415.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Faq\\FaqController'$this));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  2420.      *
  2421.      * @return \App\Controller\HomeController
  2422.      */
  2423.     protected function getHomeControllerService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  2426.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2427.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\HomeController'$this));
  2428.         return $instance;
  2429.     }
  2430.     /**
  2431.      * Gets the public 'App\Controller\Knowledge\KnowledgeController' shared autowired service.
  2432.      *
  2433.      * @return \App\Controller\Knowledge\KnowledgeController
  2434.      */
  2435.     protected function getKnowledgeControllerService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/src/Controller/Knowledge/KnowledgeController.php';
  2438.         $this->services['App\\Controller\\Knowledge\\KnowledgeController'] = $instance = new \App\Controller\Knowledge\KnowledgeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2439.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Knowledge\\KnowledgeController'$this));
  2440.         return $instance;
  2441.     }
  2442.     /**
  2443.      * Gets the public 'App\Controller\Library\LibraryImageController' shared autowired service.
  2444.      *
  2445.      * @return \App\Controller\Library\LibraryImageController
  2446.      */
  2447.     protected function getLibraryImageControllerService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/src/Controller/Library/LibraryImageController.php';
  2450.         $this->services['App\\Controller\\Library\\LibraryImageController'] = $instance = new \App\Controller\Library\LibraryImageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2451.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Library\\LibraryImageController'$this));
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the public 'App\Controller\Library\LibraryPdfController' shared autowired service.
  2456.      *
  2457.      * @return \App\Controller\Library\LibraryPdfController
  2458.      */
  2459.     protected function getLibraryPdfControllerService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/src/Controller/Library/LibraryPdfController.php';
  2462.         $this->services['App\\Controller\\Library\\LibraryPdfController'] = $instance = new \App\Controller\Library\LibraryPdfController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2463.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Library\\LibraryPdfController'$this));
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the public 'App\Controller\ListController' shared autowired service.
  2468.      *
  2469.      * @return \App\Controller\ListController
  2470.      */
  2471.     protected function getListControllerService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/src/Controller/ListController.php';
  2474.         $this->services['App\\Controller\\ListController'] = $instance = new \App\Controller\ListController();
  2475.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\ListController'$this));
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the public 'App\Controller\MentionLegal\MentionLegalController' shared autowired service.
  2480.      *
  2481.      * @return \App\Controller\MentionLegal\MentionLegalController
  2482.      */
  2483.     protected function getMentionLegalControllerService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/src/Controller/MentionLegal/MentionLegalController.php';
  2486.         $this->services['App\\Controller\\MentionLegal\\MentionLegalController'] = $instance = new \App\Controller\MentionLegal\MentionLegalController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2487.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\MentionLegal\\MentionLegalController'$this));
  2488.         return $instance;
  2489.     }
  2490.     /**
  2491.      * Gets the public 'App\Controller\MenuController' shared autowired service.
  2492.      *
  2493.      * @return \App\Controller\MenuController
  2494.      */
  2495.     protected function getMenuControllerService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/src/Controller/MenuController.php';
  2498.         $this->services['App\\Controller\\MenuController'] = $instance = new \App\Controller\MenuController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2499.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\MenuController'$this));
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the public 'App\Controller\NewsletterController' shared autowired service.
  2504.      *
  2505.      * @return \App\Controller\NewsletterController
  2506.      */
  2507.     protected function getNewsletterControllerService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterController.php';
  2510.         $this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
  2511.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\NewsletterController'$this));
  2512.         return $instance;
  2513.     }
  2514.     /**
  2515.      * Gets the public 'App\Controller\OperationCode\DrawCodeController' shared autowired service.
  2516.      *
  2517.      * @return \App\Controller\OperationCode\DrawCodeController
  2518.      */
  2519.     protected function getDrawCodeControllerService()
  2520.     {
  2521.         include_once \dirname(__DIR__4).'/src/Controller/OperationCode/DrawCodeController.php';
  2522.         $this->services['App\\Controller\\OperationCode\\DrawCodeController'] = $instance = new \App\Controller\OperationCode\DrawCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2523.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\OperationCode\\DrawCodeController'$this));
  2524.         return $instance;
  2525.     }
  2526.     /**
  2527.      * Gets the public 'App\Controller\OperationCode\OdrCodeController' shared autowired service.
  2528.      *
  2529.      * @return \App\Controller\OperationCode\OdrCodeController
  2530.      */
  2531.     protected function getOdrCodeControllerService()
  2532.     {
  2533.         include_once \dirname(__DIR__4).'/src/Controller/OperationCode/OdrCodeController.php';
  2534.         $this->services['App\\Controller\\OperationCode\\OdrCodeController'] = $instance = new \App\Controller\OperationCode\OdrCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2535.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\OperationCode\\OdrCodeController'$this));
  2536.         return $instance;
  2537.     }
  2538.     /**
  2539.      * Gets the public 'App\Controller\Operation\CouponController' shared autowired service.
  2540.      *
  2541.      * @return \App\Controller\Operation\CouponController
  2542.      */
  2543.     protected function getCouponControllerService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/src/Controller/Operation/CouponController.php';
  2546.         $this->services['App\\Controller\\Operation\\CouponController'] = $instance = new \App\Controller\Operation\CouponController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2547.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\CouponController'$this));
  2548.         return $instance;
  2549.     }
  2550.     /**
  2551.      * Gets the public 'App\Controller\Operation\DrawController' shared autowired service.
  2552.      *
  2553.      * @return \App\Controller\Operation\DrawController
  2554.      */
  2555.     protected function getDrawControllerService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/src/Controller/Operation/DrawController.php';
  2558.         $this->services['App\\Controller\\Operation\\DrawController'] = $instance = new \App\Controller\Operation\DrawController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2559.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\DrawController'$this));
  2560.         return $instance;
  2561.     }
  2562.     /**
  2563.      * Gets the public 'App\Controller\Operation\GameController' shared autowired service.
  2564.      *
  2565.      * @return \App\Controller\Operation\GameController
  2566.      */
  2567.     protected function getGameControllerService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/src/Controller/Operation/GameController.php';
  2570.         $this->services['App\\Controller\\Operation\\GameController'] = $instance = new \App\Controller\Operation\GameController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2571.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\GameController'$this));
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'App\Controller\Operation\MultiChannelOfferController' shared autowired service.
  2576.      *
  2577.      * @return \App\Controller\Operation\MultiChannelOfferController
  2578.      */
  2579.     protected function getMultiChannelOfferControllerService()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/src/Controller/Operation/MultiChannelOfferController.php';
  2582.         $this->services['App\\Controller\\Operation\\MultiChannelOfferController'] = $instance = new \App\Controller\Operation\MultiChannelOfferController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2583.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\MultiChannelOfferController'$this));
  2584.         return $instance;
  2585.     }
  2586.     /**
  2587.      * Gets the public 'App\Controller\Operation\MultiOfferController' shared autowired service.
  2588.      *
  2589.      * @return \App\Controller\Operation\MultiOfferController
  2590.      */
  2591.     protected function getMultiOfferControllerService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/src/Controller/Operation/MultiOfferController.php';
  2594.         $this->services['App\\Controller\\Operation\\MultiOfferController'] = $instance = new \App\Controller\Operation\MultiOfferController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2595.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\MultiOfferController'$this));
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the public 'App\Controller\Operation\OdrController' shared autowired service.
  2600.      *
  2601.      * @return \App\Controller\Operation\OdrController
  2602.      */
  2603.     protected function getOdrControllerService()
  2604.     {
  2605.         include_once \dirname(__DIR__4).'/src/Controller/Operation/OdrController.php';
  2606.         $this->services['App\\Controller\\Operation\\OdrController'] = $instance = new \App\Controller\Operation\OdrController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2607.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\OdrController'$this));
  2608.         return $instance;
  2609.     }
  2610.     /**
  2611.      * Gets the public 'App\Controller\Operation\OdrPrimeController' shared autowired service.
  2612.      *
  2613.      * @return \App\Controller\Operation\OdrPrimeController
  2614.      */
  2615.     protected function getOdrPrimeControllerService()
  2616.     {
  2617.         include_once \dirname(__DIR__4).'/src/Controller/Operation/OdrPrimeController.php';
  2618.         $this->services['App\\Controller\\Operation\\OdrPrimeController'] = $instance = new \App\Controller\Operation\OdrPrimeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2619.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\OdrPrimeController'$this));
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the public 'App\Controller\Operation\OperationController' shared autowired service.
  2624.      *
  2625.      * @return \App\Controller\Operation\OperationController
  2626.      */
  2627.     protected function getOperationControllerService()
  2628.     {
  2629.         include_once \dirname(__DIR__4).'/src/Controller/Operation/OperationController.php';
  2630.         $this->services['App\\Controller\\Operation\\OperationController'] = $instance = new \App\Controller\Operation\OperationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2631.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\OperationController'$this));
  2632.         return $instance;
  2633.     }
  2634.     /**
  2635.      * Gets the public 'App\Controller\ParticipationController' shared autowired service.
  2636.      *
  2637.      * @return \App\Controller\ParticipationController
  2638.      */
  2639.     protected function getParticipationControllerService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/src/Controller/ParticipationController.php';
  2642.         $this->services['App\\Controller\\ParticipationController'] = $instance = new \App\Controller\ParticipationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2643.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\ParticipationController'$this));
  2644.         return $instance;
  2645.     }
  2646.     /**
  2647.      * Gets the public 'App\Controller\PersonalDataController' shared autowired service.
  2648.      *
  2649.      * @return \App\Controller\PersonalDataController
  2650.      */
  2651.     protected function getPersonalDataControllerService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/src/Controller/PersonalDataController.php';
  2654.         $this->services['App\\Controller\\PersonalDataController'] = $instance = new \App\Controller\PersonalDataController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2655.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\PersonalDataController'$this));
  2656.         return $instance;
  2657.     }
  2658.     /**
  2659.      * Gets the public 'App\Controller\Recipe\IngredientController' shared autowired service.
  2660.      *
  2661.      * @return \App\Controller\Recipe\IngredientController
  2662.      */
  2663.     protected function getIngredientControllerService()
  2664.     {
  2665.         include_once \dirname(__DIR__4).'/src/Controller/Recipe/IngredientController.php';
  2666.         $this->services['App\\Controller\\Recipe\\IngredientController'] = $instance = new \App\Controller\Recipe\IngredientController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2667.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\IngredientController'$this));
  2668.         return $instance;
  2669.     }
  2670.     /**
  2671.      * Gets the public 'App\Controller\Recipe\IngredientOperationController' shared autowired service.
  2672.      *
  2673.      * @return \App\Controller\Recipe\IngredientOperationController
  2674.      */
  2675.     protected function getIngredientOperationControllerService()
  2676.     {
  2677.         include_once \dirname(__DIR__4).'/src/Controller/Recipe/IngredientOperationController.php';
  2678.         $this->services['App\\Controller\\Recipe\\IngredientOperationController'] = $instance = new \App\Controller\Recipe\IngredientOperationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2679.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\IngredientOperationController'$this));
  2680.         return $instance;
  2681.     }
  2682.     /**
  2683.      * Gets the public 'App\Controller\Recipe\RecipeController' shared autowired service.
  2684.      *
  2685.      * @return \App\Controller\Recipe\RecipeController
  2686.      */
  2687.     protected function getRecipeControllerService()
  2688.     {
  2689.         include_once \dirname(__DIR__4).'/src/Controller/Recipe/RecipeController.php';
  2690.         $this->services['App\\Controller\\Recipe\\RecipeController'] = $instance = new \App\Controller\Recipe\RecipeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2691.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\RecipeController'$this));
  2692.         return $instance;
  2693.     }
  2694.     /**
  2695.      * Gets the public 'App\Controller\Recipe\RecipeTypeController' shared autowired service.
  2696.      *
  2697.      * @return \App\Controller\Recipe\RecipeTypeController
  2698.      */
  2699.     protected function getRecipeTypeControllerService()
  2700.     {
  2701.         include_once \dirname(__DIR__4).'/src/Controller/Recipe/RecipeTypeController.php';
  2702.         $this->services['App\\Controller\\Recipe\\RecipeTypeController'] = $instance = new \App\Controller\Recipe\RecipeTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2703.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\RecipeTypeController'$this));
  2704.         return $instance;
  2705.     }
  2706.     /**
  2707.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  2708.      *
  2709.      * @return \App\Controller\RegistrationController
  2710.      */
  2711.     protected function getRegistrationControllerService()
  2712.     {
  2713.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  2714.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2715.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\RegistrationController'$this));
  2716.         return $instance;
  2717.     }
  2718.     /**
  2719.      * Gets the public 'App\Controller\Reporting\ReportingController' shared autowired service.
  2720.      *
  2721.      * @return \App\Controller\Reporting\ReportingController
  2722.      */
  2723.     protected function getReportingControllerService()
  2724.     {
  2725.         include_once \dirname(__DIR__4).'/src/Controller/Reporting/ReportingController.php';
  2726.         $this->services['App\\Controller\\Reporting\\ReportingController'] = $instance = new \App\Controller\Reporting\ReportingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2727.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Reporting\\ReportingController'$this));
  2728.         return $instance;
  2729.     }
  2730.     /**
  2731.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  2732.      *
  2733.      * @return \App\Controller\SecurityController
  2734.      */
  2735.     protected function getSecurityControllerService()
  2736.     {
  2737.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  2738.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  2739.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\SecurityController'$this));
  2740.         return $instance;
  2741.     }
  2742.     /**
  2743.      * Gets the public 'App\Controller\Security\PermissionController' shared autowired service.
  2744.      *
  2745.      * @return \App\Controller\Security\PermissionController
  2746.      */
  2747.     protected function getPermissionControllerService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/src/Controller/Security/PermissionController.php';
  2750.         $this->services['App\\Controller\\Security\\PermissionController'] = $instance = new \App\Controller\Security\PermissionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2751.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Security\\PermissionController'$this));
  2752.         return $instance;
  2753.     }
  2754.     /**
  2755.      * Gets the public 'App\Controller\Security\ProfileController' shared autowired service.
  2756.      *
  2757.      * @return \App\Controller\Security\ProfileController
  2758.      */
  2759.     protected function getProfileControllerService()
  2760.     {
  2761.         include_once \dirname(__DIR__4).'/src/Controller/Security/ProfileController.php';
  2762.         $this->services['App\\Controller\\Security\\ProfileController'] = $instance = new \App\Controller\Security\ProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2763.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Security\\ProfileController'$this));
  2764.         return $instance;
  2765.     }
  2766.     /**
  2767.      * Gets the public 'App\Controller\Slider\SliderController' shared autowired service.
  2768.      *
  2769.      * @return \App\Controller\Slider\SliderController
  2770.      */
  2771.     protected function getSliderControllerService()
  2772.     {
  2773.         include_once \dirname(__DIR__4).'/src/Controller/Slider/SliderController.php';
  2774.         $this->services['App\\Controller\\Slider\\SliderController'] = $instance = new \App\Controller\Slider\SliderController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2775.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Slider\\SliderController'$this));
  2776.         return $instance;
  2777.     }
  2778.     /**
  2779.      * Gets the public 'App\Controller\SogecAbstractController' shared autowired service.
  2780.      *
  2781.      * @return \App\Controller\SogecAbstractController
  2782.      */
  2783.     protected function getSogecAbstractControllerService()
  2784.     {
  2785.         $this->services['App\\Controller\\SogecAbstractController'] = $instance = new \App\Controller\SogecAbstractController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2786.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\SogecAbstractController'$this));
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the public 'App\Controller\Sogec\DocumentationController' shared autowired service.
  2791.      *
  2792.      * @return \App\Controller\Sogec\DocumentationController
  2793.      */
  2794.     protected function getDocumentationControllerService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/src/Controller/Sogec/DocumentationController.php';
  2797.         $this->services['App\\Controller\\Sogec\\DocumentationController'] = $instance = new \App\Controller\Sogec\DocumentationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2798.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Sogec\\DocumentationController'$this));
  2799.         return $instance;
  2800.     }
  2801.     /**
  2802.      * Gets the public 'App\Controller\Sogec\PersonnalisationController' shared autowired service.
  2803.      *
  2804.      * @return \App\Controller\Sogec\PersonnalisationController
  2805.      */
  2806.     protected function getPersonnalisationControllerService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/src/Controller/Sogec/PersonnalisationController.php';
  2809.         $this->services['App\\Controller\\Sogec\\PersonnalisationController'] = $instance = new \App\Controller\Sogec\PersonnalisationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2810.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Sogec\\PersonnalisationController'$this));
  2811.         return $instance;
  2812.     }
  2813.     /**
  2814.      * Gets the public 'App\Controller\Sogec\PromotionController' shared autowired service.
  2815.      *
  2816.      * @return \App\Controller\Sogec\PromotionController
  2817.      */
  2818.     protected function getPromotionControllerService()
  2819.     {
  2820.         include_once \dirname(__DIR__4).'/src/Controller/Sogec/PromotionController.php';
  2821.         $this->services['App\\Controller\\Sogec\\PromotionController'] = $instance = new \App\Controller\Sogec\PromotionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2822.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Sogec\\PromotionController'$this));
  2823.         return $instance;
  2824.     }
  2825.     /**
  2826.      * Gets the public 'App\Controller\Tas\TasController' shared autowired service.
  2827.      *
  2828.      * @return \App\Controller\Tas\TasController
  2829.      */
  2830.     protected function getTasControllerService()
  2831.     {
  2832.         include_once \dirname(__DIR__4).'/src/Controller/Tas/TasController.php';
  2833.         $this->services['App\\Controller\\Tas\\TasController'] = $instance = new \App\Controller\Tas\TasController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2834.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Tas\\TasController'$this));
  2835.         return $instance;
  2836.     }
  2837.     /**
  2838.      * Gets the public 'App\Controller\Tas\TasDrawController' shared autowired service.
  2839.      *
  2840.      * @return \App\Controller\Tas\TasDrawController
  2841.      */
  2842.     protected function getTasDrawControllerService()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/src/Controller/Tas/TasDrawController.php';
  2845.         $this->services['App\\Controller\\Tas\\TasDrawController'] = $instance = new \App\Controller\Tas\TasDrawController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2846.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Tas\\TasDrawController'$this));
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the public 'App\Controller\TestingController' shared autowired service.
  2851.      *
  2852.      * @return \App\Controller\TestingController
  2853.      */
  2854.     protected function getTestingControllerService()
  2855.     {
  2856.         include_once \dirname(__DIR__4).'/src/Controller/TestingController.php';
  2857.         $this->services['App\\Controller\\TestingController'] = $instance = new \App\Controller\TestingController();
  2858.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\TestingController'$this));
  2859.         return $instance;
  2860.     }
  2861.     /**
  2862.      * Gets the public 'App\Controller\User\ConsumerController' shared autowired service.
  2863.      *
  2864.      * @return \App\Controller\User\ConsumerController
  2865.      */
  2866.     protected function getConsumerControllerService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/src/Controller/User/ConsumerController.php';
  2869.         $this->services['App\\Controller\\User\\ConsumerController'] = $instance = new \App\Controller\User\ConsumerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2870.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\ConsumerController'$this));
  2871.         return $instance;
  2872.     }
  2873.     /**
  2874.      * Gets the public 'App\Controller\User\ReferentController' shared autowired service.
  2875.      *
  2876.      * @return \App\Controller\User\ReferentController
  2877.      */
  2878.     protected function getReferentControllerService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/src/Controller/User/ReferentController.php';
  2881.         $this->services['App\\Controller\\User\\ReferentController'] = $instance = new \App\Controller\User\ReferentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2882.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\ReferentController'$this));
  2883.         return $instance;
  2884.     }
  2885.     /**
  2886.      * Gets the public 'App\Controller\User\StrateController' shared autowired service.
  2887.      *
  2888.      * @return \App\Controller\User\StrateController
  2889.      */
  2890.     protected function getStrateControllerService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/src/Controller/User/StrateController.php';
  2893.         $this->services['App\\Controller\\User\\StrateController'] = $instance = new \App\Controller\User\StrateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2894.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\StrateController'$this));
  2895.         return $instance;
  2896.     }
  2897.     /**
  2898.      * Gets the public 'App\Controller\User\UserController' shared autowired service.
  2899.      *
  2900.      * @return \App\Controller\User\UserController
  2901.      */
  2902.     protected function getUserControllerService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/src/Controller/User/UserController.php';
  2905.         $this->services['App\\Controller\\User\\UserController'] = $instance = new \App\Controller\User\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2906.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\UserController'$this));
  2907.         return $instance;
  2908.     }
  2909.     /**
  2910.      * Gets the public 'App\Controller\WebsiteParams\GameParamsController' shared autowired service.
  2911.      *
  2912.      * @return \App\Controller\WebsiteParams\GameParamsController
  2913.      */
  2914.     protected function getGameParamsControllerService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/src/Controller/WebsiteParams/GameParamsController.php';
  2917.         $this->services['App\\Controller\\WebsiteParams\\GameParamsController'] = $instance = new \App\Controller\WebsiteParams\GameParamsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2918.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\WebsiteParams\\GameParamsController'$this));
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the public 'App\Controller\WebsiteParams\ModuleParamsController' shared autowired service.
  2923.      *
  2924.      * @return \App\Controller\WebsiteParams\ModuleParamsController
  2925.      */
  2926.     protected function getModuleParamsControllerService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/src/Controller/WebsiteParams/ModuleParamsController.php';
  2929.         $this->services['App\\Controller\\WebsiteParams\\ModuleParamsController'] = $instance = new \App\Controller\WebsiteParams\ModuleParamsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2930.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\WebsiteParams\\ModuleParamsController'$this));
  2931.         return $instance;
  2932.     }
  2933.     /**
  2934.      * Gets the public 'App\Helper\FileNamerHelper' shared autowired service.
  2935.      *
  2936.      * @return \App\Helper\FileNamerHelper
  2937.      */
  2938.     protected function getFileNamerHelperService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2941.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  2942.         return $this->services['App\\Helper\\FileNamerHelper'] = new \App\Helper\FileNamerHelper();
  2943.     }
  2944.     /**
  2945.      * Gets the public 'App\Helper\FileNamerHelper.blog_image' shared autowired service.
  2946.      *
  2947.      * @return \App\Helper\FileNamerHelper
  2948.      */
  2949.     protected function getFileNamerHelper_BlogImageService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2952.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  2953.         return $this->services['App\\Helper\\FileNamerHelper.blog_image'] = new \App\Helper\FileNamerHelper();
  2954.     }
  2955.     /**
  2956.      * Gets the public 'App\Helper\FileNamerHelper.draw_image' shared autowired service.
  2957.      *
  2958.      * @return \App\Helper\FileNamerHelper
  2959.      */
  2960.     protected function getFileNamerHelper_DrawImageService()
  2961.     {
  2962.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2963.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  2964.         return $this->services['App\\Helper\\FileNamerHelper.draw_image'] = new \App\Helper\FileNamerHelper();
  2965.     }
  2966.     /**
  2967.      * Gets the public 'App\Helper\FileNamerHelper.game_image' shared autowired service.
  2968.      *
  2969.      * @return \App\Helper\FileNamerHelper
  2970.      */
  2971.     protected function getFileNamerHelper_GameImageService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2974.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  2975.         return $this->services['App\\Helper\\FileNamerHelper.game_image'] = new \App\Helper\FileNamerHelper();
  2976.     }
  2977.     /**
  2978.      * Gets the public 'App\Helper\FileNamerHelper.gift_code' shared autowired service.
  2979.      *
  2980.      * @return \App\Helper\FileNamerHelper
  2981.      */
  2982.     protected function getFileNamerHelper_GiftCodeService()
  2983.     {
  2984.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2985.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  2986.         return $this->services['App\\Helper\\FileNamerHelper.gift_code'] = new \App\Helper\FileNamerHelper();
  2987.     }
  2988.     /**
  2989.      * Gets the public 'App\Helper\FileNamerHelper.gift_image' shared autowired service.
  2990.      *
  2991.      * @return \App\Helper\FileNamerHelper
  2992.      */
  2993.     protected function getFileNamerHelper_GiftImageService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2996.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  2997.         return $this->services['App\\Helper\\FileNamerHelper.gift_image'] = new \App\Helper\FileNamerHelper();
  2998.     }
  2999.     /**
  3000.      * Gets the public 'App\Helper\FileNamerHelper.library_image' shared autowired service.
  3001.      *
  3002.      * @return \App\Helper\FileNamerHelper
  3003.      */
  3004.     protected function getFileNamerHelper_LibraryImageService()
  3005.     {
  3006.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3007.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  3008.         return $this->services['App\\Helper\\FileNamerHelper.library_image'] = new \App\Helper\FileNamerHelper();
  3009.     }
  3010.     /**
  3011.      * Gets the public 'App\Helper\FileNamerHelper.library_pdf' shared autowired service.
  3012.      *
  3013.      * @return \App\Helper\FileNamerHelper
  3014.      */
  3015.     protected function getFileNamerHelper_LibraryPdfService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3018.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  3019.         return $this->services['App\\Helper\\FileNamerHelper.library_pdf'] = new \App\Helper\FileNamerHelper();
  3020.     }
  3021.     /**
  3022.      * Gets the public 'App\Helper\FileNamerHelper.multi_offer' shared autowired service.
  3023.      *
  3024.      * @return \App\Helper\FileNamerHelper
  3025.      */
  3026.     protected function getFileNamerHelper_MultiOfferService()
  3027.     {
  3028.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3029.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  3030.         return $this->services['App\\Helper\\FileNamerHelper.multi_offer'] = new \App\Helper\FileNamerHelper();
  3031.     }
  3032.     /**
  3033.      * Gets the public 'App\Helper\FileNamerHelper.recipe' shared autowired service.
  3034.      *
  3035.      * @return \App\Helper\FileNamerHelper
  3036.      */
  3037.     protected function getFileNamerHelper_RecipeService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3040.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  3041.         return $this->services['App\\Helper\\FileNamerHelper.recipe'] = new \App\Helper\FileNamerHelper();
  3042.     }
  3043.     /**
  3044.      * Gets the public 'App\Helper\FileNamerHelper.slider_image' shared autowired service.
  3045.      *
  3046.      * @return \App\Helper\FileNamerHelper
  3047.      */
  3048.     protected function getFileNamerHelper_SliderImageService()
  3049.     {
  3050.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3051.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  3052.         return $this->services['App\\Helper\\FileNamerHelper.slider_image'] = new \App\Helper\FileNamerHelper();
  3053.     }
  3054.     /**
  3055.      * Gets the public 'App\Helper\FileNamerHelper.website_params_image' shared autowired service.
  3056.      *
  3057.      * @return \App\Helper\FileNamerHelper
  3058.      */
  3059.     protected function getFileNamerHelper_WebsiteParamsImageService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3062.         include_once \dirname(__DIR__4).'/src/Helper/FileNamerHelper.php';
  3063.         return $this->services['App\\Helper\\FileNamerHelper.website_params_image'] = new \App\Helper\FileNamerHelper();
  3064.     }
  3065.     /**
  3066.      * Gets the public 'App\Manager\CsvManager' shared autowired service.
  3067.      *
  3068.      * @return \App\Manager\CsvManager
  3069.      */
  3070.     protected function getCsvManagerService()
  3071.     {
  3072.         include_once \dirname(__DIR__4).'/src/Manager/CsvManager.php';
  3073.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3074.         if (isset($this->services['App\\Manager\\CsvManager'])) {
  3075.             return $this->services['App\\Manager\\CsvManager'];
  3076.         }
  3077.         $this->services['App\\Manager\\CsvManager'] = $instance = new \App\Manager\CsvManager($a);
  3078.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Manager\\CsvManager'$this));
  3079.         return $instance;
  3080.     }
  3081.     /**
  3082.      * Gets the public 'App\Manager\LogoManager' shared autowired service.
  3083.      *
  3084.      * @return \App\Manager\LogoManager
  3085.      */
  3086.     protected function getLogoManagerService()
  3087.     {
  3088.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3089.         if (isset($this->services['App\\Manager\\LogoManager'])) {
  3090.             return $this->services['App\\Manager\\LogoManager'];
  3091.         }
  3092.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  3093.         if (isset($this->services['App\\Manager\\LogoManager'])) {
  3094.             return $this->services['App\\Manager\\LogoManager'];
  3095.         }
  3096.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3097.         if (isset($this->services['App\\Manager\\LogoManager'])) {
  3098.             return $this->services['App\\Manager\\LogoManager'];
  3099.         }
  3100.         $this->services['App\\Manager\\LogoManager'] = $instance = new \App\Manager\LogoManager($a$b, ($this->services['translator'] ?? $this->getTranslatorService()), $c, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3101.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Manager\\LogoManager'$this));
  3102.         return $instance;
  3103.     }
  3104.     /**
  3105.      * Gets the public 'App\Manager\Paginator\PaginatorManager' shared autowired service.
  3106.      *
  3107.      * @return \App\Manager\Paginator\PaginatorManager
  3108.      */
  3109.     protected function getPaginatorManagerService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/src/Manager/Paginator/PaginatorManager.php';
  3112.         $this->services['App\\Manager\\Paginator\\PaginatorManager'] = $instance = new \App\Manager\Paginator\PaginatorManager();
  3113.         $instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Manager\\Paginator\\PaginatorManager'$this));
  3114.         return $instance;
  3115.     }
  3116.     /**
  3117.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  3118.      *
  3119.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  3120.      */
  3121.     protected function getProfilerControllerService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  3124.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  3125.     }
  3126.     /**
  3127.      * Gets the public 'Faker\Generator' shared service.
  3128.      *
  3129.      * @return \Faker\Generator
  3130.      */
  3131.     protected function getGeneratorService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  3135.         include_once \dirname(__DIR__4).'/src/DataFixtures/Provider/UserProvider.php';
  3136.         include_once \dirname(__DIR__4).'/src/DataFixtures/Provider/GenericProvider.php';
  3137.         include_once \dirname(__DIR__4).'/src/DataFixtures/Provider/StateProvider.php';
  3138.         include_once \dirname(__DIR__4).'/src/DataFixtures/Provider/Operation/OperationProvider.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  3140.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  3141.         $instance->seed(1);
  3142.         $instance->addProvider(new \App\DataFixtures\Provider\UserProvider());
  3143.         $instance->addProvider(new \App\DataFixtures\Provider\GenericProvider());
  3144.         $instance->addProvider(new \App\DataFixtures\Provider\StateProvider());
  3145.         $instance->addProvider(new \App\DataFixtures\Provider\Operation\OperationProvider());
  3146.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  3147.         return $instance;
  3148.     }
  3149.     /**
  3150.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  3151.      *
  3152.      * @return \Liip\ImagineBundle\Controller\ImagineController
  3153.      */
  3154.     protected function getImagineControllerService()
  3155.     {
  3156.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  3158.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  3159.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  3160.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
  3161.     }
  3162.     /**
  3163.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3164.      *
  3165.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3166.      */
  3167.     protected function getRedirectControllerService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3170.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3171.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3172.     }
  3173.     /**
  3174.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3175.      *
  3176.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3177.      */
  3178.     protected function getTemplateControllerService()
  3179.     {
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3181.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3182.     }
  3183.     /**
  3184.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  3185.      *
  3186.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  3187.      */
  3188.     protected function getBase64NamerService()
  3189.     {
  3190.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  3194.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  3195.     }
  3196.     /**
  3197.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  3198.      *
  3199.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  3200.      */
  3201.     protected function getCurrentDateTimeDirectoryNamerService()
  3202.     {
  3203.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3205.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  3208.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3209.     }
  3210.     /**
  3211.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  3212.      *
  3213.      * @return \Vich\UploaderBundle\Naming\HashNamer
  3214.      */
  3215.     protected function getHashNamerService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  3221.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  3222.     }
  3223.     /**
  3224.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  3225.      *
  3226.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  3227.      */
  3228.     protected function getOrignameNamerService()
  3229.     {
  3230.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3231.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  3233.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3234.     }
  3235.     /**
  3236.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  3237.      *
  3238.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  3239.      */
  3240.     protected function getPropertyDirectoryNamerService()
  3241.     {
  3242.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  3245.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3246.     }
  3247.     /**
  3248.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  3249.      *
  3250.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  3251.      */
  3252.     protected function getPropertyNamerService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  3258.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3259.     }
  3260.     /**
  3261.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  3262.      *
  3263.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3264.      */
  3265.     protected function getSmartUniqueNamerService()
  3266.     {
  3267.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3269.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3270.     }
  3271.     /**
  3272.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.coupon' shared service.
  3273.      *
  3274.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3275.      */
  3276.     protected function getSmartUniqueNamer_CouponService()
  3277.     {
  3278.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3280.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.coupon'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3281.     }
  3282.     /**
  3283.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.draw_code' shared service.
  3284.      *
  3285.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3286.      */
  3287.     protected function getSmartUniqueNamer_DrawCodeService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3291.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.draw_code'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3292.     }
  3293.     /**
  3294.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.knowledge_response_image' shared service.
  3295.      *
  3296.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3297.      */
  3298.     protected function getSmartUniqueNamer_KnowledgeResponseImageService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3302.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.knowledge_response_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3303.     }
  3304.     /**
  3305.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.media_object' shared service.
  3306.      *
  3307.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3308.      */
  3309.     protected function getSmartUniqueNamer_MediaObjectService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3313.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3314.     }
  3315.     /**
  3316.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.odr_code' shared service.
  3317.      *
  3318.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3319.      */
  3320.     protected function getSmartUniqueNamer_OdrCodeService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3324.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_code'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3325.     }
  3326.     /**
  3327.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.odr_image' shared service.
  3328.      *
  3329.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  3330.      */
  3331.     protected function getSmartUniqueNamer_OdrImageService()
  3332.     {
  3333.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  3335.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3336.     }
  3337.     /**
  3338.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  3339.      *
  3340.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  3341.      */
  3342.     protected function getSubdirDirectoryNamerService()
  3343.     {
  3344.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  3347.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  3348.     }
  3349.     /**
  3350.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  3351.      *
  3352.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  3353.      */
  3354.     protected function getUniqidNamerService()
  3355.     {
  3356.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3357.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3358.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  3359.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  3360.     }
  3361.     /**
  3362.      * Gets the public 'api_platform.action.documentation' shared service.
  3363.      *
  3364.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  3365.      */
  3366.     protected function getApiPlatform_Action_DocumentationService()
  3367.     {
  3368.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  3369.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  3370.     }
  3371.     /**
  3372.      * Gets the public 'api_platform.action.entrypoint' shared service.
  3373.      *
  3374.      * @return \ApiPlatform\Action\EntrypointAction
  3375.      */
  3376.     protected function getApiPlatform_Action_EntrypointService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  3379.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  3380.     }
  3381.     /**
  3382.      * Gets the public 'api_platform.action.exception' shared service.
  3383.      *
  3384.      * @return \ApiPlatform\Action\ExceptionAction
  3385.      */
  3386.     protected function getApiPlatform_Action_ExceptionService()
  3387.     {
  3388.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  3389.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3390.     }
  3391.     /**
  3392.      * Gets the public 'api_platform.action.not_exposed' shared service.
  3393.      *
  3394.      * @return \ApiPlatform\Action\NotExposedAction
  3395.      */
  3396.     protected function getApiPlatform_Action_NotExposedService()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  3399.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  3400.     }
  3401.     /**
  3402.      * Gets the public 'api_platform.action.not_found' shared service.
  3403.      *
  3404.      * @return \ApiPlatform\Action\NotFoundAction
  3405.      */
  3406.     protected function getApiPlatform_Action_NotFoundService()
  3407.     {
  3408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  3409.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  3410.     }
  3411.     /**
  3412.      * Gets the public 'api_platform.action.placeholder' shared service.
  3413.      *
  3414.      * @return \ApiPlatform\Action\PlaceholderAction
  3415.      */
  3416.     protected function getApiPlatform_Action_PlaceholderService()
  3417.     {
  3418.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  3419.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  3420.     }
  3421.     /**
  3422.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  3423.      *
  3424.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  3425.      */
  3426.     protected function getApiPlatform_Jsonld_Action_ContextService()
  3427.     {
  3428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  3429.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3430.     }
  3431.     /**
  3432.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  3433.      *
  3434.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  3435.      */
  3436.     protected function getApiPlatform_Swagger_Action_UiService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  3439.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  3440.     }
  3441.     /**
  3442.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  3443.      *
  3444.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  3445.      */
  3446.     protected function getApiPlatform_SwaggerUi_ActionService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  3450.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  3451.     }
  3452.     /**
  3453.      * Gets the public 'cache.app' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3456.      */
  3457.     protected function getCache_AppService()
  3458.     {
  3459.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('oO09pkszse'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3460.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3461.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3462.     }
  3463.     /**
  3464.      * Gets the public 'cache.app_clearer' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3467.      */
  3468.     protected function getCache_AppClearerService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3472.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  3473.     }
  3474.     /**
  3475.      * Gets the public 'cache.global_clearer' shared service.
  3476.      *
  3477.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3478.      */
  3479.     protected function getCache_GlobalClearerService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3483.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  3484.     }
  3485.     /**
  3486.      * Gets the public 'cache.system' shared service.
  3487.      *
  3488.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3489.      */
  3490.     protected function getCache_SystemService()
  3491.     {
  3492.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HlfUgtoGxu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3493.     }
  3494.     /**
  3495.      * Gets the public 'cache.system_clearer' shared service.
  3496.      *
  3497.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3498.      */
  3499.     protected function getCache_SystemClearerService()
  3500.     {
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3503.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  3504.     }
  3505.     /**
  3506.      * Gets the public 'cache.validator_expression_language' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3509.      */
  3510.     protected function getCache_ValidatorExpressionLanguageService()
  3511.     {
  3512.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zappYkO8Mq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3513.     }
  3514.     /**
  3515.      * Gets the public 'cache_warmer' shared service.
  3516.      *
  3517.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  3518.      */
  3519.     protected function getCacheWarmerService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  3523.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  3524.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  3525.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  3526.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  3527.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  3528.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  3529.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  3530.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  3531.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  3532.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  3533.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  3534.             yield 10 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  3535.         }, 11), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  3536.     }
  3537.     /**
  3538.      * Gets the public 'console.command.public_alias.App\Command\SoftDeleteCommand' shared autowired service.
  3539.      *
  3540.      * @return \App\Command\SoftDeleteCommand
  3541.      */
  3542.     protected function getSoftDeleteCommandService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3545.         include_once \dirname(__DIR__4).'/src/Command/SoftDeleteCommand.php';
  3546.         return $this->services['console.command.public_alias.App\\Command\\SoftDeleteCommand'] = new \App\Command\SoftDeleteCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3547.     }
  3548.     /**
  3549.      * Gets the public 'console.command.public_alias.App\Command\sendMailBeforeDeleteCommand' shared autowired service.
  3550.      *
  3551.      * @return \App\Command\sendMailBeforeDeleteCommand
  3552.      */
  3553.     protected function getSendMailBeforeDeleteCommandService()
  3554.     {
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3556.         include_once \dirname(__DIR__4).'/src/Command/sendMailBeforeDeleteCommand.php';
  3557.         return $this->services['console.command.public_alias.App\\Command\\sendMailBeforeDeleteCommand'] = new \App\Command\sendMailBeforeDeleteCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3558.     }
  3559.     /**
  3560.      * Gets the public 'console.command_loader' shared service.
  3561.      *
  3562.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  3563.      */
  3564.     protected function getConsole_CommandLoaderService()
  3565.     {
  3566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  3568.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3569.             'App\\Command\\AddItemsToPurseFromParticipation' => ['privates''App\\Command\\AddItemsToPurseFromParticipation''getAddItemsToPurseFromParticipationService'false],
  3570.             'App\\Command\\AddSixMonthsToItemsAndPursesCommand' => ['privates''.App\\Command\\AddSixMonthsToItemsAndPursesCommand.lazy''getAddSixMonthsToItemsAndPursesCommand_LazyService'false],
  3571.             'App\\Command\\EncryptIbanCommand' => ['privates''App\\Command\\EncryptIbanCommand''getEncryptIbanCommandService'false],
  3572.             'App\\Command\\GenericImportCommand' => ['privates''App\\Command\\GenericImportCommand''getGenericImportCommandService'false],
  3573.             'App\\Command\\ImportMilleretCommand' => ['privates''.App\\Command\\ImportMilleretCommand.lazy''getImportMilleretCommand_LazyService'false],
  3574.             'App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand' => ['privates''.App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand.lazy''getIsoskeleSendAllOffersCommand_LazyService'false],
  3575.             'App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand' => ['privates''.App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand.lazy''getIsoskeleSendAllParticipationsCommand_LazyService'false],
  3576.             'App\\Command\\Isoskele\\IsoskeleUserSendAllCommand' => ['privates''.App\\Command\\Isoskele\\IsoskeleUserSendAllCommand.lazy''getIsoskeleUserSendAllCommand_LazyService'false],
  3577.             'App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand' => ['privates''.App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand.lazy''getIsoskeleUserSendAllTasCommand_LazyService'false],
  3578.             'App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand' => ['privates''.App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand.lazy''getSendingMultiOdrShareholdingManagementEmailsCommand_LazyService'false],
  3579.             'App\\Command\\Multi\\UpdateCurrentStock' => ['privates''.App\\Command\\Multi\\UpdateCurrentStock.lazy''getUpdateCurrentStock_LazyService'false],
  3580.             'App\\Command\\Odr\\SendCodesCommand' => ['privates''App\\Command\\Odr\\SendCodesCommand''getSendCodesCommandService'false],
  3581.             'App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand' => ['privates''.App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand.lazy''getSendingOdrShareholdingManagementEmailsCommand_LazyService'false],
  3582.             'App\\Command\\Purse\\ReminderEmailBalancePurseExpiring' => ['privates''.App\\Command\\Purse\\ReminderEmailBalancePurseExpiring.lazy''getReminderEmailBalancePurseExpiring_LazyService'false],
  3583.             'App\\Command\\Purse\\TestCommand' => ['privates''.App\\Command\\Purse\\TestCommand.lazy''getTestCommand_LazyService'false],
  3584.             'App\\Command\\Purse\\UpdateDateItemsCommand' => ['privates''.App\\Command\\Purse\\UpdateDateItemsCommand.lazy''getUpdateDateItemsCommand_LazyService'false],
  3585.             'App\\Command\\Purse\\UpdateExpiredItemsCommand' => ['privates''.App\\Command\\Purse\\UpdateExpiredItemsCommand.lazy''getUpdateExpiredItemsCommand_LazyService'false],
  3586.             'App\\Command\\Purse\\UpdateExpiringPursesCommand' => ['privates''.App\\Command\\Purse\\UpdateExpiringPursesCommand.lazy''getUpdateExpiringPursesCommand_LazyService'false],
  3587.             'App\\Command\\Salesforce\\SendAllDataToSalesforceCommand' => ['privates''.App\\Command\\Salesforce\\SendAllDataToSalesforceCommand.lazy''getSendAllDataToSalesforceCommand_LazyService'false],
  3588.             'App\\Command\\SendingParticipationsEmailsCommand' => ['privates''.App\\Command\\SendingParticipationsEmailsCommand.lazy''getSendingParticipationsEmailsCommand_LazyService'false],
  3589.             'App\\Command\\ShannonMonthlyUserCommand' => ['privates''App\\Command\\ShannonMonthlyUserCommand''getShannonMonthlyUserCommandService'false],
  3590.             'App\\Command\\ShannonPostDeclarationCommand' => ['privates''App\\Command\\ShannonPostDeclarationCommand''getShannonPostDeclarationCommandService'false],
  3591.             'App\\Command\\ShannonUpdateParticipationCommand' => ['privates''App\\Command\\ShannonUpdateParticipationCommand''getShannonUpdateParticipationCommandService'false],
  3592.             'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand' => ['privates''.App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand.lazy''getRecoveryShannonIdentifiantParticipationCommand_LazyService'false],
  3593.             'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand' => ['privates''.App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand.lazy''getRecoveryShannonIdentifiantParticipationMultiOdrCommand_LazyService'false],
  3594.             'App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand' => ['privates''.App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand.lazy''getUpdateFinancialsMultiParticipationCommand_LazyService'false],
  3595.             'App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand' => ['privates''.App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand.lazy''getUpdateStatusMultiOdrParticipationCommand_LazyService'false],
  3596.             'App\\Command\\Smp\\UpdateStatusOdrParticipationCommand' => ['privates''.App\\Command\\Smp\\UpdateStatusOdrParticipationCommand.lazy''getUpdateStatusOdrParticipationCommand_LazyService'false],
  3597.             'App\\Command\\UpdateItemAmount' => ['privates''App\\Command\\UpdateItemAmount''getUpdateItemAmountService'false],
  3598.             'App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand' => ['privates''.App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand.lazy''getYeesssUserSendAllBurnCommand_LazyService'false],
  3599.             'App\\Command\\Yeesss\\YeesssUserSendAllCommand' => ['privates''.App\\Command\\Yeesss\\YeesssUserSendAllCommand.lazy''getYeesssUserSendAllCommand_LazyService'false],
  3600.             'App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand' => ['privates''.App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand.lazy''getYeesssUserSendAllCouponCommand_LazyService'false],
  3601.             'App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand' => ['privates''.App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand.lazy''getYeesssUserSendAllEarnCommand_LazyService'false],
  3602.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  3603.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  3604.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  3605.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  3606.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  3607.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  3608.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  3609.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  3610.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  3611.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  3612.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  3613.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  3614.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  3615.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  3616.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  3617.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  3618.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  3619.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  3620.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  3621.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  3622.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  3623.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  3624.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  3625.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  3626.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  3627.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  3628.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  3629.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  3630.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  3631.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  3632.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  3633.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  3634.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  3635.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  3636.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  3637.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  3638.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  3639.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  3640.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  3641.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  3642.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3643.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3644.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3645.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  3646.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3647.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3648.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3649.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3650.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3651.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3652.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3653.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3654.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3655.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3656.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3657.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3658.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3659.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3660.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3661.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  3662.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  3663.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  3664.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  3665.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  3666.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  3667.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  3668.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  3669.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  3670.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  3671.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  3672.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  3673.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  3674.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  3675.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  3676.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  3677.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  3678.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  3679.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services''hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService'false],
  3680.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  3681.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  3682.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  3683.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  3684.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  3685.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  3686.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  3687.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  3688.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  3689.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  3690.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  3691.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  3692.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  3693.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  3694.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  3695.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  3696.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  3697.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  3698.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  3699.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  3700.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  3701.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  3702.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  3703.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  3704.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  3705.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  3706.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  3707.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  3708.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  3709.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  3710.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  3711.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  3712.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  3713.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  3714.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  3715.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  3716.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  3717.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  3718.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  3719.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  3720.         ], [
  3721.             'App\\Command\\AddItemsToPurseFromParticipation' => 'App\\Command\\AddItemsToPurseFromParticipation',
  3722.             'App\\Command\\AddSixMonthsToItemsAndPursesCommand' => '?',
  3723.             'App\\Command\\EncryptIbanCommand' => 'App\\Command\\EncryptIbanCommand',
  3724.             'App\\Command\\GenericImportCommand' => 'App\\Command\\GenericImportCommand',
  3725.             'App\\Command\\ImportMilleretCommand' => '?',
  3726.             'App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand' => '?',
  3727.             'App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand' => '?',
  3728.             'App\\Command\\Isoskele\\IsoskeleUserSendAllCommand' => '?',
  3729.             'App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand' => '?',
  3730.             'App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand' => '?',
  3731.             'App\\Command\\Multi\\UpdateCurrentStock' => '?',
  3732.             'App\\Command\\Odr\\SendCodesCommand' => 'App\\Command\\Odr\\SendCodesCommand',
  3733.             'App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand' => '?',
  3734.             'App\\Command\\Purse\\ReminderEmailBalancePurseExpiring' => '?',
  3735.             'App\\Command\\Purse\\TestCommand' => '?',
  3736.             'App\\Command\\Purse\\UpdateDateItemsCommand' => '?',
  3737.             'App\\Command\\Purse\\UpdateExpiredItemsCommand' => '?',
  3738.             'App\\Command\\Purse\\UpdateExpiringPursesCommand' => '?',
  3739.             'App\\Command\\Salesforce\\SendAllDataToSalesforceCommand' => '?',
  3740.             'App\\Command\\SendingParticipationsEmailsCommand' => '?',
  3741.             'App\\Command\\ShannonMonthlyUserCommand' => 'App\\Command\\ShannonMonthlyUserCommand',
  3742.             'App\\Command\\ShannonPostDeclarationCommand' => 'App\\Command\\ShannonPostDeclarationCommand',
  3743.             'App\\Command\\ShannonUpdateParticipationCommand' => 'App\\Command\\ShannonUpdateParticipationCommand',
  3744.             'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand' => '?',
  3745.             'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand' => '?',
  3746.             'App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand' => '?',
  3747.             'App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand' => '?',
  3748.             'App\\Command\\Smp\\UpdateStatusOdrParticipationCommand' => '?',
  3749.             'App\\Command\\UpdateItemAmount' => 'App\\Command\\UpdateItemAmount',
  3750.             'App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand' => '?',
  3751.             'App\\Command\\Yeesss\\YeesssUserSendAllCommand' => '?',
  3752.             'App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand' => '?',
  3753.             'App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand' => '?',
  3754.             'console.command.about' => '?',
  3755.             'console.command.assets_install' => '?',
  3756.             'console.command.cache_clear' => '?',
  3757.             'console.command.cache_pool_clear' => '?',
  3758.             'console.command.cache_pool_prune' => '?',
  3759.             'console.command.cache_pool_delete' => '?',
  3760.             'console.command.cache_pool_list' => '?',
  3761.             'console.command.cache_warmup' => '?',
  3762.             'console.command.config_debug' => '?',
  3763.             'console.command.config_dump_reference' => '?',
  3764.             'console.command.container_debug' => '?',
  3765.             'console.command.container_lint' => '?',
  3766.             'console.command.debug_autowiring' => '?',
  3767.             'console.command.dotenv_debug' => '?',
  3768.             'console.command.event_dispatcher_debug' => '?',
  3769.             'console.command.messenger_consume_messages' => '?',
  3770.             'console.command.messenger_setup_transports' => '?',
  3771.             'console.command.messenger_debug' => '?',
  3772.             'console.command.messenger_stop_workers' => '?',
  3773.             'console.command.messenger_failed_messages_retry' => '?',
  3774.             'console.command.messenger_failed_messages_show' => '?',
  3775.             'console.command.messenger_failed_messages_remove' => '?',
  3776.             'console.command.router_debug' => '?',
  3777.             'console.command.router_match' => '?',
  3778.             'console.command.translation_debug' => '?',
  3779.             'console.command.translation_extract' => '?',
  3780.             'console.command.validator_debug' => '?',
  3781.             'console.command.translation_pull' => '?',
  3782.             'console.command.translation_push' => '?',
  3783.             'console.command.xliff_lint' => '?',
  3784.             'console.command.yaml_lint' => '?',
  3785.             'console.command.form_debug' => '?',
  3786.             'console.command.secrets_set' => '?',
  3787.             'console.command.secrets_remove' => '?',
  3788.             'console.command.secrets_generate_key' => '?',
  3789.             'console.command.secrets_list' => '?',
  3790.             'console.command.secrets_decrypt_to_local' => '?',
  3791.             'console.command.secrets_encrypt_from_local' => '?',
  3792.             'twig.command.debug' => '?',
  3793.             'twig.command.lint' => '?',
  3794.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  3795.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  3796.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  3797.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  3798.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  3799.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  3800.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  3801.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  3802.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  3803.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  3804.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  3805.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  3806.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  3807.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  3808.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  3809.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  3810.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  3811.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  3812.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  3813.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  3814.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  3815.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  3816.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  3817.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  3818.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  3819.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  3820.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  3821.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  3822.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  3823.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  3824.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  3825.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  3826.             'security.command.debug_firewall' => '?',
  3827.             'security.command.user_password_encoder' => '?',
  3828.             'security.command.user_password_hash' => '?',
  3829.             'var_dumper.command.server_dump' => '?',
  3830.             'monolog.command.server_log' => '?',
  3831.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  3832.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  3833.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  3834.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  3835.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  3836.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  3837.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  3838.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  3839.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  3840.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  3841.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  3842.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  3843.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  3844.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  3845.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  3846.             'maker.auto_command.make_auth' => '?',
  3847.             'maker.auto_command.make_command' => '?',
  3848.             'maker.auto_command.make_controller' => '?',
  3849.             'maker.auto_command.make_crud' => '?',
  3850.             'maker.auto_command.make_docker_database' => '?',
  3851.             'maker.auto_command.make_entity' => '?',
  3852.             'maker.auto_command.make_fixtures' => '?',
  3853.             'maker.auto_command.make_form' => '?',
  3854.             'maker.auto_command.make_message' => '?',
  3855.             'maker.auto_command.make_messenger_middleware' => '?',
  3856.             'maker.auto_command.make_registration_form' => '?',
  3857.             'maker.auto_command.make_reset_password' => '?',
  3858.             'maker.auto_command.make_serializer_encoder' => '?',
  3859.             'maker.auto_command.make_serializer_normalizer' => '?',
  3860.             'maker.auto_command.make_subscriber' => '?',
  3861.             'maker.auto_command.make_twig_extension' => '?',
  3862.             'maker.auto_command.make_test' => '?',
  3863.             'maker.auto_command.make_validator' => '?',
  3864.             'maker.auto_command.make_voter' => '?',
  3865.             'maker.auto_command.make_user' => '?',
  3866.             'maker.auto_command.make_migration' => '?',
  3867.             'maker.auto_command.make_stimulus_controller' => '?',
  3868.             'maker.auto_command.make_data_provider' => '?',
  3869.             'maker.auto_command.make_data_persister' => '?',
  3870.             'maker.auto_command.make_state_processor' => '?',
  3871.             'maker.auto_command.make_state_provider' => '?',
  3872.         ]), ['app:purse:add-item-for-participation' => 'App\\Command\\AddItemsToPurseFromParticipation''modify:items:purses' => 'App\\Command\\AddSixMonthsToItemsAndPursesCommand''app:encrypt:iban' => 'App\\Command\\EncryptIbanCommand''sogec:generic:import' => 'App\\Command\\GenericImportCommand''csv:user:import' => 'App\\Command\\ImportMilleretCommand''isoskele:send-all-offers' => 'App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand''isoskele:send-all-participations' => 'App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand''isoskele:user:send-all' => 'App\\Command\\Isoskele\\IsoskeleUserSendAllCommand''isoskele:user:send-all-tas' => 'App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand''send-emails:participations-multi-odr-based-on-status' => 'App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand''multi:update:current-stock' => 'App\\Command\\Multi\\UpdateCurrentStock''app:send:codes-odr' => 'App\\Command\\Odr\\SendCodesCommand''send-emails:participations-odr-based-on-status' => 'App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand''purse:reminder-email-balance-purse-expiring' => 'App\\Command\\Purse\\ReminderEmailBalancePurseExpiring''purse:test:manager' => 'App\\Command\\Purse\\TestCommand''items:update-due-date-items' => 'App\\Command\\Purse\\UpdateDateItemsCommand''purse:update-expired-items' => 'App\\Command\\Purse\\UpdateExpiredItemsCommand''purse:update-expiring-purses' => 'App\\Command\\Purse\\UpdateExpiringPursesCommand''send-all-data:to-salesforce' => 'App\\Command\\Salesforce\\SendAllDataToSalesforceCommand''sending-emails:participations-based-on-status' => 'App\\Command\\SendingParticipationsEmailsCommand''shannon:monthly:user' => 'App\\Command\\ShannonMonthlyUserCommand''shannon:post:declaration' => 'App\\Command\\ShannonPostDeclarationCommand''shannon:update:declaration' => 'App\\Command\\ShannonUpdateParticipationCommand''recovery:participation-from-billy-to-shannon' => 'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand''recovery:participation-multi-odr-from-billy-to-shannon' => 'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand''update-financials:participations-from-billy' => 'App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand''update-status:participation-multi-odr-from-billy' => 'App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand''update-status:odr-participation-from-billy' => 'App\\Command\\Smp\\UpdateStatusOdrParticipationCommand''app:item:update' => 'App\\Command\\UpdateItemAmount''yeesss:user:send-all-burn' => 'App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand''yeesss:user:send-all' => 'App\\Command\\Yeesss\\YeesssUserSendAllCommand''yeesss:user:send-all-coupon' => 'App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand''yeesss:user:send-all-earn' => 'App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''ckeditor:install' => 'fos_ck_editor.command.installer''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  3873.     }
  3874.     /**
  3875.      * Gets the public 'container.env_var_processors_locator' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3878.      */
  3879.     protected function getContainer_EnvVarProcessorsLocatorService()
  3880.     {
  3881.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3882.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3883.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3884.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3885.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3886.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3887.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3888.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3889.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3890.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3891.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3892.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3893.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3894.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3895.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3896.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3897.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3898.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3899.         ], [
  3900.             'base64' => '?',
  3901.             'bool' => '?',
  3902.             'const' => '?',
  3903.             'csv' => '?',
  3904.             'default' => '?',
  3905.             'file' => '?',
  3906.             'float' => '?',
  3907.             'int' => '?',
  3908.             'json' => '?',
  3909.             'key' => '?',
  3910.             'not' => '?',
  3911.             'query_string' => '?',
  3912.             'require' => '?',
  3913.             'resolve' => '?',
  3914.             'string' => '?',
  3915.             'trim' => '?',
  3916.             'url' => '?',
  3917.         ]);
  3918.     }
  3919.     /**
  3920.      * Gets the public 'data_collector.dump' shared service.
  3921.      *
  3922.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3923.      */
  3924.     protected function getDataCollector_DumpService()
  3925.     {
  3926.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3927.     }
  3928.     /**
  3929.      * Gets the public 'doctrine' shared service.
  3930.      *
  3931.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3932.      */
  3933.     protected function getDoctrineService()
  3934.     {
  3935.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3936.     }
  3937.     /**
  3938.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3939.      *
  3940.      * @return \Doctrine\DBAL\Connection
  3941.      */
  3942.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3943.     {
  3944.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  3945.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  3946.             return $this->services['doctrine.dbal.default_connection'];
  3947.         }
  3948.         $b = new \Doctrine\DBAL\Configuration();
  3949.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3950.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3951.         $c->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  3952.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3953.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  3954.         $d = 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))));
  3955.         $d->setConnectionName('default');
  3956.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  3957.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  3958.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  3959.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, ['enum' => 'string']);
  3960.     }
  3961.     /**
  3962.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  3963.      *
  3964.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  3965.      */
  3966.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  3967.     {
  3968.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3969.             'App\\EventListener\\MediaObjectListener' => ['privates''App\\EventListener\\MediaObjectListener''getMediaObjectListenerService'false],
  3970.         ], [
  3971.             'App\\EventListener\\MediaObjectListener' => '?',
  3972.         ]));
  3973.         $instance->registerService('App\\EventListener\\MediaObjectListener''App\\EventListener\\MediaObjectListener');
  3974.         return $instance;
  3975.     }
  3976.     /**
  3977.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3978.      *
  3979.      * @return \Doctrine\ORM\EntityManager
  3980.      */
  3981.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3982.     {
  3983.         if ($lazyLoad) {
  3984.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3985.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3986.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3987.                     $proxy->setProxyInitializer(null);
  3988.                     return true;
  3989.                 });
  3990.             });
  3991.         }
  3992.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  4005.         $a = new \Doctrine\ORM\Configuration();
  4006.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  4007.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  4008.         $b->addDriver($c'App\\Entity');
  4009.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  4010.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  4011.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  4012.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4013.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  4014.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  4015.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4016.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  4017.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  4018.         ], [
  4019.             'doctrine.ulid_generator' => '?',
  4020.             'doctrine.uuid_generator' => '?',
  4021.         ])));
  4022.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  4023.         $a->setProxyNamespace('Proxies');
  4024.         $a->setAutoGenerateProxyClasses(true);
  4025.         $a->setSchemaIgnoreClasses([]);
  4026.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  4027.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  4028.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  4029.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  4030.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  4031.         $a->setLazyGhostObjectEnabled(false);
  4032.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4033.             'App\\Repository\\BlogRepository' => ['privates''App\\Repository\\BlogRepository''getBlogRepositoryService'false],
  4034.             'App\\Repository\\Cart\\CartRepository' => ['privates''App\\Repository\\Cart\\CartRepository''getCartRepositoryService'false],
  4035.             'App\\Repository\\Cart\\GiftCartRepository' => ['privates''App\\Repository\\Cart\\GiftCartRepository''getGiftCartRepositoryService'false],
  4036.             'App\\Repository\\Cart\\OperationCartRepository' => ['privates''App\\Repository\\Cart\\OperationCartRepository''getOperationCartRepositoryService'false],
  4037.             'App\\Repository\\Catalog\\ExpeditionRepository' => ['privates''App\\Repository\\Catalog\\ExpeditionRepository''getExpeditionRepositoryService'false],
  4038.             'App\\Repository\\Catalog\\GiftCodeRepository' => ['privates''App\\Repository\\Catalog\\GiftCodeRepository''getGiftCodeRepositoryService'false],
  4039.             'App\\Repository\\Catalog\\GiftLevelRepository' => ['privates''App\\Repository\\Catalog\\GiftLevelRepository''getGiftLevelRepositoryService'false],
  4040.             'App\\Repository\\Catalog\\GiftRepository' => ['privates''App\\Repository\\Catalog\\GiftRepository''getGiftRepositoryService'false],
  4041.             'App\\Repository\\Catalog\\OrderRepository' => ['privates''App\\Repository\\Catalog\\OrderRepository''getOrderRepositoryService'false],
  4042.             'App\\Repository\\Company\\CompanyRepository' => ['privates''App\\Repository\\Company\\CompanyRepository''getCompanyRepositoryService'false],
  4043.             'App\\Repository\\Company\\CredentialsRepository' => ['privates''App\\Repository\\Company\\CredentialsRepository''getCredentialsRepositoryService'false],
  4044.             'App\\Repository\\Company\\ParamRepository' => ['privates''App\\Repository\\Company\\ParamRepository''getParamRepositoryService'false],
  4045.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  4046.             'App\\Repository\\CookiesRepository' => ['privates''App\\Repository\\CookiesRepository''getCookiesRepositoryService'false],
  4047.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'false],
  4048.             'App\\Repository\\Details\\DetailsCouponRepository' => ['privates''App\\Repository\\Details\\DetailsCouponRepository''getDetailsCouponRepositoryService'false],
  4049.             'App\\Repository\\Details\\DetailsMultiOfferRepository' => ['privates''App\\Repository\\Details\\DetailsMultiOfferRepository''getDetailsMultiOfferRepositoryService'false],
  4050.             'App\\Repository\\Details\\DetailsOdrRepository' => ['privates''App\\Repository\\Details\\DetailsOdrRepository''getDetailsOdrRepositoryService'false],
  4051.             'App\\Repository\\Details\\DetailsParticipationOdrRepository' => ['privates''App\\Repository\\Details\\DetailsParticipationOdrRepository''getDetailsParticipationOdrRepositoryService'false],
  4052.             'App\\Repository\\Details\\DetailsParticipationStepRepository' => ['privates''App\\Repository\\Details\\DetailsParticipationStepRepository''getDetailsParticipationStepRepositoryService'false],
  4053.             'App\\Repository\\Details\\DetailsPuntosRepository' => ['privates''App\\Repository\\Details\\DetailsPuntosRepository''getDetailsPuntosRepositoryService'false],
  4054.             'App\\Repository\\Details\\DetailsSponsorshipRepository' => ['privates''App\\Repository\\Details\\DetailsSponsorshipRepository''getDetailsSponsorshipRepositoryService'false],
  4055.             'App\\Repository\\Details\\DetailsStepRepository' => ['privates''App\\Repository\\Details\\DetailsStepRepository''getDetailsStepRepositoryService'false],
  4056.             'App\\Repository\\Ean\\EanOdrRepository' => ['privates''App\\Repository\\Ean\\EanOdrRepository''getEanOdrRepositoryService'false],
  4057.             'App\\Repository\\Ean\\EanRepository' => ['privates''App\\Repository\\Ean\\EanRepository''getEanRepositoryService'false],
  4058.             'App\\Repository\\Ean\\EanStepRepository' => ['privates''App\\Repository\\Ean\\EanStepRepository''getEanStepRepositoryService'false],
  4059.             'App\\Repository\\EligibilityRepository' => ['privates''App\\Repository\\EligibilityRepository''getEligibilityRepositoryService'false],
  4060.             'App\\Repository\\FaqRepository' => ['privates''App\\Repository\\FaqRepository''getFaqRepositoryService'false],
  4061.             'App\\Repository\\Knowledge\\KnowledgeRepository' => ['privates''App\\Repository\\Knowledge\\KnowledgeRepository''getKnowledgeRepositoryService'false],
  4062.             'App\\Repository\\Knowledge\\KnowledgeResponseRepository' => ['privates''App\\Repository\\Knowledge\\KnowledgeResponseRepository''getKnowledgeResponseRepositoryService'false],
  4063.             'App\\Repository\\Log\\APIRequestRepository' => ['privates''App\\Repository\\Log\\APIRequestRepository''getAPIRequestRepositoryService'false],
  4064.             'App\\Repository\\MediaObject\\MediaBlogRepository' => ['privates''App\\Repository\\MediaObject\\MediaBlogRepository''getMediaBlogRepositoryService'false],
  4065.             'App\\Repository\\MediaObject\\MediaCodeDrawRepository' => ['privates''App\\Repository\\MediaObject\\MediaCodeDrawRepository''getMediaCodeDrawRepositoryService'false],
  4066.             'App\\Repository\\MediaObject\\MediaCodeGiftRepository' => ['privates''App\\Repository\\MediaObject\\MediaCodeGiftRepository''getMediaCodeGiftRepositoryService'false],
  4067.             'App\\Repository\\MediaObject\\MediaCodeOdrRepository' => ['privates''App\\Repository\\MediaObject\\MediaCodeOdrRepository''getMediaCodeOdrRepositoryService'false],
  4068.             'App\\Repository\\MediaObject\\MediaCouponRepository' => ['privates''App\\Repository\\MediaObject\\MediaCouponRepository''getMediaCouponRepositoryService'false],
  4069.             'App\\Repository\\MediaObject\\MediaDesktopDrawRepository' => ['privates''App\\Repository\\MediaObject\\MediaDesktopDrawRepository''getMediaDesktopDrawRepositoryService'false],
  4070.             'App\\Repository\\MediaObject\\MediaDesktopOdrRepository' => ['privates''App\\Repository\\MediaObject\\MediaDesktopOdrRepository''getMediaDesktopOdrRepositoryService'false],
  4071.             'App\\Repository\\MediaObject\\MediaGameParamsRepository' => ['privates''App\\Repository\\MediaObject\\MediaGameParamsRepository''getMediaGameParamsRepositoryService'false],
  4072.             'App\\Repository\\MediaObject\\MediaGameRepository' => ['privates''App\\Repository\\MediaObject\\MediaGameRepository''getMediaGameRepositoryService'false],
  4073.             'App\\Repository\\MediaObject\\MediaGiftRepository' => ['privates''App\\Repository\\MediaObject\\MediaGiftRepository''getMediaGiftRepositoryService'false],
  4074.             'App\\Repository\\MediaObject\\MediaImageRepository' => ['privates''App\\Repository\\MediaObject\\MediaImageRepository''getMediaImageRepositoryService'false],
  4075.             'App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository' => ['privates''App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository''getMediaKnowledgeResponseRepositoryService'false],
  4076.             'App\\Repository\\MediaObject\\MediaMobileDrawRepository' => ['privates''App\\Repository\\MediaObject\\MediaMobileDrawRepository''getMediaMobileDrawRepositoryService'false],
  4077.             'App\\Repository\\MediaObject\\MediaMobileGameRepository' => ['privates''App\\Repository\\MediaObject\\MediaMobileGameRepository''getMediaMobileGameRepositoryService'false],
  4078.             'App\\Repository\\MediaObject\\MediaMobileOdrRepository' => ['privates''App\\Repository\\MediaObject\\MediaMobileOdrRepository''getMediaMobileOdrRepositoryService'false],
  4079.             'App\\Repository\\MediaObject\\MediaMobileSliderRepository' => ['privates''App\\Repository\\MediaObject\\MediaMobileSliderRepository''getMediaMobileSliderRepositoryService'false],
  4080.             'App\\Repository\\MediaObject\\MediaMultiOfferRepository' => ['privates''App\\Repository\\MediaObject\\MediaMultiOfferRepository''getMediaMultiOfferRepositoryService'false],
  4081.             'App\\Repository\\MediaObject\\MediaObjectRepository' => ['privates''App\\Repository\\MediaObject\\MediaObjectRepository''getMediaObjectRepositoryService'false],
  4082.             'App\\Repository\\MediaObject\\MediaParticipationRepository' => ['privates''App\\Repository\\MediaObject\\MediaParticipationRepository''getMediaParticipationRepositoryService'false],
  4083.             'App\\Repository\\MediaObject\\MediaPdfDrawRepository' => ['privates''App\\Repository\\MediaObject\\MediaPdfDrawRepository''getMediaPdfDrawRepositoryService'false],
  4084.             'App\\Repository\\MediaObject\\MediaPdfOdrRepository' => ['privates''App\\Repository\\MediaObject\\MediaPdfOdrRepository''getMediaPdfOdrRepositoryService'false],
  4085.             'App\\Repository\\MediaObject\\MediaPdfRepository' => ['privates''App\\Repository\\MediaObject\\MediaPdfRepository''getMediaPdfRepositoryService'false],
  4086.             'App\\Repository\\MediaObject\\MediaProductRepository' => ['privates''App\\Repository\\MediaObject\\MediaProductRepository''getMediaProductRepositoryService'false],
  4087.             'App\\Repository\\MediaObject\\MediaPromotionRepository' => ['privates''App\\Repository\\MediaObject\\MediaPromotionRepository''getMediaPromotionRepositoryService'false],
  4088.             'App\\Repository\\MediaObject\\MediaRecipeRepository' => ['privates''App\\Repository\\MediaObject\\MediaRecipeRepository''getMediaRecipeRepositoryService'false],
  4089.             'App\\Repository\\MediaObject\\MediaSliderRepository' => ['privates''App\\Repository\\MediaObject\\MediaSliderRepository''getMediaSliderRepositoryService'false],
  4090.             'App\\Repository\\MediaObject\\MediaThumbnailBlogRepository' => ['privates''App\\Repository\\MediaObject\\MediaThumbnailBlogRepository''getMediaThumbnailBlogRepositoryService'false],
  4091.             'App\\Repository\\MediaObject\\MediaThumbnailDrawRepository' => ['privates''App\\Repository\\MediaObject\\MediaThumbnailDrawRepository''getMediaThumbnailDrawRepositoryService'false],
  4092.             'App\\Repository\\MediaObject\\MediaThumbnailGiftRepository' => ['privates''App\\Repository\\MediaObject\\MediaThumbnailGiftRepository''getMediaThumbnailGiftRepositoryService'false],
  4093.             'App\\Repository\\MediaObject\\MediaThumbnailOdrRepository' => ['privates''App\\Repository\\MediaObject\\MediaThumbnailOdrRepository''getMediaThumbnailOdrRepositoryService'false],
  4094.             'App\\Repository\\MentionLegalRepository' => ['privates''App\\Repository\\MentionLegalRepository''getMentionLegalRepositoryService'false],
  4095.             'App\\Repository\\MenuRepository' => ['privates''App\\Repository\\MenuRepository''getMenuRepositoryService'false],
  4096.             'App\\Repository\\NewsletterRepository' => ['privates''App\\Repository\\NewsletterRepository''getNewsletterRepositoryService'false],
  4097.             'App\\Repository\\OperationCode\\DrawCodeRepository' => ['privates''App\\Repository\\OperationCode\\DrawCodeRepository''getDrawCodeRepositoryService'false],
  4098.             'App\\Repository\\OperationCode\\OdrCodeRepository' => ['privates''App\\Repository\\OperationCode\\OdrCodeRepository''getOdrCodeRepositoryService'false],
  4099.             'App\\Repository\\OperationCode\\OperationCodeRepository' => ['privates''App\\Repository\\OperationCode\\OperationCodeRepository''getOperationCodeRepositoryService'false],
  4100.             'App\\Repository\\Operation\\CouponRepository' => ['privates''App\\Repository\\Operation\\CouponRepository''getCouponRepositoryService'false],
  4101.             'App\\Repository\\Operation\\DrawRepository' => ['privates''App\\Repository\\Operation\\DrawRepository''getDrawRepositoryService'false],
  4102.             'App\\Repository\\Operation\\GameRepository' => ['privates''App\\Repository\\Operation\\GameRepository''getGameRepositoryService'false],
  4103.             'App\\Repository\\Operation\\MultiOfferRepository' => ['privates''App\\Repository\\Operation\\MultiOfferRepository''getMultiOfferRepositoryService'false],
  4104.             'App\\Repository\\Operation\\OdrRepository' => ['privates''App\\Repository\\Operation\\OdrRepository''getOdrRepositoryService'false],
  4105.             'App\\Repository\\Operation\\OperationRepository' => ['privates''App\\Repository\\Operation\\OperationRepository''getOperationRepositoryService'false],
  4106.             'App\\Repository\\Operation\\PuntosRepository' => ['privates''App\\Repository\\Operation\\PuntosRepository''getPuntosRepositoryService'false],
  4107.             'App\\Repository\\Operation\\RefundRepository' => ['privates''App\\Repository\\Operation\\RefundRepository''getRefundRepositoryService'false],
  4108.             'App\\Repository\\Operation\\SponsorshipRepository' => ['privates''App\\Repository\\Operation\\SponsorshipRepository''getSponsorshipRepositoryService'false],
  4109.             'App\\Repository\\Operation\\StepRepository' => ['privates''App\\Repository\\Operation\\StepRepository''getStepRepositoryService'false],
  4110.             'App\\Repository\\Participation\\CouponRepository' => ['privates''App\\Repository\\Participation\\CouponRepository''getCouponRepository2Service'false],
  4111.             'App\\Repository\\Participation\\DrawRepository' => ['privates''App\\Repository\\Participation\\DrawRepository''getDrawRepository2Service'false],
  4112.             'App\\Repository\\Participation\\MultiRepository' => ['privates''App\\Repository\\Participation\\MultiRepository''getMultiRepositoryService'false],
  4113.             'App\\Repository\\Participation\\OdrRepository' => ['privates''App\\Repository\\Participation\\OdrRepository''getOdrRepository2Service'false],
  4114.             'App\\Repository\\Participation\\ParticipationRepository' => ['privates''App\\Repository\\Participation\\ParticipationRepository''getParticipationRepositoryService'false],
  4115.             'App\\Repository\\Participation\\PuntosRepository' => ['privates''App\\Repository\\Participation\\PuntosRepository''getPuntosRepository2Service'false],
  4116.             'App\\Repository\\Participation\\RefundRepository' => ['privates''App\\Repository\\Participation\\RefundRepository''getRefundRepository2Service'false],
  4117.             'App\\Repository\\Participation\\StepRepository' => ['privates''App\\Repository\\Participation\\StepRepository''getStepRepository2Service'false],
  4118.             'App\\Repository\\Participation\\ValidationExportRepository' => ['privates''App\\Repository\\Participation\\ValidationExportRepository''getValidationExportRepositoryService'false],
  4119.             'App\\Repository\\PersonalDataRepository' => ['privates''App\\Repository\\PersonalDataRepository''getPersonalDataRepositoryService'false],
  4120.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  4121.             'App\\Repository\\Provider\\ProviderRepository' => ['privates''App\\Repository\\Provider\\ProviderRepository''getProviderRepositoryService'false],
  4122.             'App\\Repository\\Purse\\ItemRepository' => ['privates''App\\Repository\\Purse\\ItemRepository''getItemRepositoryService'false],
  4123.             'App\\Repository\\Purse\\PurseRepository' => ['privates''App\\Repository\\Purse\\PurseRepository''getPurseRepositoryService'false],
  4124.             'App\\Repository\\Recipe\\IngredientMeasureUnitRepository' => ['privates''App\\Repository\\Recipe\\IngredientMeasureUnitRepository''getIngredientMeasureUnitRepositoryService'false],
  4125.             'App\\Repository\\Recipe\\IngredientRepository' => ['privates''App\\Repository\\Recipe\\IngredientRepository''getIngredientRepositoryService'false],
  4126.             'App\\Repository\\Recipe\\RecipeIngredientRepository' => ['privates''App\\Repository\\Recipe\\RecipeIngredientRepository''getRecipeIngredientRepositoryService'false],
  4127.             'App\\Repository\\Recipe\\RecipeRepository' => ['privates''App\\Repository\\Recipe\\RecipeRepository''getRecipeRepositoryService'false],
  4128.             'App\\Repository\\Recipe\\RecipeTypeRepository' => ['privates''App\\Repository\\Recipe\\RecipeTypeRepository''getRecipeTypeRepositoryService'false],
  4129.             'App\\Repository\\Security\\PermissionRepository' => ['privates''App\\Repository\\Security\\PermissionRepository''getPermissionRepositoryService'false],
  4130.             'App\\Repository\\Security\\ProfileRepository' => ['privates''App\\Repository\\Security\\ProfileRepository''getProfileRepositoryService'false],
  4131.             'App\\Repository\\Segmentation\\RegionRepository' => ['privates''App\\Repository\\Segmentation\\RegionRepository''getRegionRepositoryService'false],
  4132.             'App\\Repository\\SliderRepository' => ['privates''App\\Repository\\SliderRepository''getSliderRepositoryService'false],
  4133.             'App\\Repository\\Sogec\\PromotionRepository' => ['privates''App\\Repository\\Sogec\\PromotionRepository''getPromotionRepositoryService'false],
  4134.             'App\\Repository\\Sponsorship\\SponsorshipRequestRepository' => ['privates''App\\Repository\\Sponsorship\\SponsorshipRequestRepository''getSponsorshipRequestRepositoryService'false],
  4135.             'App\\Repository\\StateRepository' => ['privates''App\\Repository\\StateRepository''getStateRepositoryService'false],
  4136.             'App\\Repository\\Tag\\BlogTagRepository' => ['privates''App\\Repository\\Tag\\BlogTagRepository''getBlogTagRepositoryService'false],
  4137.             'App\\Repository\\Tag\\TagRepository' => ['privates''App\\Repository\\Tag\\TagRepository''getTagRepositoryService'false],
  4138.             'App\\Repository\\Tas\\TasAutoRepository' => ['privates''App\\Repository\\Tas\\TasAutoRepository''getTasAutoRepositoryService'false],
  4139.             'App\\Repository\\Tas\\TasDrawRepository' => ['privates''App\\Repository\\Tas\\TasDrawRepository''getTasDrawRepositoryService'false],
  4140.             'App\\Repository\\Tas\\TasRepository' => ['privates''App\\Repository\\Tas\\TasRepository''getTasRepositoryService'false],
  4141.             'App\\Repository\\TokenCrmRepository' => ['privates''App\\Repository\\TokenCrmRepository''getTokenCrmRepositoryService'false],
  4142.             'App\\Repository\\TokenRepository' => ['privates''App\\Repository\\TokenRepository''getTokenRepositoryService'false],
  4143.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4144.             'App\\Repository\\User\\Address\\AddressRepository' => ['privates''App\\Repository\\User\\Address\\AddressRepository''getAddressRepositoryService'false],
  4145.             'App\\Repository\\User\\Address\\DeliveryRepository' => ['privates''App\\Repository\\User\\Address\\DeliveryRepository''getDeliveryRepositoryService'false],
  4146.             'App\\Repository\\User\\Address\\HomeRepository' => ['privates''App\\Repository\\User\\Address\\HomeRepository''getHomeRepositoryService'false],
  4147.             'App\\Repository\\User\\Address\\OrderRepository' => ['privates''App\\Repository\\User\\Address\\OrderRepository''getOrderRepository2Service'false],
  4148.             'App\\Repository\\User\\AdminRepository' => ['privates''App\\Repository\\User\\AdminRepository''getAdminRepositoryService'false],
  4149.             'App\\Repository\\User\\CarrierRepository' => ['privates''App\\Repository\\User\\CarrierRepository''getCarrierRepositoryService'false],
  4150.             'App\\Repository\\User\\ConsumerRepository' => ['privates''App\\Repository\\User\\ConsumerRepository''getConsumerRepositoryService'false],
  4151.             'App\\Repository\\User\\IdentityRepository' => ['privates''App\\Repository\\User\\IdentityRepository''getIdentityRepositoryService'false],
  4152.             'App\\Repository\\User\\Payment\\IbanRepository' => ['privates''App\\Repository\\User\\Payment\\IbanRepository''getIbanRepositoryService'false],
  4153.             'App\\Repository\\User\\ReferentRepository' => ['privates''App\\Repository\\User\\ReferentRepository''getReferentRepositoryService'false],
  4154.             'App\\Repository\\User\\StrateRepository' => ['privates''App\\Repository\\User\\StrateRepository''getStrateRepositoryService'false],
  4155.             'App\\Repository\\WebsiteParams\\GameParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\GameParamsRepository''getGameParamsRepositoryService'false],
  4156.             'App\\Repository\\WebsiteParams\\ModuleParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\ModuleParamsRepository''getModuleParamsRepositoryService'false],
  4157.             'App\\Repository\\WebsiteParams\\WebsiteParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\WebsiteParamsRepository''getWebsiteParamsRepositoryService'false],
  4158.         ], [
  4159.             'App\\Repository\\BlogRepository' => '?',
  4160.             'App\\Repository\\Cart\\CartRepository' => '?',
  4161.             'App\\Repository\\Cart\\GiftCartRepository' => '?',
  4162.             'App\\Repository\\Cart\\OperationCartRepository' => '?',
  4163.             'App\\Repository\\Catalog\\ExpeditionRepository' => '?',
  4164.             'App\\Repository\\Catalog\\GiftCodeRepository' => '?',
  4165.             'App\\Repository\\Catalog\\GiftLevelRepository' => '?',
  4166.             'App\\Repository\\Catalog\\GiftRepository' => '?',
  4167.             'App\\Repository\\Catalog\\OrderRepository' => '?',
  4168.             'App\\Repository\\Company\\CompanyRepository' => '?',
  4169.             'App\\Repository\\Company\\CredentialsRepository' => '?',
  4170.             'App\\Repository\\Company\\ParamRepository' => '?',
  4171.             'App\\Repository\\ContactRepository' => '?',
  4172.             'App\\Repository\\CookiesRepository' => '?',
  4173.             'App\\Repository\\DepartmentRepository' => '?',
  4174.             'App\\Repository\\Details\\DetailsCouponRepository' => '?',
  4175.             'App\\Repository\\Details\\DetailsMultiOfferRepository' => '?',
  4176.             'App\\Repository\\Details\\DetailsOdrRepository' => '?',
  4177.             'App\\Repository\\Details\\DetailsParticipationOdrRepository' => '?',
  4178.             'App\\Repository\\Details\\DetailsParticipationStepRepository' => '?',
  4179.             'App\\Repository\\Details\\DetailsPuntosRepository' => '?',
  4180.             'App\\Repository\\Details\\DetailsSponsorshipRepository' => '?',
  4181.             'App\\Repository\\Details\\DetailsStepRepository' => '?',
  4182.             'App\\Repository\\Ean\\EanOdrRepository' => '?',
  4183.             'App\\Repository\\Ean\\EanRepository' => '?',
  4184.             'App\\Repository\\Ean\\EanStepRepository' => '?',
  4185.             'App\\Repository\\EligibilityRepository' => '?',
  4186.             'App\\Repository\\FaqRepository' => '?',
  4187.             'App\\Repository\\Knowledge\\KnowledgeRepository' => '?',
  4188.             'App\\Repository\\Knowledge\\KnowledgeResponseRepository' => '?',
  4189.             'App\\Repository\\Log\\APIRequestRepository' => '?',
  4190.             'App\\Repository\\MediaObject\\MediaBlogRepository' => '?',
  4191.             'App\\Repository\\MediaObject\\MediaCodeDrawRepository' => '?',
  4192.             'App\\Repository\\MediaObject\\MediaCodeGiftRepository' => '?',
  4193.             'App\\Repository\\MediaObject\\MediaCodeOdrRepository' => '?',
  4194.             'App\\Repository\\MediaObject\\MediaCouponRepository' => '?',
  4195.             'App\\Repository\\MediaObject\\MediaDesktopDrawRepository' => '?',
  4196.             'App\\Repository\\MediaObject\\MediaDesktopOdrRepository' => '?',
  4197.             'App\\Repository\\MediaObject\\MediaGameParamsRepository' => '?',
  4198.             'App\\Repository\\MediaObject\\MediaGameRepository' => '?',
  4199.             'App\\Repository\\MediaObject\\MediaGiftRepository' => '?',
  4200.             'App\\Repository\\MediaObject\\MediaImageRepository' => '?',
  4201.             'App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository' => '?',
  4202.             'App\\Repository\\MediaObject\\MediaMobileDrawRepository' => '?',
  4203.             'App\\Repository\\MediaObject\\MediaMobileGameRepository' => '?',
  4204.             'App\\Repository\\MediaObject\\MediaMobileOdrRepository' => '?',
  4205.             'App\\Repository\\MediaObject\\MediaMobileSliderRepository' => '?',
  4206.             'App\\Repository\\MediaObject\\MediaMultiOfferRepository' => '?',
  4207.             'App\\Repository\\MediaObject\\MediaObjectRepository' => '?',
  4208.             'App\\Repository\\MediaObject\\MediaParticipationRepository' => '?',
  4209.             'App\\Repository\\MediaObject\\MediaPdfDrawRepository' => '?',
  4210.             'App\\Repository\\MediaObject\\MediaPdfOdrRepository' => '?',
  4211.             'App\\Repository\\MediaObject\\MediaPdfRepository' => '?',
  4212.             'App\\Repository\\MediaObject\\MediaProductRepository' => '?',
  4213.             'App\\Repository\\MediaObject\\MediaPromotionRepository' => '?',
  4214.             'App\\Repository\\MediaObject\\MediaRecipeRepository' => '?',
  4215.             'App\\Repository\\MediaObject\\MediaSliderRepository' => '?',
  4216.             'App\\Repository\\MediaObject\\MediaThumbnailBlogRepository' => '?',
  4217.             'App\\Repository\\MediaObject\\MediaThumbnailDrawRepository' => '?',
  4218.             'App\\Repository\\MediaObject\\MediaThumbnailGiftRepository' => '?',
  4219.             'App\\Repository\\MediaObject\\MediaThumbnailOdrRepository' => '?',
  4220.             'App\\Repository\\MentionLegalRepository' => '?',
  4221.             'App\\Repository\\MenuRepository' => '?',
  4222.             'App\\Repository\\NewsletterRepository' => '?',
  4223.             'App\\Repository\\OperationCode\\DrawCodeRepository' => '?',
  4224.             'App\\Repository\\OperationCode\\OdrCodeRepository' => '?',
  4225.             'App\\Repository\\OperationCode\\OperationCodeRepository' => '?',
  4226.             'App\\Repository\\Operation\\CouponRepository' => '?',
  4227.             'App\\Repository\\Operation\\DrawRepository' => '?',
  4228.             'App\\Repository\\Operation\\GameRepository' => '?',
  4229.             'App\\Repository\\Operation\\MultiOfferRepository' => '?',
  4230.             'App\\Repository\\Operation\\OdrRepository' => '?',
  4231.             'App\\Repository\\Operation\\OperationRepository' => '?',
  4232.             'App\\Repository\\Operation\\PuntosRepository' => '?',
  4233.             'App\\Repository\\Operation\\RefundRepository' => '?',
  4234.             'App\\Repository\\Operation\\SponsorshipRepository' => '?',
  4235.             'App\\Repository\\Operation\\StepRepository' => '?',
  4236.             'App\\Repository\\Participation\\CouponRepository' => '?',
  4237.             'App\\Repository\\Participation\\DrawRepository' => '?',
  4238.             'App\\Repository\\Participation\\MultiRepository' => '?',
  4239.             'App\\Repository\\Participation\\OdrRepository' => '?',
  4240.             'App\\Repository\\Participation\\ParticipationRepository' => '?',
  4241.             'App\\Repository\\Participation\\PuntosRepository' => '?',
  4242.             'App\\Repository\\Participation\\RefundRepository' => '?',
  4243.             'App\\Repository\\Participation\\StepRepository' => '?',
  4244.             'App\\Repository\\Participation\\ValidationExportRepository' => '?',
  4245.             'App\\Repository\\PersonalDataRepository' => '?',
  4246.             'App\\Repository\\ProductRepository' => '?',
  4247.             'App\\Repository\\Provider\\ProviderRepository' => '?',
  4248.             'App\\Repository\\Purse\\ItemRepository' => '?',
  4249.             'App\\Repository\\Purse\\PurseRepository' => '?',
  4250.             'App\\Repository\\Recipe\\IngredientMeasureUnitRepository' => '?',
  4251.             'App\\Repository\\Recipe\\IngredientRepository' => '?',
  4252.             'App\\Repository\\Recipe\\RecipeIngredientRepository' => '?',
  4253.             'App\\Repository\\Recipe\\RecipeRepository' => '?',
  4254.             'App\\Repository\\Recipe\\RecipeTypeRepository' => '?',
  4255.             'App\\Repository\\Security\\PermissionRepository' => '?',
  4256.             'App\\Repository\\Security\\ProfileRepository' => '?',
  4257.             'App\\Repository\\Segmentation\\RegionRepository' => '?',
  4258.             'App\\Repository\\SliderRepository' => '?',
  4259.             'App\\Repository\\Sogec\\PromotionRepository' => '?',
  4260.             'App\\Repository\\Sponsorship\\SponsorshipRequestRepository' => '?',
  4261.             'App\\Repository\\StateRepository' => '?',
  4262.             'App\\Repository\\Tag\\BlogTagRepository' => '?',
  4263.             'App\\Repository\\Tag\\TagRepository' => '?',
  4264.             'App\\Repository\\Tas\\TasAutoRepository' => '?',
  4265.             'App\\Repository\\Tas\\TasDrawRepository' => '?',
  4266.             'App\\Repository\\Tas\\TasRepository' => '?',
  4267.             'App\\Repository\\TokenCrmRepository' => '?',
  4268.             'App\\Repository\\TokenRepository' => '?',
  4269.             'App\\Repository\\UserRepository' => '?',
  4270.             'App\\Repository\\User\\Address\\AddressRepository' => '?',
  4271.             'App\\Repository\\User\\Address\\DeliveryRepository' => '?',
  4272.             'App\\Repository\\User\\Address\\HomeRepository' => '?',
  4273.             'App\\Repository\\User\\Address\\OrderRepository' => '?',
  4274.             'App\\Repository\\User\\AdminRepository' => '?',
  4275.             'App\\Repository\\User\\CarrierRepository' => '?',
  4276.             'App\\Repository\\User\\ConsumerRepository' => '?',
  4277.             'App\\Repository\\User\\IdentityRepository' => '?',
  4278.             'App\\Repository\\User\\Payment\\IbanRepository' => '?',
  4279.             'App\\Repository\\User\\ReferentRepository' => '?',
  4280.             'App\\Repository\\User\\StrateRepository' => '?',
  4281.             'App\\Repository\\WebsiteParams\\GameParamsRepository' => '?',
  4282.             'App\\Repository\\WebsiteParams\\ModuleParamsRepository' => '?',
  4283.             'App\\Repository\\WebsiteParams\\WebsiteParamsRepository' => '?',
  4284.         ])));
  4285.         $a->addCustomNumericFunction('Rand''App\\DQL\\RandFunction');
  4286.         $a->addCustomDatetimeFunction('DATE_FORMAT''App\\DQL\\DateFormat');
  4287.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  4288.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  4289.         return $instance;
  4290.     }
  4291.     /**
  4292.      * Gets the public 'error_controller' shared service.
  4293.      *
  4294.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  4295.      */
  4296.     protected function getErrorControllerService()
  4297.     {
  4298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4303.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4304.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  4305.     }
  4306.     /**
  4307.      * Gets the public 'event_dispatcher' shared service.
  4308.      *
  4309.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4310.      */
  4311.     protected function getEventDispatcherService()
  4312.     {
  4313.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  4314.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4315.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  4316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4317.         $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())));
  4318.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  4319.             return ($this->privates['App\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  4320.         }, => 'onAuthenticationSuccessResponse'], 0);
  4321.         $instance->addListener('kernel.exception', [=> function () {
  4322.             return ($this->privates['App\\EventListener\\Exception\\ExceptionListener'] ?? $this->getExceptionListenerService());
  4323.         }, => 'onKernelException'], 32);
  4324.         $instance->addListener('kernel.response', [=> function () {
  4325.             return ($this->privates['App\\EventListener\\RequestListener'] ?? ($this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener()));
  4326.         }, => 'onKernelResponse'], 0);
  4327.         $instance->addListener('kernel.request', [=> function () {
  4328.             return ($this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  4329.         }, => 'onKernelRequest'], 0);
  4330.         $instance->addListener('theme.navbar_user', [=> function () {
  4331.             return ($this->privates['my_admin_bundle.show_user_listener'] ?? $this->getMyAdminBundle_ShowUserListenerService());
  4332.         }, => 'onShowUser'], 0);
  4333.         $instance->addListener('theme.sidebar_setup_knp_menu', [=> function () {
  4334.             return ($this->privates['app.setup_knp_menu_listener'] ?? $this->getApp_SetupKnpMenuListenerService());
  4335.         }, => 'onSetupMenu'], 0);
  4336.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  4337.             return ($this->privates['app.event.jwt_created_listener'] ?? ($this->privates['app.event.jwt_created_listener'] = new \App\EventListener\JWTCreatedListener()));
  4338.         }, => 'onJWTCreated'], 0);
  4339.         $instance->addListener('kernel.controller', [=> function () {
  4340.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4341.         }, => 'onKernelController'], 0);
  4342.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4343.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  4344.         }, => 'checkPassport'], 1024);
  4345.         $instance->addListener('kernel.response', [=> function () {
  4346.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4347.         }, => 'onKernelResponse'], 0);
  4348.         $instance->addListener('kernel.request', [=> function () {
  4349.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  4350.         }, => 'onKernelRequest'], 0);
  4351.         $instance->addListener('kernel.exception', [=> function () {
  4352.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  4353.         }, => 'onKernelException'], 0);
  4354.         $instance->addListener('kernel.request', [=> function () {
  4355.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4356.         }, => 'onKernelRequest'], 250);
  4357.         $instance->addListener('kernel.response', [=> function () {
  4358.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4359.         }, => 'onKernelResponse'], 0);
  4360.         $instance->addListener('kernel.response', [=> function () {
  4361.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  4362.         }, => 'onResponse'], -10);
  4363.         $instance->addListener('kernel.request', [=> function () {
  4364.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  4365.         }, => 'onKernelRequest'], 28);
  4366.         $instance->addListener('kernel.request', [=> function () {
  4367.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  4368.         }, => 'onKernelRequest'], 2);
  4369.         $instance->addListener('kernel.view', [=> function () {
  4370.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  4371.         }, => 'onKernelView'], 16);
  4372.         $instance->addListener('kernel.view', [=> function () {
  4373.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  4374.         }, => 'onKernelView'], 8);
  4375.         $instance->addListener('kernel.exception', [=> function () {
  4376.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  4377.         }, => 'onKernelException'], 0);
  4378.         $instance->addListener('kernel.exception', [=> function () {
  4379.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  4380.         }, => 'onKernelException'], -96);
  4381.         $instance->addListener('kernel.view', [=> function () {
  4382.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  4383.         }, => 'onKernelView'], 32);
  4384.         $instance->addListener('kernel.request', [=> function () {
  4385.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  4386.         }, => 'onKernelRequest'], 4);
  4387.         $instance->addListener('kernel.request', [=> function () {
  4388.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  4389.         }, => 'onKernelRequest'], 0);
  4390.         $instance->addListener('kernel.response', [=> function () {
  4391.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  4392.         }, => 'onKernelResponse'], 0);
  4393.         $instance->addListener('kernel.response', [=> function () {
  4394.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  4395.         }, => 'onKernelResponse'], -1);
  4396.         $instance->addListener('kernel.view', [=> function () {
  4397.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  4398.         }, => 'onKernelView'], 64);
  4399.         $instance->addListener('kernel.request', [=> function () {
  4400.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  4401.         }, => 'onKernelRequest'], 16);
  4402.         $instance->addListener('kernel.request', [=> function () {
  4403.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  4404.         }, => 'onSecurity'], 3);
  4405.         $instance->addListener('kernel.request', [=> function () {
  4406.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  4407.         }, => 'onSecurityPostDenormalize'], 1);
  4408.         $instance->addListener('kernel.view', [=> function () {
  4409.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  4410.         }, => 'onSecurityPostValidation'], 63);
  4411.         $instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\KnpMenuEvent', [=> function () {
  4412.             return ($this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'] ?? $this->getKnpMenuBuilderSubscriberService());
  4413.         }, => 'onSetupMenu'], 100);
  4414.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4415.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  4416.         }, => 'onLogout'], 0);
  4417.         $instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\NavbarUserEvent', [=> function () {
  4418.             return ($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] ?? $this->getNavbarUserSubscriberService());
  4419.         }, => 'onShowUser'], 100);
  4420.         $instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\SidebarUserEvent', [=> function () {
  4421.             return ($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] ?? $this->getNavbarUserSubscriberService());
  4422.         }, => 'onShowUser'], 100);
  4423.         $instance->addListener('kernel.request', [=> function () {
  4424.             return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  4425.         }, => 'onKernelRequest'], 0);
  4426.         $instance->addListener('kernel.view', [=> function () {
  4427.             return ($this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'] ?? $this->getResolveMediaObjectContentUrlSubscriberService());
  4428.         }, => 'onPreSerialize'], 17);
  4429.         $instance->addListener('kernel.view', [=> function () {
  4430.             return ($this->privates['App\\EventSubscriber\\Security\\UserPasswordEncoder'] ?? $this->getUserPasswordEncoderService());
  4431.         }, => 'encodePassword'], 65);
  4432.         $instance->addListener('kernel.view', [=> function () {
  4433.             return ($this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'] ?? $this->getOperationSubscriberService());
  4434.         }, => 'addOwner'], 65);
  4435.         $instance->addListener('kernel.view', [=> function () {
  4436.             return ($this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'] ?? $this->getParticipationSubscriberService());
  4437.         }, => 'addCompany'], 65);
  4438.         $instance->addListener('kernel.view', [=> function () {
  4439.             return ($this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'] ?? $this->getParticipationSubscriberService());
  4440.         }, => 'setUser'], 65);
  4441.         $instance->addListener('kernel.view', [=> function () {
  4442.             return ($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] ?? $this->getUserSubscriberService());
  4443.         }, => 'removeRoles'], 65);
  4444.         $instance->addListener('kernel.view', [=> function () {
  4445.             return ($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] ?? $this->getUserSubscriberService());
  4446.         }, => 'addCompany'], 65);
  4447.         $instance->addListener('kernel.view', [=> function () {
  4448.             return ($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] ?? $this->getUserSubscriberService());
  4449.         }, => 'addAddress'], 65);
  4450.         $instance->addListener('kernel.response', [=> function () {
  4451.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4452.         }, => 'onKernelResponse'], 0);
  4453.         $instance->addListener('kernel.response', [=> function () {
  4454.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4455.         }, => 'onKernelResponse'], -1024);
  4456.         $instance->addListener('kernel.request', [=> function () {
  4457.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4458.         }, => 'setDefaultLocale'], 100);
  4459.         $instance->addListener('kernel.request', [=> function () {
  4460.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4461.         }, => 'onKernelRequest'], 16);
  4462.         $instance->addListener('kernel.finish_request', [=> function () {
  4463.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4464.         }, => 'onKernelFinishRequest'], 0);
  4465.         $instance->addListener('kernel.request', [=> function () {
  4466.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4467.         }, => 'onKernelRequest'], 256);
  4468.         $instance->addListener('kernel.response', [=> function () {
  4469.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4470.         }, => 'onResponse'], -255);
  4471.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4472.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4473.         }, => 'onControllerArguments'], 0);
  4474.         $instance->addListener('kernel.exception', [=> function () {
  4475.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4476.         }, => 'logKernelException'], 0);
  4477.         $instance->addListener('kernel.exception', [=> function () {
  4478.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4479.         }, => 'onKernelException'], -128);
  4480.         $instance->addListener('kernel.response', [=> function () {
  4481.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4482.         }, => 'removeCspHeader'], -128);
  4483.         $instance->addListener('kernel.request', [=> function () {
  4484.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4485.         }, => 'onKernelRequest'], 15);
  4486.         $instance->addListener('kernel.finish_request', [=> function () {
  4487.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4488.         }, => 'onKernelFinishRequest'], -15);
  4489.         $instance->addListener('console.error', [=> function () {
  4490.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4491.         }, => 'onConsoleError'], -128);
  4492.         $instance->addListener('console.terminate', [=> function () {
  4493.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4494.         }, => 'onConsoleTerminate'], -128);
  4495.         $instance->addListener('console.error', [=> function () {
  4496.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4497.         }, => 'onConsoleError'], 0);
  4498.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4499.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  4500.         }, => 'onMessage'], -255);
  4501.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4502.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  4503.         }, => 'onMessage'], -255);
  4504.         $instance->addListener('kernel.request', [=> function () {
  4505.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4506.         }, => 'configure'], 2048);
  4507.         $instance->addListener('console.command', [=> function () {
  4508.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4509.         }, => 'configure'], 2048);
  4510.         $instance->addListener('kernel.request', [=> function () {
  4511.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4512.         }, => 'onKernelRequest'], 32);
  4513.         $instance->addListener('kernel.finish_request', [=> function () {
  4514.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4515.         }, => 'onKernelFinishRequest'], 0);
  4516.         $instance->addListener('kernel.exception', [=> function () {
  4517.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4518.         }, => 'onKernelException'], -64);
  4519.         $instance->addListener('kernel.response', [=> function () {
  4520.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  4521.         }, => 'onKernelResponse'], 0);
  4522.         $instance->addListener('kernel.request', [=> function () {
  4523.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4524.         }, => 'onKernelRequest'], 128);
  4525.         $instance->addListener('kernel.response', [=> function () {
  4526.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4527.         }, => 'onKernelResponse'], -1000);
  4528.         $instance->addListener('kernel.finish_request', [=> function () {
  4529.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4530.         }, => 'onFinishRequest'], 0);
  4531.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4532.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  4533.         }, => 'onMessageFailed'], 100);
  4534.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4535.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  4536.         }, => 'onMessageFailed'], 200);
  4537.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4538.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  4539.         }, => 'onMessageFailed'], -100);
  4540.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  4541.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  4542.         }, => 'onWorkerStarted'], 0);
  4543.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  4544.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  4545.         }, => 'onWorkerRunning'], 0);
  4546.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4547.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  4548.         }, => 'onMessageFailed'], 0);
  4549.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  4550.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  4551.         }, => 'onWorkerRunning'], 0);
  4552.         $instance->addListener('kernel.response', [=> function () {
  4553.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4554.         }, => 'onKernelResponse'], -100);
  4555.         $instance->addListener('kernel.exception', [=> function () {
  4556.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4557.         }, => 'onKernelException'], 0);
  4558.         $instance->addListener('kernel.terminate', [=> function () {
  4559.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4560.         }, => 'onKernelTerminate'], -1024);
  4561.         $instance->addListener('kernel.controller', [=> function () {
  4562.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4563.         }, => 'onKernelController'], 0);
  4564.         $instance->addListener('kernel.response', [=> function () {
  4565.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4566.         }, => 'onKernelResponse'], 0);
  4567.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4568.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  4569.         }, => 'onMessage'], 0);
  4570.         $instance->addListener('kernel.controller', [=> function () {
  4571.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4572.         }, => 'onKernelController'], 0);
  4573.         $instance->addListener('kernel.controller', [=> function () {
  4574.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4575.         }, => 'onKernelController'], 0);
  4576.         $instance->addListener('kernel.controller', [=> function () {
  4577.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4578.         }, => 'onKernelController'], -128);
  4579.         $instance->addListener('kernel.view', [=> function () {
  4580.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4581.         }, => 'onKernelView'], 0);
  4582.         $instance->addListener('kernel.controller', [=> function () {
  4583.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4584.         }, => 'onKernelController'], 0);
  4585.         $instance->addListener('kernel.response', [=> function () {
  4586.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4587.         }, => 'onKernelResponse'], 0);
  4588.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4589.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4590.         }, => 'onKernelControllerArguments'], 0);
  4591.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4592.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4593.         }, => 'onKernelControllerArguments'], 0);
  4594.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  4595.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  4596.         }, => 'onWorkerMessageHandled'], 0);
  4597.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4598.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  4599.         }, => 'onWorkerMessageFailed'], 0);
  4600.         $instance->addListener('kernel.response', [=> function () {
  4601.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  4602.         }, => 'onKernelResponse'], 0);
  4603.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4604.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  4605.         }, => 'checkPassport'], 0);
  4606.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4607.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  4608.         }, => 'onLoginSuccess'], 0);
  4609.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  4610.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  4611.         }, => 'onVoterVote'], 0);
  4612.         $instance->addListener('kernel.request', [=> function () {
  4613.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4614.         }, => 'configureLogoutUrlGenerator'], 8);
  4615.         $instance->addListener('kernel.request', [=> function () {
  4616.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4617.         }, => 'onKernelRequest'], 8);
  4618.         $instance->addListener('kernel.finish_request', [=> function () {
  4619.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4620.         }, => 'onKernelFinishRequest'], 0);
  4621.         $instance->addListener('kernel.response', [=> function () {
  4622.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  4623.         }, => 'onKernelResponse'], -128);
  4624.         $instance->addListener('console.command', [=> function () {
  4625.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4626.         }, => 'onCommand'], 255);
  4627.         $instance->addListener('console.terminate', [=> function () {
  4628.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4629.         }, => 'onTerminate'], -255);
  4630.         $instance->addListener('console.command', [=> function () {
  4631.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  4632.         }, => 'configure'], 1024);
  4633.         $instance->addListener('console.error', [=> function () {
  4634.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4635.         }, => 'onConsoleError'], 0);
  4636.         $instance->addListener('console.terminate', [=> function () {
  4637.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4638.         }, => 'onConsoleTerminate'], 0);
  4639.         $instance->addListener('knp_pager.before', [=> function () {
  4640.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  4641.         }, => 'before'], 0);
  4642.         $instance->addListener('knp_pager.pagination', [=> function () {
  4643.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  4644.         }, => 'pagination'], 0);
  4645.         $instance->addListener('knp_pager.before', [=> function () {
  4646.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  4647.         }, => 'before'], 1);
  4648.         $instance->addListener('knp_pager.before', [=> function () {
  4649.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  4650.         }, => 'before'], 1);
  4651.         $instance->addListener('knp_pager.pagination', [=> function () {
  4652.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  4653.         }, => 'pagination'], 1);
  4654.         $instance->addListener('kernel.finish_request', [=> function () {
  4655.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  4656.         }, => 'resetAssets'], 0);
  4657.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4658.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  4659.         }, => 'checkPassport'], 512);
  4660.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4661.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  4662.         }, => 'onLogout'], 0);
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  4667.      *
  4668.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  4669.      */
  4670.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  4671.     {
  4672.         if ($lazyLoad) {
  4673.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  4674.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4675.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  4676.                     $proxy->setProxyInitializer(null);
  4677.                     return true;
  4678.                 });
  4679.             });
  4680.         }
  4681.         return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4682.     }
  4683.     /**
  4684.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  4685.      *
  4686.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  4687.      */
  4688.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  4689.     {
  4690.         if ($lazyLoad) {
  4691.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  4692.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4693.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  4694.                     $proxy->setProxyInitializer(null);
  4695.                     return true;
  4696.                 });
  4697.             });
  4698.         }
  4699.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4700.     }
  4701.     /**
  4702.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  4703.      *
  4704.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  4705.      */
  4706.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  4707.     {
  4708.         if ($lazyLoad) {
  4709.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  4710.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4711.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  4712.                     $proxy->setProxyInitializer(null);
  4713.                     return true;
  4714.                 });
  4715.             });
  4716.         }
  4717.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4718.     }
  4719.     /**
  4720.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  4721.      *
  4722.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  4723.      */
  4724.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  4725.     {
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  4728.         $this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
  4729.         $instance->setName('hautelook:fixtures:load');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  4734.      *
  4735.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  4736.      */
  4737.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4742.         return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  4743.     }
  4744.     /**
  4745.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  4746.      *
  4747.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  4748.      */
  4749.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  4750.     {
  4751.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4754.         return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  4755.     }
  4756.     /**
  4757.      * Gets the public 'hautelook_alice.loader' shared service.
  4758.      *
  4759.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  4760.      */
  4761.     protected function getHautelookAlice_LoaderService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  4766.         return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4767.     }
  4768.     /**
  4769.      * Gets the public 'hautelook_alice.locator' shared service.
  4770.      *
  4771.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  4772.      */
  4773.     protected function getHautelookAlice_LocatorService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  4778.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
  4779.     }
  4780.     /**
  4781.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  4782.      *
  4783.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  4784.      */
  4785.     protected function getHautelookAlice_Resolver_BundleService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  4790.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))));
  4791.     }
  4792.     /**
  4793.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  4794.      *
  4795.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  4796.      */
  4797.     protected function getHautelookAlice_Resolver_FileService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4801.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  4802.     }
  4803.     /**
  4804.      * Gets the public 'http_kernel' shared service.
  4805.      *
  4806.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4807.      */
  4808.     protected function getHttpKernelService()
  4809.     {
  4810.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4811.         if (isset($this->services['http_kernel'])) {
  4812.             return $this->services['http_kernel'];
  4813.         }
  4814.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4815.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  4816.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  4817.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  4818.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  4819.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  4820.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  4821.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  4822.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  4823.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  4824.         }, 8)), $b));
  4825.     }
  4826.     /**
  4827.      * Gets the public 'jms_serializer' shared service.
  4828.      *
  4829.      * @return \JMS\Serializer\Serializer
  4830.      */
  4831.     protected function getJmsSerializerService()
  4832.     {
  4833.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  4851.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  4866.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4867.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  4868.         ], [
  4869.             'metadata_driver' => '?',
  4870.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4871.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  4872.         $a->setIncludeInterfaces(false);
  4873.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4874.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  4875.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  4876.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  4877.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  4878.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  4879.         ], [
  4880.             'jms_serializer.array_collection_handler' => '?',
  4881.             'jms_serializer.constraint_violation_handler' => '?',
  4882.             'jms_serializer.datetime_handler' => '?',
  4883.             'jms_serializer.form_error_handler' => '?',
  4884.             'jms_serializer.iterator_handler' => '?',
  4885.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  4886.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4887.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  4888.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  4889.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  4890.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4891.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  4892.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  4893.         ], [
  4894.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4895.             'jms_serializer.stopwatch_subscriber' => '?',
  4896.         ]));
  4897.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  4898.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  4899.         $g->setOptions(1216);
  4900.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  4901.         $h->setFormatOutput(true);
  4902.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  4903.         $i->setOptions(0);
  4904.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  4905.     }
  4906.     /**
  4907.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  4908.      *
  4909.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  4910.      */
  4911.     protected function getJmsSerializer_DeserializationContextFactoryService()
  4912.     {
  4913.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  4916.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  4917.     }
  4918.     /**
  4919.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  4920.      *
  4921.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  4922.      */
  4923.     protected function getJmsSerializer_MetadataDriverService()
  4924.     {
  4925.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  4938.         $a = new \Metadata\Driver\FileLocator([]);
  4939.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  4940.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  4941.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  4942.     }
  4943.     /**
  4944.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  4945.      *
  4946.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  4947.      */
  4948.     protected function getJmsSerializer_SerializationContextFactoryService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  4953.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  4954.     }
  4955.     /**
  4956.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  4957.      *
  4958.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  4959.      */
  4960.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  4963.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4964.     }
  4965.     /**
  4966.      * Gets the public 'knp_menu.factory' shared service.
  4967.      *
  4968.      * @return \Knp\Menu\MenuFactory
  4969.      */
  4970.     protected function getKnpMenu_FactoryService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  4976.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  4977.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  4978.         return $instance;
  4979.     }
  4980.     /**
  4981.      * Gets the public 'knp_menu.matcher' shared service.
  4982.      *
  4983.      * @return \Knp\Menu\Matcher\Matcher
  4984.      */
  4985.     protected function getKnpMenu_MatcherService()
  4986.     {
  4987.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  4988.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  4989.         }, 1));
  4990.     }
  4991.     /**
  4992.      * Gets the public 'knp_paginator' shared service.
  4993.      *
  4994.      * @return \Knp\Component\Pager\Paginator
  4995.      */
  4996.     protected function getKnpPaginatorService($lazyLoad true)
  4997.     {
  4998.         if ($lazyLoad) {
  4999.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  5000.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5001.                     $wrappedInstance $this->getKnpPaginatorService(false);
  5002.                     $proxy->setProxyInitializer(null);
  5003.                     return true;
  5004.                 });
  5005.             });
  5006.         }
  5007.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5008.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  5009.         return $instance;
  5010.     }
  5011.     /**
  5012.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  5013.      *
  5014.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  5015.      */
  5016.     protected function getLexikJwtAuthentication_EncoderService()
  5017.     {
  5018.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  5023.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'$this->getEnv('JWT_TOKEN_TTL'), 0false));
  5024.     }
  5025.     /**
  5026.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  5027.      *
  5028.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  5029.      */
  5030.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  5034.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  5035.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  5036.             yield => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
  5037.             yield => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
  5038.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
  5039.             yield => ($this->privates['security.user.provider.concrete.app_referent_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppReferentProviderService());
  5040.             yield => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
  5041.         }, 6));
  5042.         $instance->setName('lexik:jwt:generate-token');
  5043.         return $instance;
  5044.     }
  5045.     /**
  5046.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  5047.      *
  5048.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  5049.      */
  5050.     protected function getLexikJwtAuthentication_JwtManagerService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  5055.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5056.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  5057.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  5058.         }
  5059.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'email');
  5060.         $instance->setUserIdentityField('username'false);
  5061.         return $instance;
  5062.     }
  5063.     /**
  5064.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  5065.      *
  5066.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  5067.      */
  5068.     protected function getLexikJwtAuthentication_KeyLoaderService()
  5069.     {
  5070.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  5074.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  5075.     }
  5076.     /**
  5077.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  5078.      *
  5079.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  5080.      */
  5081.     protected function getLiipImagine_Binary_Loader_DefaultService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  5087.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  5088.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  5089.     }
  5090.     /**
  5091.      * Gets the public 'liip_imagine.cache.manager' shared service.
  5092.      *
  5093.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  5094.      */
  5095.     protected function getLiipImagine_Cache_ManagerService()
  5096.     {
  5097.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  5101.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5102.         if (isset($this->services['liip_imagine.cache.manager'])) {
  5103.             return $this->services['liip_imagine.cache.manager'];
  5104.         }
  5105.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  5106.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  5107.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  5108.         return $instance;
  5109.     }
  5110.     /**
  5111.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  5112.      *
  5113.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  5114.      */
  5115.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  5116.     {
  5117.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5120.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  5121.     }
  5122.     /**
  5123.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  5124.      *
  5125.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  5126.      */
  5127.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  5131.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  5132.     }
  5133.     /**
  5134.      * Gets the public 'liip_imagine.cache.signer' shared service.
  5135.      *
  5136.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  5137.      */
  5138.     protected function getLiipImagine_Cache_SignerService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  5142.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  5143.     }
  5144.     /**
  5145.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  5146.      *
  5147.      * @return \Liip\ImagineBundle\Config\StackCollection
  5148.      */
  5149.     protected function getLiipImagine_Config_StackCollectionService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  5176.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  5177.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  5178.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), []);
  5179.     }
  5180.     /**
  5181.      * Gets the public 'liip_imagine.data.manager' shared service.
  5182.      *
  5183.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  5184.      */
  5185.     protected function getLiipImagine_Data_ManagerService()
  5186.     {
  5187.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  5189.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), 'default'NULL);
  5190.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  5191.         return $instance;
  5192.     }
  5193.     /**
  5194.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  5195.      *
  5196.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  5197.      */
  5198.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  5199.     {
  5200.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  5203.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  5204.     }
  5205.     /**
  5206.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  5207.      *
  5208.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  5209.      */
  5210.     protected function getLiipImagine_Filter_Loader_FixedService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  5214.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  5215.     }
  5216.     /**
  5217.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  5218.      *
  5219.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  5220.      */
  5221.     protected function getLiipImagine_Filter_Loader_FlipService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  5225.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  5226.     }
  5227.     /**
  5228.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  5229.      *
  5230.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  5231.      */
  5232.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  5236.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  5237.     }
  5238.     /**
  5239.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  5240.      *
  5241.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  5242.      */
  5243.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  5247.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  5248.     }
  5249.     /**
  5250.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  5251.      *
  5252.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  5253.      */
  5254.     protected function getLiipImagine_Filter_Loader_ResampleService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  5258.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  5259.     }
  5260.     /**
  5261.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  5262.      *
  5263.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  5264.      */
  5265.     protected function getLiipImagine_Filter_Loader_RotateService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  5269.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  5270.     }
  5271.     /**
  5272.      * Gets the public 'liip_imagine.filter.manager' shared service.
  5273.      *
  5274.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  5275.      */
  5276.     protected function getLiipImagine_Filter_ManagerService()
  5277.     {
  5278.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  5305.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  5306.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  5307.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  5308.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  5309.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  5310.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  5311.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  5312.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  5313.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  5314.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  5315.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  5316.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  5317.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  5318.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  5319.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  5320.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  5321.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  5322.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  5323.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  5324.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  5325.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  5326.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  5327.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  5328.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  5329.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  5330.         return $instance;
  5331.     }
  5332.     /**
  5333.      * Gets the public 'messenger.default_bus' shared service.
  5334.      *
  5335.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  5336.      */
  5337.     protected function getMessenger_DefaultBusService()
  5338.     {
  5339.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  5340.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  5341.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  5342.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  5343.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  5344.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  5345.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  5346.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  5347.         }, 7)));
  5348.     }
  5349.     /**
  5350.      * Gets the public 'monolog.logger.deprecation' shared service.
  5351.      *
  5352.      * @return \Symfony\Bridge\Monolog\Logger
  5353.      */
  5354.     protected function getMonolog_Logger_DeprecationService()
  5355.     {
  5356.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  5357.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5358.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  5359.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5360.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5361.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5362.         return $instance;
  5363.     }
  5364.     /**
  5365.      * Gets the public 'monolog.logger.shannon' shared service.
  5366.      *
  5367.      * @return \Symfony\Bridge\Monolog\Logger
  5368.      */
  5369.     protected function getMonolog_Logger_ShannonService()
  5370.     {
  5371.         $this->services['monolog.logger.shannon'] = $instance = new \Symfony\Bridge\Monolog\Logger('shannon');
  5372.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5373.         $instance->pushHandler(($this->privates['monolog.handler.shannon'] ?? $this->getMonolog_Handler_ShannonService()));
  5374.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  5375.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5376.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5378.         return $instance;
  5379.     }
  5380.     /**
  5381.      * Gets the public 'nelmio_alice.data_loader' shared service.
  5382.      *
  5383.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  5384.      */
  5385.     protected function getNelmioAlice_DataLoaderService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  5536.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  5537.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  5547.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  5548.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  5549.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  5550.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  5551.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  5552.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  5553.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5554.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  5555.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  5556.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  5557.         $j->setContainer($this);
  5558.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  5559.     }
  5560.     /**
  5561.      * Gets the public 'nelmio_alice.file_loader' shared service.
  5562.      *
  5563.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  5564.      */
  5565.     protected function getNelmioAlice_FileLoaderService()
  5566.     {
  5567.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  5569.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  5570.     }
  5571.     /**
  5572.      * Gets the public 'nelmio_alice.files_loader' shared service.
  5573.      *
  5574.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  5575.      */
  5576.     protected function getNelmioAlice_FilesLoaderService()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  5580.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  5581.     }
  5582.     /**
  5583.      * Gets the public 'request_stack' shared service.
  5584.      *
  5585.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5586.      */
  5587.     protected function getRequestStackService()
  5588.     {
  5589.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5590.     }
  5591.     /**
  5592.      * Gets the public 'router' shared service.
  5593.      *
  5594.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5595.      */
  5596.     protected function getRouterService()
  5597.     {
  5598.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  5599.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5600.         $a->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  5601.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5602.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5604.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5605.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  5606.         ], [
  5607.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5608.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  5609.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5610.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5611.         return $instance;
  5612.     }
  5613.     /**
  5614.      * Gets the public 'routing.loader' shared service.
  5615.      *
  5616.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  5617.      */
  5618.     protected function getRouting_LoaderService()
  5619.     {
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  5645.         $a = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  5646.         if (isset($this->services['routing.loader'])) {
  5647.             return $this->services['routing.loader'];
  5648.         }
  5649.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  5650.         $c = ($this->services['kernel'] ?? $this->get('kernel'1));
  5651.         $d = new \Symfony\Component\HttpKernel\Config\FileLocator($c);
  5652.         $e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  5653.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($d'dev'));
  5654.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($d'dev'));
  5655.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($d'dev'));
  5656.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($d'dev'));
  5657.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($d'dev'));
  5658.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5659.             'kernel' => ['services''kernel''getKernelService'false],
  5660.         ], [
  5661.             'kernel' => 'App\\Kernel',
  5662.         ]), 'dev'));
  5663.         $b->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($c, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], $afalsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  5664.         $b->addLoader($e);
  5665.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($d$e));
  5666.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($d$e));
  5667.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  5668.     }
  5669.     /**
  5670.      * Gets the public 'services_resetter' shared service.
  5671.      *
  5672.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  5673.      */
  5674.     protected function getServicesResetterService()
  5675.     {
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  5677.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  5678.             if (isset($this->services['cache.app'])) {
  5679.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  5680.             }
  5681.             if (isset($this->services['cache.system'])) {
  5682.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  5683.             }
  5684.             if (isset($this->privates['cache.validator'])) {
  5685.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  5686.             }
  5687.             if (isset($this->privates['cache.serializer'])) {
  5688.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  5689.             }
  5690.             if (isset($this->privates['cache.annotations'])) {
  5691.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  5692.             }
  5693.             if (isset($this->privates['cache.property_info'])) {
  5694.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  5695.             }
  5696.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  5697.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  5698.             }
  5699.             if (isset($this->privates['.debug.http_client'])) {
  5700.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  5701.             }
  5702.             if (isset($this->privates['mailer.message_logger_listener'])) {
  5703.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  5704.             }
  5705.             if (isset($this->privates['debug.stopwatch'])) {
  5706.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  5707.             }
  5708.             if (isset($this->services['event_dispatcher'])) {
  5709.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  5710.             }
  5711.             if (isset($this->privates['session_listener'])) {
  5712.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  5713.             }
  5714.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  5715.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  5716.             }
  5717.             if (isset($this->services['cache.validator_expression_language'])) {
  5718.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  5719.             }
  5720.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  5721.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  5722.             }
  5723.             if (isset($this->services['.container.private.profiler'])) {
  5724.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  5725.             }
  5726.             if (isset($this->services['.container.private.validator'])) {
  5727.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  5728.             }
  5729.             if (isset($this->privates['twig.form.engine'])) {
  5730.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  5731.             }
  5732.             if (isset($this->services['doctrine'])) {
  5733.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  5734.             }
  5735.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  5736.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  5737.             }
  5738.             if (isset($this->privates['form.type.entity'])) {
  5739.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  5740.             }
  5741.             if (isset($this->services['.container.private.security.token_storage'])) {
  5742.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  5743.             }
  5744.             if (isset($this->privates['cache.security_expression_language'])) {
  5745.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  5746.             }
  5747.             if (isset($this->privates['monolog.handler.main'])) {
  5748.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  5749.             }
  5750.             if (isset($this->privates['monolog.handler.console'])) {
  5751.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  5752.             }
  5753.             if (isset($this->privates['monolog.handler.logrotate'])) {
  5754.                 yield 'monolog.handler.logrotate' => ($this->privates['monolog.handler.logrotate'] ?? null);
  5755.             }
  5756.             if (isset($this->privates['monolog.handler.shannon'])) {
  5757.                 yield 'monolog.handler.shannon' => ($this->privates['monolog.handler.shannon'] ?? null);
  5758.             }
  5759.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  5760.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  5761.             }
  5762.             if (isset($this->privates['cache.webpack_encore'])) {
  5763.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  5764.             }
  5765.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  5766.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  5767.             }
  5768.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  5769.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  5770.             }
  5771.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  5772.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  5773.             }
  5774.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  5775.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  5776.             }
  5777.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  5778.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  5779.             }
  5780.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  5781.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  5782.             }
  5783.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  5784.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  5785.             }
  5786.             if (isset($this->privates['.debug.http_client'])) {
  5787.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  5788.             }
  5789.         }, function () {
  5790.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.logrotate'])) + (int) (isset($this->privates['monolog.handler.shannon'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['.debug.http_client']));
  5791.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.logrotate' => [=> 'reset'], 'monolog.handler.shannon' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  5792.     }
  5793.     /**
  5794.      * Gets the public 'translator' shared service.
  5795.      *
  5796.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5797.      */
  5798.     protected function getTranslatorService()
  5799.     {
  5800.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5801.     }
  5802.     /**
  5803.      * Gets the public 'var_dumper.cloner' shared service.
  5804.      *
  5805.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5806.      */
  5807.     protected function getVarDumper_ClonerService()
  5808.     {
  5809.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5810.         $instance->setMaxItems(2500);
  5811.         $instance->setMinDepth(1);
  5812.         $instance->setMaxString(-1);
  5813.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5814.         return $instance;
  5815.     }
  5816.     /**
  5817.      * Gets the public 'vich_uploader.download_handler' shared service.
  5818.      *
  5819.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  5820.      */
  5821.     protected function getVichUploader_DownloadHandlerService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  5825.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  5826.     }
  5827.     /**
  5828.      * Gets the public 'vich_uploader.form.type.file' shared service.
  5829.      *
  5830.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  5831.      */
  5832.     protected function getVichUploader_Form_Type_FileService()
  5833.     {
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5837.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  5838.         if (isset($this->services['vich_uploader.form.type.file'])) {
  5839.             return $this->services['vich_uploader.form.type.file'];
  5840.         }
  5841.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5842.     }
  5843.     /**
  5844.      * Gets the public 'vich_uploader.form.type.image' shared service.
  5845.      *
  5846.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  5847.      */
  5848.     protected function getVichUploader_Form_Type_ImageService()
  5849.     {
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  5854.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  5855.         if (isset($this->services['vich_uploader.form.type.image'])) {
  5856.             return $this->services['vich_uploader.form.type.image'];
  5857.         }
  5858.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  5859.         if (isset($this->services['vich_uploader.form.type.image'])) {
  5860.             return $this->services['vich_uploader.form.type.image'];
  5861.         }
  5862.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b);
  5863.     }
  5864.     /**
  5865.      * Gets the public 'vich_uploader.upload_handler' shared service.
  5866.      *
  5867.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  5868.      */
  5869.     protected function getVichUploader_UploadHandlerService()
  5870.     {
  5871.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  5875.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5876.         if (isset($this->services['vich_uploader.upload_handler'])) {
  5877.             return $this->services['vich_uploader.upload_handler'];
  5878.         }
  5879.         $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  5880.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
  5881.     }
  5882.     /**
  5883.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5884.      *
  5885.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5886.      */
  5887.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5890.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  5891.     }
  5892.     /**
  5893.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5894.      *
  5895.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5896.      */
  5897.     protected function getWebProfiler_Controller_ProfilerService()
  5898.     {
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5900.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  5901.     }
  5902.     /**
  5903.      * Gets the public 'web_profiler.controller.router' shared service.
  5904.      *
  5905.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5906.      */
  5907.     protected function getWebProfiler_Controller_RouterService()
  5908.     {
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5910.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  5911.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5912.         }, 1));
  5913.     }
  5914.     /**
  5915.      * Gets the private '.App\Command\AddSixMonthsToItemsAndPursesCommand.lazy' shared service.
  5916.      *
  5917.      * @return \Symfony\Component\Console\Command\LazyCommand
  5918.      */
  5919.     protected function getAddSixMonthsToItemsAndPursesCommand_LazyService()
  5920.     {
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5923.         return $this->privates['.App\\Command\\AddSixMonthsToItemsAndPursesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('modify:items:purses', [], 'Add six months more to items and purses'false, function (): \App\Command\AddSixMonthsToItemsAndPursesCommand {
  5924.             return ($this->privates['App\\Command\\AddSixMonthsToItemsAndPursesCommand'] ?? $this->getAddSixMonthsToItemsAndPursesCommandService());
  5925.         });
  5926.     }
  5927.     /**
  5928.      * Gets the private '.App\Command\ImportMilleretCommand.lazy' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\Console\Command\LazyCommand
  5931.      */
  5932.     protected function getImportMilleretCommand_LazyService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5936.         return $this->privates['.App\\Command\\ImportMilleretCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('csv:user:import', [], 'Import User'false, function (): \App\Command\ImportMilleretCommand {
  5937.             return ($this->privates['App\\Command\\ImportMilleretCommand'] ?? $this->getImportMilleretCommandService());
  5938.         });
  5939.     }
  5940.     /**
  5941.      * Gets the private '.App\Command\Isoskele\IsoskeleSendAllOffersCommand.lazy' shared service.
  5942.      *
  5943.      * @return \Symfony\Component\Console\Command\LazyCommand
  5944.      */
  5945.     protected function getIsoskeleSendAllOffersCommand_LazyService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5949.         return $this->privates['.App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:send-all-offers', [], 'Send all multi, draw, game offers to Isoskele CRM'false, function (): \App\Command\Isoskele\IsoskeleSendAllOffersCommand {
  5950.             return ($this->privates['App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand'] ?? $this->getIsoskeleSendAllOffersCommandService());
  5951.         });
  5952.     }
  5953.     /**
  5954.      * Gets the private '.App\Command\Isoskele\IsoskeleSendAllParticipationsCommand.lazy' shared service.
  5955.      *
  5956.      * @return \Symfony\Component\Console\Command\LazyCommand
  5957.      */
  5958.     protected function getIsoskeleSendAllParticipationsCommand_LazyService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5962.         return $this->privates['.App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:send-all-participations', [], 'Send all multi, draw participations to Isoskele CRM'false, function (): \App\Command\Isoskele\IsoskeleSendAllParticipationsCommand {
  5963.             return ($this->privates['App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand'] ?? $this->getIsoskeleSendAllParticipationsCommandService());
  5964.         });
  5965.     }
  5966.     /**
  5967.      * Gets the private '.App\Command\Isoskele\IsoskeleUserSendAllCommand.lazy' shared service.
  5968.      *
  5969.      * @return \Symfony\Component\Console\Command\LazyCommand
  5970.      */
  5971.     protected function getIsoskeleUserSendAllCommand_LazyService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5975.         return $this->privates['.App\\Command\\Isoskele\\IsoskeleUserSendAllCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:user:send-all', [], 'Send all users inscriptions to Isoskele CRM'false, function (): \App\Command\Isoskele\IsoskeleUserSendAllCommand {
  5976.             return ($this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllCommand'] ?? $this->getIsoskeleUserSendAllCommandService());
  5977.         });
  5978.     }
  5979.     /**
  5980.      * Gets the private '.App\Command\Isoskele\IsoskeleUserSendAllTasCommand.lazy' shared service.
  5981.      *
  5982.      * @return \Symfony\Component\Console\Command\LazyCommand
  5983.      */
  5984.     protected function getIsoskeleUserSendAllTasCommand_LazyService()
  5985.     {
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5988.         return $this->privates['.App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:user:send-all-tas', [], 'Send all tas winners passed to isoskele CRM'false, function (): \App\Command\Isoskele\IsoskeleUserSendAllTasCommand {
  5989.             return ($this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand'] ?? $this->getIsoskeleUserSendAllTasCommandService());
  5990.         });
  5991.     }
  5992.     /**
  5993.      * Gets the private '.App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand.lazy' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\Console\Command\LazyCommand
  5996.      */
  5997.     protected function getSendingMultiOdrShareholdingManagementEmailsCommand_LazyService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6001.         return $this->privates['.App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send-emails:participations-multi-odr-based-on-status', [], 'Sending Multi odr shareholding managements emails'false, function (): \App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand {
  6002.             return ($this->privates['App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand'] ?? $this->getSendingMultiOdrShareholdingManagementEmailsCommandService());
  6003.         });
  6004.     }
  6005.     /**
  6006.      * Gets the private '.App\Command\Multi\UpdateCurrentStock.lazy' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\Console\Command\LazyCommand
  6009.      */
  6010.     protected function getUpdateCurrentStock_LazyService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6014.         return $this->privates['.App\\Command\\Multi\\UpdateCurrentStock.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('multi:update:current-stock', [], 'Set current stock from billy and update max participation per month (if needed)'false, function (): \App\Command\Multi\UpdateCurrentStock {
  6015.             return ($this->privates['App\\Command\\Multi\\UpdateCurrentStock'] ?? $this->getUpdateCurrentStockService());
  6016.         });
  6017.     }
  6018.     /**
  6019.      * Gets the private '.App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand.lazy' shared service.
  6020.      *
  6021.      * @return \Symfony\Component\Console\Command\LazyCommand
  6022.      */
  6023.     protected function getSendingOdrShareholdingManagementEmailsCommand_LazyService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6027.         return $this->privates['.App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send-emails:participations-odr-based-on-status', [], 'Sending ODR shareholding managements emails'false, function (): \App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand {
  6028.             return ($this->privates['App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand'] ?? $this->getSendingOdrShareholdingManagementEmailsCommandService());
  6029.         });
  6030.     }
  6031.     /**
  6032.      * Gets the private '.App\Command\Purse\ReminderEmailBalancePurseExpiring.lazy' shared service.
  6033.      *
  6034.      * @return \Symfony\Component\Console\Command\LazyCommand
  6035.      */
  6036.     protected function getReminderEmailBalancePurseExpiring_LazyService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6040.         return $this->privates['.App\\Command\\Purse\\ReminderEmailBalancePurseExpiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:reminder-email-balance-purse-expiring', [], 'Sending emails to users informing them that their balance is about to expire'false, function (): \App\Command\Purse\ReminderEmailBalancePurseExpiring {
  6041.             return ($this->privates['App\\Command\\Purse\\ReminderEmailBalancePurseExpiring'] ?? $this->getReminderEmailBalancePurseExpiringService());
  6042.         });
  6043.     }
  6044.     /**
  6045.      * Gets the private '.App\Command\Purse\TestCommand.lazy' shared service.
  6046.      *
  6047.      * @return \Symfony\Component\Console\Command\LazyCommand
  6048.      */
  6049.     protected function getTestCommand_LazyService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6053.         return $this->privates['.App\\Command\\Purse\\TestCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:test:manager', [], 'Test'false, function (): \App\Command\Purse\TestCommand {
  6054.             return ($this->privates['App\\Command\\Purse\\TestCommand'] ?? $this->getTestCommandService());
  6055.         });
  6056.     }
  6057.     /**
  6058.      * Gets the private '.App\Command\Purse\UpdateDateItemsCommand.lazy' shared service.
  6059.      *
  6060.      * @return \Symfony\Component\Console\Command\LazyCommand
  6061.      */
  6062.     protected function getUpdateDateItemsCommand_LazyService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6066.         return $this->privates['.App\\Command\\Purse\\UpdateDateItemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('items:update-due-date-items', [], 'Set due_date items to the due_at purse'false, function (): \App\Command\Purse\UpdateDateItemsCommand {
  6067.             return ($this->privates['App\\Command\\Purse\\UpdateDateItemsCommand'] ?? $this->getUpdateDateItemsCommandService());
  6068.         });
  6069.     }
  6070.     /**
  6071.      * Gets the private '.App\Command\Purse\UpdateExpiredItemsCommand.lazy' shared service.
  6072.      *
  6073.      * @return \Symfony\Component\Console\Command\LazyCommand
  6074.      */
  6075.     protected function getUpdateExpiredItemsCommand_LazyService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6079.         return $this->privates['.App\\Command\\Purse\\UpdateExpiredItemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:update-expired-items', [], 'Set Items to expired status if dueDate is achieved'false, function (): \App\Command\Purse\UpdateExpiredItemsCommand {
  6080.             return ($this->privates['App\\Command\\Purse\\UpdateExpiredItemsCommand'] ?? $this->getUpdateExpiredItemsCommandService());
  6081.         });
  6082.     }
  6083.     /**
  6084.      * Gets the private '.App\Command\Purse\UpdateExpiringPursesCommand.lazy' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\Console\Command\LazyCommand
  6087.      */
  6088.     protected function getUpdateExpiringPursesCommand_LazyService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6092.         return $this->privates['.App\\Command\\Purse\\UpdateExpiringPursesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:update-expiring-purses', [], 'Set Purses to expiring status if the purse duration of 18 months has been reached'false, function (): \App\Command\Purse\UpdateExpiringPursesCommand {
  6093.             return ($this->privates['App\\Command\\Purse\\UpdateExpiringPursesCommand'] ?? $this->getUpdateExpiringPursesCommandService());
  6094.         });
  6095.     }
  6096.     /**
  6097.      * Gets the private '.App\Command\Salesforce\SendAllDataToSalesforceCommand.lazy' shared service.
  6098.      *
  6099.      * @return \Symfony\Component\Console\Command\LazyCommand
  6100.      */
  6101.     protected function getSendAllDataToSalesforceCommand_LazyService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6105.         return $this->privates['.App\\Command\\Salesforce\\SendAllDataToSalesforceCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send-all-data:to-salesforce', [], 'Send all data to Salesforce CRM'false, function (): \App\Command\Salesforce\SendAllDataToSalesforceCommand {
  6106.             return ($this->privates['App\\Command\\Salesforce\\SendAllDataToSalesforceCommand'] ?? $this->getSendAllDataToSalesforceCommandService());
  6107.         });
  6108.     }
  6109.     /**
  6110.      * Gets the private '.App\Command\SendingParticipationsEmailsCommand.lazy' shared service.
  6111.      *
  6112.      * @return \Symfony\Component\Console\Command\LazyCommand
  6113.      */
  6114.     protected function getSendingParticipationsEmailsCommand_LazyService()
  6115.     {
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6118.         return $this->privates['.App\\Command\\SendingParticipationsEmailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sending-emails:participations-based-on-status', [], 'Sending participations emails'false, function (): \App\Command\SendingParticipationsEmailsCommand {
  6119.             return ($this->privates['App\\Command\\SendingParticipationsEmailsCommand'] ?? $this->getSendingParticipationsEmailsCommandService());
  6120.         });
  6121.     }
  6122.     /**
  6123.      * Gets the private '.App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand.lazy' shared service.
  6124.      *
  6125.      * @return \Symfony\Component\Console\Command\LazyCommand
  6126.      */
  6127.     protected function getRecoveryShannonIdentifiantParticipationCommand_LazyService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6131.         return $this->privates['.App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('recovery:participation-from-billy-to-shannon', [], 'Recovery Shannon identifiant participation in order to save it'false, function (): \App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand {
  6132.             return ($this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand'] ?? $this->getRecoveryShannonIdentifiantParticipationCommandService());
  6133.         });
  6134.     }
  6135.     /**
  6136.      * Gets the private '.App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand.lazy' shared service.
  6137.      *
  6138.      * @return \Symfony\Component\Console\Command\LazyCommand
  6139.      */
  6140.     protected function getRecoveryShannonIdentifiantParticipationMultiOdrCommand_LazyService()
  6141.     {
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6144.         return $this->privates['.App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('recovery:participation-multi-odr-from-billy-to-shannon', [], 'Recovery Shannon identifiant participation multi odr in order to save it'false, function (): \App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand {
  6145.             return ($this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand'] ?? $this->getRecoveryShannonIdentifiantParticipationMultiOdrCommandService());
  6146.         });
  6147.     }
  6148.     /**
  6149.      * Gets the private '.App\Command\Smp\UpdateFinancialsMultiParticipationCommand.lazy' shared service.
  6150.      *
  6151.      * @return \Symfony\Component\Console\Command\LazyCommand
  6152.      */
  6153.     protected function getUpdateFinancialsMultiParticipationCommand_LazyService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6157.         return $this->privates['.App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('update-financials:participations-from-billy', [], 'Update financials participations from billy'false, function (): \App\Command\Smp\UpdateFinancialsMultiParticipationCommand {
  6158.             return ($this->privates['App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand'] ?? $this->getUpdateFinancialsMultiParticipationCommandService());
  6159.         });
  6160.     }
  6161.     /**
  6162.      * Gets the private '.App\Command\Smp\UpdateStatusMultiOdrParticipationCommand.lazy' shared service.
  6163.      *
  6164.      * @return \Symfony\Component\Console\Command\LazyCommand
  6165.      */
  6166.     protected function getUpdateStatusMultiOdrParticipationCommand_LazyService()
  6167.     {
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6170.         return $this->privates['.App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('update-status:participation-multi-odr-from-billy', [], 'Update status multi odr participation from billy'false, function (): \App\Command\Smp\UpdateStatusMultiOdrParticipationCommand {
  6171.             return ($this->privates['App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand'] ?? $this->getUpdateStatusMultiOdrParticipationCommandService());
  6172.         });
  6173.     }
  6174.     /**
  6175.      * Gets the private '.App\Command\Smp\UpdateStatusOdrParticipationCommand.lazy' shared service.
  6176.      *
  6177.      * @return \Symfony\Component\Console\Command\LazyCommand
  6178.      */
  6179.     protected function getUpdateStatusOdrParticipationCommand_LazyService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6183.         return $this->privates['.App\\Command\\Smp\\UpdateStatusOdrParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('update-status:odr-participation-from-billy', [], 'Update status odr participation from billy'false, function (): \App\Command\Smp\UpdateStatusOdrParticipationCommand {
  6184.             return ($this->privates['App\\Command\\Smp\\UpdateStatusOdrParticipationCommand'] ?? $this->getUpdateStatusOdrParticipationCommandService());
  6185.         });
  6186.     }
  6187.     /**
  6188.      * Gets the private '.App\Command\Yeesss\YeesssUserSendAllBurnCommand.lazy' shared service.
  6189.      *
  6190.      * @return \Symfony\Component\Console\Command\LazyCommand
  6191.      */
  6192.     protected function getYeesssUserSendAllBurnCommand_LazyService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6196.         return $this->privates['.App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all-burn', [], 'Send all burn user to YEESSS CRM'false, function (): \App\Command\Yeesss\YeesssUserSendAllBurnCommand {
  6197.             return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand'] ?? $this->getYeesssUserSendAllBurnCommandService());
  6198.         });
  6199.     }
  6200.     /**
  6201.      * Gets the private '.App\Command\Yeesss\YeesssUserSendAllCommand.lazy' shared service.
  6202.      *
  6203.      * @return \Symfony\Component\Console\Command\LazyCommand
  6204.      */
  6205.     protected function getYeesssUserSendAllCommand_LazyService()
  6206.     {
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6209.         return $this->privates['.App\\Command\\Yeesss\\YeesssUserSendAllCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all', [], 'Send all user inscriptions to YEESSS CRM'false, function (): \App\Command\Yeesss\YeesssUserSendAllCommand {
  6210.             return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCommand'] ?? $this->getYeesssUserSendAllCommandService());
  6211.         });
  6212.     }
  6213.     /**
  6214.      * Gets the private '.App\Command\Yeesss\YeesssUserSendAllCouponCommand.lazy' shared service.
  6215.      *
  6216.      * @return \Symfony\Component\Console\Command\LazyCommand
  6217.      */
  6218.     protected function getYeesssUserSendAllCouponCommand_LazyService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6222.         return $this->privates['.App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all-coupon', [], 'Send all coupon user to YEESSS CRM'false, function (): \App\Command\Yeesss\YeesssUserSendAllCouponCommand {
  6223.             return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand'] ?? $this->getYeesssUserSendAllCouponCommandService());
  6224.         });
  6225.     }
  6226.     /**
  6227.      * Gets the private '.App\Command\Yeesss\YeesssUserSendAllEarnCommand.lazy' shared service.
  6228.      *
  6229.      * @return \Symfony\Component\Console\Command\LazyCommand
  6230.      */
  6231.     protected function getYeesssUserSendAllEarnCommand_LazyService()
  6232.     {
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6235.         return $this->privates['.App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all-earn', [], 'Send all earn user to YEESSS CRM'false, function (): \App\Command\Yeesss\YeesssUserSendAllEarnCommand {
  6236.             return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand'] ?? $this->getYeesssUserSendAllEarnCommandService());
  6237.         });
  6238.     }
  6239.     /**
  6240.      * Gets the private '.console.command.about.lazy' shared service.
  6241.      *
  6242.      * @return \Symfony\Component\Console\Command\LazyCommand
  6243.      */
  6244.     protected function get_Console_Command_About_LazyService()
  6245.     {
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6248.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  6249.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  6250.         });
  6251.     }
  6252.     /**
  6253.      * Gets the private '.console.command.assets_install.lazy' shared service.
  6254.      *
  6255.      * @return \Symfony\Component\Console\Command\LazyCommand
  6256.      */
  6257.     protected function get_Console_Command_AssetsInstall_LazyService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6261.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  6262.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  6263.         });
  6264.     }
  6265.     /**
  6266.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  6267.      *
  6268.      * @return \Symfony\Component\Console\Command\LazyCommand
  6269.      */
  6270.     protected function get_Console_Command_CacheClear_LazyService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6274.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  6275.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  6276.         });
  6277.     }
  6278.     /**
  6279.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  6280.      *
  6281.      * @return \Symfony\Component\Console\Command\LazyCommand
  6282.      */
  6283.     protected function get_Console_Command_CachePoolClear_LazyService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6287.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  6288.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  6289.         });
  6290.     }
  6291.     /**
  6292.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\Console\Command\LazyCommand
  6295.      */
  6296.     protected function get_Console_Command_CachePoolDelete_LazyService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6300.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  6301.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  6302.         });
  6303.     }
  6304.     /**
  6305.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  6306.      *
  6307.      * @return \Symfony\Component\Console\Command\LazyCommand
  6308.      */
  6309.     protected function get_Console_Command_CachePoolList_LazyService()
  6310.     {
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6313.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  6314.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  6315.         });
  6316.     }
  6317.     /**
  6318.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  6319.      *
  6320.      * @return \Symfony\Component\Console\Command\LazyCommand
  6321.      */
  6322.     protected function get_Console_Command_CachePoolPrune_LazyService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6326.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  6327.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  6328.         });
  6329.     }
  6330.     /**
  6331.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  6332.      *
  6333.      * @return \Symfony\Component\Console\Command\LazyCommand
  6334.      */
  6335.     protected function get_Console_Command_CacheWarmup_LazyService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6339.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  6340.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  6341.         });
  6342.     }
  6343.     /**
  6344.      * Gets the private '.console.command.config_debug.lazy' shared service.
  6345.      *
  6346.      * @return \Symfony\Component\Console\Command\LazyCommand
  6347.      */
  6348.     protected function get_Console_Command_ConfigDebug_LazyService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6352.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  6353.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  6354.         });
  6355.     }
  6356.     /**
  6357.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  6358.      *
  6359.      * @return \Symfony\Component\Console\Command\LazyCommand
  6360.      */
  6361.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  6362.     {
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6365.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  6366.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  6367.         });
  6368.     }
  6369.     /**
  6370.      * Gets the private '.console.command.container_debug.lazy' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\Console\Command\LazyCommand
  6373.      */
  6374.     protected function get_Console_Command_ContainerDebug_LazyService()
  6375.     {
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6378.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  6379.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  6380.         });
  6381.     }
  6382.     /**
  6383.      * Gets the private '.console.command.container_lint.lazy' shared service.
  6384.      *
  6385.      * @return \Symfony\Component\Console\Command\LazyCommand
  6386.      */
  6387.     protected function get_Console_Command_ContainerLint_LazyService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6391.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  6392.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  6393.         });
  6394.     }
  6395.     /**
  6396.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  6397.      *
  6398.      * @return \Symfony\Component\Console\Command\LazyCommand
  6399.      */
  6400.     protected function get_Console_Command_DebugAutowiring_LazyService()
  6401.     {
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6404.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  6405.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  6406.         });
  6407.     }
  6408.     /**
  6409.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  6410.      *
  6411.      * @return \Symfony\Component\Console\Command\LazyCommand
  6412.      */
  6413.     protected function get_Console_Command_DotenvDebug_LazyService()
  6414.     {
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6417.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  6418.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  6419.         });
  6420.     }
  6421.     /**
  6422.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  6423.      *
  6424.      * @return \Symfony\Component\Console\Command\LazyCommand
  6425.      */
  6426.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  6427.     {
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6430.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  6431.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  6432.         });
  6433.     }
  6434.     /**
  6435.      * Gets the private '.console.command.form_debug.lazy' shared service.
  6436.      *
  6437.      * @return \Symfony\Component\Console\Command\LazyCommand
  6438.      */
  6439.     protected function get_Console_Command_FormDebug_LazyService()
  6440.     {
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6443.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  6444.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  6445.         });
  6446.     }
  6447.     /**
  6448.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  6449.      *
  6450.      * @return \Symfony\Component\Console\Command\LazyCommand
  6451.      */
  6452.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  6453.     {
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6456.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  6457.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  6458.         });
  6459.     }
  6460.     /**
  6461.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  6462.      *
  6463.      * @return \Symfony\Component\Console\Command\LazyCommand
  6464.      */
  6465.     protected function get_Console_Command_MessengerDebug_LazyService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6469.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  6470.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  6471.         });
  6472.     }
  6473.     /**
  6474.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  6475.      *
  6476.      * @return \Symfony\Component\Console\Command\LazyCommand
  6477.      */
  6478.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  6479.     {
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6482.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  6483.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  6484.         });
  6485.     }
  6486.     /**
  6487.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  6488.      *
  6489.      * @return \Symfony\Component\Console\Command\LazyCommand
  6490.      */
  6491.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6495.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  6496.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  6497.         });
  6498.     }
  6499.     /**
  6500.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  6501.      *
  6502.      * @return \Symfony\Component\Console\Command\LazyCommand
  6503.      */
  6504.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  6505.     {
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6508.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  6509.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  6510.         });
  6511.     }
  6512.     /**
  6513.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  6514.      *
  6515.      * @return \Symfony\Component\Console\Command\LazyCommand
  6516.      */
  6517.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  6518.     {
  6519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6521.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  6522.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  6523.         });
  6524.     }
  6525.     /**
  6526.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  6527.      *
  6528.      * @return \Symfony\Component\Console\Command\LazyCommand
  6529.      */
  6530.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  6531.     {
  6532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6534.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  6535.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  6536.         });
  6537.     }
  6538.     /**
  6539.      * Gets the private '.console.command.router_debug.lazy' shared service.
  6540.      *
  6541.      * @return \Symfony\Component\Console\Command\LazyCommand
  6542.      */
  6543.     protected function get_Console_Command_RouterDebug_LazyService()
  6544.     {
  6545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6547.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  6548.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  6549.         });
  6550.     }
  6551.     /**
  6552.      * Gets the private '.console.command.router_match.lazy' shared service.
  6553.      *
  6554.      * @return \Symfony\Component\Console\Command\LazyCommand
  6555.      */
  6556.     protected function get_Console_Command_RouterMatch_LazyService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6560.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  6561.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  6562.         });
  6563.     }
  6564.     /**
  6565.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  6566.      *
  6567.      * @return \Symfony\Component\Console\Command\LazyCommand
  6568.      */
  6569.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  6570.     {
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6573.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  6574.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  6575.         });
  6576.     }
  6577.     /**
  6578.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\Console\Command\LazyCommand
  6581.      */
  6582.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  6583.     {
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6586.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  6587.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  6588.         });
  6589.     }
  6590.     /**
  6591.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  6592.      *
  6593.      * @return \Symfony\Component\Console\Command\LazyCommand
  6594.      */
  6595.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6599.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  6600.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  6601.         });
  6602.     }
  6603.     /**
  6604.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  6605.      *
  6606.      * @return \Symfony\Component\Console\Command\LazyCommand
  6607.      */
  6608.     protected function get_Console_Command_SecretsList_LazyService()
  6609.     {
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6612.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  6613.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  6614.         });
  6615.     }
  6616.     /**
  6617.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  6618.      *
  6619.      * @return \Symfony\Component\Console\Command\LazyCommand
  6620.      */
  6621.     protected function get_Console_Command_SecretsRemove_LazyService()
  6622.     {
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6625.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  6626.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  6627.         });
  6628.     }
  6629.     /**
  6630.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  6631.      *
  6632.      * @return \Symfony\Component\Console\Command\LazyCommand
  6633.      */
  6634.     protected function get_Console_Command_SecretsSet_LazyService()
  6635.     {
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6638.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  6639.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  6640.         });
  6641.     }
  6642.     /**
  6643.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  6644.      *
  6645.      * @return \Symfony\Component\Console\Command\LazyCommand
  6646.      */
  6647.     protected function get_Console_Command_TranslationDebug_LazyService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6651.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  6652.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  6653.         });
  6654.     }
  6655.     /**
  6656.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  6657.      *
  6658.      * @return \Symfony\Component\Console\Command\LazyCommand
  6659.      */
  6660.     protected function get_Console_Command_TranslationExtract_LazyService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6664.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  6665.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  6666.         });
  6667.     }
  6668.     /**
  6669.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  6670.      *
  6671.      * @return \Symfony\Component\Console\Command\LazyCommand
  6672.      */
  6673.     protected function get_Console_Command_TranslationPull_LazyService()
  6674.     {
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6677.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  6678.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  6679.         });
  6680.     }
  6681.     /**
  6682.      * Gets the private '.console.command.translation_push.lazy' shared service.
  6683.      *
  6684.      * @return \Symfony\Component\Console\Command\LazyCommand
  6685.      */
  6686.     protected function get_Console_Command_TranslationPush_LazyService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6690.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  6691.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  6692.         });
  6693.     }
  6694.     /**
  6695.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  6696.      *
  6697.      * @return \Symfony\Component\Console\Command\LazyCommand
  6698.      */
  6699.     protected function get_Console_Command_ValidatorDebug_LazyService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6703.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  6704.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  6705.         });
  6706.     }
  6707.     /**
  6708.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  6709.      *
  6710.      * @return \Symfony\Component\Console\Command\LazyCommand
  6711.      */
  6712.     protected function get_Console_Command_XliffLint_LazyService()
  6713.     {
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6716.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  6717.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  6718.         });
  6719.     }
  6720.     /**
  6721.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  6722.      *
  6723.      * @return \Symfony\Component\Console\Command\LazyCommand
  6724.      */
  6725.     protected function get_Console_Command_YamlLint_LazyService()
  6726.     {
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6729.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  6730.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  6731.         });
  6732.     }
  6733.     /**
  6734.      * Gets the private '.debug.http_client' shared service.
  6735.      *
  6736.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  6737.      */
  6738.     protected function get_Debug_HttpClientService()
  6739.     {
  6740.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  6741.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  6742.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6743.         $b->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  6744.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6745.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6746.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  6747.         $a->setLogger($b);
  6748.         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))));
  6749.     }
  6750.     /**
  6751.      * Gets the private '.errored..service_locator..LjMnbo.App\Entity\Operation\MultiOffer' shared service.
  6752.      *
  6753.      * @return \App\Entity\Operation\MultiOffer
  6754.      */
  6755.     protected function getMultiOfferService()
  6756.     {
  6757.         $this->throw('Cannot autowire service ".service_locator..LjMnbo": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.');
  6758.     }
  6759.     /**
  6760.      * Gets the private '.errored..service_locator.0UL2DC_.App\Entity\Operation\Draw' shared service.
  6761.      *
  6762.      * @return \App\Entity\Operation\Draw
  6763.      */
  6764.     protected function getDrawService()
  6765.     {
  6766.         $this->throw('Cannot autowire service ".service_locator.0UL2DC_": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
  6767.     }
  6768.     /**
  6769.      * Gets the private '.errored..service_locator.0gI80se.App\Entity\Tas\TasDraw' shared service.
  6770.      *
  6771.      * @return \App\Entity\Tas\TasDraw
  6772.      */
  6773.     protected function getTasDrawService()
  6774.     {
  6775.         $this->throw('Cannot autowire service ".service_locator.0gI80se": it references class "App\\Entity\\Tas\\TasDraw" but no such service exists.');
  6776.     }
  6777.     /**
  6778.      * Gets the private '.errored..service_locator.0yTzfwv.App\Entity\Operation\Odr' shared service.
  6779.      *
  6780.      * @return \App\Entity\Operation\Odr
  6781.      */
  6782.     protected function getOdrService()
  6783.     {
  6784.         $this->throw('Cannot autowire service ".service_locator.0yTzfwv": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
  6785.     }
  6786.     /**
  6787.      * Gets the private '.errored..service_locator.2dRqrnw.App\Entity\Operation\Draw' shared service.
  6788.      *
  6789.      * @return \App\Entity\Operation\Draw
  6790.      */
  6791.     protected function getDraw2Service()
  6792.     {
  6793.         $this->throw('Cannot autowire service ".service_locator.2dRqrnw": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
  6794.     }
  6795.     /**
  6796.      * Gets the private '.errored..service_locator.3eI60ZR.App\Entity\Blog' shared service.
  6797.      *
  6798.      * @return \App\Entity\Blog
  6799.      */
  6800.     protected function getBlogService()
  6801.     {
  6802.         $this->throw('Cannot autowire service ".service_locator.3eI60ZR": it references class "App\\Entity\\Blog" but no such service exists.');
  6803.     }
  6804.     /**
  6805.      * Gets the private '.errored..service_locator.4JZfqQC.App\Entity\Cart\Cart' shared service.
  6806.      *
  6807.      * @return \App\Entity\Cart\Cart
  6808.      */
  6809.     protected function getCartService()
  6810.     {
  6811.         $this->throw('Cannot autowire service ".service_locator.4JZfqQC": it references class "App\\Entity\\Cart\\Cart" but no such service exists.');
  6812.     }
  6813.     /**
  6814.      * Gets the private '.errored..service_locator.5DLDouJ.App\Entity\Operation\Coupon' shared service.
  6815.      *
  6816.      * @return \App\Entity\Operation\Coupon
  6817.      */
  6818.     protected function getCouponService()
  6819.     {
  6820.         $this->throw('Cannot autowire service ".service_locator.5DLDouJ": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.');
  6821.     }
  6822.     /**
  6823.      * Gets the private '.errored..service_locator.6crn3nL.App\Entity\Tas\TasAuto' shared service.
  6824.      *
  6825.      * @return \App\Entity\Tas\TasAuto
  6826.      */
  6827.     protected function getTasAutoService()
  6828.     {
  6829.         $this->throw('Cannot autowire service ".service_locator.6crn3nL": it references class "App\\Entity\\Tas\\TasAuto" but no such service exists.');
  6830.     }
  6831.     /**
  6832.      * Gets the private '.errored..service_locator.6vmwRDi.App\Entity\WebsiteParams\GameParams' shared service.
  6833.      *
  6834.      * @return \App\Entity\WebsiteParams\GameParams
  6835.      */
  6836.     protected function getGameParamsService()
  6837.     {
  6838.         $this->throw('Cannot autowire service ".service_locator.6vmwRDi": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.');
  6839.     }
  6840.     /**
  6841.      * Gets the private '.errored..service_locator.70.bBa5.App\Entity\Menu' shared service.
  6842.      *
  6843.      * @return \App\Entity\Menu
  6844.      */
  6845.     protected function getMenuService()
  6846.     {
  6847.         $this->throw('Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Menu" but no such service exists.');
  6848.     }
  6849.     /**
  6850.      * Gets the private '.errored..service_locator.70.bBa5.App\Entity\Security\Profile' shared service.
  6851.      *
  6852.      * @return \App\Entity\Security\Profile
  6853.      */
  6854.     protected function getProfileService()
  6855.     {
  6856.         $this->throw('Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Security\\Profile" but no such service exists.');
  6857.     }
  6858.     /**
  6859.      * Gets the private '.errored..service_locator.8SORNwv.App\Entity\Sogec\Promotion' shared service.
  6860.      *
  6861.      * @return \App\Entity\Sogec\Promotion
  6862.      */
  6863.     protected function getPromotionService()
  6864.     {
  6865.         $this->throw('Cannot autowire service ".service_locator.8SORNwv": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.');
  6866.     }
  6867.     /**
  6868.      * Gets the private '.errored..service_locator.8gFm8Qm.App\Entity\Operation\Draw' shared service.
  6869.      *
  6870.      * @return \App\Entity\Operation\Draw
  6871.      */
  6872.     protected function getDraw3Service()
  6873.     {
  6874.         $this->throw('Cannot autowire service ".service_locator.8gFm8Qm": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
  6875.     }
  6876.     /**
  6877.      * Gets the private '.errored..service_locator.8n1P0Su.App\Entity\Operation\Draw' shared service.
  6878.      *
  6879.      * @return \App\Entity\Operation\Draw
  6880.      */
  6881.     protected function getDraw4Service()
  6882.     {
  6883.         $this->throw('Cannot autowire service ".service_locator.8n1P0Su": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
  6884.     }
  6885.     /**
  6886.      * Gets the private '.errored..service_locator.9bG0IlY.App\Entity\Operation\Game' shared service.
  6887.      *
  6888.      * @return \App\Entity\Operation\Game
  6889.      */
  6890.     protected function getGameService()
  6891.     {
  6892.         $this->throw('Cannot autowire service ".service_locator.9bG0IlY": it references class "App\\Entity\\Operation\\Game" but no such service exists.');
  6893.     }
  6894.     /**
  6895.      * Gets the private '.errored..service_locator.CFivK_Q.App\Entity\Menu' shared service.
  6896.      *
  6897.      * @return \App\Entity\Menu
  6898.      */
  6899.     protected function getMenu2Service()
  6900.     {
  6901.         $this->throw('Cannot autowire service ".service_locator.CFivK_Q": it references class "App\\Entity\\Menu" but no such service exists.');
  6902.     }
  6903.     /**
  6904.      * Gets the private '.errored..service_locator.CxOQw7I.App\Entity\Operation\MultiOffer' shared service.
  6905.      *
  6906.      * @return \App\Entity\Operation\MultiOffer
  6907.      */
  6908.     protected function getMultiOffer2Service()
  6909.     {
  6910.         $this->throw('Cannot autowire service ".service_locator.CxOQw7I": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.');
  6911.     }
  6912.     /**
  6913.      * Gets the private '.errored..service_locator.Fm3CDqj.App\Entity\User\Strate' shared service.
  6914.      *
  6915.      * @return \App\Entity\User\Strate
  6916.      */
  6917.     protected function getStrateService()
  6918.     {
  6919.         $this->throw('Cannot autowire service ".service_locator.Fm3CDqj": it references class "App\\Entity\\User\\Strate" but no such service exists.');
  6920.     }
  6921.     /**
  6922.      * Gets the private '.errored..service_locator.Fnah21W.App\Entity\User\Consumer' shared service.
  6923.      *
  6924.      * @return \App\Entity\User\Consumer
  6925.      */
  6926.     protected function getConsumerService()
  6927.     {
  6928.         $this->throw('Cannot autowire service ".service_locator.Fnah21W": it references class "App\\Entity\\User\\Consumer" but no such service exists.');
  6929.     }
  6930.     /**
  6931.      * Gets the private '.errored..service_locator.H4p4N97.App\Entity\Operation\Coupon' shared service.
  6932.      *
  6933.      * @return \App\Entity\Operation\Coupon
  6934.      */
  6935.     protected function getCoupon2Service()
  6936.     {
  6937.         $this->throw('Cannot autowire service ".service_locator.H4p4N97": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.');
  6938.     }
  6939.     /**
  6940.      * Gets the private '.errored..service_locator.HJaOIxV.App\Entity\Catalog\Gift' shared service.
  6941.      *
  6942.      * @return \App\Entity\Catalog\Gift
  6943.      */
  6944.     protected function getGiftService()
  6945.     {
  6946.         $this->throw('Cannot autowire service ".service_locator.HJaOIxV": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
  6947.     }
  6948.     /**
  6949.      * Gets the private '.errored..service_locator.IA3XuDg.App\Entity\WebsiteParams\GameParams' shared service.
  6950.      *
  6951.      * @return \App\Entity\WebsiteParams\GameParams
  6952.      */
  6953.     protected function getGameParams2Service()
  6954.     {
  6955.         $this->throw('Cannot autowire service ".service_locator.IA3XuDg": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.');
  6956.     }
  6957.     /**
  6958.      * Gets the private '.errored..service_locator.J.8ibUs.App\Entity\Blog' shared service.
  6959.      *
  6960.      * @return \App\Entity\Blog
  6961.      */
  6962.     protected function getBlog2Service()
  6963.     {
  6964.         $this->throw('Cannot autowire service ".service_locator.J.8ibUs": it references class "App\\Entity\\Blog" but no such service exists.');
  6965.     }
  6966.     /**
  6967.      * Gets the private '.errored..service_locator.KYDOPqT.App\Entity\Participation\Participation' shared service.
  6968.      *
  6969.      * @return \App\Entity\Participation\Participation
  6970.      */
  6971.     protected function getParticipationService()
  6972.     {
  6973.         $this->throw('Cannot autowire service ".service_locator.KYDOPqT": it references class "App\\Entity\\Participation\\Participation" but no such service exists.');
  6974.     }
  6975.     /**
  6976.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  6977.      *
  6978.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  6979.      */
  6980.     protected function getLoaderInterfaceService()
  6981.     {
  6982.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".');
  6983.     }
  6984.     /**
  6985.      * Gets the private '.errored..service_locator.LX3f32l.App\Entity\Operation\MultiOffer' shared service.
  6986.      *
  6987.      * @return \App\Entity\Operation\MultiOffer
  6988.      */
  6989.     protected function getMultiOffer3Service()
  6990.     {
  6991.         $this->throw('Cannot autowire service ".service_locator.LX3f32l": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.');
  6992.     }
  6993.     /**
  6994.      * Gets the private '.errored..service_locator.Lw87tcx.App\Entity\User\Strate' shared service.
  6995.      *
  6996.      * @return \App\Entity\User\Strate
  6997.      */
  6998.     protected function getStrate2Service()
  6999.     {
  7000.         $this->throw('Cannot autowire service ".service_locator.Lw87tcx": it references class "App\\Entity\\User\\Strate" but no such service exists.');
  7001.     }
  7002.     /**
  7003.      * Gets the private '.errored..service_locator.Mg8kkGg.App\Entity\Recipe\RecipeType' shared service.
  7004.      *
  7005.      * @return \App\Entity\Recipe\RecipeType
  7006.      */
  7007.     protected function getRecipeTypeService()
  7008.     {
  7009.         $this->throw('Cannot autowire service ".service_locator.Mg8kkGg": it references class "App\\Entity\\Recipe\\RecipeType" but no such service exists.');
  7010.     }
  7011.     /**
  7012.      * Gets the private '.errored..service_locator.MoFIIUO.App\Entity\Sogec\Promotion' shared service.
  7013.      *
  7014.      * @return \App\Entity\Sogec\Promotion
  7015.      */
  7016.     protected function getPromotion2Service()
  7017.     {
  7018.         $this->throw('Cannot autowire service ".service_locator.MoFIIUO": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.');
  7019.     }
  7020.     /**
  7021.      * Gets the private '.errored..service_locator.NQalvgy.App\Entity\User\Referent' shared service.
  7022.      *
  7023.      * @return \App\Entity\User\Referent
  7024.      */
  7025.     protected function getReferentService()
  7026.     {
  7027.         $this->throw('Cannot autowire service ".service_locator.NQalvgy": it references class "App\\Entity\\User\\Referent" but no such service exists.');
  7028.     }
  7029.     /**
  7030.      * Gets the private '.errored..service_locator.O5IvU1_.App\Entity\Operation\Game' shared service.
  7031.      *
  7032.      * @return \App\Entity\Operation\Game
  7033.      */
  7034.     protected function getGame2Service()
  7035.     {
  7036.         $this->throw('Cannot autowire service ".service_locator.O5IvU1_": it references class "App\\Entity\\Operation\\Game" but no such service exists.');
  7037.     }
  7038.     /**
  7039.      * Gets the private '.errored..service_locator.OYk0_mt.App\Entity\MediaObject\MediaObject' shared service.
  7040.      *
  7041.      * @return \App\Entity\MediaObject\MediaObject
  7042.      */
  7043.     protected function getMediaObjectService()
  7044.     {
  7045.         $this->throw('Cannot autowire service ".service_locator.OYk0_mt": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.');
  7046.     }
  7047.     /**
  7048.      * Gets the private '.errored..service_locator.Qr2ADLV.App\Entity\User\Payment\Iban' shared service.
  7049.      *
  7050.      * @return \App\Entity\User\Payment\Iban
  7051.      */
  7052.     protected function getIbanService()
  7053.     {
  7054.         $this->throw('Cannot autowire service ".service_locator.Qr2ADLV": it references class "App\\Entity\\User\\Payment\\Iban" but no such service exists.');
  7055.     }
  7056.     /**
  7057.      * Gets the private '.errored..service_locator.RgdodwH.App\Entity\MediaObject\MediaObject' shared service.
  7058.      *
  7059.      * @return \App\Entity\MediaObject\MediaObject
  7060.      */
  7061.     protected function getMediaObject2Service()
  7062.     {
  7063.         $this->throw('Cannot autowire service ".service_locator.RgdodwH": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.');
  7064.     }
  7065.     /**
  7066.      * Gets the private '.errored..service_locator.RyDqsFC.App\Entity\User\Consumer' shared service.
  7067.      *
  7068.      * @return \App\Entity\User\Consumer
  7069.      */
  7070.     protected function getConsumer2Service()
  7071.     {
  7072.         $this->throw('Cannot autowire service ".service_locator.RyDqsFC": it references class "App\\Entity\\User\\Consumer" but no such service exists.');
  7073.     }
  7074.     /**
  7075.      * Gets the private '.errored..service_locator.SQFDam4.App\Entity\User\Referent' shared service.
  7076.      *
  7077.      * @return \App\Entity\User\Referent
  7078.      */
  7079.     protected function getReferent2Service()
  7080.     {
  7081.         $this->throw('Cannot autowire service ".service_locator.SQFDam4": it references class "App\\Entity\\User\\Referent" but no such service exists.');
  7082.     }
  7083.     /**
  7084.      * Gets the private '.errored..service_locator.TmcOq0t.App\Entity\Operation\Odr' shared service.
  7085.      *
  7086.      * @return \App\Entity\Operation\Odr
  7087.      */
  7088.     protected function getOdr2Service()
  7089.     {
  7090.         $this->throw('Cannot autowire service ".service_locator.TmcOq0t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
  7091.     }
  7092.     /**
  7093.      * Gets the private '.errored..service_locator.UZSIdeF.App\Entity\Recipe\Recipe' shared service.
  7094.      *
  7095.      * @return \App\Entity\Recipe\Recipe
  7096.      */
  7097.     protected function getRecipeService()
  7098.     {
  7099.         $this->throw('Cannot autowire service ".service_locator.UZSIdeF": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.');
  7100.     }
  7101.     /**
  7102.      * Gets the private '.errored..service_locator.UdFxq8q.App\Entity\WebsiteParams\ModuleParams' shared service.
  7103.      *
  7104.      * @return \App\Entity\WebsiteParams\ModuleParams
  7105.      */
  7106.     protected function getModuleParamsService()
  7107.     {
  7108.         $this->throw('Cannot autowire service ".service_locator.UdFxq8q": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.');
  7109.     }
  7110.     /**
  7111.      * Gets the private '.errored..service_locator.VAAdlTA.App\Entity\Operation\Draw' shared service.
  7112.      *
  7113.      * @return \App\Entity\Operation\Draw
  7114.      */
  7115.     protected function getDraw5Service()
  7116.     {
  7117.         $this->throw('Cannot autowire service ".service_locator.VAAdlTA": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
  7118.     }
  7119.     /**
  7120.      * Gets the private '.errored..service_locator.XJyRSWn.App\Entity\User\Consumer' shared service.
  7121.      *
  7122.      * @return \App\Entity\User\Consumer
  7123.      */
  7124.     protected function getConsumer3Service()
  7125.     {
  7126.         $this->throw('Cannot autowire service ".service_locator.XJyRSWn": it references class "App\\Entity\\User\\Consumer" but no such service exists.');
  7127.     }
  7128.     /**
  7129.      * Gets the private '.errored..service_locator.Y_MyNzo.App\Entity\Security\Profile' shared service.
  7130.      *
  7131.      * @return \App\Entity\Security\Profile
  7132.      */
  7133.     protected function getProfile2Service()
  7134.     {
  7135.         $this->throw('Cannot autowire service ".service_locator.Y_MyNzo": it references class "App\\Entity\\Security\\Profile" but no such service exists.');
  7136.     }
  7137.     /**
  7138.      * Gets the private '.errored..service_locator.Zw1U.Bu.App\Entity\Recipe\Ingredient' shared service.
  7139.      *
  7140.      * @return \App\Entity\Recipe\Ingredient
  7141.      */
  7142.     protected function getIngredientService()
  7143.     {
  7144.         $this->throw('Cannot autowire service ".service_locator.Zw1U.Bu": it references class "App\\Entity\\Recipe\\Ingredient" but no such service exists.');
  7145.     }
  7146.     /**
  7147.      * Gets the private '.errored..service_locator._KlT6Du.App\Entity\User\User' shared service.
  7148.      *
  7149.      * @return \App\Entity\User\User
  7150.      */
  7151.     protected function getUserService()
  7152.     {
  7153.         $this->throw('Cannot autowire service ".service_locator._KlT6Du": it references class "App\\Entity\\User\\User" but no such service exists.');
  7154.     }
  7155.     /**
  7156.      * Gets the private '.errored..service_locator.aXfPxmo.App\Entity\Catalog\GiftLevel' shared service.
  7157.      *
  7158.      * @return \App\Entity\Catalog\GiftLevel
  7159.      */
  7160.     protected function getGiftLevelService()
  7161.     {
  7162.         $this->throw('Cannot autowire service ".service_locator.aXfPxmo": it references class "App\\Entity\\Catalog\\GiftLevel" but no such service exists.');
  7163.     }
  7164.     /**
  7165.      * Gets the private '.errored..service_locator.cv6j8iq.App\Entity\Operation\Draw' shared service.
  7166.      *
  7167.      * @return \App\Entity\Operation\Draw
  7168.      */
  7169.     protected function getDraw6Service()
  7170.     {
  7171.         $this->throw('Cannot autowire service ".service_locator.cv6j8iq": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
  7172.     }
  7173.     /**
  7174.      * Gets the private '.errored..service_locator.dBln_k3.App\Entity\Operation\Coupon' shared service.
  7175.      *
  7176.      * @return \App\Entity\Operation\Coupon
  7177.      */
  7178.     protected function getCoupon3Service()
  7179.     {
  7180.         $this->throw('Cannot autowire service ".service_locator.dBln_k3": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.');
  7181.     }
  7182.     /**
  7183.      * Gets the private '.errored..service_locator.dj15A1t.App\Entity\Recipe\Recipe' shared service.
  7184.      *
  7185.      * @return \App\Entity\Recipe\Recipe
  7186.      */
  7187.     protected function getRecipe2Service()
  7188.     {
  7189.         $this->throw('Cannot autowire service ".service_locator.dj15A1t": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.');
  7190.     }
  7191.     /**
  7192.      * Gets the private '.errored..service_locator.fYw2Drl.App\Entity\Tag\BlogTag' shared service.
  7193.      *
  7194.      * @return \App\Entity\Tag\BlogTag
  7195.      */
  7196.     protected function getBlogTagService()
  7197.     {
  7198.         $this->throw('Cannot autowire service ".service_locator.fYw2Drl": it references class "App\\Entity\\Tag\\BlogTag" but no such service exists.');
  7199.     }
  7200.     /**
  7201.      * Gets the private '.errored..service_locator.ibE7Q1t.App\Entity\Operation\Odr' shared service.
  7202.      *
  7203.      * @return \App\Entity\Operation\Odr
  7204.      */
  7205.     protected function getOdr3Service()
  7206.     {
  7207.         $this->throw('Cannot autowire service ".service_locator.ibE7Q1t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
  7208.     }
  7209.     /**
  7210.      * Gets the private '.errored..service_locator.j76zAXX.App\Entity\Faq' shared service.
  7211.      *
  7212.      * @return \App\Entity\Faq
  7213.      */
  7214.     protected function getFaqService()
  7215.     {
  7216.         $this->throw('Cannot autowire service ".service_locator.j76zAXX": it references class "App\\Entity\\Faq" but no such service exists.');
  7217.     }
  7218.     /**
  7219.      * Gets the private '.errored..service_locator.k1VOjt0.App\Entity\WebsiteParams\ModuleParams' shared service.
  7220.      *
  7221.      * @return \App\Entity\WebsiteParams\ModuleParams
  7222.      */
  7223.     protected function getModuleParams2Service()
  7224.     {
  7225.         $this->throw('Cannot autowire service ".service_locator.k1VOjt0": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.');
  7226.     }
  7227.     /**
  7228.      * Gets the private '.errored..service_locator.lJHNmQl.App\Entity\Slider' shared service.
  7229.      *
  7230.      * @return \App\Entity\Slider
  7231.      */
  7232.     protected function getSliderService()
  7233.     {
  7234.         $this->throw('Cannot autowire service ".service_locator.lJHNmQl": it references class "App\\Entity\\Slider" but no such service exists.');
  7235.     }
  7236.     /**
  7237.      * Gets the private '.errored..service_locator.oQix5ad.App\Entity\Knowledge\Knowledge' shared service.
  7238.      *
  7239.      * @return \App\Entity\Knowledge\Knowledge
  7240.      */
  7241.     protected function getKnowledgeService()
  7242.     {
  7243.         $this->throw('Cannot autowire service ".service_locator.oQix5ad": it references class "App\\Entity\\Knowledge\\Knowledge" but no such service exists.');
  7244.     }
  7245.     /**
  7246.      * Gets the private '.errored..service_locator.obfRw37.App\Entity\User\Referent' shared service.
  7247.      *
  7248.      * @return \App\Entity\User\Referent
  7249.      */
  7250.     protected function getReferent3Service()
  7251.     {
  7252.         $this->throw('Cannot autowire service ".service_locator.obfRw37": it references class "App\\Entity\\User\\Referent" but no such service exists.');
  7253.     }
  7254.     /**
  7255.      * Gets the private '.errored..service_locator.qVtmtq_.App\Entity\Operation\Odr' shared service.
  7256.      *
  7257.      * @return \App\Entity\Operation\Odr
  7258.      */
  7259.     protected function getOdr4Service()
  7260.     {
  7261.         $this->throw('Cannot autowire service ".service_locator.qVtmtq_": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
  7262.     }
  7263.     /**
  7264.      * Gets the private '.errored..service_locator.rmQiRVx.App\Entity\Catalog\Gift' shared service.
  7265.      *
  7266.      * @return \App\Entity\Catalog\Gift
  7267.      */
  7268.     protected function getGift2Service()
  7269.     {
  7270.         $this->throw('Cannot autowire service ".service_locator.rmQiRVx": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
  7271.     }
  7272.     /**
  7273.      * Gets the private '.errored..service_locator.tMYCkcW.App\Entity\Slider' shared service.
  7274.      *
  7275.      * @return \App\Entity\Slider
  7276.      */
  7277.     protected function getSlider2Service()
  7278.     {
  7279.         $this->throw('Cannot autowire service ".service_locator.tMYCkcW": it references class "App\\Entity\\Slider" but no such service exists.');
  7280.     }
  7281.     /**
  7282.      * Gets the private '.errored..service_locator.tpHzBPc.App\Entity\MediaObject\MediaObject' shared service.
  7283.      *
  7284.      * @return \App\Entity\MediaObject\MediaObject
  7285.      */
  7286.     protected function getMediaObject3Service()
  7287.     {
  7288.         $this->throw('Cannot autowire service ".service_locator.tpHzBPc": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.');
  7289.     }
  7290.     /**
  7291.      * Gets the private '.errored..service_locator.vIyxHKz.App\Entity\Operation\Operation' shared service.
  7292.      *
  7293.      * @return \App\Entity\Operation\Operation
  7294.      */
  7295.     protected function getOperationService()
  7296.     {
  7297.         $this->throw('Cannot autowire service ".service_locator.vIyxHKz": it references class "App\\Entity\\Operation\\Operation" but no such service exists.');
  7298.     }
  7299.     /**
  7300.      * Gets the private '.errored..service_locator.viMl501.App\Entity\WebsiteParams\ModuleParams' shared service.
  7301.      *
  7302.      * @return \App\Entity\WebsiteParams\ModuleParams
  7303.      */
  7304.     protected function getModuleParams3Service()
  7305.     {
  7306.         $this->throw('Cannot autowire service ".service_locator.viMl501": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.');
  7307.     }
  7308.     /**
  7309.      * Gets the private '.errored..service_locator.vznMRXP.App\Entity\Operation\Odr' shared service.
  7310.      *
  7311.      * @return \App\Entity\Operation\Odr
  7312.      */
  7313.     protected function getOdr5Service()
  7314.     {
  7315.         $this->throw('Cannot autowire service ".service_locator.vznMRXP": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
  7316.     }
  7317.     /**
  7318.      * Gets the private '.errored..service_locator.woYUB1T.App\Entity\Catalog\Gift' shared service.
  7319.      *
  7320.      * @return \App\Entity\Catalog\Gift
  7321.      */
  7322.     protected function getGift3Service()
  7323.     {
  7324.         $this->throw('Cannot autowire service ".service_locator.woYUB1T": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
  7325.     }
  7326.     /**
  7327.      * Gets the private '.errored..service_locator.x53S5J0.App\Entity\Catalog\Gift' shared service.
  7328.      *
  7329.      * @return \App\Entity\Catalog\Gift
  7330.      */
  7331.     protected function getGift4Service()
  7332.     {
  7333.         $this->throw('Cannot autowire service ".service_locator.x53S5J0": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
  7334.     }
  7335.     /**
  7336.      * Gets the private '.errored..service_locator.x56FEVZ.App\Entity\Token' shared service.
  7337.      *
  7338.      * @return \App\Entity\Token
  7339.      */
  7340.     protected function getTokenService()
  7341.     {
  7342.         $this->throw('Cannot autowire service ".service_locator.x56FEVZ": it references class "App\\Entity\\Token" but no such service exists.');
  7343.     }
  7344.     /**
  7345.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  7346.      *
  7347.      * @return \Symfony\Component\Console\Command\LazyCommand
  7348.      */
  7349.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  7350.     {
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7353.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7354.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  7355.         });
  7356.     }
  7357.     /**
  7358.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  7359.      *
  7360.      * @return \Symfony\Component\Console\Command\LazyCommand
  7361.      */
  7362.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  7363.     {
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7366.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7367.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  7368.         });
  7369.     }
  7370.     /**
  7371.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  7372.      *
  7373.      * @return \Symfony\Component\Console\Command\LazyCommand
  7374.      */
  7375.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7379.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7380.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  7381.         });
  7382.     }
  7383.     /**
  7384.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  7385.      *
  7386.      * @return \Symfony\Component\Console\Command\LazyCommand
  7387.      */
  7388.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7392.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7393.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  7394.         });
  7395.     }
  7396.     /**
  7397.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  7398.      *
  7399.      * @return \Symfony\Component\Console\Command\LazyCommand
  7400.      */
  7401.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  7402.     {
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7405.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7406.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  7407.         });
  7408.     }
  7409.     /**
  7410.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  7411.      *
  7412.      * @return \Symfony\Component\Console\Command\LazyCommand
  7413.      */
  7414.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  7415.     {
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7418.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7419.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  7420.         });
  7421.     }
  7422.     /**
  7423.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  7424.      *
  7425.      * @return \Symfony\Component\Console\Command\LazyCommand
  7426.      */
  7427.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  7428.     {
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7431.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7432.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  7433.         });
  7434.     }
  7435.     /**
  7436.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  7437.      *
  7438.      * @return \Symfony\Component\Console\Command\LazyCommand
  7439.      */
  7440.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  7441.     {
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7444.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7445.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  7446.         });
  7447.     }
  7448.     /**
  7449.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  7450.      *
  7451.      * @return \Symfony\Component\Console\Command\LazyCommand
  7452.      */
  7453.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  7454.     {
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7457.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7458.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  7459.         });
  7460.     }
  7461.     /**
  7462.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  7463.      *
  7464.      * @return \Symfony\Component\Console\Command\LazyCommand
  7465.      */
  7466.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  7467.     {
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7470.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7471.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  7472.         });
  7473.     }
  7474.     /**
  7475.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  7476.      *
  7477.      * @return \Symfony\Component\Console\Command\LazyCommand
  7478.      */
  7479.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  7480.     {
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7483.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7484.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  7485.         });
  7486.     }
  7487.     /**
  7488.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  7489.      *
  7490.      * @return \Symfony\Component\Console\Command\LazyCommand
  7491.      */
  7492.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  7493.     {
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7496.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7497.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  7498.         });
  7499.     }
  7500.     /**
  7501.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  7502.      *
  7503.      * @return \Symfony\Component\Console\Command\LazyCommand
  7504.      */
  7505.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  7506.     {
  7507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7509.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7510.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  7511.         });
  7512.     }
  7513.     /**
  7514.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  7515.      *
  7516.      * @return \Symfony\Component\Console\Command\LazyCommand
  7517.      */
  7518.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  7519.     {
  7520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7522.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7523.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  7524.         });
  7525.     }
  7526.     /**
  7527.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  7528.      *
  7529.      * @return \Symfony\Component\Console\Command\LazyCommand
  7530.      */
  7531.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7535.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7536.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  7537.         });
  7538.     }
  7539.     /**
  7540.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  7541.      *
  7542.      * @return \Symfony\Component\Console\Command\LazyCommand
  7543.      */
  7544.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  7545.     {
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7548.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7549.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  7550.         });
  7551.     }
  7552.     /**
  7553.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\Console\Command\LazyCommand
  7556.      */
  7557.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7561.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7562.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  7563.         });
  7564.     }
  7565.     /**
  7566.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  7567.      *
  7568.      * @return \Symfony\Component\Console\Command\LazyCommand
  7569.      */
  7570.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  7571.     {
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7574.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7575.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  7576.         });
  7577.     }
  7578.     /**
  7579.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  7580.      *
  7581.      * @return \Symfony\Component\Console\Command\LazyCommand
  7582.      */
  7583.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7587.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7588.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  7589.         });
  7590.     }
  7591.     /**
  7592.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  7593.      *
  7594.      * @return \Symfony\Component\Console\Command\LazyCommand
  7595.      */
  7596.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7600.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7601.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  7602.         });
  7603.     }
  7604.     /**
  7605.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  7606.      *
  7607.      * @return \Symfony\Component\Console\Command\LazyCommand
  7608.      */
  7609.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7613.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7614.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  7615.         });
  7616.     }
  7617.     /**
  7618.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  7619.      *
  7620.      * @return \Symfony\Component\Console\Command\LazyCommand
  7621.      */
  7622.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  7623.     {
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7626.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7627.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  7628.         });
  7629.     }
  7630.     /**
  7631.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  7632.      *
  7633.      * @return \Symfony\Component\Console\Command\LazyCommand
  7634.      */
  7635.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  7636.     {
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7639.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7640.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  7641.         });
  7642.     }
  7643.     /**
  7644.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  7645.      *
  7646.      * @return \Symfony\Component\Console\Command\LazyCommand
  7647.      */
  7648.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  7649.     {
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7652.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7653.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  7654.         });
  7655.     }
  7656.     /**
  7657.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  7658.      *
  7659.      * @return \Symfony\Component\Console\Command\LazyCommand
  7660.      */
  7661.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  7662.     {
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7665.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7666.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  7667.         });
  7668.     }
  7669.     /**
  7670.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  7671.      *
  7672.      * @return \Symfony\Component\Console\Command\LazyCommand
  7673.      */
  7674.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  7675.     {
  7676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7678.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7679.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  7680.         });
  7681.     }
  7682.     /**
  7683.      * Gets the private '.messenger.handler_descriptor.1OLfQAu' shared service.
  7684.      *
  7685.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7686.      */
  7687.     protected function get_Messenger_HandlerDescriptor_1OLfQAuService()
  7688.     {
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7691.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendConfirmationDeleteAccountByEmailHandler.php';
  7692.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7693.         if (isset($this->privates['.messenger.handler_descriptor.1OLfQAu'])) {
  7694.             return $this->privates['.messenger.handler_descriptor.1OLfQAu'];
  7695.         }
  7696.         return $this->privates['.messenger.handler_descriptor.1OLfQAu'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationDeleteAccountByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  7697.     }
  7698.     /**
  7699.      * Gets the private '.messenger.handler_descriptor.41dxA5S' shared service.
  7700.      *
  7701.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7702.      */
  7703.     protected function get_Messenger_HandlerDescriptor_41dxA5SService()
  7704.     {
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7707.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendParticipationMultiOdrStatusByEmailHandler.php';
  7708.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7709.         if (isset($this->privates['.messenger.handler_descriptor.41dxA5S'])) {
  7710.             return $this->privates['.messenger.handler_descriptor.41dxA5S'];
  7711.         }
  7712.         return $this->privates['.messenger.handler_descriptor.41dxA5S'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendParticipationMultiOdrStatusByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  7713.     }
  7714.     /**
  7715.      * Gets the private '.messenger.handler_descriptor.550jR2_' shared service.
  7716.      *
  7717.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7718.      */
  7719.     protected function get_Messenger_HandlerDescriptor_550jR2Service()
  7720.     {
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7723.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendConfirmationDrawByEmailHandler.php';
  7724.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7725.         if (isset($this->privates['.messenger.handler_descriptor.550jR2_'])) {
  7726.             return $this->privates['.messenger.handler_descriptor.550jR2_'];
  7727.         }
  7728.         return $this->privates['.messenger.handler_descriptor.550jR2_'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationDrawByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  7729.     }
  7730.     /**
  7731.      * Gets the private '.messenger.handler_descriptor.5IVmSw0' shared service.
  7732.      *
  7733.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7734.      */
  7735.     protected function get_Messenger_HandlerDescriptor_5IVmSw0Service()
  7736.     {
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7739.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendSponsorshipInvitationByEmailHandler.php';
  7740.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7741.         if (isset($this->privates['.messenger.handler_descriptor.5IVmSw0'])) {
  7742.             return $this->privates['.messenger.handler_descriptor.5IVmSw0'];
  7743.         }
  7744.         return $this->privates['.messenger.handler_descriptor.5IVmSw0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendSponsorshipInvitationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  7745.     }
  7746.     /**
  7747.      * Gets the private '.messenger.handler_descriptor.5kBxBCl' shared service.
  7748.      *
  7749.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7750.      */
  7751.     protected function get_Messenger_HandlerDescriptor_5kBxBClService()
  7752.     {
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7755.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendMultiOdrParticipationHandler.php';
  7756.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7757.         if (isset($this->privates['.messenger.handler_descriptor.5kBxBCl'])) {
  7758.             return $this->privates['.messenger.handler_descriptor.5kBxBCl'];
  7759.         }
  7760.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  7761.         if (isset($this->privates['.messenger.handler_descriptor.5kBxBCl'])) {
  7762.             return $this->privates['.messenger.handler_descriptor.5kBxBCl'];
  7763.         }
  7764.         return $this->privates['.messenger.handler_descriptor.5kBxBCl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendMultiOdrParticipationHandler($a$b), []);
  7765.     }
  7766.     /**
  7767.      * Gets the private '.messenger.handler_descriptor.69RVD51' shared service.
  7768.      *
  7769.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7770.      */
  7771.     protected function get_Messenger_HandlerDescriptor_69RVD51Service()
  7772.     {
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7775.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendUserHandler.php';
  7776.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7777.         if (isset($this->privates['.messenger.handler_descriptor.69RVD51'])) {
  7778.             return $this->privates['.messenger.handler_descriptor.69RVD51'];
  7779.         }
  7780.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  7781.         if (isset($this->privates['.messenger.handler_descriptor.69RVD51'])) {
  7782.             return $this->privates['.messenger.handler_descriptor.69RVD51'];
  7783.         }
  7784.         return $this->privates['.messenger.handler_descriptor.69RVD51'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendUserHandler($a$b), []);
  7785.     }
  7786.     /**
  7787.      * Gets the private '.messenger.handler_descriptor.7D9Nglv' shared service.
  7788.      *
  7789.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7790.      */
  7791.     protected function get_Messenger_HandlerDescriptor_7D9NglvService()
  7792.     {
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7794.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7795.         include_once \dirname(__DIR__4).'/src/MessageHandler/Purse/AddToPurseHandler.php';
  7796.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7797.         if (isset($this->privates['.messenger.handler_descriptor.7D9Nglv'])) {
  7798.             return $this->privates['.messenger.handler_descriptor.7D9Nglv'];
  7799.         }
  7800.         $b = ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService());
  7801.         if (isset($this->privates['.messenger.handler_descriptor.7D9Nglv'])) {
  7802.             return $this->privates['.messenger.handler_descriptor.7D9Nglv'];
  7803.         }
  7804.         return $this->privates['.messenger.handler_descriptor.7D9Nglv'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Purse\AddToPurseHandler($a$b), []);
  7805.     }
  7806.     /**
  7807.      * Gets the private '.messenger.handler_descriptor.7brIl1x' shared service.
  7808.      *
  7809.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7810.      */
  7811.     protected function get_Messenger_HandlerDescriptor_7brIl1xService()
  7812.     {
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7815.         include_once \dirname(__DIR__4).'/src/MessageHandler/Contact/ContactHandler.php';
  7816.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7817.         if (isset($this->privates['.messenger.handler_descriptor.7brIl1x'])) {
  7818.             return $this->privates['.messenger.handler_descriptor.7brIl1x'];
  7819.         }
  7820.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7821.         if (isset($this->privates['.messenger.handler_descriptor.7brIl1x'])) {
  7822.             return $this->privates['.messenger.handler_descriptor.7brIl1x'];
  7823.         }
  7824.         return $this->privates['.messenger.handler_descriptor.7brIl1x'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Contact\ContactHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
  7825.     }
  7826.     /**
  7827.      * Gets the private '.messenger.handler_descriptor.8cpHZ1u' shared service.
  7828.      *
  7829.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7830.      */
  7831.     protected function get_Messenger_HandlerDescriptor_8cpHZ1uService()
  7832.     {
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7835.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendStepEarnHandler.php';
  7836.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7837.         if (isset($this->privates['.messenger.handler_descriptor.8cpHZ1u'])) {
  7838.             return $this->privates['.messenger.handler_descriptor.8cpHZ1u'];
  7839.         }
  7840.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  7841.         if (isset($this->privates['.messenger.handler_descriptor.8cpHZ1u'])) {
  7842.             return $this->privates['.messenger.handler_descriptor.8cpHZ1u'];
  7843.         }
  7844.         return $this->privates['.messenger.handler_descriptor.8cpHZ1u'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendStepEarnHandler($a$b), []);
  7845.     }
  7846.     /**
  7847.      * Gets the private '.messenger.handler_descriptor.AXTawBL' shared service.
  7848.      *
  7849.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7850.      */
  7851.     protected function get_Messenger_HandlerDescriptor_AXTawBLService()
  7852.     {
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7855.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendStepBurnHandler.php';
  7856.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7857.         if (isset($this->privates['.messenger.handler_descriptor.AXTawBL'])) {
  7858.             return $this->privates['.messenger.handler_descriptor.AXTawBL'];
  7859.         }
  7860.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  7861.         if (isset($this->privates['.messenger.handler_descriptor.AXTawBL'])) {
  7862.             return $this->privates['.messenger.handler_descriptor.AXTawBL'];
  7863.         }
  7864.         return $this->privates['.messenger.handler_descriptor.AXTawBL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendStepBurnHandler($a$b), []);
  7865.     }
  7866.     /**
  7867.      * Gets the private '.messenger.handler_descriptor.B6ziozn' shared service.
  7868.      *
  7869.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7870.      */
  7871.     protected function get_Messenger_HandlerDescriptor_B6zioznService()
  7872.     {
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7875.         include_once \dirname(__DIR__4).'/src/MessageHandler/Shannon/SendParticipationPuntosToShannonHandler.php';
  7876.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7877.         if (isset($this->privates['.messenger.handler_descriptor.B6ziozn'])) {
  7878.             return $this->privates['.messenger.handler_descriptor.B6ziozn'];
  7879.         }
  7880.         $b = ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService());
  7881.         if (isset($this->privates['.messenger.handler_descriptor.B6ziozn'])) {
  7882.             return $this->privates['.messenger.handler_descriptor.B6ziozn'];
  7883.         }
  7884.         return $this->privates['.messenger.handler_descriptor.B6ziozn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendParticipationPuntosToShannonHandler($a$b), []);
  7885.     }
  7886.     /**
  7887.      * Gets the private '.messenger.handler_descriptor.DAplUKI' shared service.
  7888.      *
  7889.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7890.      */
  7891.     protected function get_Messenger_HandlerDescriptor_DAplUKIService()
  7892.     {
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7895.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Coupon/ParticipationHandler.php';
  7896.         $a = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
  7897.         if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
  7898.             return $this->privates['.messenger.handler_descriptor.DAplUKI'];
  7899.         }
  7900.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7901.         if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
  7902.             return $this->privates['.messenger.handler_descriptor.DAplUKI'];
  7903.         }
  7904.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7905.         if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
  7906.             return $this->privates['.messenger.handler_descriptor.DAplUKI'];
  7907.         }
  7908.         $d = ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService());
  7909.         if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
  7910.             return $this->privates['.messenger.handler_descriptor.DAplUKI'];
  7911.         }
  7912.         $e = ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService());
  7913.         if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
  7914.             return $this->privates['.messenger.handler_descriptor.DAplUKI'];
  7915.         }
  7916.         return $this->privates['.messenger.handler_descriptor.DAplUKI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Coupon\ParticipationHandler($a$b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d$e), []);
  7917.     }
  7918.     /**
  7919.      * Gets the private '.messenger.handler_descriptor.DVCqc4L' shared service.
  7920.      *
  7921.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7922.      */
  7923.     protected function get_Messenger_HandlerDescriptor_DVCqc4LService()
  7924.     {
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7927.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendParticipationOdrStatusByEmailHandler.php';
  7928.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7929.         if (isset($this->privates['.messenger.handler_descriptor.DVCqc4L'])) {
  7930.             return $this->privates['.messenger.handler_descriptor.DVCqc4L'];
  7931.         }
  7932.         return $this->privates['.messenger.handler_descriptor.DVCqc4L'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendParticipationOdrStatusByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  7933.     }
  7934.     /**
  7935.      * Gets the private '.messenger.handler_descriptor.Dpj5Brf' shared service.
  7936.      *
  7937.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7938.      */
  7939.     protected function get_Messenger_HandlerDescriptor_Dpj5BrfService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7943.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Odr/PutReParticipationOdrByMessageHandler.php';
  7944.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7945.         if (isset($this->privates['.messenger.handler_descriptor.Dpj5Brf'])) {
  7946.             return $this->privates['.messenger.handler_descriptor.Dpj5Brf'];
  7947.         }
  7948.         $b = ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService());
  7949.         if (isset($this->privates['.messenger.handler_descriptor.Dpj5Brf'])) {
  7950.             return $this->privates['.messenger.handler_descriptor.Dpj5Brf'];
  7951.         }
  7952.         $c = ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService());
  7953.         if (isset($this->privates['.messenger.handler_descriptor.Dpj5Brf'])) {
  7954.             return $this->privates['.messenger.handler_descriptor.Dpj5Brf'];
  7955.         }
  7956.         return $this->privates['.messenger.handler_descriptor.Dpj5Brf'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Odr\PutReParticipationOdrByMessageHandler($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c), []);
  7957.     }
  7958.     /**
  7959.      * Gets the private '.messenger.handler_descriptor.EOrq2DF' shared service.
  7960.      *
  7961.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7962.      */
  7963.     protected function get_Messenger_HandlerDescriptor_EOrq2DFService()
  7964.     {
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7967.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendPreventDeleteAccountEmailHandler.php';
  7968.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7969.         if (isset($this->privates['.messenger.handler_descriptor.EOrq2DF'])) {
  7970.             return $this->privates['.messenger.handler_descriptor.EOrq2DF'];
  7971.         }
  7972.         return $this->privates['.messenger.handler_descriptor.EOrq2DF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendPreventDeleteAccountEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  7973.     }
  7974.     /**
  7975.      * Gets the private '.messenger.handler_descriptor.G5MphK6' shared service.
  7976.      *
  7977.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7978.      */
  7979.     protected function get_Messenger_HandlerDescriptor_G5MphK6Service()
  7980.     {
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7983.         include_once \dirname(__DIR__4).'/src/MessageHandler/ImportReferentHandler.php';
  7984.         $a = ($this->privates['App\\Manager\\ReferentManager'] ?? $this->getReferentManagerService());
  7985.         if (isset($this->privates['.messenger.handler_descriptor.G5MphK6'])) {
  7986.             return $this->privates['.messenger.handler_descriptor.G5MphK6'];
  7987.         }
  7988.         return $this->privates['.messenger.handler_descriptor.G5MphK6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ImportReferentHandler($a), []);
  7989.     }
  7990.     /**
  7991.      * Gets the private '.messenger.handler_descriptor.GAQbYY0' shared service.
  7992.      *
  7993.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7994.      */
  7995.     protected function get_Messenger_HandlerDescriptor_GAQbYY0Service()
  7996.     {
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7999.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Puntos/ParticipationHandler.php';
  8000.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8001.         if (isset($this->privates['.messenger.handler_descriptor.GAQbYY0'])) {
  8002.             return $this->privates['.messenger.handler_descriptor.GAQbYY0'];
  8003.         }
  8004.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8005.         if (isset($this->privates['.messenger.handler_descriptor.GAQbYY0'])) {
  8006.             return $this->privates['.messenger.handler_descriptor.GAQbYY0'];
  8007.         }
  8008.         return $this->privates['.messenger.handler_descriptor.GAQbYY0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Puntos\ParticipationHandler($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
  8009.     }
  8010.     /**
  8011.      * Gets the private '.messenger.handler_descriptor.GsbRZM3' shared service.
  8012.      *
  8013.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8014.      */
  8015.     protected function get_Messenger_HandlerDescriptor_GsbRZM3Service()
  8016.     {
  8017.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8019.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendEmailRsoByEmailHandler.php';
  8020.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8021.         if (isset($this->privates['.messenger.handler_descriptor.GsbRZM3'])) {
  8022.             return $this->privates['.messenger.handler_descriptor.GsbRZM3'];
  8023.         }
  8024.         return $this->privates['.messenger.handler_descriptor.GsbRZM3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendEmailRsoByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8025.     }
  8026.     /**
  8027.      * Gets the private '.messenger.handler_descriptor.GtV1qZ.' shared service.
  8028.      *
  8029.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8030.      */
  8031.     protected function get_Messenger_HandlerDescriptor_GtV1qZ_Service()
  8032.     {
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8035.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Salesforce/SendContactHandler.php';
  8036.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesForce/User/ContactSerializer.php';
  8037.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8038.         if (isset($this->privates['.messenger.handler_descriptor.GtV1qZ.'])) {
  8039.             return $this->privates['.messenger.handler_descriptor.GtV1qZ.'];
  8040.         }
  8041.         $b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
  8042.         if (isset($this->privates['.messenger.handler_descriptor.GtV1qZ.'])) {
  8043.             return $this->privates['.messenger.handler_descriptor.GtV1qZ.'];
  8044.         }
  8045.         return $this->privates['.messenger.handler_descriptor.GtV1qZ.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendContactHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, new \App\Service\Api\SalesForce\User\ContactSerializer()), []);
  8046.     }
  8047.     /**
  8048.      * Gets the private '.messenger.handler_descriptor.IvRjzRH' shared service.
  8049.      *
  8050.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8051.      */
  8052.     protected function get_Messenger_HandlerDescriptor_IvRjzRHService()
  8053.     {
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8056.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendNewsletterHandler.php';
  8057.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8058.         if (isset($this->privates['.messenger.handler_descriptor.IvRjzRH'])) {
  8059.             return $this->privates['.messenger.handler_descriptor.IvRjzRH'];
  8060.         }
  8061.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  8062.         if (isset($this->privates['.messenger.handler_descriptor.IvRjzRH'])) {
  8063.             return $this->privates['.messenger.handler_descriptor.IvRjzRH'];
  8064.         }
  8065.         return $this->privates['.messenger.handler_descriptor.IvRjzRH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendNewsletterHandler($a$b), []);
  8066.     }
  8067.     /**
  8068.      * Gets the private '.messenger.handler_descriptor.LM9LMHS' shared service.
  8069.      *
  8070.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8071.      */
  8072.     protected function get_Messenger_HandlerDescriptor_LM9LMHSService()
  8073.     {
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8076.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendParticipationHandler.php';
  8077.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Participation/ParticipationOdrSerializer.php';
  8078.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8079.         if (isset($this->privates['.messenger.handler_descriptor.LM9LMHS'])) {
  8080.             return $this->privates['.messenger.handler_descriptor.LM9LMHS'];
  8081.         }
  8082.         $b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  8083.         if (isset($this->privates['.messenger.handler_descriptor.LM9LMHS'])) {
  8084.             return $this->privates['.messenger.handler_descriptor.LM9LMHS'];
  8085.         }
  8086.         return $this->privates['.messenger.handler_descriptor.LM9LMHS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendParticipationHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] = new \App\Service\Api\Isoskele\Participation\ParticipationOdrSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8087.     }
  8088.     /**
  8089.      * Gets the private '.messenger.handler_descriptor.MnPSoGT' shared service.
  8090.      *
  8091.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8092.      */
  8093.     protected function get_Messenger_HandlerDescriptor_MnPSoGTService()
  8094.     {
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8097.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendParticipationOdrPrimeHandler.php';
  8098.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Participation/ParticipationOdrSerializer.php';
  8099.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8100.         if (isset($this->privates['.messenger.handler_descriptor.MnPSoGT'])) {
  8101.             return $this->privates['.messenger.handler_descriptor.MnPSoGT'];
  8102.         }
  8103.         $b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  8104.         if (isset($this->privates['.messenger.handler_descriptor.MnPSoGT'])) {
  8105.             return $this->privates['.messenger.handler_descriptor.MnPSoGT'];
  8106.         }
  8107.         return $this->privates['.messenger.handler_descriptor.MnPSoGT'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendParticipationOdrPrimeHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] = new \App\Service\Api\Isoskele\Participation\ParticipationOdrSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8108.     }
  8109.     /**
  8110.      * Gets the private '.messenger.handler_descriptor.O6q.TKf' shared service.
  8111.      *
  8112.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8113.      */
  8114.     protected function get_Messenger_HandlerDescriptor_O6q_TKfService()
  8115.     {
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8118.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendConfirmationOdrByEmailHandler.php';
  8119.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8120.         if (isset($this->privates['.messenger.handler_descriptor.O6q.TKf'])) {
  8121.             return $this->privates['.messenger.handler_descriptor.O6q.TKf'];
  8122.         }
  8123.         return $this->privates['.messenger.handler_descriptor.O6q.TKf'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationOdrByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8124.     }
  8125.     /**
  8126.      * Gets the private '.messenger.handler_descriptor.OdkJl5Z' shared service.
  8127.      *
  8128.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8129.      */
  8130.     protected function get_Messenger_HandlerDescriptor_OdkJl5ZService()
  8131.     {
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8134.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Salesforce/SendOdrHandler.php';
  8135.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesForce/Operation/OperationOdrSerializer.php';
  8136.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8137.         if (isset($this->privates['.messenger.handler_descriptor.OdkJl5Z'])) {
  8138.             return $this->privates['.messenger.handler_descriptor.OdkJl5Z'];
  8139.         }
  8140.         $b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
  8141.         if (isset($this->privates['.messenger.handler_descriptor.OdkJl5Z'])) {
  8142.             return $this->privates['.messenger.handler_descriptor.OdkJl5Z'];
  8143.         }
  8144.         return $this->privates['.messenger.handler_descriptor.OdkJl5Z'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendOdrHandler($a, new \App\Service\Api\SalesForce\Operation\OperationOdrSerializer(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8145.     }
  8146.     /**
  8147.      * Gets the private '.messenger.handler_descriptor.PRBw9Ob' shared service.
  8148.      *
  8149.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8150.      */
  8151.     protected function get_Messenger_HandlerDescriptor_PRBw9ObService()
  8152.     {
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8155.         include_once \dirname(__DIR__4).'/src/MessageHandler/Contact/SendContactEmailHandler.php';
  8156.         return $this->privates['.messenger.handler_descriptor.PRBw9Ob'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Contact\SendContactEmailHandler(($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8157.     }
  8158.     /**
  8159.      * Gets the private '.messenger.handler_descriptor.Q1xVE8T' shared service.
  8160.      *
  8161.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8162.      */
  8163.     protected function get_Messenger_HandlerDescriptor_Q1xVE8TService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8167.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Odr/PostParticipationOdrByMessageHandler.php';
  8168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8169.         if (isset($this->privates['.messenger.handler_descriptor.Q1xVE8T'])) {
  8170.             return $this->privates['.messenger.handler_descriptor.Q1xVE8T'];
  8171.         }
  8172.         $b = ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService());
  8173.         if (isset($this->privates['.messenger.handler_descriptor.Q1xVE8T'])) {
  8174.             return $this->privates['.messenger.handler_descriptor.Q1xVE8T'];
  8175.         }
  8176.         $c = ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService());
  8177.         if (isset($this->privates['.messenger.handler_descriptor.Q1xVE8T'])) {
  8178.             return $this->privates['.messenger.handler_descriptor.Q1xVE8T'];
  8179.         }
  8180.         return $this->privates['.messenger.handler_descriptor.Q1xVE8T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Odr\PostParticipationOdrByMessageHandler($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c), []);
  8181.     }
  8182.     /**
  8183.      * Gets the private '.messenger.handler_descriptor.Q6BfFhq' shared service.
  8184.      *
  8185.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8186.      */
  8187.     protected function get_Messenger_HandlerDescriptor_Q6BfFhqService()
  8188.     {
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8190.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8191.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Odr/ParticipationHandler.php';
  8192.         return $this->privates['.messenger.handler_descriptor.Q6BfFhq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Odr\ParticipationHandler(), []);
  8193.     }
  8194.     /**
  8195.      * Gets the private '.messenger.handler_descriptor.R4xEcKt' shared service.
  8196.      *
  8197.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8198.      */
  8199.     protected function get_Messenger_HandlerDescriptor_R4xEcKtService()
  8200.     {
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8203.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Coupon/ParticipationHandler.php';
  8204.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Multi/ParticipationHandler.php';
  8205.         $a = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
  8206.         if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
  8207.             return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
  8208.         }
  8209.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8210.         if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
  8211.             return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
  8212.         }
  8213.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8214.         if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
  8215.             return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
  8216.         }
  8217.         $d = ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService());
  8218.         if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
  8219.             return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
  8220.         }
  8221.         $e = ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService());
  8222.         if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
  8223.             return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
  8224.         }
  8225.         return $this->privates['.messenger.handler_descriptor.R4xEcKt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Multi\ParticipationHandler($a$b$c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d$e), []);
  8226.     }
  8227.     /**
  8228.      * Gets the private '.messenger.handler_descriptor.S50RrkX' shared service.
  8229.      *
  8230.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8231.      */
  8232.     protected function get_Messenger_HandlerDescriptor_S50RrkXService()
  8233.     {
  8234.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8236.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Multi/PutReParticipationMultiOdrByMessageHandler.php';
  8237.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8238.         if (isset($this->privates['.messenger.handler_descriptor.S50RrkX'])) {
  8239.             return $this->privates['.messenger.handler_descriptor.S50RrkX'];
  8240.         }
  8241.         $b = ($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] ?? $this->getMultiOfferServiceService());
  8242.         if (isset($this->privates['.messenger.handler_descriptor.S50RrkX'])) {
  8243.             return $this->privates['.messenger.handler_descriptor.S50RrkX'];
  8244.         }
  8245.         return $this->privates['.messenger.handler_descriptor.S50RrkX'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Multi\PutReParticipationMultiOdrByMessageHandler($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  8246.     }
  8247.     /**
  8248.      * Gets the private '.messenger.handler_descriptor.U3RntGF' shared service.
  8249.      *
  8250.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8251.      */
  8252.     protected function get_Messenger_HandlerDescriptor_U3RntGFService()
  8253.     {
  8254.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8255.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8256.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendProspectNewsletterHandler.php';
  8257.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8258.         if (isset($this->privates['.messenger.handler_descriptor.U3RntGF'])) {
  8259.             return $this->privates['.messenger.handler_descriptor.U3RntGF'];
  8260.         }
  8261.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  8262.         if (isset($this->privates['.messenger.handler_descriptor.U3RntGF'])) {
  8263.             return $this->privates['.messenger.handler_descriptor.U3RntGF'];
  8264.         }
  8265.         return $this->privates['.messenger.handler_descriptor.U3RntGF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendProspectNewsletterHandler($a$b), []);
  8266.     }
  8267.     /**
  8268.      * Gets the private '.messenger.handler_descriptor.UHa0QxJ' shared service.
  8269.      *
  8270.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8271.      */
  8272.     protected function get_Messenger_HandlerDescriptor_UHa0QxJService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8276.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendConfirmationMultiOdrByEmailHandler.php';
  8277.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8278.         if (isset($this->privates['.messenger.handler_descriptor.UHa0QxJ'])) {
  8279.             return $this->privates['.messenger.handler_descriptor.UHa0QxJ'];
  8280.         }
  8281.         return $this->privates['.messenger.handler_descriptor.UHa0QxJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationMultiOdrByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8282.     }
  8283.     /**
  8284.      * Gets the private '.messenger.handler_descriptor.W6YfEfM' shared service.
  8285.      *
  8286.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8287.      */
  8288.     protected function get_Messenger_HandlerDescriptor_W6YfEfMService()
  8289.     {
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8292.         include_once \dirname(__DIR__4).'/src/MessageHandler/Shannon/SendRefundToShannonHandler.php';
  8293.         include_once \dirname(__DIR__4).'/src/Manager/Participation/ParticipationRefundManager.php';
  8294.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8295.         if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
  8296.             return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
  8297.         }
  8298.         $b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  8299.         if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
  8300.             return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
  8301.         }
  8302.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8303.         if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
  8304.             return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
  8305.         }
  8306.         $d = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  8307.         if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
  8308.             return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
  8309.         }
  8310.         return $this->privates['.messenger.handler_descriptor.W6YfEfM'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendRefundToShannonHandler($a, new \App\Manager\Participation\ParticipationRefundManager($a$b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c), $c$d), []);
  8311.     }
  8312.     /**
  8313.      * Gets the private '.messenger.handler_descriptor.YsWGGyJ' shared service.
  8314.      *
  8315.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8316.      */
  8317.     protected function get_Messenger_HandlerDescriptor_YsWGGyJService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8321.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendCodeForOdrParticipationConformedByEmailHandler.php';
  8322.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8323.         if (isset($this->privates['.messenger.handler_descriptor.YsWGGyJ'])) {
  8324.             return $this->privates['.messenger.handler_descriptor.YsWGGyJ'];
  8325.         }
  8326.         $b = ($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'] ?? $this->getOdrCodeManagerService());
  8327.         if (isset($this->privates['.messenger.handler_descriptor.YsWGGyJ'])) {
  8328.             return $this->privates['.messenger.handler_descriptor.YsWGGyJ'];
  8329.         }
  8330.         return $this->privates['.messenger.handler_descriptor.YsWGGyJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendCodeForOdrParticipationConformedByEmailHandler($a$b, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8331.     }
  8332.     /**
  8333.      * Gets the private '.messenger.handler_descriptor.YwrBQRi' shared service.
  8334.      *
  8335.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8336.      */
  8337.     protected function get_Messenger_HandlerDescriptor_YwrBQRiService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8341.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendUserFromImportHandler.php';
  8342.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8343.         if (isset($this->privates['.messenger.handler_descriptor.YwrBQRi'])) {
  8344.             return $this->privates['.messenger.handler_descriptor.YwrBQRi'];
  8345.         }
  8346.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  8347.         if (isset($this->privates['.messenger.handler_descriptor.YwrBQRi'])) {
  8348.             return $this->privates['.messenger.handler_descriptor.YwrBQRi'];
  8349.         }
  8350.         return $this->privates['.messenger.handler_descriptor.YwrBQRi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendUserFromImportHandler($a$b), []);
  8351.     }
  8352.     /**
  8353.      * Gets the private '.messenger.handler_descriptor.ZezDLl1' shared service.
  8354.      *
  8355.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8356.      */
  8357.     protected function get_Messenger_HandlerDescriptor_ZezDLl1Service()
  8358.     {
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8361.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendCouponHandler.php';
  8362.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Participation/CouponSerializer.php';
  8363.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8364.         if (isset($this->privates['.messenger.handler_descriptor.ZezDLl1'])) {
  8365.             return $this->privates['.messenger.handler_descriptor.ZezDLl1'];
  8366.         }
  8367.         $b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  8368.         if (isset($this->privates['.messenger.handler_descriptor.ZezDLl1'])) {
  8369.             return $this->privates['.messenger.handler_descriptor.ZezDLl1'];
  8370.         }
  8371.         return $this->privates['.messenger.handler_descriptor.ZezDLl1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendCouponHandler($a, new \App\Service\Api\Isoskele\Participation\CouponSerializer(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8372.     }
  8373.     /**
  8374.      * Gets the private '.messenger.handler_descriptor.ZhzXydc' shared service.
  8375.      *
  8376.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8377.      */
  8378.     protected function get_Messenger_HandlerDescriptor_ZhzXydcService()
  8379.     {
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8382.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Salesforce/SendParticipationOdrHandler.php';
  8383.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesForce/Participation/ParticipationOdrSerializer.php';
  8384.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8385.         if (isset($this->privates['.messenger.handler_descriptor.ZhzXydc'])) {
  8386.             return $this->privates['.messenger.handler_descriptor.ZhzXydc'];
  8387.         }
  8388.         $b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
  8389.         if (isset($this->privates['.messenger.handler_descriptor.ZhzXydc'])) {
  8390.             return $this->privates['.messenger.handler_descriptor.ZhzXydc'];
  8391.         }
  8392.         return $this->privates['.messenger.handler_descriptor.ZhzXydc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendParticipationOdrHandler($a, new \App\Service\Api\SalesForce\Participation\ParticipationOdrSerializer(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8393.     }
  8394.     /**
  8395.      * Gets the private '.messenger.handler_descriptor.ZmXoi82' shared service.
  8396.      *
  8397.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8398.      */
  8399.     protected function get_Messenger_HandlerDescriptor_ZmXoi82Service()
  8400.     {
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8403.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendWinnerDrawByEmailHandler.php';
  8404.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8405.         if (isset($this->privates['.messenger.handler_descriptor.ZmXoi82'])) {
  8406.             return $this->privates['.messenger.handler_descriptor.ZmXoi82'];
  8407.         }
  8408.         return $this->privates['.messenger.handler_descriptor.ZmXoi82'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendWinnerDrawByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8409.     }
  8410.     /**
  8411.      * Gets the private '.messenger.handler_descriptor.b9eFK.q' shared service.
  8412.      *
  8413.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8414.      */
  8415.     protected function get_Messenger_HandlerDescriptor_B9eFK_QService()
  8416.     {
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8419.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendCreateOperationByEmailHandler.php';
  8420.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8421.         if (isset($this->privates['.messenger.handler_descriptor.b9eFK.q'])) {
  8422.             return $this->privates['.messenger.handler_descriptor.b9eFK.q'];
  8423.         }
  8424.         return $this->privates['.messenger.handler_descriptor.b9eFK.q'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendCreateOperationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8425.     }
  8426.     /**
  8427.      * Gets the private '.messenger.handler_descriptor.bG2h94e' shared service.
  8428.      *
  8429.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8430.      */
  8431.     protected function get_Messenger_HandlerDescriptor_BG2h94eService()
  8432.     {
  8433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8435.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendOdrPrimeHandler.php';
  8436.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Operation/OperationSerializer.php';
  8437.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8438.         if (isset($this->privates['.messenger.handler_descriptor.bG2h94e'])) {
  8439.             return $this->privates['.messenger.handler_descriptor.bG2h94e'];
  8440.         }
  8441.         $b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  8442.         if (isset($this->privates['.messenger.handler_descriptor.bG2h94e'])) {
  8443.             return $this->privates['.messenger.handler_descriptor.bG2h94e'];
  8444.         }
  8445.         return $this->privates['.messenger.handler_descriptor.bG2h94e'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendOdrPrimeHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] = new \App\Service\Api\Isoskele\Operation\OperationSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8446.     }
  8447.     /**
  8448.      * Gets the private '.messenger.handler_descriptor.bX96FHQ' shared service.
  8449.      *
  8450.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8451.      */
  8452.     protected function get_Messenger_HandlerDescriptor_BX96FHQService()
  8453.     {
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8456.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendUserInformationHandler.php';
  8457.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/User/UserSerializer.php';
  8458.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8459.         if (isset($this->privates['.messenger.handler_descriptor.bX96FHQ'])) {
  8460.             return $this->privates['.messenger.handler_descriptor.bX96FHQ'];
  8461.         }
  8462.         $b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  8463.         if (isset($this->privates['.messenger.handler_descriptor.bX96FHQ'])) {
  8464.             return $this->privates['.messenger.handler_descriptor.bX96FHQ'];
  8465.         }
  8466.         return $this->privates['.messenger.handler_descriptor.bX96FHQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendUserInformationHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, new \App\Service\Api\Isoskele\User\UserSerializer($a)), []);
  8467.     }
  8468.     /**
  8469.      * Gets the private '.messenger.handler_descriptor.bdlm48o' shared service.
  8470.      *
  8471.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8472.      */
  8473.     protected function get_Messenger_HandlerDescriptor_Bdlm48oService()
  8474.     {
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8477.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Salesforce/SendAccountHandler.php';
  8478.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesForce/User/AccountSerializer.php';
  8479.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8480.         if (isset($this->privates['.messenger.handler_descriptor.bdlm48o'])) {
  8481.             return $this->privates['.messenger.handler_descriptor.bdlm48o'];
  8482.         }
  8483.         $b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
  8484.         if (isset($this->privates['.messenger.handler_descriptor.bdlm48o'])) {
  8485.             return $this->privates['.messenger.handler_descriptor.bdlm48o'];
  8486.         }
  8487.         return $this->privates['.messenger.handler_descriptor.bdlm48o'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendAccountHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, new \App\Service\Api\SalesForce\User\AccountSerializer()), []);
  8488.     }
  8489.     /**
  8490.      * Gets the private '.messenger.handler_descriptor.e.rReKM' shared service.
  8491.      *
  8492.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8493.      */
  8494.     protected function get_Messenger_HandlerDescriptor_E_RReKMService()
  8495.     {
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8498.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendOfferHandler.php';
  8499.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Operation/OperationSerializer.php';
  8500.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8501.         if (isset($this->privates['.messenger.handler_descriptor.e.rReKM'])) {
  8502.             return $this->privates['.messenger.handler_descriptor.e.rReKM'];
  8503.         }
  8504.         $b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  8505.         if (isset($this->privates['.messenger.handler_descriptor.e.rReKM'])) {
  8506.             return $this->privates['.messenger.handler_descriptor.e.rReKM'];
  8507.         }
  8508.         return $this->privates['.messenger.handler_descriptor.e.rReKM'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendOfferHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] = new \App\Service\Api\Isoskele\Operation\OperationSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  8509.     }
  8510.     /**
  8511.      * Gets the private '.messenger.handler_descriptor.fE.tCau' shared service.
  8512.      *
  8513.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8514.      */
  8515.     protected function get_Messenger_HandlerDescriptor_FE_TCauService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8519.         include_once \dirname(__DIR__4).'/src/MessageHandler/Media/SendMediaCodeGiftHandler.php';
  8520.         include_once \dirname(__DIR__4).'/src/Manager/Gift/GiftCodeManager.php';
  8521.         include_once \dirname(__DIR__4).'/src/Manager/XlsxManager.php';
  8522.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8523.         if (isset($this->privates['.messenger.handler_descriptor.fE.tCau'])) {
  8524.             return $this->privates['.messenger.handler_descriptor.fE.tCau'];
  8525.         }
  8526.         $b = ($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService());
  8527.         if (isset($this->privates['.messenger.handler_descriptor.fE.tCau'])) {
  8528.             return $this->privates['.messenger.handler_descriptor.fE.tCau'];
  8529.         }
  8530.         return $this->privates['.messenger.handler_descriptor.fE.tCau'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Media\SendMediaCodeGiftHandler($a, new \App\Manager\Gift\GiftCodeManager($a$b, ($this->privates['App\\Manager\\XlsxManager'] ?? ($this->privates['App\\Manager\\XlsxManager'] = new \App\Manager\XlsxManager())))), []);
  8531.     }
  8532.     /**
  8533.      * Gets the private '.messenger.handler_descriptor.frVxAr7' shared service.
  8534.      *
  8535.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8536.      */
  8537.     protected function get_Messenger_HandlerDescriptor_FrVxAr7Service()
  8538.     {
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8541.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Yeesss/SendCouponHandler.php';
  8542.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8543.         if (isset($this->privates['.messenger.handler_descriptor.frVxAr7'])) {
  8544.             return $this->privates['.messenger.handler_descriptor.frVxAr7'];
  8545.         }
  8546.         $b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
  8547.         if (isset($this->privates['.messenger.handler_descriptor.frVxAr7'])) {
  8548.             return $this->privates['.messenger.handler_descriptor.frVxAr7'];
  8549.         }
  8550.         return $this->privates['.messenger.handler_descriptor.frVxAr7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendCouponHandler($a$b), []);
  8551.     }
  8552.     /**
  8553.      * Gets the private '.messenger.handler_descriptor.jw87keP' shared service.
  8554.      *
  8555.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8556.      */
  8557.     protected function get_Messenger_HandlerDescriptor_Jw87kePService()
  8558.     {
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8561.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendSponsorshipConfirmationByEmailHandler.php';
  8562.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8563.         if (isset($this->privates['.messenger.handler_descriptor.jw87keP'])) {
  8564.             return $this->privates['.messenger.handler_descriptor.jw87keP'];
  8565.         }
  8566.         return $this->privates['.messenger.handler_descriptor.jw87keP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendSponsorshipConfirmationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8567.     }
  8568.     /**
  8569.      * Gets the private '.messenger.handler_descriptor.kFEp0AO' shared service.
  8570.      *
  8571.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8572.      */
  8573.     protected function get_Messenger_HandlerDescriptor_KFEp0AOService()
  8574.     {
  8575.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8576.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8577.         include_once \dirname(__DIR__4).'/src/MessageHandler/Shannon/SendOrderToShannonHandler.php';
  8578.         include_once \dirname(__DIR__4).'/src/Manager/Gift/OrderManager.php';
  8579.         include_once \dirname(__DIR__4).'/src/Service/Api/Shannon/Gift/OrderSerializer.php';
  8580.         include_once \dirname(__DIR__4).'/src/Manager/Gift/ExpeditionManager.php';
  8581.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8582.         if (isset($this->privates['.messenger.handler_descriptor.kFEp0AO'])) {
  8583.             return $this->privates['.messenger.handler_descriptor.kFEp0AO'];
  8584.         }
  8585.         $b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  8586.         if (isset($this->privates['.messenger.handler_descriptor.kFEp0AO'])) {
  8587.             return $this->privates['.messenger.handler_descriptor.kFEp0AO'];
  8588.         }
  8589.         $c = ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService());
  8590.         if (isset($this->privates['.messenger.handler_descriptor.kFEp0AO'])) {
  8591.             return $this->privates['.messenger.handler_descriptor.kFEp0AO'];
  8592.         }
  8593.         return $this->privates['.messenger.handler_descriptor.kFEp0AO'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendOrderToShannonHandler($a, new \App\Manager\Gift\OrderManager($a, new \App\Service\Api\Shannon\Gift\OrderSerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService())), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Manager\Gift\ExpeditionManager($a)), $c), []);
  8594.     }
  8595.     /**
  8596.      * Gets the private '.messenger.handler_descriptor.kblICK3' shared service.
  8597.      *
  8598.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8599.      */
  8600.     protected function get_Messenger_HandlerDescriptor_KblICK3Service()
  8601.     {
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8604.         include_once \dirname(__DIR__4).'/src/MessageHandler/Shannon/SendParticipationDrawToShannonHandler.php';
  8605.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8606.         if (isset($this->privates['.messenger.handler_descriptor.kblICK3'])) {
  8607.             return $this->privates['.messenger.handler_descriptor.kblICK3'];
  8608.         }
  8609.         $b = ($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] ?? $this->getParticipationDrawManagerService());
  8610.         if (isset($this->privates['.messenger.handler_descriptor.kblICK3'])) {
  8611.             return $this->privates['.messenger.handler_descriptor.kblICK3'];
  8612.         }
  8613.         return $this->privates['.messenger.handler_descriptor.kblICK3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendParticipationDrawToShannonHandler($a$b), []);
  8614.     }
  8615.     /**
  8616.      * Gets the private '.messenger.handler_descriptor.lReU.i7' shared service.
  8617.      *
  8618.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8619.      */
  8620.     protected function get_Messenger_HandlerDescriptor_LReU_I7Service()
  8621.     {
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8624.         include_once \dirname(__DIR__4).'/src/MessageHandler/Shannon/SendParticipationStepToShannonHandler.php';
  8625.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8626.         if (isset($this->privates['.messenger.handler_descriptor.lReU.i7'])) {
  8627.             return $this->privates['.messenger.handler_descriptor.lReU.i7'];
  8628.         }
  8629.         $b = ($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService());
  8630.         if (isset($this->privates['.messenger.handler_descriptor.lReU.i7'])) {
  8631.             return $this->privates['.messenger.handler_descriptor.lReU.i7'];
  8632.         }
  8633.         return $this->privates['.messenger.handler_descriptor.lReU.i7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendParticipationStepToShannonHandler($a$b), []);
  8634.     }
  8635.     /**
  8636.      * Gets the private '.messenger.handler_descriptor.lUqK702' shared service.
  8637.      *
  8638.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8639.      */
  8640.     protected function get_Messenger_HandlerDescriptor_LUqK702Service()
  8641.     {
  8642.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8644.         include_once \dirname(__DIR__4).'/src/MessageHandler/Operation/SyncStockHandler.php';
  8645.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8646.         if (isset($this->privates['.messenger.handler_descriptor.lUqK702'])) {
  8647.             return $this->privates['.messenger.handler_descriptor.lUqK702'];
  8648.         }
  8649.         $b = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
  8650.         if (isset($this->privates['.messenger.handler_descriptor.lUqK702'])) {
  8651.             return $this->privates['.messenger.handler_descriptor.lUqK702'];
  8652.         }
  8653.         return $this->privates['.messenger.handler_descriptor.lUqK702'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Operation\SyncStockHandler($a$b), []);
  8654.     }
  8655.     /**
  8656.      * Gets the private '.messenger.handler_descriptor.lxV5UvV' shared service.
  8657.      *
  8658.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8659.      */
  8660.     protected function get_Messenger_HandlerDescriptor_LxV5UvVService()
  8661.     {
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8664.         include_once \dirname(__DIR__4).'/src/MessageHandler/CRM/Isoskele/SendTasParticipationHandler.php';
  8665.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8666.         if (isset($this->privates['.messenger.handler_descriptor.lxV5UvV'])) {
  8667.             return $this->privates['.messenger.handler_descriptor.lxV5UvV'];
  8668.         }
  8669.         $b = ($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] ?? $this->getParticipationDrawManagerService());
  8670.         if (isset($this->privates['.messenger.handler_descriptor.lxV5UvV'])) {
  8671.             return $this->privates['.messenger.handler_descriptor.lxV5UvV'];
  8672.         }
  8673.         return $this->privates['.messenger.handler_descriptor.lxV5UvV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendTasParticipationHandler($a$b), []);
  8674.     }
  8675.     /**
  8676.      * Gets the private '.messenger.handler_descriptor.nVs7Oqo' shared service.
  8677.      *
  8678.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8679.      */
  8680.     protected function get_Messenger_HandlerDescriptor_NVs7OqoService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8684.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Multi/PostParticipationMultiOdrByMessageHandler.php';
  8685.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8686.         if (isset($this->privates['.messenger.handler_descriptor.nVs7Oqo'])) {
  8687.             return $this->privates['.messenger.handler_descriptor.nVs7Oqo'];
  8688.         }
  8689.         $b = ($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] ?? $this->getMultiOfferServiceService());
  8690.         if (isset($this->privates['.messenger.handler_descriptor.nVs7Oqo'])) {
  8691.             return $this->privates['.messenger.handler_descriptor.nVs7Oqo'];
  8692.         }
  8693.         return $this->privates['.messenger.handler_descriptor.nVs7Oqo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Multi\PostParticipationMultiOdrByMessageHandler($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  8694.     }
  8695.     /**
  8696.      * Gets the private '.messenger.handler_descriptor.oDin3lY' shared service.
  8697.      *
  8698.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8699.      */
  8700.     protected function get_Messenger_HandlerDescriptor_ODin3lYService()
  8701.     {
  8702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8704.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendReminderBalanceUserByEmailHandler.php';
  8705.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8706.         if (isset($this->privates['.messenger.handler_descriptor.oDin3lY'])) {
  8707.             return $this->privates['.messenger.handler_descriptor.oDin3lY'];
  8708.         }
  8709.         return $this->privates['.messenger.handler_descriptor.oDin3lY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendReminderBalanceUserByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8710.     }
  8711.     /**
  8712.      * Gets the private '.messenger.handler_descriptor.pBP14O4' shared service.
  8713.      *
  8714.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8715.      */
  8716.     protected function get_Messenger_HandlerDescriptor_PBP14O4Service()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8720.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Step/ParticipationHandler.php';
  8721.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8722.         if (isset($this->privates['.messenger.handler_descriptor.pBP14O4'])) {
  8723.             return $this->privates['.messenger.handler_descriptor.pBP14O4'];
  8724.         }
  8725.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8726.         if (isset($this->privates['.messenger.handler_descriptor.pBP14O4'])) {
  8727.             return $this->privates['.messenger.handler_descriptor.pBP14O4'];
  8728.         }
  8729.         return $this->privates['.messenger.handler_descriptor.pBP14O4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Step\ParticipationHandler($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
  8730.     }
  8731.     /**
  8732.      * Gets the private '.messenger.handler_descriptor.pYrS9Ni' shared service.
  8733.      *
  8734.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8735.      */
  8736.     protected function get_Messenger_HandlerDescriptor_PYrS9NiService()
  8737.     {
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8740.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Refund/ParticipationHandler.php';
  8741.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8742.         if (isset($this->privates['.messenger.handler_descriptor.pYrS9Ni'])) {
  8743.             return $this->privates['.messenger.handler_descriptor.pYrS9Ni'];
  8744.         }
  8745.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8746.         if (isset($this->privates['.messenger.handler_descriptor.pYrS9Ni'])) {
  8747.             return $this->privates['.messenger.handler_descriptor.pYrS9Ni'];
  8748.         }
  8749.         $c = ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService());
  8750.         if (isset($this->privates['.messenger.handler_descriptor.pYrS9Ni'])) {
  8751.             return $this->privates['.messenger.handler_descriptor.pYrS9Ni'];
  8752.         }
  8753.         return $this->privates['.messenger.handler_descriptor.pYrS9Ni'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Refund\ParticipationHandler($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c), []);
  8754.     }
  8755.     /**
  8756.      * Gets the private '.messenger.handler_descriptor.qgsEpl0' shared service.
  8757.      *
  8758.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8759.      */
  8760.     protected function get_Messenger_HandlerDescriptor_QgsEpl0Service()
  8761.     {
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8764.         include_once \dirname(__DIR__4).'/src/MessageHandler/Purse/AddForGodParentHandler.php';
  8765.         include_once \dirname(__DIR__4).'/src/Manager/Purse/ItemPuntosManager.php';
  8766.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8767.         if (isset($this->privates['.messenger.handler_descriptor.qgsEpl0'])) {
  8768.             return $this->privates['.messenger.handler_descriptor.qgsEpl0'];
  8769.         }
  8770.         $b = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
  8771.         if (isset($this->privates['.messenger.handler_descriptor.qgsEpl0'])) {
  8772.             return $this->privates['.messenger.handler_descriptor.qgsEpl0'];
  8773.         }
  8774.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8775.         if (isset($this->privates['.messenger.handler_descriptor.qgsEpl0'])) {
  8776.             return $this->privates['.messenger.handler_descriptor.qgsEpl0'];
  8777.         }
  8778.         return $this->privates['.messenger.handler_descriptor.qgsEpl0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Purse\AddForGodParentHandler($a, ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] ?? ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] = new \App\Manager\Purse\ItemPuntosManager())), $b$c), []);
  8779.     }
  8780.     /**
  8781.      * Gets the private '.messenger.handler_descriptor.t2wujiL' shared service.
  8782.      *
  8783.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8784.      */
  8785.     protected function get_Messenger_HandlerDescriptor_T2wujiLService()
  8786.     {
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8789.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendInitializationAccountByEmailHandler.php';
  8790.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8791.         if (isset($this->privates['.messenger.handler_descriptor.t2wujiL'])) {
  8792.             return $this->privates['.messenger.handler_descriptor.t2wujiL'];
  8793.         }
  8794.         return $this->privates['.messenger.handler_descriptor.t2wujiL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendInitializationAccountByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8795.     }
  8796.     /**
  8797.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  8798.      *
  8799.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8800.      */
  8801.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  8802.     {
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8808.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8809.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  8810.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  8811.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  8812.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  8813.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  8814.     }
  8815.     /**
  8816.      * Gets the private '.messenger.handler_descriptor.vzbBrIF' shared service.
  8817.      *
  8818.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8819.      */
  8820.     protected function get_Messenger_HandlerDescriptor_VzbBrIFService()
  8821.     {
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8824.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Coupon/sendCouponByEmailHandler.php';
  8825.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8826.         if (isset($this->privates['.messenger.handler_descriptor.vzbBrIF'])) {
  8827.             return $this->privates['.messenger.handler_descriptor.vzbBrIF'];
  8828.         }
  8829.         return $this->privates['.messenger.handler_descriptor.vzbBrIF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Coupon\sendCouponByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8830.     }
  8831.     /**
  8832.      * Gets the private '.messenger.handler_descriptor.xY0zY4T' shared service.
  8833.      *
  8834.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8835.      */
  8836.     protected function get_Messenger_HandlerDescriptor_XY0zY4TService()
  8837.     {
  8838.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8839.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8840.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendEmailAccordingStatusParticipationByEmailHandler.php';
  8841.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8842.         if (isset($this->privates['.messenger.handler_descriptor.xY0zY4T'])) {
  8843.             return $this->privates['.messenger.handler_descriptor.xY0zY4T'];
  8844.         }
  8845.         return $this->privates['.messenger.handler_descriptor.xY0zY4T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendEmailAccordingStatusParticipationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8846.     }
  8847.     /**
  8848.      * Gets the private '.messenger.handler_descriptor.y2gc7eg' shared service.
  8849.      *
  8850.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8851.      */
  8852.     protected function get_Messenger_HandlerDescriptor_Y2gc7egService()
  8853.     {
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8856.         include_once \dirname(__DIR__4).'/src/MessageHandler/Media/SendMediaCodeOdrHandler.php';
  8857.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8858.         if (isset($this->privates['.messenger.handler_descriptor.y2gc7eg'])) {
  8859.             return $this->privates['.messenger.handler_descriptor.y2gc7eg'];
  8860.         }
  8861.         $b = ($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'] ?? $this->getOdrCodeManagerService());
  8862.         if (isset($this->privates['.messenger.handler_descriptor.y2gc7eg'])) {
  8863.             return $this->privates['.messenger.handler_descriptor.y2gc7eg'];
  8864.         }
  8865.         return $this->privates['.messenger.handler_descriptor.y2gc7eg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Media\SendMediaCodeOdrHandler($a$b), []);
  8866.     }
  8867.     /**
  8868.      * Gets the private '.messenger.handler_descriptor.yVgGhj5' shared service.
  8869.      *
  8870.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8871.      */
  8872.     protected function get_Messenger_HandlerDescriptor_YVgGhj5Service()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8876.         include_once \dirname(__DIR__4).'/src/MessageHandler/Participation/Puntos/sendPuntosByEmailHandler.php';
  8877.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8878.         if (isset($this->privates['.messenger.handler_descriptor.yVgGhj5'])) {
  8879.             return $this->privates['.messenger.handler_descriptor.yVgGhj5'];
  8880.         }
  8881.         $b = ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService());
  8882.         if (isset($this->privates['.messenger.handler_descriptor.yVgGhj5'])) {
  8883.             return $this->privates['.messenger.handler_descriptor.yVgGhj5'];
  8884.         }
  8885.         return $this->privates['.messenger.handler_descriptor.yVgGhj5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Puntos\sendPuntosByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), $b), []);
  8886.     }
  8887.     /**
  8888.      * Gets the private '.messenger.handler_descriptor.zN_Y97d' shared service.
  8889.      *
  8890.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8891.      */
  8892.     protected function get_Messenger_HandlerDescriptor_ZNY97dService()
  8893.     {
  8894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8895.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8896.         include_once \dirname(__DIR__4).'/src/MessageHandler/Media/SendMediaCodeDrawHandler.php';
  8897.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8898.         if (isset($this->privates['.messenger.handler_descriptor.zN_Y97d'])) {
  8899.             return $this->privates['.messenger.handler_descriptor.zN_Y97d'];
  8900.         }
  8901.         return $this->privates['.messenger.handler_descriptor.zN_Y97d'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Media\SendMediaCodeDrawHandler($a, ($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'] ?? $this->getDrawCodeManagerService())), []);
  8902.     }
  8903.     /**
  8904.      * Gets the private '.messenger.handler_descriptor.zcTORA4' shared service.
  8905.      *
  8906.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8907.      */
  8908.     protected function get_Messenger_HandlerDescriptor_ZcTORA4Service()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8912.         include_once \dirname(__DIR__4).'/src/MessageHandler/Email/SendGiftCodeByEmailHandler.php';
  8913.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8914.         if (isset($this->privates['.messenger.handler_descriptor.zcTORA4'])) {
  8915.             return $this->privates['.messenger.handler_descriptor.zcTORA4'];
  8916.         }
  8917.         return $this->privates['.messenger.handler_descriptor.zcTORA4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendGiftCodeByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
  8918.     }
  8919.     /**
  8920.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  8921.      *
  8922.      * @return \Symfony\Component\Console\Command\LazyCommand
  8923.      */
  8924.     protected function get_Monolog_Command_ServerLog_LazyService()
  8925.     {
  8926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8928.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  8929.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  8930.         });
  8931.     }
  8932.     /**
  8933.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  8934.      *
  8935.      * @return \Symfony\Component\Console\Command\LazyCommand
  8936.      */
  8937.     protected function get_Security_Command_DebugFirewall_LazyService()
  8938.     {
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8941.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  8942.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  8943.         });
  8944.     }
  8945.     /**
  8946.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  8947.      *
  8948.      * @return \Symfony\Component\Console\Command\LazyCommand
  8949.      */
  8950.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8954.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  8955.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  8956.         });
  8957.     }
  8958.     /**
  8959.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  8960.      *
  8961.      * @return \Symfony\Component\Console\Command\LazyCommand
  8962.      */
  8963.     protected function get_Security_Command_UserPasswordHash_LazyService()
  8964.     {
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8967.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  8968.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  8969.         });
  8970.     }
  8971.     /**
  8972.      * Gets the private '.service_locator..6GzlJ_' shared service.
  8973.      *
  8974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8975.      */
  8976.     protected function get_ServiceLocator__6GzlJService()
  8977.     {
  8978.         return $this->privates['.service_locator..6GzlJ_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8979.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  8980.             'sendInBlue' => ['privates''App\\Service\\SendInBlue''getSendInBlueService'false],
  8981.             'tokenManager' => ['privates''App\\Manager\\TokenManager''getTokenManagerService'false],
  8982.         ], [
  8983.             'passwordEncoder' => '?',
  8984.             'sendInBlue' => 'App\\Service\\SendInBlue',
  8985.             'tokenManager' => 'App\\Manager\\TokenManager',
  8986.         ]);
  8987.     }
  8988.     /**
  8989.      * Gets the private '.service_locator..LjMnbo' shared service.
  8990.      *
  8991.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8992.      */
  8993.     protected function get_ServiceLocator__LjMnboService()
  8994.     {
  8995.         return $this->privates['.service_locator..LjMnbo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8996.             'multiOffer' => ['privates''.errored..service_locator..LjMnbo.App\\Entity\\Operation\\MultiOffer'NULL'Cannot autowire service ".service_locator..LjMnbo": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.'],
  8997.         ], [
  8998.             'multiOffer' => 'App\\Entity\\Operation\\MultiOffer',
  8999.         ]);
  9000.     }
  9001.     /**
  9002.      * Gets the private '.service_locator.0UL2DC_' shared service.
  9003.      *
  9004.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9005.      */
  9006.     protected function get_ServiceLocator_0UL2DCService()
  9007.     {
  9008.         return $this->privates['.service_locator.0UL2DC_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9009.             'draw' => ['privates''.errored..service_locator.0UL2DC_.App\\Entity\\Operation\\Draw'NULL'Cannot autowire service ".service_locator.0UL2DC_": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
  9010.         ], [
  9011.             'draw' => 'App\\Entity\\Operation\\Draw',
  9012.         ]);
  9013.     }
  9014.     /**
  9015.      * Gets the private '.service_locator.0gI80se' shared service.
  9016.      *
  9017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9018.      */
  9019.     protected function get_ServiceLocator_0gI80seService()
  9020.     {
  9021.         return $this->privates['.service_locator.0gI80se'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9022.             'tas' => ['privates''.errored..service_locator.0gI80se.App\\Entity\\Tas\\TasDraw'NULL'Cannot autowire service ".service_locator.0gI80se": it references class "App\\Entity\\Tas\\TasDraw" but no such service exists.'],
  9023.         ], [
  9024.             'tas' => 'App\\Entity\\Tas\\TasDraw',
  9025.         ]);
  9026.     }
  9027.     /**
  9028.      * Gets the private '.service_locator.0yTzfwv' shared service.
  9029.      *
  9030.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9031.      */
  9032.     protected function get_ServiceLocator_0yTzfwvService()
  9033.     {
  9034.         return $this->privates['.service_locator.0yTzfwv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9035.             'odr' => ['privates''.errored..service_locator.0yTzfwv.App\\Entity\\Operation\\Odr'NULL'Cannot autowire service ".service_locator.0yTzfwv": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
  9036.             'odrCodeRepository' => ['privates''App\\Repository\\OperationCode\\OdrCodeRepository''getOdrCodeRepositoryService'false],
  9037.         ], [
  9038.             'odr' => 'App\\Entity\\Operation\\Odr',
  9039.             'odrCodeRepository' => 'App\\Repository\\OperationCode\\OdrCodeRepository',
  9040.         ]);
  9041.     }
  9042.     /**
  9043.      * Gets the private '.service_locator.2dRqrnw' shared service.
  9044.      *
  9045.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9046.      */
  9047.     protected function get_ServiceLocator_2dRqrnwService()
  9048.     {
  9049.         return $this->privates['.service_locator.2dRqrnw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9050.             'draw' => ['privates''.errored..service_locator.2dRqrnw.App\\Entity\\Operation\\Draw'NULL'Cannot autowire service ".service_locator.2dRqrnw": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
  9051.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  9052.             'mediaDrawManager' => ['privates''App\\Manager\\MediaObject\\MediaDrawManager''getMediaDrawManagerService'false],
  9053.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9054.         ], [
  9055.             'draw' => 'App\\Entity\\Operation\\Draw',
  9056.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  9057.             'mediaDrawManager' => 'App\\Manager\\MediaObject\\MediaDrawManager',
  9058.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9059.         ]);
  9060.     }
  9061.     /**
  9062.      * Gets the private '.service_locator.2xXWb26' shared service.
  9063.      *
  9064.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9065.      */
  9066.     protected function get_ServiceLocator_2xXWb26Service()
  9067.     {
  9068.         return $this->privates['.service_locator.2xXWb26'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9069.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  9070.             'mediaDrawManager' => ['privates''App\\Manager\\MediaObject\\MediaDrawManager''getMediaDrawManagerService'false],
  9071.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9072.         ], [
  9073.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  9074.             'mediaDrawManager' => 'App\\Manager\\MediaObject\\MediaDrawManager',
  9075.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9076.         ]);
  9077.     }
  9078.     /**
  9079.      * Gets the private '.service_locator.3UfYZXl' shared service.
  9080.      *
  9081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9082.      */
  9083.     protected function get_ServiceLocator_3UfYZXlService()
  9084.     {
  9085.         return $this->privates['.service_locator.3UfYZXl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9086.             'mediaGameParams' => ['privates''App\\Manager\\MediaObject\\MediaGameParamsManager''getMediaGameParamsManagerService'false],
  9087.         ], [
  9088.             'mediaGameParams' => 'App\\Manager\\MediaObject\\MediaGameParamsManager',
  9089.         ]);
  9090.     }
  9091.     /**
  9092.      * Gets the private '.service_locator.3eI60ZR' shared service.
  9093.      *
  9094.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9095.      */
  9096.     protected function get_ServiceLocator_3eI60ZRService()
  9097.     {
  9098.         return $this->privates['.service_locator.3eI60ZR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9099.             'blog' => ['privates''.errored..service_locator.3eI60ZR.App\\Entity\\Blog'NULL'Cannot autowire service ".service_locator.3eI60ZR": it references class "App\\Entity\\Blog" but no such service exists.'],
  9100.             'mediaBlogManager' => ['privates''App\\Manager\\MediaObject\\MediaBlogManager''getMediaBlogManagerService'false],
  9101.             'mediaThumbnailBlogManager' => ['privates''App\\Manager\\MediaObject\\MediaThumbnailBlogManager''getMediaThumbnailBlogManagerService'false],
  9102.         ], [
  9103.             'blog' => 'App\\Entity\\Blog',
  9104.             'mediaBlogManager' => 'App\\Manager\\MediaObject\\MediaBlogManager',
  9105.             'mediaThumbnailBlogManager' => 'App\\Manager\\MediaObject\\MediaThumbnailBlogManager',
  9106.         ]);
  9107.     }
  9108.     /**
  9109.      * Gets the private '.service_locator.4JZfqQC' shared service.
  9110.      *
  9111.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9112.      */
  9113.     protected function get_ServiceLocator_4JZfqQCService()
  9114.     {
  9115.         return $this->privates['.service_locator.4JZfqQC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9116.             'cart' => ['privates''.errored..service_locator.4JZfqQC.App\\Entity\\Cart\\Cart'NULL'Cannot autowire service ".service_locator.4JZfqQC": it references class "App\\Entity\\Cart\\Cart" but no such service exists.'],
  9117.         ], [
  9118.             'cart' => 'App\\Entity\\Cart\\Cart',
  9119.         ]);
  9120.     }
  9121.     /**
  9122.      * Gets the private '.service_locator.5DLDouJ' shared service.
  9123.      *
  9124.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9125.      */
  9126.     protected function get_ServiceLocator_5DLDouJService()
  9127.     {
  9128.         return $this->privates['.service_locator.5DLDouJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9129.             'coupon' => ['privates''.errored..service_locator.5DLDouJ.App\\Entity\\Operation\\Coupon'NULL'Cannot autowire service ".service_locator.5DLDouJ": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.'],
  9130.             'multi' => ['privates''App\\Service\\Api\\Coupon\\MultiOfferCouponService''getMultiOfferCouponServiceService'false],
  9131.         ], [
  9132.             'coupon' => 'App\\Entity\\Operation\\Coupon',
  9133.             'multi' => 'App\\Service\\Api\\Coupon\\MultiOfferCouponService',
  9134.         ]);
  9135.     }
  9136.     /**
  9137.      * Gets the private '.service_locator.5QPaoGg' shared service.
  9138.      *
  9139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9140.      */
  9141.     protected function get_ServiceLocator_5QPaoGgService()
  9142.     {
  9143.         return $this->privates['.service_locator.5QPaoGg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9144.             'mediaBlogManager' => ['privates''App\\Manager\\MediaObject\\MediaBlogManager''getMediaBlogManagerService'false],
  9145.             'mediaThumbnailBlogManager' => ['privates''App\\Manager\\MediaObject\\MediaThumbnailBlogManager''getMediaThumbnailBlogManagerService'false],
  9146.         ], [
  9147.             'mediaBlogManager' => 'App\\Manager\\MediaObject\\MediaBlogManager',
  9148.             'mediaThumbnailBlogManager' => 'App\\Manager\\MediaObject\\MediaThumbnailBlogManager',
  9149.         ]);
  9150.     }
  9151.     /**
  9152.      * Gets the private '.service_locator.5b2Yc67' shared service.
  9153.      *
  9154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9155.      */
  9156.     protected function get_ServiceLocator_5b2Yc67Service()
  9157.     {
  9158.         return $this->privates['.service_locator.5b2Yc67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9159.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  9160.         ], [
  9161.             'parameterBag' => '?',
  9162.         ]);
  9163.     }
  9164.     /**
  9165.      * Gets the private '.service_locator.6crn3nL' shared service.
  9166.      *
  9167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9168.      */
  9169.     protected function get_ServiceLocator_6crn3nLService()
  9170.     {
  9171.         return $this->privates['.service_locator.6crn3nL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9172.             'tas' => ['privates''.errored..service_locator.6crn3nL.App\\Entity\\Tas\\TasAuto'NULL'Cannot autowire service ".service_locator.6crn3nL": it references class "App\\Entity\\Tas\\TasAuto" but no such service exists.'],
  9173.         ], [
  9174.             'tas' => 'App\\Entity\\Tas\\TasAuto',
  9175.         ]);
  9176.     }
  9177.     /**
  9178.      * Gets the private '.service_locator.6vmwRDi' shared service.
  9179.      *
  9180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9181.      */
  9182.     protected function get_ServiceLocator_6vmwRDiService()
  9183.     {
  9184.         return $this->privates['.service_locator.6vmwRDi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9185.             'gameParam' => ['privates''.errored..service_locator.6vmwRDi.App\\Entity\\WebsiteParams\\GameParams'NULL'Cannot autowire service ".service_locator.6vmwRDi": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.'],
  9186.             'mediaGameParams' => ['privates''App\\Manager\\MediaObject\\MediaGameParamsManager''getMediaGameParamsManagerService'false],
  9187.         ], [
  9188.             'gameParam' => 'App\\Entity\\WebsiteParams\\GameParams',
  9189.             'mediaGameParams' => 'App\\Manager\\MediaObject\\MediaGameParamsManager',
  9190.         ]);
  9191.     }
  9192.     /**
  9193.      * Gets the private '.service_locator.70.bBa5' shared service.
  9194.      *
  9195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9196.      */
  9197.     protected function get_ServiceLocator_70_BBa5Service()
  9198.     {
  9199.         return $this->privates['.service_locator.70.bBa5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9200.             'menu' => ['privates''.errored..service_locator.70.bBa5.App\\Entity\\Menu'NULL'Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Menu" but no such service exists.'],
  9201.             'profile' => ['privates''.errored..service_locator.70.bBa5.App\\Entity\\Security\\Profile'NULL'Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Security\\Profile" but no such service exists.'],
  9202.         ], [
  9203.             'menu' => 'App\\Entity\\Menu',
  9204.             'profile' => 'App\\Entity\\Security\\Profile',
  9205.         ]);
  9206.     }
  9207.     /**
  9208.      * Gets the private '.service_locator.83xXW6q' shared service.
  9209.      *
  9210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9211.      */
  9212.     protected function get_ServiceLocator_83xXW6qService()
  9213.     {
  9214.         return $this->privates['.service_locator.83xXW6q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9215.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  9216.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  9217.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  9218.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9219.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9220.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  9221.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9222.             'router' => ['services''router''getRouterService'false],
  9223.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  9224.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  9225.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9226.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  9227.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  9228.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9229.         ], [
  9230.             'doctrine' => '?',
  9231.             'form.factory' => '?',
  9232.             'http_kernel' => '?',
  9233.             'message_bus' => '?',
  9234.             'messenger.default_bus' => '?',
  9235.             'parameter_bag' => '?',
  9236.             'request_stack' => '?',
  9237.             'router' => '?',
  9238.             'security.authorization_checker' => '?',
  9239.             'security.csrf.token_manager' => '?',
  9240.             'security.token_storage' => '?',
  9241.             'serializer' => '?',
  9242.             'session' => '.session.deprecated',
  9243.             'twig' => '?',
  9244.         ]);
  9245.     }
  9246.     /**
  9247.      * Gets the private '.service_locator.8MS6oaX' shared service.
  9248.      *
  9249.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9250.      */
  9251.     protected function get_ServiceLocator_8MS6oaXService()
  9252.     {
  9253.         return $this->privates['.service_locator.8MS6oaX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9254.             'security.firewall.map.context.api_admin' => ['privates''security.firewall.map.context.api_admin''getSecurity_Firewall_Map_Context_ApiAdminService'false],
  9255.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  9256.             'security.firewall.map.context.api_public' => ['privates''security.firewall.map.context.api_public''getSecurity_Firewall_Map_Context_ApiPublicService'false],
  9257.             'security.firewall.map.context.api_secured' => ['privates''security.firewall.map.context.api_secured''getSecurity_Firewall_Map_Context_ApiSecuredService'false],
  9258.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  9259.             'security.firewall.map.context.docs' => ['privates''security.firewall.map.context.docs''getSecurity_Firewall_Map_Context_DocsService'false],
  9260.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  9261.         ], [
  9262.             'security.firewall.map.context.api_admin' => '?',
  9263.             'security.firewall.map.context.api_login' => '?',
  9264.             'security.firewall.map.context.api_public' => '?',
  9265.             'security.firewall.map.context.api_secured' => '?',
  9266.             'security.firewall.map.context.dev' => '?',
  9267.             'security.firewall.map.context.docs' => '?',
  9268.             'security.firewall.map.context.main' => '?',
  9269.         ]);
  9270.     }
  9271.     /**
  9272.      * Gets the private '.service_locator.8RdPJQl' shared service.
  9273.      *
  9274.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9275.      */
  9276.     protected function get_ServiceLocator_8RdPJQlService()
  9277.     {
  9278.         return $this->privates['.service_locator.8RdPJQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9279.             'ingredientRepository' => ['privates''App\\Repository\\Recipe\\IngredientRepository''getIngredientRepositoryService'false],
  9280.         ], [
  9281.             'ingredientRepository' => 'App\\Repository\\Recipe\\IngredientRepository',
  9282.         ]);
  9283.     }
  9284.     /**
  9285.      * Gets the private '.service_locator.8SORNwv' shared service.
  9286.      *
  9287.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9288.      */
  9289.     protected function get_ServiceLocator_8SORNwvService()
  9290.     {
  9291.         return $this->privates['.service_locator.8SORNwv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9292.             'mediaPromotionManager' => ['privates''App\\Manager\\MediaObject\\MediaPromotionManager''getMediaPromotionManagerService'false],
  9293.             'promotion' => ['privates''.errored..service_locator.8SORNwv.App\\Entity\\Sogec\\Promotion'NULL'Cannot autowire service ".service_locator.8SORNwv": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.'],
  9294.         ], [
  9295.             'mediaPromotionManager' => 'App\\Manager\\MediaObject\\MediaPromotionManager',
  9296.             'promotion' => 'App\\Entity\\Sogec\\Promotion',
  9297.         ]);
  9298.     }
  9299.     /**
  9300.      * Gets the private '.service_locator.8gFm8Qm' shared service.
  9301.      *
  9302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9303.      */
  9304.     protected function get_ServiceLocator_8gFm8QmService()
  9305.     {
  9306.         return $this->privates['.service_locator.8gFm8Qm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9307.             'codeDrawManager' => ['privates''App\\Manager\\MediaObject\\MediaCodeDrawManager''getMediaCodeDrawManagerService'false],
  9308.             'draw' => ['privates''.errored..service_locator.8gFm8Qm.App\\Entity\\Operation\\Draw'NULL'Cannot autowire service ".service_locator.8gFm8Qm": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
  9309.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9310.         ], [
  9311.             'codeDrawManager' => 'App\\Manager\\MediaObject\\MediaCodeDrawManager',
  9312.             'draw' => 'App\\Entity\\Operation\\Draw',
  9313.             'messageBus' => '?',
  9314.         ]);
  9315.     }
  9316.     /**
  9317.      * Gets the private '.service_locator.8n1P0Su' shared service.
  9318.      *
  9319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9320.      */
  9321.     protected function get_ServiceLocator_8n1P0SuService()
  9322.     {
  9323.         return $this->privates['.service_locator.8n1P0Su'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9324.             'draw' => ['privates''.errored..service_locator.8n1P0Su.App\\Entity\\Operation\\Draw'NULL'Cannot autowire service ".service_locator.8n1P0Su": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
  9325.             'drawManager' => ['privates''App\\Manager\\Operation\\DrawManager''getDrawManagerService'false],
  9326.         ], [
  9327.             'draw' => 'App\\Entity\\Operation\\Draw',
  9328.             'drawManager' => 'App\\Manager\\Operation\\DrawManager',
  9329.         ]);
  9330.     }
  9331.     /**
  9332.      * Gets the private '.service_locator.988yIrC' shared service.
  9333.      *
  9334.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9335.      */
  9336.     protected function get_ServiceLocator_988yIrCService()
  9337.     {
  9338.         return $this->privates['.service_locator.988yIrC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9339.             'mediaPdfManager' => ['privates''App\\Manager\\MediaObject\\MediaPdfManager''getMediaPdfManagerService'false],
  9340.         ], [
  9341.             'mediaPdfManager' => 'App\\Manager\\MediaObject\\MediaPdfManager',
  9342.         ]);
  9343.     }
  9344.     /**
  9345.      * Gets the private '.service_locator.9b04eqr' shared service.
  9346.      *
  9347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9348.      */
  9349.     protected function get_ServiceLocator_9b04eqrService()
  9350.     {
  9351.         return $this->privates['.service_locator.9b04eqr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9352.             'detailsOdrManager' => ['privates''App\\Manager\\Details\\DetailsOdrManager''getDetailsOdrManagerService'false],
  9353.             'eanManager' => ['privates''App\\Manager\\Ean\\EanManager''getEanManagerService'false],
  9354.             'mediaOdrManager' => ['privates''App\\Manager\\MediaObject\\MediaOdrManager''getMediaOdrManagerService'false],
  9355.             'multi' => ['privates''App\\Service\\Api\\Odr\\MultiOfferOdrService''getMultiOfferOdrServiceService'false],
  9356.             'odrManager' => ['privates''App\\Manager\\Operation\\OdrManager''getOdrManagerService'false],
  9357.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9358.             'salesforceManager' => ['privates''App\\Manager\\CRM\\SalesforceManager''getSalesforceManagerService'false],
  9359.         ], [
  9360.             'detailsOdrManager' => 'App\\Manager\\Details\\DetailsOdrManager',
  9361.             'eanManager' => 'App\\Manager\\Ean\\EanManager',
  9362.             'mediaOdrManager' => 'App\\Manager\\MediaObject\\MediaOdrManager',
  9363.             'multi' => 'App\\Service\\Api\\Odr\\MultiOfferOdrService',
  9364.             'odrManager' => 'App\\Manager\\Operation\\OdrManager',
  9365.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9366.             'salesforceManager' => 'App\\Manager\\CRM\\SalesforceManager',
  9367.         ]);
  9368.     }
  9369.     /**
  9370.      * Gets the private '.service_locator.9bG0IlY' shared service.
  9371.      *
  9372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9373.      */
  9374.     protected function get_ServiceLocator_9bG0IlYService()
  9375.     {
  9376.         return $this->privates['.service_locator.9bG0IlY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9377.             'game' => ['privates''.errored..service_locator.9bG0IlY.App\\Entity\\Operation\\Game'NULL'Cannot autowire service ".service_locator.9bG0IlY": it references class "App\\Entity\\Operation\\Game" but no such service exists.'],
  9378.         ], [
  9379.             'game' => 'App\\Entity\\Operation\\Game',
  9380.         ]);
  9381.     }
  9382.     /**
  9383.      * Gets the private '.service_locator.BuOcRGX' shared service.
  9384.      *
  9385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9386.      */
  9387.     protected function get_ServiceLocator_BuOcRGXService()
  9388.     {
  9389.         return $this->privates['.service_locator.BuOcRGX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9390.             'eanManager' => ['privates''App\\Manager\\Ean\\EanManager''getEanManagerService'false],
  9391.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  9392.             'multiOfferManager' => ['privates''App\\Manager\\Operation\\MultiOfferManager''getMultiOfferManagerService'false],
  9393.             'multiOfferService' => ['privates''App\\Service\\Api\\MultiOffer\\MultiOfferService''getMultiOfferServiceService'false],
  9394.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9395.         ], [
  9396.             'eanManager' => 'App\\Manager\\Ean\\EanManager',
  9397.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  9398.             'multiOfferManager' => 'App\\Manager\\Operation\\MultiOfferManager',
  9399.             'multiOfferService' => 'App\\Service\\Api\\MultiOffer\\MultiOfferService',
  9400.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9401.         ]);
  9402.     }
  9403.     /**
  9404.      * Gets the private '.service_locator.CFivK_Q' shared service.
  9405.      *
  9406.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9407.      */
  9408.     protected function get_ServiceLocator_CFivKQService()
  9409.     {
  9410.         return $this->privates['.service_locator.CFivK_Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9411.             'menu' => ['privates''.errored..service_locator.CFivK_Q.App\\Entity\\Menu'NULL'Cannot autowire service ".service_locator.CFivK_Q": it references class "App\\Entity\\Menu" but no such service exists.'],
  9412.         ], [
  9413.             'menu' => 'App\\Entity\\Menu',
  9414.         ]);
  9415.     }
  9416.     /**
  9417.      * Gets the private '.service_locator.CbTSt_M' shared service.
  9418.      *
  9419.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9420.      */
  9421.     protected function get_ServiceLocator_CbTStMService()
  9422.     {
  9423.         return $this->privates['.service_locator.CbTSt_M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9424.             'couponManager' => ['privates''App\\Manager\\Operation\\CouponManager''getCouponManagerService'false],
  9425.         ], [
  9426.             'couponManager' => 'App\\Manager\\Operation\\CouponManager',
  9427.         ]);
  9428.     }
  9429.     /**
  9430.      * Gets the private '.service_locator.CxOQw7I' shared service.
  9431.      *
  9432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9433.      */
  9434.     protected function get_ServiceLocator_CxOQw7IService()
  9435.     {
  9436.         return $this->privates['.service_locator.CxOQw7I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9437.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  9438.             'multiOffer' => ['privates''.errored..service_locator.CxOQw7I.App\\Entity\\Operation\\MultiOffer'NULL'Cannot autowire service ".service_locator.CxOQw7I": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.'],
  9439.             'multiOfferService' => ['privates''App\\Service\\Api\\MultiOffer\\MultiOfferService''getMultiOfferServiceService'false],
  9440.         ], [
  9441.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  9442.             'multiOffer' => 'App\\Entity\\Operation\\MultiOffer',
  9443.             'multiOfferService' => 'App\\Service\\Api\\MultiOffer\\MultiOfferService',
  9444.         ]);
  9445.     }
  9446.     /**
  9447.      * Gets the private '.service_locator.El_icTj' shared service.
  9448.      *
  9449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9450.      */
  9451.     protected function get_ServiceLocator_ElIcTjService()
  9452.     {
  9453.         return $this->privates['.service_locator.El_icTj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9454.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9455.             'mediaObjectRepository' => ['privates''App\\Repository\\MediaObject\\MediaObjectRepository''getMediaObjectRepositoryService'false],
  9456.             'sendInBlue' => ['privates''App\\Service\\SendInBlue''getSendInBlueService'false],
  9457.             'tokenManager' => ['privates''App\\Manager\\TokenManager''getTokenManagerService'false],
  9458.         ], [
  9459.             'entityManager' => '?',
  9460.             'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
  9461.             'sendInBlue' => 'App\\Service\\SendInBlue',
  9462.             'tokenManager' => 'App\\Manager\\TokenManager',
  9463.         ]);
  9464.     }
  9465.     /**
  9466.      * Gets the private '.service_locator.Fm3CDqj' shared service.
  9467.      *
  9468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9469.      */
  9470.     protected function get_ServiceLocator_Fm3CDqjService()
  9471.     {
  9472.         return $this->privates['.service_locator.Fm3CDqj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9473.             'strate' => ['privates''.errored..service_locator.Fm3CDqj.App\\Entity\\User\\Strate'NULL'Cannot autowire service ".service_locator.Fm3CDqj": it references class "App\\Entity\\User\\Strate" but no such service exists.'],
  9474.             'strateRepository' => ['privates''App\\Repository\\User\\StrateRepository''getStrateRepositoryService'false],
  9475.         ], [
  9476.             'strate' => 'App\\Entity\\User\\Strate',
  9477.             'strateRepository' => 'App\\Repository\\User\\StrateRepository',
  9478.         ]);
  9479.     }
  9480.     /**
  9481.      * Gets the private '.service_locator.Fnah21W' shared service.
  9482.      *
  9483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9484.      */
  9485.     protected function get_ServiceLocator_Fnah21WService()
  9486.     {
  9487.         return $this->privates['.service_locator.Fnah21W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9488.             'consumer' => ['privates''.errored..service_locator.Fnah21W.App\\Entity\\User\\Consumer'NULL'Cannot autowire service ".service_locator.Fnah21W": it references class "App\\Entity\\User\\Consumer" but no such service exists.'],
  9489.             'participationRepository' => ['privates''App\\Repository\\Participation\\ParticipationRepository''getParticipationRepositoryService'false],
  9490.             'sponsorshipRequestRepository' => ['privates''App\\Repository\\Sponsorship\\SponsorshipRequestRepository''getSponsorshipRequestRepositoryService'false],
  9491.         ], [
  9492.             'consumer' => 'App\\Entity\\User\\Consumer',
  9493.             'participationRepository' => 'App\\Repository\\Participation\\ParticipationRepository',
  9494.             'sponsorshipRequestRepository' => 'App\\Repository\\Sponsorship\\SponsorshipRequestRepository',
  9495.         ]);
  9496.     }
  9497.     /**
  9498.      * Gets the private '.service_locator.H4p4N97' shared service.
  9499.      *
  9500.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9501.      */
  9502.     protected function get_ServiceLocator_H4p4N97Service()
  9503.     {
  9504.         return $this->privates['.service_locator.H4p4N97'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9505.             'coupon' => ['privates''.errored..service_locator.H4p4N97.App\\Entity\\Operation\\Coupon'NULL'Cannot autowire service ".service_locator.H4p4N97": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.'],
  9506.             'eligibilityManager' => ['privates''App\\Manager\\EligibilityManager''getEligibilityManagerService'false],
  9507.             'mediaCouponManager' => ['privates''App\\Manager\\MediaObject\\MediaCouponManager''getMediaCouponManagerService'false],
  9508.         ], [
  9509.             'coupon' => 'App\\Entity\\Operation\\Coupon',
  9510.             'eligibilityManager' => 'App\\Manager\\EligibilityManager',
  9511.             'mediaCouponManager' => 'App\\Manager\\MediaObject\\MediaCouponManager',
  9512.         ]);
  9513.     }
  9514.     /**
  9515.      * Gets the private '.service_locator.H8eFqz.' shared service.
  9516.      *
  9517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9518.      */
  9519.     protected function get_ServiceLocator_H8eFqz_Service()
  9520.     {
  9521.         return $this->privates['.service_locator.H8eFqz.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9522.             'departmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'false],
  9523.             'operationRepository' => ['privates''App\\Repository\\Operation\\OperationRepository''getOperationRepositoryService'false],
  9524.         ], [
  9525.             'departmentRepository' => 'App\\Repository\\DepartmentRepository',
  9526.             'operationRepository' => 'App\\Repository\\Operation\\OperationRepository',
  9527.         ]);
  9528.     }
  9529.     /**
  9530.      * Gets the private '.service_locator.HJaOIxV' shared service.
  9531.      *
  9532.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9533.      */
  9534.     protected function get_ServiceLocator_HJaOIxVService()
  9535.     {
  9536.         return $this->privates['.service_locator.HJaOIxV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9537.             'codeGiftManager' => ['privates''App\\Manager\\MediaObject\\MediaCodeGiftManager''getMediaCodeGiftManagerService'false],
  9538.             'gift' => ['privates''.errored..service_locator.HJaOIxV.App\\Entity\\Catalog\\Gift'NULL'Cannot autowire service ".service_locator.HJaOIxV": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
  9539.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9540.         ], [
  9541.             'codeGiftManager' => 'App\\Manager\\MediaObject\\MediaCodeGiftManager',
  9542.             'gift' => 'App\\Entity\\Catalog\\Gift',
  9543.             'messageBus' => '?',
  9544.         ]);
  9545.     }
  9546.     /**
  9547.      * Gets the private '.service_locator.HQGaOVb' shared service.
  9548.      *
  9549.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9550.      */
  9551.     protected function get_ServiceLocator_HQGaOVbService()
  9552.     {
  9553.         return $this->privates['.service_locator.HQGaOVb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9554.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  9555.             'security.event_dispatcher.api_admin' => ['privates''security.event_dispatcher.api_admin''getSecurity_EventDispatcher_ApiAdminService'false],
  9556.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  9557.             'security.event_dispatcher.api_public' => ['privates''security.event_dispatcher.api_public''getSecurity_EventDispatcher_ApiPublicService'false],
  9558.             'security.event_dispatcher.api_secured' => ['privates''security.event_dispatcher.api_secured''getSecurity_EventDispatcher_ApiSecuredService'false],
  9559.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  9560.         ], [
  9561.             'event_dispatcher' => '?',
  9562.             'security.event_dispatcher.api_admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9563.             'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9564.             'security.event_dispatcher.api_public' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9565.             'security.event_dispatcher.api_secured' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9566.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9567.         ]);
  9568.     }
  9569.     /**
  9570.      * Gets the private '.service_locator.IA3XuDg' shared service.
  9571.      *
  9572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9573.      */
  9574.     protected function get_ServiceLocator_IA3XuDgService()
  9575.     {
  9576.         return $this->privates['.service_locator.IA3XuDg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9577.             'gameParam' => ['privates''.errored..service_locator.IA3XuDg.App\\Entity\\WebsiteParams\\GameParams'NULL'Cannot autowire service ".service_locator.IA3XuDg": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.'],
  9578.         ], [
  9579.             'gameParam' => 'App\\Entity\\WebsiteParams\\GameParams',
  9580.         ]);
  9581.     }
  9582.     /**
  9583.      * Gets the private '.service_locator.J.8ibUs' shared service.
  9584.      *
  9585.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9586.      */
  9587.     protected function get_ServiceLocator_J_8ibUsService()
  9588.     {
  9589.         return $this->privates['.service_locator.J.8ibUs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9590.             'blog' => ['privates''.errored..service_locator.J.8ibUs.App\\Entity\\Blog'NULL'Cannot autowire service ".service_locator.J.8ibUs": it references class "App\\Entity\\Blog" but no such service exists.'],
  9591.         ], [
  9592.             'blog' => 'App\\Entity\\Blog',
  9593.         ]);
  9594.     }
  9595.     /**
  9596.      * Gets the private '.service_locator.JyxYpCU' shared service.
  9597.      *
  9598.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9599.      */
  9600.     protected function get_ServiceLocator_JyxYpCUService()
  9601.     {
  9602.         return $this->privates['.service_locator.JyxYpCU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9603.             'csvManager' => ['services''App\\Manager\\CsvManager''getCsvManagerService'false],
  9604.         ], [
  9605.             'csvManager' => 'App\\Manager\\CsvManager',
  9606.         ]);
  9607.     }
  9608.     /**
  9609.      * Gets the private '.service_locator.KYDOPqT' shared service.
  9610.      *
  9611.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9612.      */
  9613.     protected function get_ServiceLocator_KYDOPqTService()
  9614.     {
  9615.         return $this->privates['.service_locator.KYDOPqT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9616.             'participation' => ['privates''.errored..service_locator.KYDOPqT.App\\Entity\\Participation\\Participation'NULL'Cannot autowire service ".service_locator.KYDOPqT": it references class "App\\Entity\\Participation\\Participation" but no such service exists.'],
  9617.         ], [
  9618.             'participation' => 'App\\Entity\\Participation\\Participation',
  9619.         ]);
  9620.     }
  9621.     /**
  9622.      * Gets the private '.service_locator.KfbR3DY' shared service.
  9623.      *
  9624.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9625.      */
  9626.     protected function get_ServiceLocator_KfbR3DYService()
  9627.     {
  9628.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9629.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".'],
  9630.         ], [
  9631.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  9632.         ]);
  9633.     }
  9634.     /**
  9635.      * Gets the private '.service_locator.LX3f32l' shared service.
  9636.      *
  9637.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9638.      */
  9639.     protected function get_ServiceLocator_LX3f32lService()
  9640.     {
  9641.         return $this->privates['.service_locator.LX3f32l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9642.             'eanManager' => ['privates''App\\Manager\\Ean\\EanManager''getEanManagerService'false],
  9643.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  9644.             'multiOffer' => ['privates''.errored..service_locator.LX3f32l.App\\Entity\\Operation\\MultiOffer'NULL'Cannot autowire service ".service_locator.LX3f32l": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.'],
  9645.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9646.         ], [
  9647.             'eanManager' => 'App\\Manager\\Ean\\EanManager',
  9648.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  9649.             'multiOffer' => 'App\\Entity\\Operation\\MultiOffer',
  9650.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9651.         ]);
  9652.     }
  9653.     /**
  9654.      * Gets the private '.service_locator.Ls648nH' shared service.
  9655.      *
  9656.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9657.      */
  9658.     protected function get_ServiceLocator_Ls648nHService()
  9659.     {
  9660.         return $this->privates['.service_locator.Ls648nH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9661.             'resetPasswordManager' => ['privates''App\\Manager\\ResetPasswordManager''getResetPasswordManagerService'false],
  9662.         ], [
  9663.             'resetPasswordManager' => 'App\\Manager\\ResetPasswordManager',
  9664.         ]);
  9665.     }
  9666.     /**
  9667.      * Gets the private '.service_locator.Lw87tcx' shared service.
  9668.      *
  9669.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9670.      */
  9671.     protected function get_ServiceLocator_Lw87tcxService()
  9672.     {
  9673.         return $this->privates['.service_locator.Lw87tcx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9674.             'strate' => ['privates''.errored..service_locator.Lw87tcx.App\\Entity\\User\\Strate'NULL'Cannot autowire service ".service_locator.Lw87tcx": it references class "App\\Entity\\User\\Strate" but no such service exists.'],
  9675.         ], [
  9676.             'strate' => 'App\\Entity\\User\\Strate',
  9677.         ]);
  9678.     }
  9679.     /**
  9680.      * Gets the private '.service_locator.LxZZ27q' shared service.
  9681.      *
  9682.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9683.      */
  9684.     protected function get_ServiceLocator_LxZZ27qService()
  9685.     {
  9686.         return $this->privates['.service_locator.LxZZ27q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9687.             'multiOfferManager' => ['privates''App\\Manager\\Operation\\MultiOfferManager''getMultiOfferManagerService'false],
  9688.         ], [
  9689.             'multiOfferManager' => 'App\\Manager\\Operation\\MultiOfferManager',
  9690.         ]);
  9691.     }
  9692.     /**
  9693.      * Gets the private '.service_locator.MIPy9cI' shared service.
  9694.      *
  9695.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9696.      */
  9697.     protected function get_ServiceLocator_MIPy9cIService()
  9698.     {
  9699.         return $this->privates['.service_locator.MIPy9cI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9700.             'gameRepository' => ['privates''App\\Repository\\Operation\\GameRepository''getGameRepositoryService'false],
  9701.         ], [
  9702.             'gameRepository' => 'App\\Repository\\Operation\\GameRepository',
  9703.         ]);
  9704.     }
  9705.     /**
  9706.      * Gets the private '.service_locator.Mg8kkGg' shared service.
  9707.      *
  9708.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9709.      */
  9710.     protected function get_ServiceLocator_Mg8kkGgService()
  9711.     {
  9712.         return $this->privates['.service_locator.Mg8kkGg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9713.             'recipeType' => ['privates''.errored..service_locator.Mg8kkGg.App\\Entity\\Recipe\\RecipeType'NULL'Cannot autowire service ".service_locator.Mg8kkGg": it references class "App\\Entity\\Recipe\\RecipeType" but no such service exists.'],
  9714.         ], [
  9715.             'recipeType' => 'App\\Entity\\Recipe\\RecipeType',
  9716.         ]);
  9717.     }
  9718.     /**
  9719.      * Gets the private '.service_locator.MoFIIUO' shared service.
  9720.      *
  9721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9722.      */
  9723.     protected function get_ServiceLocator_MoFIIUOService()
  9724.     {
  9725.         return $this->privates['.service_locator.MoFIIUO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9726.             'promotion' => ['privates''.errored..service_locator.MoFIIUO.App\\Entity\\Sogec\\Promotion'NULL'Cannot autowire service ".service_locator.MoFIIUO": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.'],
  9727.         ], [
  9728.             'promotion' => 'App\\Entity\\Sogec\\Promotion',
  9729.         ]);
  9730.     }
  9731.     /**
  9732.      * Gets the private '.service_locator.NQalvgy' shared service.
  9733.      *
  9734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9735.      */
  9736.     protected function get_ServiceLocator_NQalvgyService()
  9737.     {
  9738.         return $this->privates['.service_locator.NQalvgy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9739.             'referent' => ['privates''.errored..service_locator.NQalvgy.App\\Entity\\User\\Referent'NULL'Cannot autowire service ".service_locator.NQalvgy": it references class "App\\Entity\\User\\Referent" but no such service exists.'],
  9740.             'referentRepository' => ['privates''App\\Repository\\User\\ReferentRepository''getReferentRepositoryService'false],
  9741.         ], [
  9742.             'referent' => 'App\\Entity\\User\\Referent',
  9743.             'referentRepository' => 'App\\Repository\\User\\ReferentRepository',
  9744.         ]);
  9745.     }
  9746.     /**
  9747.      * Gets the private '.service_locator.NeYUdb1' shared service.
  9748.      *
  9749.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9750.      */
  9751.     protected function get_ServiceLocator_NeYUdb1Service()
  9752.     {
  9753.         return $this->privates['.service_locator.NeYUdb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9754.             'drawRepository' => ['privates''App\\Repository\\Operation\\DrawRepository''getDrawRepositoryService'false],
  9755.         ], [
  9756.             'drawRepository' => 'App\\Repository\\Operation\\DrawRepository',
  9757.         ]);
  9758.     }
  9759.     /**
  9760.      * Gets the private '.service_locator.O5IvU1_' shared service.
  9761.      *
  9762.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9763.      */
  9764.     protected function get_ServiceLocator_O5IvU1Service()
  9765.     {
  9766.         return $this->privates['.service_locator.O5IvU1_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9767.             'game' => ['privates''.errored..service_locator.O5IvU1_.App\\Entity\\Operation\\Game'NULL'Cannot autowire service ".service_locator.O5IvU1_": it references class "App\\Entity\\Operation\\Game" but no such service exists.'],
  9768.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  9769.             'mediaGameManager' => ['privates''App\\Manager\\MediaObject\\MediaGameManager''getMediaGameManagerService'false],
  9770.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9771.         ], [
  9772.             'game' => 'App\\Entity\\Operation\\Game',
  9773.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  9774.             'mediaGameManager' => 'App\\Manager\\MediaObject\\MediaGameManager',
  9775.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9776.         ]);
  9777.     }
  9778.     /**
  9779.      * Gets the private '.service_locator.OYk0_mt' shared service.
  9780.      *
  9781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9782.      */
  9783.     protected function get_ServiceLocator_OYk0MtService()
  9784.     {
  9785.         return $this->privates['.service_locator.OYk0_mt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9786.             'media' => ['privates''.errored..service_locator.OYk0_mt.App\\Entity\\MediaObject\\MediaObject'NULL'Cannot autowire service ".service_locator.OYk0_mt": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
  9787.         ], [
  9788.             'media' => 'App\\Entity\\MediaObject\\MediaObject',
  9789.         ]);
  9790.     }
  9791.     /**
  9792.      * Gets the private '.service_locator.Ppkk7st' shared service.
  9793.      *
  9794.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9795.      */
  9796.     protected function get_ServiceLocator_Ppkk7stService()
  9797.     {
  9798.         return $this->privates['.service_locator.Ppkk7st'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9799.             'ingredientRepository' => ['privates''App\\Repository\\Recipe\\IngredientRepository''getIngredientRepositoryService'false],
  9800.             'measureUnitRepository' => ['privates''App\\Repository\\Recipe\\IngredientMeasureUnitRepository''getIngredientMeasureUnitRepositoryService'false],
  9801.         ], [
  9802.             'ingredientRepository' => 'App\\Repository\\Recipe\\IngredientRepository',
  9803.             'measureUnitRepository' => 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository',
  9804.         ]);
  9805.     }
  9806.     /**
  9807.      * Gets the private '.service_locator.Qr2ADLV' shared service.
  9808.      *
  9809.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9810.      */
  9811.     protected function get_ServiceLocator_Qr2ADLVService()
  9812.     {
  9813.         return $this->privates['.service_locator.Qr2ADLV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9814.             'data' => ['privates''.errored..service_locator.Qr2ADLV.App\\Entity\\User\\Payment\\Iban'NULL'Cannot autowire service ".service_locator.Qr2ADLV": it references class "App\\Entity\\User\\Payment\\Iban" but no such service exists.'],
  9815.         ], [
  9816.             'data' => 'App\\Entity\\User\\Payment\\Iban',
  9817.         ]);
  9818.     }
  9819.     /**
  9820.      * Gets the private '.service_locator.RgdodwH' shared service.
  9821.      *
  9822.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9823.      */
  9824.     protected function get_ServiceLocator_RgdodwHService()
  9825.     {
  9826.         return $this->privates['.service_locator.RgdodwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9827.             'media' => ['privates''.errored..service_locator.RgdodwH.App\\Entity\\MediaObject\\MediaObject'NULL'Cannot autowire service ".service_locator.RgdodwH": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
  9828.             'mediaPdfManager' => ['privates''App\\Manager\\MediaObject\\MediaPdfManager''getMediaPdfManagerService'false],
  9829.             'newPdf' => ['privates''.errored..service_locator.RgdodwH.App\\Entity\\MediaObject\\MediaObject'NULL'Cannot autowire service ".service_locator.RgdodwH": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
  9830.         ], [
  9831.             'media' => 'App\\Entity\\MediaObject\\MediaObject',
  9832.             'mediaPdfManager' => 'App\\Manager\\MediaObject\\MediaPdfManager',
  9833.             'newPdf' => 'App\\Entity\\MediaObject\\MediaObject',
  9834.         ]);
  9835.     }
  9836.     /**
  9837.      * Gets the private '.service_locator.RyDqsFC' shared service.
  9838.      *
  9839.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9840.      */
  9841.     protected function get_ServiceLocator_RyDqsFCService()
  9842.     {
  9843.         return $this->privates['.service_locator.RyDqsFC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9844.             'consumer' => ['privates''.errored..service_locator.RyDqsFC.App\\Entity\\User\\Consumer'NULL'Cannot autowire service ".service_locator.RyDqsFC": it references class "App\\Entity\\User\\Consumer" but no such service exists.'],
  9845.         ], [
  9846.             'consumer' => 'App\\Entity\\User\\Consumer',
  9847.         ]);
  9848.     }
  9849.     /**
  9850.      * Gets the private '.service_locator.SQFDam4' shared service.
  9851.      *
  9852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9853.      */
  9854.     protected function get_ServiceLocator_SQFDam4Service()
  9855.     {
  9856.         return $this->privates['.service_locator.SQFDam4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9857.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9858.             'referent' => ['privates''.errored..service_locator.SQFDam4.App\\Entity\\User\\Referent'NULL'Cannot autowire service ".service_locator.SQFDam4": it references class "App\\Entity\\User\\Referent" but no such service exists.'],
  9859.         ], [
  9860.             'entityManager' => '?',
  9861.             'referent' => 'App\\Entity\\User\\Referent',
  9862.         ]);
  9863.     }
  9864.     /**
  9865.      * Gets the private '.service_locator.TfOXvUH' shared service.
  9866.      *
  9867.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9868.      */
  9869.     protected function get_ServiceLocator_TfOXvUHService()
  9870.     {
  9871.         return $this->privates['.service_locator.TfOXvUH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9872.             'gameParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\GameParamsRepository''getGameParamsRepositoryService'false],
  9873.         ], [
  9874.             'gameParamsRepository' => 'App\\Repository\\WebsiteParams\\GameParamsRepository',
  9875.         ]);
  9876.     }
  9877.     /**
  9878.      * Gets the private '.service_locator.Tmakafn' shared service.
  9879.      *
  9880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9881.      */
  9882.     protected function get_ServiceLocator_TmakafnService()
  9883.     {
  9884.         return $this->privates['.service_locator.Tmakafn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9885.             'multiOfferRepository' => ['privates''App\\Repository\\Operation\\MultiOfferRepository''getMultiOfferRepositoryService'false],
  9886.             'paginatorManager' => ['services''App\\Manager\\Paginator\\PaginatorManager''getPaginatorManagerService'false],
  9887.         ], [
  9888.             'multiOfferRepository' => 'App\\Repository\\Operation\\MultiOfferRepository',
  9889.             'paginatorManager' => 'App\\Manager\\Paginator\\PaginatorManager',
  9890.         ]);
  9891.     }
  9892.     /**
  9893.      * Gets the private '.service_locator.TmcOq0t' shared service.
  9894.      *
  9895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9896.      */
  9897.     protected function get_ServiceLocator_TmcOq0tService()
  9898.     {
  9899.         return $this->privates['.service_locator.TmcOq0t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9900.             'eanManager' => ['privates''App\\Manager\\Ean\\EanManager''getEanManagerService'false],
  9901.             'mediaOdrManager' => ['privates''App\\Manager\\MediaObject\\MediaOdrManager''getMediaOdrManagerService'false],
  9902.             'odr' => ['privates''.errored..service_locator.TmcOq0t.App\\Entity\\Operation\\Odr'NULL'Cannot autowire service ".service_locator.TmcOq0t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
  9903.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  9904.         ], [
  9905.             'eanManager' => 'App\\Manager\\Ean\\EanManager',
  9906.             'mediaOdrManager' => 'App\\Manager\\MediaObject\\MediaOdrManager',
  9907.             'odr' => 'App\\Entity\\Operation\\Odr',
  9908.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  9909.         ]);
  9910.     }
  9911.     /**
  9912.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  9913.      *
  9914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9915.      */
  9916.     protected function get_ServiceLocator_UDgw6OlService()
  9917.     {
  9918.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9919.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  9920.         ], [
  9921.             'authenticationUtils' => '?',
  9922.         ]);
  9923.     }
  9924.     /**
  9925.      * Gets the private '.service_locator.UQX1Rke' shared service.
  9926.      *
  9927.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9928.      */
  9929.     protected function get_ServiceLocator_UQX1RkeService()
  9930.     {
  9931.         return $this->privates['.service_locator.UQX1Rke'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9932.             'App\\Controller\\Api\\CreateAloneIbanBicByUser::__invoke' => ['privates''.service_locator.Qr2ADLV''get_ServiceLocator_Qr2ADLVService'false],
  9933.             'App\\Controller\\Api\\Gift\\GetOneGift::__invoke' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  9934.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele::__invoke' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  9935.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce::__invoke' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  9936.             'App\\Controller\\Blog\\BlogController::delete' => ['privates''.service_locator.J.8ibUs''get_ServiceLocator_J_8ibUsService'false],
  9937.             'App\\Controller\\Blog\\BlogController::edit' => ['privates''.service_locator.3eI60ZR''get_ServiceLocator_3eI60ZRService'false],
  9938.             'App\\Controller\\Blog\\BlogController::new' => ['privates''.service_locator.5QPaoGg''get_ServiceLocator_5QPaoGgService'false],
  9939.             'App\\Controller\\Blog\\BlogController::show' => ['privates''.service_locator.J.8ibUs''get_ServiceLocator_J_8ibUsService'false],
  9940.             'App\\Controller\\Blog\\BlogTagController::delete' => ['privates''.service_locator.fYw2Drl''get_ServiceLocator_FYw2DrlService'false],
  9941.             'App\\Controller\\Blog\\BlogTagController::edit' => ['privates''.service_locator.fYw2Drl''get_ServiceLocator_FYw2DrlService'false],
  9942.             'App\\Controller\\Blog\\BlogTagController::show' => ['privates''.service_locator.fYw2Drl''get_ServiceLocator_FYw2DrlService'false],
  9943.             'App\\Controller\\Catalog\\GiftCodeController::addFile' => ['privates''.service_locator.HJaOIxV''get_ServiceLocator_HJaOIxVService'false],
  9944.             'App\\Controller\\Catalog\\GiftCodeController::list' => ['privates''.service_locator.x53S5J0''get_ServiceLocator_X53S5J0Service'false],
  9945.             'App\\Controller\\Catalog\\GiftController::delete' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  9946.             'App\\Controller\\Catalog\\GiftController::edit' => ['privates''.service_locator.rmQiRVx''get_ServiceLocator_RmQiRVxService'false],
  9947.             'App\\Controller\\Catalog\\GiftController::new' => ['privates''.service_locator.XFJIyI5''get_ServiceLocator_XFJIyI5Service'false],
  9948.             'App\\Controller\\Catalog\\GiftController::show' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  9949.             'App\\Controller\\Catalog\\GiftLevelController::delete' => ['privates''.service_locator.aXfPxmo''get_ServiceLocator_AXfPxmoService'false],
  9950.             'App\\Controller\\Catalog\\GiftLevelController::edit' => ['privates''.service_locator.aXfPxmo''get_ServiceLocator_AXfPxmoService'false],
  9951.             'App\\Controller\\Catalog\\GiftLevelController::show' => ['privates''.service_locator.aXfPxmo''get_ServiceLocator_AXfPxmoService'false],
  9952.             'App\\Controller\\Faq\\FaqController::delete' => ['privates''.service_locator.j76zAXX''get_ServiceLocator_J76zAXXService'false],
  9953.             'App\\Controller\\Faq\\FaqController::edit' => ['privates''.service_locator.j76zAXX''get_ServiceLocator_J76zAXXService'false],
  9954.             'App\\Controller\\Faq\\FaqController::show' => ['privates''.service_locator.j76zAXX''get_ServiceLocator_J76zAXXService'false],
  9955.             'App\\Controller\\HomeController::index' => ['privates''.service_locator.huI3pXp''get_ServiceLocator_HuI3pXpService'false],
  9956.             'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateAccountPositionKnowledges' => ['privates''.service_locator.hjCuP1A''get_ServiceLocator_HjCuP1AService'false],
  9957.             'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateRegisterPositionKnowledges' => ['privates''.service_locator.hjCuP1A''get_ServiceLocator_HjCuP1AService'false],
  9958.             'App\\Controller\\Knowledge\\KnowledgeController::delete' => ['privates''.service_locator.oQix5ad''get_ServiceLocator_OQix5adService'false],
  9959.             'App\\Controller\\Knowledge\\KnowledgeController::index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  9960.             'App\\Controller\\Knowledge\\KnowledgeController::show' => ['privates''.service_locator.oQix5ad''get_ServiceLocator_OQix5adService'false],
  9961.             'App\\Controller\\Library\\LibraryImageController::delete' => ['privates''.service_locator.zdiqTHF''get_ServiceLocator_ZdiqTHFService'false],
  9962.             'App\\Controller\\Library\\LibraryImageController::edit' => ['privates''.service_locator.tpHzBPc''get_ServiceLocator_TpHzBPcService'false],
  9963.             'App\\Controller\\Library\\LibraryImageController::new' => ['privates''.service_locator.zdiqTHF''get_ServiceLocator_ZdiqTHFService'false],
  9964.             'App\\Controller\\Library\\LibraryImageController::show' => ['privates''.service_locator.OYk0_mt''get_ServiceLocator_OYk0MtService'false],
  9965.             'App\\Controller\\Library\\LibraryPdfController::delete' => ['privates''.service_locator.988yIrC''get_ServiceLocator_988yIrCService'false],
  9966.             'App\\Controller\\Library\\LibraryPdfController::edit' => ['privates''.service_locator.RgdodwH''get_ServiceLocator_RgdodwHService'false],
  9967.             'App\\Controller\\Library\\LibraryPdfController::new' => ['privates''.service_locator.988yIrC''get_ServiceLocator_988yIrCService'false],
  9968.             'App\\Controller\\Library\\LibraryPdfController::show' => ['privates''.service_locator.OYk0_mt''get_ServiceLocator_OYk0MtService'false],
  9969.             'App\\Controller\\MenuController::delete' => ['privates''.service_locator.CFivK_Q''get_ServiceLocator_CFivKQService'false],
  9970.             'App\\Controller\\MenuController::edit' => ['privates''.service_locator.CFivK_Q''get_ServiceLocator_CFivKQService'false],
  9971.             'App\\Controller\\MenuController::show' => ['privates''.service_locator.CFivK_Q''get_ServiceLocator_CFivKQService'false],
  9972.             'App\\Controller\\NewsletterController::newsletterSubscription' => ['privates''.service_locator.cQn8rXX''get_ServiceLocator_CQn8rXXService'false],
  9973.             'App\\Controller\\OperationCode\\DrawCodeController::addFile' => ['privates''.service_locator.8gFm8Qm''get_ServiceLocator_8gFm8QmService'false],
  9974.             'App\\Controller\\OperationCode\\DrawCodeController::list' => ['privates''.service_locator.VAAdlTA''get_ServiceLocator_VAAdlTAService'false],
  9975.             'App\\Controller\\OperationCode\\OdrCodeController::addFile' => ['privates''.service_locator.ibE7Q1t''get_ServiceLocator_IbE7Q1tService'false],
  9976.             'App\\Controller\\OperationCode\\OdrCodeController::list' => ['privates''.service_locator.0yTzfwv''get_ServiceLocator_0yTzfwvService'false],
  9977.             'App\\Controller\\Operation\\CouponController::couponNonIntegrated' => ['privates''.service_locator.CbTSt_M''get_ServiceLocator_CbTStMService'false],
  9978.             'App\\Controller\\Operation\\CouponController::edit' => ['privates''.service_locator.H4p4N97''get_ServiceLocator_H4p4N97Service'false],
  9979.             'App\\Controller\\Operation\\CouponController::new' => ['privates''.service_locator.nlh3HB_''get_ServiceLocator_Nlh3HBService'false],
  9980.             'App\\Controller\\Operation\\CouponController::show' => ['privates''.service_locator.dBln_k3''get_ServiceLocator_DBlnK3Service'false],
  9981.             'App\\Controller\\Operation\\CouponController::update' => ['privates''.service_locator.5DLDouJ''get_ServiceLocator_5DLDouJService'false],
  9982.             'App\\Controller\\Operation\\DrawController::delete' => ['privates''.service_locator.0UL2DC_''get_ServiceLocator_0UL2DCService'false],
  9983.             'App\\Controller\\Operation\\DrawController::edit' => ['privates''.service_locator.2dRqrnw''get_ServiceLocator_2dRqrnwService'false],
  9984.             'App\\Controller\\Operation\\DrawController::index' => ['privates''.service_locator.NeYUdb1''get_ServiceLocator_NeYUdb1Service'false],
  9985.             'App\\Controller\\Operation\\DrawController::new' => ['privates''.service_locator.2xXWb26''get_ServiceLocator_2xXWb26Service'false],
  9986.             'App\\Controller\\Operation\\DrawController::sendEmail' => ['privates''.service_locator.8n1P0Su''get_ServiceLocator_8n1P0SuService'false],
  9987.             'App\\Controller\\Operation\\DrawController::show' => ['privates''.service_locator.0UL2DC_''get_ServiceLocator_0UL2DCService'false],
  9988.             'App\\Controller\\Operation\\DrawController::sogecEdit' => ['privates''.service_locator.2dRqrnw''get_ServiceLocator_2dRqrnwService'false],
  9989.             'App\\Controller\\Operation\\GameController::delete' => ['privates''.service_locator.9bG0IlY''get_ServiceLocator_9bG0IlYService'false],
  9990.             'App\\Controller\\Operation\\GameController::displayGame' => ['privates''.service_locator.9bG0IlY''get_ServiceLocator_9bG0IlYService'false],
  9991.             'App\\Controller\\Operation\\GameController::edit' => ['privates''.service_locator.O5IvU1_''get_ServiceLocator_O5IvU1Service'false],
  9992.             'App\\Controller\\Operation\\GameController::index' => ['privates''.service_locator.MIPy9cI''get_ServiceLocator_MIPy9cIService'false],
  9993.             'App\\Controller\\Operation\\GameController::new' => ['privates''.service_locator.ylAg_XG''get_ServiceLocator_YlAgXGService'false],
  9994.             'App\\Controller\\Operation\\GameController::show' => ['privates''.service_locator.9bG0IlY''get_ServiceLocator_9bG0IlYService'false],
  9995.             'App\\Controller\\Operation\\MultiOfferController::edit' => ['privates''.service_locator.LX3f32l''get_ServiceLocator_LX3f32lService'false],
  9996.             'App\\Controller\\Operation\\MultiOfferController::index' => ['privates''.service_locator.Tmakafn''get_ServiceLocator_TmakafnService'false],
  9997.             'App\\Controller\\Operation\\MultiOfferController::new' => ['privates''.service_locator.BuOcRGX''get_ServiceLocator_BuOcRGXService'false],
  9998.             'App\\Controller\\Operation\\MultiOfferController::offerNonIntegrated' => ['privates''.service_locator.LxZZ27q''get_ServiceLocator_LxZZ27qService'false],
  9999.             'App\\Controller\\Operation\\MultiOfferController::show' => ['privates''.service_locator..LjMnbo''get_ServiceLocator__LjMnboService'false],
  10000.             'App\\Controller\\Operation\\MultiOfferController::update' => ['privates''.service_locator.CxOQw7I''get_ServiceLocator_CxOQw7IService'false],
  10001.             'App\\Controller\\Operation\\OdrController::edit' => ['privates''.service_locator.TmcOq0t''get_ServiceLocator_TmcOq0tService'false],
  10002.             'App\\Controller\\Operation\\OdrController::new' => ['privates''.service_locator.9b04eqr''get_ServiceLocator_9b04eqrService'false],
  10003.             'App\\Controller\\Operation\\OdrController::offerNonIntegrated' => ['privates''.service_locator.bdOxJCA''get_ServiceLocator_BdOxJCAService'false],
  10004.             'App\\Controller\\Operation\\OdrController::show' => ['privates''.service_locator.vznMRXP''get_ServiceLocator_VznMRXPService'false],
  10005.             'App\\Controller\\Operation\\OdrController::update' => ['privates''.service_locator.qVtmtq_''get_ServiceLocator_QVtmtqService'false],
  10006.             'App\\Controller\\Operation\\OdrPrimeController::edit' => ['privates''.service_locator.TmcOq0t''get_ServiceLocator_TmcOq0tService'false],
  10007.             'App\\Controller\\Operation\\OdrPrimeController::new' => ['privates''.service_locator.mi5OKNd''get_ServiceLocator_Mi5OKNdService'false],
  10008.             'App\\Controller\\Operation\\OdrPrimeController::offerNonIntegrated' => ['privates''.service_locator.bdOxJCA''get_ServiceLocator_BdOxJCAService'false],
  10009.             'App\\Controller\\Operation\\OdrPrimeController::show' => ['privates''.service_locator.vznMRXP''get_ServiceLocator_VznMRXPService'false],
  10010.             'App\\Controller\\Operation\\OperationController::patchCouponEligibleDepartment' => ['privates''.service_locator.H8eFqz.''get_ServiceLocator_H8eFqz_Service'false],
  10011.             'App\\Controller\\ParticipationController::generate' => ['privates''.service_locator.JyxYpCU''get_ServiceLocator_JyxYpCUService'false],
  10012.             'App\\Controller\\ParticipationController::index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10013.             'App\\Controller\\ParticipationController::show' => ['privates''.service_locator.KYDOPqT''get_ServiceLocator_KYDOPqTService'false],
  10014.             'App\\Controller\\ParticipationController::update' => ['privates''.service_locator.KYDOPqT''get_ServiceLocator_KYDOPqTService'false],
  10015.             'App\\Controller\\Recipe\\IngredientController::delete' => ['privates''.service_locator.Zw1U.Bu''get_ServiceLocator_Zw1U_BuService'false],
  10016.             'App\\Controller\\Recipe\\IngredientController::editIngredient' => ['privates''.service_locator.Zw1U.Bu''get_ServiceLocator_Zw1U_BuService'false],
  10017.             'App\\Controller\\Recipe\\IngredientController::getAllIngredients' => ['privates''.service_locator.8RdPJQl''get_ServiceLocator_8RdPJQlService'false],
  10018.             'App\\Controller\\Recipe\\IngredientController::index' => ['privates''.service_locator.8RdPJQl''get_ServiceLocator_8RdPJQlService'false],
  10019.             'App\\Controller\\Recipe\\IngredientController::show' => ['privates''.service_locator.Zw1U.Bu''get_ServiceLocator_Zw1U_BuService'false],
  10020.             'App\\Controller\\Recipe\\IngredientOperationController::edit' => ['privates''.service_locator.vIyxHKz''get_ServiceLocator_VIyxHKzService'false],
  10021.             'App\\Controller\\Recipe\\RecipeController::ajaxGetPromotedRecipe' => ['privates''.service_locator.mE6e5w0''get_ServiceLocator_ME6e5w0Service'false],
  10022.             'App\\Controller\\Recipe\\RecipeController::ajaxUpdatePromotedRecipe' => ['privates''.service_locator.wWCGQXA''get_ServiceLocator_WWCGQXAService'false],
  10023.             'App\\Controller\\Recipe\\RecipeController::delete' => ['privates''.service_locator.dj15A1t''get_ServiceLocator_Dj15A1tService'false],
  10024.             'App\\Controller\\Recipe\\RecipeController::edit' => ['privates''.service_locator.UZSIdeF''get_ServiceLocator_UZSIdeFService'false],
  10025.             'App\\Controller\\Recipe\\RecipeController::index' => ['privates''.service_locator.mE6e5w0''get_ServiceLocator_ME6e5w0Service'false],
  10026.             'App\\Controller\\Recipe\\RecipeController::new' => ['privates''.service_locator.Ppkk7st''get_ServiceLocator_Ppkk7stService'false],
  10027.             'App\\Controller\\Recipe\\RecipeController::show' => ['privates''.service_locator.UZSIdeF''get_ServiceLocator_UZSIdeFService'false],
  10028.             'App\\Controller\\Recipe\\RecipeTypeController::delete' => ['privates''.service_locator.Mg8kkGg''get_ServiceLocator_Mg8kkGgService'false],
  10029.             'App\\Controller\\Recipe\\RecipeTypeController::edit' => ['privates''.service_locator.Mg8kkGg''get_ServiceLocator_Mg8kkGgService'false],
  10030.             'App\\Controller\\Recipe\\RecipeTypeController::index' => ['privates''.service_locator.rbClVqh''get_ServiceLocator_RbClVqhService'false],
  10031.             'App\\Controller\\Recipe\\RecipeTypeController::show' => ['privates''.service_locator.Mg8kkGg''get_ServiceLocator_Mg8kkGgService'false],
  10032.             'App\\Controller\\Reporting\\ReportingController::index' => ['privates''.service_locator.huI3pXp''get_ServiceLocator_HuI3pXpService'false],
  10033.             'App\\Controller\\SecurityController::clientlogin' => ['privates''.service_locator.poNcK6o''get_ServiceLocator_PoNcK6oService'false],
  10034.             'App\\Controller\\SecurityController::forgottenPassword' => ['privates''.service_locator.El_icTj''get_ServiceLocator_ElIcTjService'false],
  10035.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  10036.             'App\\Controller\\SecurityController::requestResetPassword' => ['privates''.service_locator.XNMhNp9''get_ServiceLocator_XNMhNp9Service'false],
  10037.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.x56FEVZ''get_ServiceLocator_X56FEVZService'false],
  10038.             'App\\Controller\\Security\\PermissionController::changeAccessAction' => ['privates''.service_locator.70.bBa5''get_ServiceLocator_70_BBa5Service'false],
  10039.             'App\\Controller\\Security\\ProfileController::delete' => ['privates''.service_locator.Y_MyNzo''get_ServiceLocator_YMyNzoService'false],
  10040.             'App\\Controller\\Security\\ProfileController::edit' => ['privates''.service_locator.Y_MyNzo''get_ServiceLocator_YMyNzoService'false],
  10041.             'App\\Controller\\Slider\\SliderController::delete' => ['privates''.service_locator.lJHNmQl''get_ServiceLocator_LJHNmQlService'false],
  10042.             'App\\Controller\\Slider\\SliderController::edit' => ['privates''.service_locator.tMYCkcW''get_ServiceLocator_TMYCkcWService'false],
  10043.             'App\\Controller\\Slider\\SliderController::new' => ['privates''.service_locator.ak09MZ4''get_ServiceLocator_Ak09MZ4Service'false],
  10044.             'App\\Controller\\Slider\\SliderController::show' => ['privates''.service_locator.lJHNmQl''get_ServiceLocator_LJHNmQlService'false],
  10045.             'App\\Controller\\Sogec\\DocumentationController::delete' => ['privates''.service_locator.qrP.PUH''get_ServiceLocator_QrP_PUHService'false],
  10046.             'App\\Controller\\Sogec\\DocumentationController::index' => ['privates''.service_locator.qrP.PUH''get_ServiceLocator_QrP_PUHService'false],
  10047.             'App\\Controller\\Sogec\\PromotionController::delete' => ['privates''.service_locator.MoFIIUO''get_ServiceLocator_MoFIIUOService'false],
  10048.             'App\\Controller\\Sogec\\PromotionController::edit' => ['privates''.service_locator.8SORNwv''get_ServiceLocator_8SORNwvService'false],
  10049.             'App\\Controller\\Sogec\\PromotionController::index' => ['privates''.service_locator.YI9.Zji''get_ServiceLocator_YI9_ZjiService'false],
  10050.             'App\\Controller\\Sogec\\PromotionController::new' => ['privates''.service_locator.W7DqDCg''get_ServiceLocator_W7DqDCgService'false],
  10051.             'App\\Controller\\Sogec\\PromotionController::show' => ['privates''.service_locator.MoFIIUO''get_ServiceLocator_MoFIIUOService'false],
  10052.             'App\\Controller\\Tas\\TasController::show' => ['privates''.service_locator.6crn3nL''get_ServiceLocator_6crn3nLService'false],
  10053.             'App\\Controller\\Tas\\TasDrawController::generateTasDraw' => ['privates''.service_locator.cv6j8iq''get_ServiceLocator_Cv6j8iqService'false],
  10054.             'App\\Controller\\Tas\\TasDrawController::show' => ['privates''.service_locator.0gI80se''get_ServiceLocator_0gI80seService'false],
  10055.             'App\\Controller\\TestingController::login' => ['privates''.service_locator.dpT5QK1''get_ServiceLocator_DpT5QK1Service'false],
  10056.             'App\\Controller\\User\\ConsumerController::delete' => ['privates''.service_locator.4JZfqQC''get_ServiceLocator_4JZfqQCService'false],
  10057.             'App\\Controller\\User\\ConsumerController::deleteAll' => ['privates''.service_locator.XJyRSWn''get_ServiceLocator_XJyRSWnService'false],
  10058.             'App\\Controller\\User\\ConsumerController::forgotConsumerPassword' => ['privates''.service_locator.Ls648nH''get_ServiceLocator_Ls648nHService'false],
  10059.             'App\\Controller\\User\\ConsumerController::generate' => ['privates''.service_locator.JyxYpCU''get_ServiceLocator_JyxYpCUService'false],
  10060.             'App\\Controller\\User\\ConsumerController::index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10061.             'App\\Controller\\User\\ConsumerController::show' => ['privates''.service_locator.Fnah21W''get_ServiceLocator_Fnah21WService'false],
  10062.             'App\\Controller\\User\\ConsumerController::softDelete' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  10063.             'App\\Controller\\User\\ReferentController::delete' => ['privates''.service_locator.NQalvgy''get_ServiceLocator_NQalvgyService'false],
  10064.             'App\\Controller\\User\\ReferentController::edit' => ['privates''.service_locator.SQFDam4''get_ServiceLocator_SQFDam4Service'false],
  10065.             'App\\Controller\\User\\ReferentController::import' => ['privates''.service_locator.alhWlVm''get_ServiceLocator_AlhWlVmService'false],
  10066.             'App\\Controller\\User\\ReferentController::index' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  10067.             'App\\Controller\\User\\ReferentController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  10068.             'App\\Controller\\User\\ReferentController::show' => ['privates''.service_locator.obfRw37''get_ServiceLocator_ObfRw37Service'false],
  10069.             'App\\Controller\\User\\StrateController::delete' => ['privates''.service_locator.Fm3CDqj''get_ServiceLocator_Fm3CDqjService'false],
  10070.             'App\\Controller\\User\\StrateController::edit' => ['privates''.service_locator.Fm3CDqj''get_ServiceLocator_Fm3CDqjService'false],
  10071.             'App\\Controller\\User\\StrateController::new' => ['privates''.service_locator.cvBCEKY''get_ServiceLocator_CvBCEKYService'false],
  10072.             'App\\Controller\\User\\StrateController::show' => ['privates''.service_locator.Lw87tcx''get_ServiceLocator_Lw87tcxService'false],
  10073.             'App\\Controller\\User\\UserController::delete' => ['privates''.service_locator._KlT6Du''get_ServiceLocator_KlT6DuService'false],
  10074.             'App\\Controller\\User\\UserController::edit' => ['privates''.service_locator._KlT6Du''get_ServiceLocator_KlT6DuService'false],
  10075.             'App\\Controller\\User\\UserController::forgotUserPassword' => ['privates''.service_locator.Ls648nH''get_ServiceLocator_Ls648nHService'false],
  10076.             'App\\Controller\\User\\UserController::index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10077.             'App\\Controller\\User\\UserController::new' => ['privates''.service_locator..6GzlJ_''get_ServiceLocator__6GzlJService'false],
  10078.             'App\\Controller\\User\\UserController::show' => ['privates''.service_locator._KlT6Du''get_ServiceLocator_KlT6DuService'false],
  10079.             'App\\Controller\\WebsiteParams\\GameParamsController::delete' => ['privates''.service_locator.IA3XuDg''get_ServiceLocator_IA3XuDgService'false],
  10080.             'App\\Controller\\WebsiteParams\\GameParamsController::edit' => ['privates''.service_locator.6vmwRDi''get_ServiceLocator_6vmwRDiService'false],
  10081.             'App\\Controller\\WebsiteParams\\GameParamsController::index' => ['privates''.service_locator.TfOXvUH''get_ServiceLocator_TfOXvUHService'false],
  10082.             'App\\Controller\\WebsiteParams\\GameParamsController::new' => ['privates''.service_locator.3UfYZXl''get_ServiceLocator_3UfYZXlService'false],
  10083.             'App\\Controller\\WebsiteParams\\GameParamsController::show' => ['privates''.service_locator.IA3XuDg''get_ServiceLocator_IA3XuDgService'false],
  10084.             'App\\Controller\\WebsiteParams\\ModuleParamsController::delete' => ['privates''.service_locator.viMl501''get_ServiceLocator_ViMl501Service'false],
  10085.             'App\\Controller\\WebsiteParams\\ModuleParamsController::edit' => ['privates''.service_locator.UdFxq8q''get_ServiceLocator_UdFxq8qService'false],
  10086.             'App\\Controller\\WebsiteParams\\ModuleParamsController::index' => ['privates''.service_locator._RDKtx1''get_ServiceLocator_RDKtx1Service'false],
  10087.             'App\\Controller\\WebsiteParams\\ModuleParamsController::new' => ['privates''.service_locator.yPJxwRd''get_ServiceLocator_YPJxwRdService'false],
  10088.             'App\\Controller\\WebsiteParams\\ModuleParamsController::show' => ['privates''.service_locator.k1VOjt0''get_ServiceLocator_K1VOjt0Service'false],
  10089.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10090.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10091.             'App\\Controller\\Api\\CreateAloneIbanBicByUser:__invoke' => ['privates''.service_locator.Qr2ADLV''get_ServiceLocator_Qr2ADLVService'false],
  10092.             'App\\Controller\\Api\\CreateAloneIbanBicByUser' => ['privates''.service_locator.Qr2ADLV''get_ServiceLocator_Qr2ADLVService'false],
  10093.             'App\\Controller\\Api\\Gift\\GetOneGift:__invoke' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  10094.             'App\\Controller\\Api\\Gift\\GetOneGift' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  10095.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele:__invoke' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  10096.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  10097.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce:__invoke' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  10098.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  10099.             'App\\Controller\\Blog\\BlogController:delete' => ['privates''.service_locator.J.8ibUs''get_ServiceLocator_J_8ibUsService'false],
  10100.             'App\\Controller\\Blog\\BlogController:edit' => ['privates''.service_locator.3eI60ZR''get_ServiceLocator_3eI60ZRService'false],
  10101.             'App\\Controller\\Blog\\BlogController:new' => ['privates''.service_locator.5QPaoGg''get_ServiceLocator_5QPaoGgService'false],
  10102.             'App\\Controller\\Blog\\BlogController:show' => ['privates''.service_locator.J.8ibUs''get_ServiceLocator_J_8ibUsService'false],
  10103.             'App\\Controller\\Blog\\BlogTagController:delete' => ['privates''.service_locator.fYw2Drl''get_ServiceLocator_FYw2DrlService'false],
  10104.             'App\\Controller\\Blog\\BlogTagController:edit' => ['privates''.service_locator.fYw2Drl''get_ServiceLocator_FYw2DrlService'false],
  10105.             'App\\Controller\\Blog\\BlogTagController:show' => ['privates''.service_locator.fYw2Drl''get_ServiceLocator_FYw2DrlService'false],
  10106.             'App\\Controller\\Catalog\\GiftCodeController:addFile' => ['privates''.service_locator.HJaOIxV''get_ServiceLocator_HJaOIxVService'false],
  10107.             'App\\Controller\\Catalog\\GiftCodeController:list' => ['privates''.service_locator.x53S5J0''get_ServiceLocator_X53S5J0Service'false],
  10108.             'App\\Controller\\Catalog\\GiftController:delete' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  10109.             'App\\Controller\\Catalog\\GiftController:edit' => ['privates''.service_locator.rmQiRVx''get_ServiceLocator_RmQiRVxService'false],
  10110.             'App\\Controller\\Catalog\\GiftController:new' => ['privates''.service_locator.XFJIyI5''get_ServiceLocator_XFJIyI5Service'false],
  10111.             'App\\Controller\\Catalog\\GiftController:show' => ['privates''.service_locator.woYUB1T''get_ServiceLocator_WoYUB1TService'false],
  10112.             'App\\Controller\\Catalog\\GiftLevelController:delete' => ['privates''.service_locator.aXfPxmo''get_ServiceLocator_AXfPxmoService'false],
  10113.             'App\\Controller\\Catalog\\GiftLevelController:edit' => ['privates''.service_locator.aXfPxmo''get_ServiceLocator_AXfPxmoService'false],
  10114.             'App\\Controller\\Catalog\\GiftLevelController:show' => ['privates''.service_locator.aXfPxmo''get_ServiceLocator_AXfPxmoService'false],
  10115.             'App\\Controller\\Faq\\FaqController:delete' => ['privates''.service_locator.j76zAXX''get_ServiceLocator_J76zAXXService'false],
  10116.             'App\\Controller\\Faq\\FaqController:edit' => ['privates''.service_locator.j76zAXX''get_ServiceLocator_J76zAXXService'false],
  10117.             'App\\Controller\\Faq\\FaqController:show' => ['privates''.service_locator.j76zAXX''get_ServiceLocator_J76zAXXService'false],
  10118.             'App\\Controller\\HomeController:index' => ['privates''.service_locator.huI3pXp''get_ServiceLocator_HuI3pXpService'false],
  10119.             'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateAccountPositionKnowledges' => ['privates''.service_locator.hjCuP1A''get_ServiceLocator_HjCuP1AService'false],
  10120.             'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateRegisterPositionKnowledges' => ['privates''.service_locator.hjCuP1A''get_ServiceLocator_HjCuP1AService'false],
  10121.             'App\\Controller\\Knowledge\\KnowledgeController:delete' => ['privates''.service_locator.oQix5ad''get_ServiceLocator_OQix5adService'false],
  10122.             'App\\Controller\\Knowledge\\KnowledgeController:index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10123.             'App\\Controller\\Knowledge\\KnowledgeController:show' => ['privates''.service_locator.oQix5ad''get_ServiceLocator_OQix5adService'false],
  10124.             'App\\Controller\\Library\\LibraryImageController:delete' => ['privates''.service_locator.zdiqTHF''get_ServiceLocator_ZdiqTHFService'false],
  10125.             'App\\Controller\\Library\\LibraryImageController:edit' => ['privates''.service_locator.tpHzBPc''get_ServiceLocator_TpHzBPcService'false],
  10126.             'App\\Controller\\Library\\LibraryImageController:new' => ['privates''.service_locator.zdiqTHF''get_ServiceLocator_ZdiqTHFService'false],
  10127.             'App\\Controller\\Library\\LibraryImageController:show' => ['privates''.service_locator.OYk0_mt''get_ServiceLocator_OYk0MtService'false],
  10128.             'App\\Controller\\Library\\LibraryPdfController:delete' => ['privates''.service_locator.988yIrC''get_ServiceLocator_988yIrCService'false],
  10129.             'App\\Controller\\Library\\LibraryPdfController:edit' => ['privates''.service_locator.RgdodwH''get_ServiceLocator_RgdodwHService'false],
  10130.             'App\\Controller\\Library\\LibraryPdfController:new' => ['privates''.service_locator.988yIrC''get_ServiceLocator_988yIrCService'false],
  10131.             'App\\Controller\\Library\\LibraryPdfController:show' => ['privates''.service_locator.OYk0_mt''get_ServiceLocator_OYk0MtService'false],
  10132.             'App\\Controller\\MenuController:delete' => ['privates''.service_locator.CFivK_Q''get_ServiceLocator_CFivKQService'false],
  10133.             'App\\Controller\\MenuController:edit' => ['privates''.service_locator.CFivK_Q''get_ServiceLocator_CFivKQService'false],
  10134.             'App\\Controller\\MenuController:show' => ['privates''.service_locator.CFivK_Q''get_ServiceLocator_CFivKQService'false],
  10135.             'App\\Controller\\NewsletterController:newsletterSubscription' => ['privates''.service_locator.cQn8rXX''get_ServiceLocator_CQn8rXXService'false],
  10136.             'App\\Controller\\OperationCode\\DrawCodeController:addFile' => ['privates''.service_locator.8gFm8Qm''get_ServiceLocator_8gFm8QmService'false],
  10137.             'App\\Controller\\OperationCode\\DrawCodeController:list' => ['privates''.service_locator.VAAdlTA''get_ServiceLocator_VAAdlTAService'false],
  10138.             'App\\Controller\\OperationCode\\OdrCodeController:addFile' => ['privates''.service_locator.ibE7Q1t''get_ServiceLocator_IbE7Q1tService'false],
  10139.             'App\\Controller\\OperationCode\\OdrCodeController:list' => ['privates''.service_locator.0yTzfwv''get_ServiceLocator_0yTzfwvService'false],
  10140.             'App\\Controller\\Operation\\CouponController:couponNonIntegrated' => ['privates''.service_locator.CbTSt_M''get_ServiceLocator_CbTStMService'false],
  10141.             'App\\Controller\\Operation\\CouponController:edit' => ['privates''.service_locator.H4p4N97''get_ServiceLocator_H4p4N97Service'false],
  10142.             'App\\Controller\\Operation\\CouponController:new' => ['privates''.service_locator.nlh3HB_''get_ServiceLocator_Nlh3HBService'false],
  10143.             'App\\Controller\\Operation\\CouponController:show' => ['privates''.service_locator.dBln_k3''get_ServiceLocator_DBlnK3Service'false],
  10144.             'App\\Controller\\Operation\\CouponController:update' => ['privates''.service_locator.5DLDouJ''get_ServiceLocator_5DLDouJService'false],
  10145.             'App\\Controller\\Operation\\DrawController:delete' => ['privates''.service_locator.0UL2DC_''get_ServiceLocator_0UL2DCService'false],
  10146.             'App\\Controller\\Operation\\DrawController:edit' => ['privates''.service_locator.2dRqrnw''get_ServiceLocator_2dRqrnwService'false],
  10147.             'App\\Controller\\Operation\\DrawController:index' => ['privates''.service_locator.NeYUdb1''get_ServiceLocator_NeYUdb1Service'false],
  10148.             'App\\Controller\\Operation\\DrawController:new' => ['privates''.service_locator.2xXWb26''get_ServiceLocator_2xXWb26Service'false],
  10149.             'App\\Controller\\Operation\\DrawController:sendEmail' => ['privates''.service_locator.8n1P0Su''get_ServiceLocator_8n1P0SuService'false],
  10150.             'App\\Controller\\Operation\\DrawController:show' => ['privates''.service_locator.0UL2DC_''get_ServiceLocator_0UL2DCService'false],
  10151.             'App\\Controller\\Operation\\DrawController:sogecEdit' => ['privates''.service_locator.2dRqrnw''get_ServiceLocator_2dRqrnwService'false],
  10152.             'App\\Controller\\Operation\\GameController:delete' => ['privates''.service_locator.9bG0IlY''get_ServiceLocator_9bG0IlYService'false],
  10153.             'App\\Controller\\Operation\\GameController:displayGame' => ['privates''.service_locator.9bG0IlY''get_ServiceLocator_9bG0IlYService'false],
  10154.             'App\\Controller\\Operation\\GameController:edit' => ['privates''.service_locator.O5IvU1_''get_ServiceLocator_O5IvU1Service'false],
  10155.             'App\\Controller\\Operation\\GameController:index' => ['privates''.service_locator.MIPy9cI''get_ServiceLocator_MIPy9cIService'false],
  10156.             'App\\Controller\\Operation\\GameController:new' => ['privates''.service_locator.ylAg_XG''get_ServiceLocator_YlAgXGService'false],
  10157.             'App\\Controller\\Operation\\GameController:show' => ['privates''.service_locator.9bG0IlY''get_ServiceLocator_9bG0IlYService'false],
  10158.             'App\\Controller\\Operation\\MultiOfferController:edit' => ['privates''.service_locator.LX3f32l''get_ServiceLocator_LX3f32lService'false],
  10159.             'App\\Controller\\Operation\\MultiOfferController:index' => ['privates''.service_locator.Tmakafn''get_ServiceLocator_TmakafnService'false],
  10160.             'App\\Controller\\Operation\\MultiOfferController:new' => ['privates''.service_locator.BuOcRGX''get_ServiceLocator_BuOcRGXService'false],
  10161.             'App\\Controller\\Operation\\MultiOfferController:offerNonIntegrated' => ['privates''.service_locator.LxZZ27q''get_ServiceLocator_LxZZ27qService'false],
  10162.             'App\\Controller\\Operation\\MultiOfferController:show' => ['privates''.service_locator..LjMnbo''get_ServiceLocator__LjMnboService'false],
  10163.             'App\\Controller\\Operation\\MultiOfferController:update' => ['privates''.service_locator.CxOQw7I''get_ServiceLocator_CxOQw7IService'false],
  10164.             'App\\Controller\\Operation\\OdrController:edit' => ['privates''.service_locator.TmcOq0t''get_ServiceLocator_TmcOq0tService'false],
  10165.             'App\\Controller\\Operation\\OdrController:new' => ['privates''.service_locator.9b04eqr''get_ServiceLocator_9b04eqrService'false],
  10166.             'App\\Controller\\Operation\\OdrController:offerNonIntegrated' => ['privates''.service_locator.bdOxJCA''get_ServiceLocator_BdOxJCAService'false],
  10167.             'App\\Controller\\Operation\\OdrController:show' => ['privates''.service_locator.vznMRXP''get_ServiceLocator_VznMRXPService'false],
  10168.             'App\\Controller\\Operation\\OdrController:update' => ['privates''.service_locator.qVtmtq_''get_ServiceLocator_QVtmtqService'false],
  10169.             'App\\Controller\\Operation\\OdrPrimeController:edit' => ['privates''.service_locator.TmcOq0t''get_ServiceLocator_TmcOq0tService'false],
  10170.             'App\\Controller\\Operation\\OdrPrimeController:new' => ['privates''.service_locator.mi5OKNd''get_ServiceLocator_Mi5OKNdService'false],
  10171.             'App\\Controller\\Operation\\OdrPrimeController:offerNonIntegrated' => ['privates''.service_locator.bdOxJCA''get_ServiceLocator_BdOxJCAService'false],
  10172.             'App\\Controller\\Operation\\OdrPrimeController:show' => ['privates''.service_locator.vznMRXP''get_ServiceLocator_VznMRXPService'false],
  10173.             'App\\Controller\\Operation\\OperationController:patchCouponEligibleDepartment' => ['privates''.service_locator.H8eFqz.''get_ServiceLocator_H8eFqz_Service'false],
  10174.             'App\\Controller\\ParticipationController:generate' => ['privates''.service_locator.JyxYpCU''get_ServiceLocator_JyxYpCUService'false],
  10175.             'App\\Controller\\ParticipationController:index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10176.             'App\\Controller\\ParticipationController:show' => ['privates''.service_locator.KYDOPqT''get_ServiceLocator_KYDOPqTService'false],
  10177.             'App\\Controller\\ParticipationController:update' => ['privates''.service_locator.KYDOPqT''get_ServiceLocator_KYDOPqTService'false],
  10178.             'App\\Controller\\Recipe\\IngredientController:delete' => ['privates''.service_locator.Zw1U.Bu''get_ServiceLocator_Zw1U_BuService'false],
  10179.             'App\\Controller\\Recipe\\IngredientController:editIngredient' => ['privates''.service_locator.Zw1U.Bu''get_ServiceLocator_Zw1U_BuService'false],
  10180.             'App\\Controller\\Recipe\\IngredientController:getAllIngredients' => ['privates''.service_locator.8RdPJQl''get_ServiceLocator_8RdPJQlService'false],
  10181.             'App\\Controller\\Recipe\\IngredientController:index' => ['privates''.service_locator.8RdPJQl''get_ServiceLocator_8RdPJQlService'false],
  10182.             'App\\Controller\\Recipe\\IngredientController:show' => ['privates''.service_locator.Zw1U.Bu''get_ServiceLocator_Zw1U_BuService'false],
  10183.             'App\\Controller\\Recipe\\IngredientOperationController:edit' => ['privates''.service_locator.vIyxHKz''get_ServiceLocator_VIyxHKzService'false],
  10184.             'App\\Controller\\Recipe\\RecipeController:ajaxGetPromotedRecipe' => ['privates''.service_locator.mE6e5w0''get_ServiceLocator_ME6e5w0Service'false],
  10185.             'App\\Controller\\Recipe\\RecipeController:ajaxUpdatePromotedRecipe' => ['privates''.service_locator.wWCGQXA''get_ServiceLocator_WWCGQXAService'false],
  10186.             'App\\Controller\\Recipe\\RecipeController:delete' => ['privates''.service_locator.dj15A1t''get_ServiceLocator_Dj15A1tService'false],
  10187.             'App\\Controller\\Recipe\\RecipeController:edit' => ['privates''.service_locator.UZSIdeF''get_ServiceLocator_UZSIdeFService'false],
  10188.             'App\\Controller\\Recipe\\RecipeController:index' => ['privates''.service_locator.mE6e5w0''get_ServiceLocator_ME6e5w0Service'false],
  10189.             'App\\Controller\\Recipe\\RecipeController:new' => ['privates''.service_locator.Ppkk7st''get_ServiceLocator_Ppkk7stService'false],
  10190.             'App\\Controller\\Recipe\\RecipeController:show' => ['privates''.service_locator.UZSIdeF''get_ServiceLocator_UZSIdeFService'false],
  10191.             'App\\Controller\\Recipe\\RecipeTypeController:delete' => ['privates''.service_locator.Mg8kkGg''get_ServiceLocator_Mg8kkGgService'false],
  10192.             'App\\Controller\\Recipe\\RecipeTypeController:edit' => ['privates''.service_locator.Mg8kkGg''get_ServiceLocator_Mg8kkGgService'false],
  10193.             'App\\Controller\\Recipe\\RecipeTypeController:index' => ['privates''.service_locator.rbClVqh''get_ServiceLocator_RbClVqhService'false],
  10194.             'App\\Controller\\Recipe\\RecipeTypeController:show' => ['privates''.service_locator.Mg8kkGg''get_ServiceLocator_Mg8kkGgService'false],
  10195.             'App\\Controller\\Reporting\\ReportingController:index' => ['privates''.service_locator.huI3pXp''get_ServiceLocator_HuI3pXpService'false],
  10196.             'App\\Controller\\SecurityController:clientlogin' => ['privates''.service_locator.poNcK6o''get_ServiceLocator_PoNcK6oService'false],
  10197.             'App\\Controller\\SecurityController:forgottenPassword' => ['privates''.service_locator.El_icTj''get_ServiceLocator_ElIcTjService'false],
  10198.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  10199.             'App\\Controller\\SecurityController:requestResetPassword' => ['privates''.service_locator.XNMhNp9''get_ServiceLocator_XNMhNp9Service'false],
  10200.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.x56FEVZ''get_ServiceLocator_X56FEVZService'false],
  10201.             'App\\Controller\\Security\\PermissionController:changeAccessAction' => ['privates''.service_locator.70.bBa5''get_ServiceLocator_70_BBa5Service'false],
  10202.             'App\\Controller\\Security\\ProfileController:delete' => ['privates''.service_locator.Y_MyNzo''get_ServiceLocator_YMyNzoService'false],
  10203.             'App\\Controller\\Security\\ProfileController:edit' => ['privates''.service_locator.Y_MyNzo''get_ServiceLocator_YMyNzoService'false],
  10204.             'App\\Controller\\Slider\\SliderController:delete' => ['privates''.service_locator.lJHNmQl''get_ServiceLocator_LJHNmQlService'false],
  10205.             'App\\Controller\\Slider\\SliderController:edit' => ['privates''.service_locator.tMYCkcW''get_ServiceLocator_TMYCkcWService'false],
  10206.             'App\\Controller\\Slider\\SliderController:new' => ['privates''.service_locator.ak09MZ4''get_ServiceLocator_Ak09MZ4Service'false],
  10207.             'App\\Controller\\Slider\\SliderController:show' => ['privates''.service_locator.lJHNmQl''get_ServiceLocator_LJHNmQlService'false],
  10208.             'App\\Controller\\Sogec\\DocumentationController:delete' => ['privates''.service_locator.qrP.PUH''get_ServiceLocator_QrP_PUHService'false],
  10209.             'App\\Controller\\Sogec\\DocumentationController:index' => ['privates''.service_locator.qrP.PUH''get_ServiceLocator_QrP_PUHService'false],
  10210.             'App\\Controller\\Sogec\\PromotionController:delete' => ['privates''.service_locator.MoFIIUO''get_ServiceLocator_MoFIIUOService'false],
  10211.             'App\\Controller\\Sogec\\PromotionController:edit' => ['privates''.service_locator.8SORNwv''get_ServiceLocator_8SORNwvService'false],
  10212.             'App\\Controller\\Sogec\\PromotionController:index' => ['privates''.service_locator.YI9.Zji''get_ServiceLocator_YI9_ZjiService'false],
  10213.             'App\\Controller\\Sogec\\PromotionController:new' => ['privates''.service_locator.W7DqDCg''get_ServiceLocator_W7DqDCgService'false],
  10214.             'App\\Controller\\Sogec\\PromotionController:show' => ['privates''.service_locator.MoFIIUO''get_ServiceLocator_MoFIIUOService'false],
  10215.             'App\\Controller\\Tas\\TasController:show' => ['privates''.service_locator.6crn3nL''get_ServiceLocator_6crn3nLService'false],
  10216.             'App\\Controller\\Tas\\TasDrawController:generateTasDraw' => ['privates''.service_locator.cv6j8iq''get_ServiceLocator_Cv6j8iqService'false],
  10217.             'App\\Controller\\Tas\\TasDrawController:show' => ['privates''.service_locator.0gI80se''get_ServiceLocator_0gI80seService'false],
  10218.             'App\\Controller\\TestingController:login' => ['privates''.service_locator.dpT5QK1''get_ServiceLocator_DpT5QK1Service'false],
  10219.             'App\\Controller\\User\\ConsumerController:delete' => ['privates''.service_locator.4JZfqQC''get_ServiceLocator_4JZfqQCService'false],
  10220.             'App\\Controller\\User\\ConsumerController:deleteAll' => ['privates''.service_locator.XJyRSWn''get_ServiceLocator_XJyRSWnService'false],
  10221.             'App\\Controller\\User\\ConsumerController:forgotConsumerPassword' => ['privates''.service_locator.Ls648nH''get_ServiceLocator_Ls648nHService'false],
  10222.             'App\\Controller\\User\\ConsumerController:generate' => ['privates''.service_locator.JyxYpCU''get_ServiceLocator_JyxYpCUService'false],
  10223.             'App\\Controller\\User\\ConsumerController:index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10224.             'App\\Controller\\User\\ConsumerController:show' => ['privates''.service_locator.Fnah21W''get_ServiceLocator_Fnah21WService'false],
  10225.             'App\\Controller\\User\\ConsumerController:softDelete' => ['privates''.service_locator.RyDqsFC''get_ServiceLocator_RyDqsFCService'false],
  10226.             'App\\Controller\\User\\ReferentController:delete' => ['privates''.service_locator.NQalvgy''get_ServiceLocator_NQalvgyService'false],
  10227.             'App\\Controller\\User\\ReferentController:edit' => ['privates''.service_locator.SQFDam4''get_ServiceLocator_SQFDam4Service'false],
  10228.             'App\\Controller\\User\\ReferentController:import' => ['privates''.service_locator.alhWlVm''get_ServiceLocator_AlhWlVmService'false],
  10229.             'App\\Controller\\User\\ReferentController:index' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  10230.             'App\\Controller\\User\\ReferentController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  10231.             'App\\Controller\\User\\ReferentController:show' => ['privates''.service_locator.obfRw37''get_ServiceLocator_ObfRw37Service'false],
  10232.             'App\\Controller\\User\\StrateController:delete' => ['privates''.service_locator.Fm3CDqj''get_ServiceLocator_Fm3CDqjService'false],
  10233.             'App\\Controller\\User\\StrateController:edit' => ['privates''.service_locator.Fm3CDqj''get_ServiceLocator_Fm3CDqjService'false],
  10234.             'App\\Controller\\User\\StrateController:new' => ['privates''.service_locator.cvBCEKY''get_ServiceLocator_CvBCEKYService'false],
  10235.             'App\\Controller\\User\\StrateController:show' => ['privates''.service_locator.Lw87tcx''get_ServiceLocator_Lw87tcxService'false],
  10236.             'App\\Controller\\User\\UserController:delete' => ['privates''.service_locator._KlT6Du''get_ServiceLocator_KlT6DuService'false],
  10237.             'App\\Controller\\User\\UserController:edit' => ['privates''.service_locator._KlT6Du''get_ServiceLocator_KlT6DuService'false],
  10238.             'App\\Controller\\User\\UserController:forgotUserPassword' => ['privates''.service_locator.Ls648nH''get_ServiceLocator_Ls648nHService'false],
  10239.             'App\\Controller\\User\\UserController:index' => ['privates''.service_locator.YuakD9s''get_ServiceLocator_YuakD9sService'false],
  10240.             'App\\Controller\\User\\UserController:new' => ['privates''.service_locator..6GzlJ_''get_ServiceLocator__6GzlJService'false],
  10241.             'App\\Controller\\User\\UserController:show' => ['privates''.service_locator._KlT6Du''get_ServiceLocator_KlT6DuService'false],
  10242.             'App\\Controller\\WebsiteParams\\GameParamsController:delete' => ['privates''.service_locator.IA3XuDg''get_ServiceLocator_IA3XuDgService'false],
  10243.             'App\\Controller\\WebsiteParams\\GameParamsController:edit' => ['privates''.service_locator.6vmwRDi''get_ServiceLocator_6vmwRDiService'false],
  10244.             'App\\Controller\\WebsiteParams\\GameParamsController:index' => ['privates''.service_locator.TfOXvUH''get_ServiceLocator_TfOXvUHService'false],
  10245.             'App\\Controller\\WebsiteParams\\GameParamsController:new' => ['privates''.service_locator.3UfYZXl''get_ServiceLocator_3UfYZXlService'false],
  10246.             'App\\Controller\\WebsiteParams\\GameParamsController:show' => ['privates''.service_locator.IA3XuDg''get_ServiceLocator_IA3XuDgService'false],
  10247.             'App\\Controller\\WebsiteParams\\ModuleParamsController:delete' => ['privates''.service_locator.viMl501''get_ServiceLocator_ViMl501Service'false],
  10248.             'App\\Controller\\WebsiteParams\\ModuleParamsController:edit' => ['privates''.service_locator.UdFxq8q''get_ServiceLocator_UdFxq8qService'false],
  10249.             'App\\Controller\\WebsiteParams\\ModuleParamsController:index' => ['privates''.service_locator._RDKtx1''get_ServiceLocator_RDKtx1Service'false],
  10250.             'App\\Controller\\WebsiteParams\\ModuleParamsController:new' => ['privates''.service_locator.yPJxwRd''get_ServiceLocator_YPJxwRdService'false],
  10251.             'App\\Controller\\WebsiteParams\\ModuleParamsController:show' => ['privates''.service_locator.k1VOjt0''get_ServiceLocator_K1VOjt0Service'false],
  10252.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10253.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10254.         ], [
  10255.             'App\\Controller\\Api\\CreateAloneIbanBicByUser::__invoke' => '?',
  10256.             'App\\Controller\\Api\\Gift\\GetOneGift::__invoke' => '?',
  10257.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele::__invoke' => '?',
  10258.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce::__invoke' => '?',
  10259.             'App\\Controller\\Blog\\BlogController::delete' => '?',
  10260.             'App\\Controller\\Blog\\BlogController::edit' => '?',
  10261.             'App\\Controller\\Blog\\BlogController::new' => '?',
  10262.             'App\\Controller\\Blog\\BlogController::show' => '?',
  10263.             'App\\Controller\\Blog\\BlogTagController::delete' => '?',
  10264.             'App\\Controller\\Blog\\BlogTagController::edit' => '?',
  10265.             'App\\Controller\\Blog\\BlogTagController::show' => '?',
  10266.             'App\\Controller\\Catalog\\GiftCodeController::addFile' => '?',
  10267.             'App\\Controller\\Catalog\\GiftCodeController::list' => '?',
  10268.             'App\\Controller\\Catalog\\GiftController::delete' => '?',
  10269.             'App\\Controller\\Catalog\\GiftController::edit' => '?',
  10270.             'App\\Controller\\Catalog\\GiftController::new' => '?',
  10271.             'App\\Controller\\Catalog\\GiftController::show' => '?',
  10272.             'App\\Controller\\Catalog\\GiftLevelController::delete' => '?',
  10273.             'App\\Controller\\Catalog\\GiftLevelController::edit' => '?',
  10274.             'App\\Controller\\Catalog\\GiftLevelController::show' => '?',
  10275.             'App\\Controller\\Faq\\FaqController::delete' => '?',
  10276.             'App\\Controller\\Faq\\FaqController::edit' => '?',
  10277.             'App\\Controller\\Faq\\FaqController::show' => '?',
  10278.             'App\\Controller\\HomeController::index' => '?',
  10279.             'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateAccountPositionKnowledges' => '?',
  10280.             'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateRegisterPositionKnowledges' => '?',
  10281.             'App\\Controller\\Knowledge\\KnowledgeController::delete' => '?',
  10282.             'App\\Controller\\Knowledge\\KnowledgeController::index' => '?',
  10283.             'App\\Controller\\Knowledge\\KnowledgeController::show' => '?',
  10284.             'App\\Controller\\Library\\LibraryImageController::delete' => '?',
  10285.             'App\\Controller\\Library\\LibraryImageController::edit' => '?',
  10286.             'App\\Controller\\Library\\LibraryImageController::new' => '?',
  10287.             'App\\Controller\\Library\\LibraryImageController::show' => '?',
  10288.             'App\\Controller\\Library\\LibraryPdfController::delete' => '?',
  10289.             'App\\Controller\\Library\\LibraryPdfController::edit' => '?',
  10290.             'App\\Controller\\Library\\LibraryPdfController::new' => '?',
  10291.             'App\\Controller\\Library\\LibraryPdfController::show' => '?',
  10292.             'App\\Controller\\MenuController::delete' => '?',
  10293.             'App\\Controller\\MenuController::edit' => '?',
  10294.             'App\\Controller\\MenuController::show' => '?',
  10295.             'App\\Controller\\NewsletterController::newsletterSubscription' => '?',
  10296.             'App\\Controller\\OperationCode\\DrawCodeController::addFile' => '?',
  10297.             'App\\Controller\\OperationCode\\DrawCodeController::list' => '?',
  10298.             'App\\Controller\\OperationCode\\OdrCodeController::addFile' => '?',
  10299.             'App\\Controller\\OperationCode\\OdrCodeController::list' => '?',
  10300.             'App\\Controller\\Operation\\CouponController::couponNonIntegrated' => '?',
  10301.             'App\\Controller\\Operation\\CouponController::edit' => '?',
  10302.             'App\\Controller\\Operation\\CouponController::new' => '?',
  10303.             'App\\Controller\\Operation\\CouponController::show' => '?',
  10304.             'App\\Controller\\Operation\\CouponController::update' => '?',
  10305.             'App\\Controller\\Operation\\DrawController::delete' => '?',
  10306.             'App\\Controller\\Operation\\DrawController::edit' => '?',
  10307.             'App\\Controller\\Operation\\DrawController::index' => '?',
  10308.             'App\\Controller\\Operation\\DrawController::new' => '?',
  10309.             'App\\Controller\\Operation\\DrawController::sendEmail' => '?',
  10310.             'App\\Controller\\Operation\\DrawController::show' => '?',
  10311.             'App\\Controller\\Operation\\DrawController::sogecEdit' => '?',
  10312.             'App\\Controller\\Operation\\GameController::delete' => '?',
  10313.             'App\\Controller\\Operation\\GameController::displayGame' => '?',
  10314.             'App\\Controller\\Operation\\GameController::edit' => '?',
  10315.             'App\\Controller\\Operation\\GameController::index' => '?',
  10316.             'App\\Controller\\Operation\\GameController::new' => '?',
  10317.             'App\\Controller\\Operation\\GameController::show' => '?',
  10318.             'App\\Controller\\Operation\\MultiOfferController::edit' => '?',
  10319.             'App\\Controller\\Operation\\MultiOfferController::index' => '?',
  10320.             'App\\Controller\\Operation\\MultiOfferController::new' => '?',
  10321.             'App\\Controller\\Operation\\MultiOfferController::offerNonIntegrated' => '?',
  10322.             'App\\Controller\\Operation\\MultiOfferController::show' => '?',
  10323.             'App\\Controller\\Operation\\MultiOfferController::update' => '?',
  10324.             'App\\Controller\\Operation\\OdrController::edit' => '?',
  10325.             'App\\Controller\\Operation\\OdrController::new' => '?',
  10326.             'App\\Controller\\Operation\\OdrController::offerNonIntegrated' => '?',
  10327.             'App\\Controller\\Operation\\OdrController::show' => '?',
  10328.             'App\\Controller\\Operation\\OdrController::update' => '?',
  10329.             'App\\Controller\\Operation\\OdrPrimeController::edit' => '?',
  10330.             'App\\Controller\\Operation\\OdrPrimeController::new' => '?',
  10331.             'App\\Controller\\Operation\\OdrPrimeController::offerNonIntegrated' => '?',
  10332.             'App\\Controller\\Operation\\OdrPrimeController::show' => '?',
  10333.             'App\\Controller\\Operation\\OperationController::patchCouponEligibleDepartment' => '?',
  10334.             'App\\Controller\\ParticipationController::generate' => '?',
  10335.             'App\\Controller\\ParticipationController::index' => '?',
  10336.             'App\\Controller\\ParticipationController::show' => '?',
  10337.             'App\\Controller\\ParticipationController::update' => '?',
  10338.             'App\\Controller\\Recipe\\IngredientController::delete' => '?',
  10339.             'App\\Controller\\Recipe\\IngredientController::editIngredient' => '?',
  10340.             'App\\Controller\\Recipe\\IngredientController::getAllIngredients' => '?',
  10341.             'App\\Controller\\Recipe\\IngredientController::index' => '?',
  10342.             'App\\Controller\\Recipe\\IngredientController::show' => '?',
  10343.             'App\\Controller\\Recipe\\IngredientOperationController::edit' => '?',
  10344.             'App\\Controller\\Recipe\\RecipeController::ajaxGetPromotedRecipe' => '?',
  10345.             'App\\Controller\\Recipe\\RecipeController::ajaxUpdatePromotedRecipe' => '?',
  10346.             'App\\Controller\\Recipe\\RecipeController::delete' => '?',
  10347.             'App\\Controller\\Recipe\\RecipeController::edit' => '?',
  10348.             'App\\Controller\\Recipe\\RecipeController::index' => '?',
  10349.             'App\\Controller\\Recipe\\RecipeController::new' => '?',
  10350.             'App\\Controller\\Recipe\\RecipeController::show' => '?',
  10351.             'App\\Controller\\Recipe\\RecipeTypeController::delete' => '?',
  10352.             'App\\Controller\\Recipe\\RecipeTypeController::edit' => '?',
  10353.             'App\\Controller\\Recipe\\RecipeTypeController::index' => '?',
  10354.             'App\\Controller\\Recipe\\RecipeTypeController::show' => '?',
  10355.             'App\\Controller\\Reporting\\ReportingController::index' => '?',
  10356.             'App\\Controller\\SecurityController::clientlogin' => '?',
  10357.             'App\\Controller\\SecurityController::forgottenPassword' => '?',
  10358.             'App\\Controller\\SecurityController::login' => '?',
  10359.             'App\\Controller\\SecurityController::requestResetPassword' => '?',
  10360.             'App\\Controller\\SecurityController::resetPassword' => '?',
  10361.             'App\\Controller\\Security\\PermissionController::changeAccessAction' => '?',
  10362.             'App\\Controller\\Security\\ProfileController::delete' => '?',
  10363.             'App\\Controller\\Security\\ProfileController::edit' => '?',
  10364.             'App\\Controller\\Slider\\SliderController::delete' => '?',
  10365.             'App\\Controller\\Slider\\SliderController::edit' => '?',
  10366.             'App\\Controller\\Slider\\SliderController::new' => '?',
  10367.             'App\\Controller\\Slider\\SliderController::show' => '?',
  10368.             'App\\Controller\\Sogec\\DocumentationController::delete' => '?',
  10369.             'App\\Controller\\Sogec\\DocumentationController::index' => '?',
  10370.             'App\\Controller\\Sogec\\PromotionController::delete' => '?',
  10371.             'App\\Controller\\Sogec\\PromotionController::edit' => '?',
  10372.             'App\\Controller\\Sogec\\PromotionController::index' => '?',
  10373.             'App\\Controller\\Sogec\\PromotionController::new' => '?',
  10374.             'App\\Controller\\Sogec\\PromotionController::show' => '?',
  10375.             'App\\Controller\\Tas\\TasController::show' => '?',
  10376.             'App\\Controller\\Tas\\TasDrawController::generateTasDraw' => '?',
  10377.             'App\\Controller\\Tas\\TasDrawController::show' => '?',
  10378.             'App\\Controller\\TestingController::login' => '?',
  10379.             'App\\Controller\\User\\ConsumerController::delete' => '?',
  10380.             'App\\Controller\\User\\ConsumerController::deleteAll' => '?',
  10381.             'App\\Controller\\User\\ConsumerController::forgotConsumerPassword' => '?',
  10382.             'App\\Controller\\User\\ConsumerController::generate' => '?',
  10383.             'App\\Controller\\User\\ConsumerController::index' => '?',
  10384.             'App\\Controller\\User\\ConsumerController::show' => '?',
  10385.             'App\\Controller\\User\\ConsumerController::softDelete' => '?',
  10386.             'App\\Controller\\User\\ReferentController::delete' => '?',
  10387.             'App\\Controller\\User\\ReferentController::edit' => '?',
  10388.             'App\\Controller\\User\\ReferentController::import' => '?',
  10389.             'App\\Controller\\User\\ReferentController::index' => '?',
  10390.             'App\\Controller\\User\\ReferentController::new' => '?',
  10391.             'App\\Controller\\User\\ReferentController::show' => '?',
  10392.             'App\\Controller\\User\\StrateController::delete' => '?',
  10393.             'App\\Controller\\User\\StrateController::edit' => '?',
  10394.             'App\\Controller\\User\\StrateController::new' => '?',
  10395.             'App\\Controller\\User\\StrateController::show' => '?',
  10396.             'App\\Controller\\User\\UserController::delete' => '?',
  10397.             'App\\Controller\\User\\UserController::edit' => '?',
  10398.             'App\\Controller\\User\\UserController::forgotUserPassword' => '?',
  10399.             'App\\Controller\\User\\UserController::index' => '?',
  10400.             'App\\Controller\\User\\UserController::new' => '?',
  10401.             'App\\Controller\\User\\UserController::show' => '?',
  10402.             'App\\Controller\\WebsiteParams\\GameParamsController::delete' => '?',
  10403.             'App\\Controller\\WebsiteParams\\GameParamsController::edit' => '?',
  10404.             'App\\Controller\\WebsiteParams\\GameParamsController::index' => '?',
  10405.             'App\\Controller\\WebsiteParams\\GameParamsController::new' => '?',
  10406.             'App\\Controller\\WebsiteParams\\GameParamsController::show' => '?',
  10407.             'App\\Controller\\WebsiteParams\\ModuleParamsController::delete' => '?',
  10408.             'App\\Controller\\WebsiteParams\\ModuleParamsController::edit' => '?',
  10409.             'App\\Controller\\WebsiteParams\\ModuleParamsController::index' => '?',
  10410.             'App\\Controller\\WebsiteParams\\ModuleParamsController::new' => '?',
  10411.             'App\\Controller\\WebsiteParams\\ModuleParamsController::show' => '?',
  10412.             'kernel::loadRoutes' => '?',
  10413.             'kernel::registerContainerConfiguration' => '?',
  10414.             'App\\Controller\\Api\\CreateAloneIbanBicByUser:__invoke' => '?',
  10415.             'App\\Controller\\Api\\CreateAloneIbanBicByUser' => '?',
  10416.             'App\\Controller\\Api\\Gift\\GetOneGift:__invoke' => '?',
  10417.             'App\\Controller\\Api\\Gift\\GetOneGift' => '?',
  10418.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele:__invoke' => '?',
  10419.             'App\\Controller\\Api\\UpdateOptinUserFromIsoskele' => '?',
  10420.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce:__invoke' => '?',
  10421.             'App\\Controller\\Api\\UpdateOptinUserFromSalesforce' => '?',
  10422.             'App\\Controller\\Blog\\BlogController:delete' => '?',
  10423.             'App\\Controller\\Blog\\BlogController:edit' => '?',
  10424.             'App\\Controller\\Blog\\BlogController:new' => '?',
  10425.             'App\\Controller\\Blog\\BlogController:show' => '?',
  10426.             'App\\Controller\\Blog\\BlogTagController:delete' => '?',
  10427.             'App\\Controller\\Blog\\BlogTagController:edit' => '?',
  10428.             'App\\Controller\\Blog\\BlogTagController:show' => '?',
  10429.             'App\\Controller\\Catalog\\GiftCodeController:addFile' => '?',
  10430.             'App\\Controller\\Catalog\\GiftCodeController:list' => '?',
  10431.             'App\\Controller\\Catalog\\GiftController:delete' => '?',
  10432.             'App\\Controller\\Catalog\\GiftController:edit' => '?',
  10433.             'App\\Controller\\Catalog\\GiftController:new' => '?',
  10434.             'App\\Controller\\Catalog\\GiftController:show' => '?',
  10435.             'App\\Controller\\Catalog\\GiftLevelController:delete' => '?',
  10436.             'App\\Controller\\Catalog\\GiftLevelController:edit' => '?',
  10437.             'App\\Controller\\Catalog\\GiftLevelController:show' => '?',
  10438.             'App\\Controller\\Faq\\FaqController:delete' => '?',
  10439.             'App\\Controller\\Faq\\FaqController:edit' => '?',
  10440.             'App\\Controller\\Faq\\FaqController:show' => '?',
  10441.             'App\\Controller\\HomeController:index' => '?',
  10442.             'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateAccountPositionKnowledges' => '?',
  10443.             'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateRegisterPositionKnowledges' => '?',
  10444.             'App\\Controller\\Knowledge\\KnowledgeController:delete' => '?',
  10445.             'App\\Controller\\Knowledge\\KnowledgeController:index' => '?',
  10446.             'App\\Controller\\Knowledge\\KnowledgeController:show' => '?',
  10447.             'App\\Controller\\Library\\LibraryImageController:delete' => '?',
  10448.             'App\\Controller\\Library\\LibraryImageController:edit' => '?',
  10449.             'App\\Controller\\Library\\LibraryImageController:new' => '?',
  10450.             'App\\Controller\\Library\\LibraryImageController:show' => '?',
  10451.             'App\\Controller\\Library\\LibraryPdfController:delete' => '?',
  10452.             'App\\Controller\\Library\\LibraryPdfController:edit' => '?',
  10453.             'App\\Controller\\Library\\LibraryPdfController:new' => '?',
  10454.             'App\\Controller\\Library\\LibraryPdfController:show' => '?',
  10455.             'App\\Controller\\MenuController:delete' => '?',
  10456.             'App\\Controller\\MenuController:edit' => '?',
  10457.             'App\\Controller\\MenuController:show' => '?',
  10458.             'App\\Controller\\NewsletterController:newsletterSubscription' => '?',
  10459.             'App\\Controller\\OperationCode\\DrawCodeController:addFile' => '?',
  10460.             'App\\Controller\\OperationCode\\DrawCodeController:list' => '?',
  10461.             'App\\Controller\\OperationCode\\OdrCodeController:addFile' => '?',
  10462.             'App\\Controller\\OperationCode\\OdrCodeController:list' => '?',
  10463.             'App\\Controller\\Operation\\CouponController:couponNonIntegrated' => '?',
  10464.             'App\\Controller\\Operation\\CouponController:edit' => '?',
  10465.             'App\\Controller\\Operation\\CouponController:new' => '?',
  10466.             'App\\Controller\\Operation\\CouponController:show' => '?',
  10467.             'App\\Controller\\Operation\\CouponController:update' => '?',
  10468.             'App\\Controller\\Operation\\DrawController:delete' => '?',
  10469.             'App\\Controller\\Operation\\DrawController:edit' => '?',
  10470.             'App\\Controller\\Operation\\DrawController:index' => '?',
  10471.             'App\\Controller\\Operation\\DrawController:new' => '?',
  10472.             'App\\Controller\\Operation\\DrawController:sendEmail' => '?',
  10473.             'App\\Controller\\Operation\\DrawController:show' => '?',
  10474.             'App\\Controller\\Operation\\DrawController:sogecEdit' => '?',
  10475.             'App\\Controller\\Operation\\GameController:delete' => '?',
  10476.             'App\\Controller\\Operation\\GameController:displayGame' => '?',
  10477.             'App\\Controller\\Operation\\GameController:edit' => '?',
  10478.             'App\\Controller\\Operation\\GameController:index' => '?',
  10479.             'App\\Controller\\Operation\\GameController:new' => '?',
  10480.             'App\\Controller\\Operation\\GameController:show' => '?',
  10481.             'App\\Controller\\Operation\\MultiOfferController:edit' => '?',
  10482.             'App\\Controller\\Operation\\MultiOfferController:index' => '?',
  10483.             'App\\Controller\\Operation\\MultiOfferController:new' => '?',
  10484.             'App\\Controller\\Operation\\MultiOfferController:offerNonIntegrated' => '?',
  10485.             'App\\Controller\\Operation\\MultiOfferController:show' => '?',
  10486.             'App\\Controller\\Operation\\MultiOfferController:update' => '?',
  10487.             'App\\Controller\\Operation\\OdrController:edit' => '?',
  10488.             'App\\Controller\\Operation\\OdrController:new' => '?',
  10489.             'App\\Controller\\Operation\\OdrController:offerNonIntegrated' => '?',
  10490.             'App\\Controller\\Operation\\OdrController:show' => '?',
  10491.             'App\\Controller\\Operation\\OdrController:update' => '?',
  10492.             'App\\Controller\\Operation\\OdrPrimeController:edit' => '?',
  10493.             'App\\Controller\\Operation\\OdrPrimeController:new' => '?',
  10494.             'App\\Controller\\Operation\\OdrPrimeController:offerNonIntegrated' => '?',
  10495.             'App\\Controller\\Operation\\OdrPrimeController:show' => '?',
  10496.             'App\\Controller\\Operation\\OperationController:patchCouponEligibleDepartment' => '?',
  10497.             'App\\Controller\\ParticipationController:generate' => '?',
  10498.             'App\\Controller\\ParticipationController:index' => '?',
  10499.             'App\\Controller\\ParticipationController:show' => '?',
  10500.             'App\\Controller\\ParticipationController:update' => '?',
  10501.             'App\\Controller\\Recipe\\IngredientController:delete' => '?',
  10502.             'App\\Controller\\Recipe\\IngredientController:editIngredient' => '?',
  10503.             'App\\Controller\\Recipe\\IngredientController:getAllIngredients' => '?',
  10504.             'App\\Controller\\Recipe\\IngredientController:index' => '?',
  10505.             'App\\Controller\\Recipe\\IngredientController:show' => '?',
  10506.             'App\\Controller\\Recipe\\IngredientOperationController:edit' => '?',
  10507.             'App\\Controller\\Recipe\\RecipeController:ajaxGetPromotedRecipe' => '?',
  10508.             'App\\Controller\\Recipe\\RecipeController:ajaxUpdatePromotedRecipe' => '?',
  10509.             'App\\Controller\\Recipe\\RecipeController:delete' => '?',
  10510.             'App\\Controller\\Recipe\\RecipeController:edit' => '?',
  10511.             'App\\Controller\\Recipe\\RecipeController:index' => '?',
  10512.             'App\\Controller\\Recipe\\RecipeController:new' => '?',
  10513.             'App\\Controller\\Recipe\\RecipeController:show' => '?',
  10514.             'App\\Controller\\Recipe\\RecipeTypeController:delete' => '?',
  10515.             'App\\Controller\\Recipe\\RecipeTypeController:edit' => '?',
  10516.             'App\\Controller\\Recipe\\RecipeTypeController:index' => '?',
  10517.             'App\\Controller\\Recipe\\RecipeTypeController:show' => '?',
  10518.             'App\\Controller\\Reporting\\ReportingController:index' => '?',
  10519.             'App\\Controller\\SecurityController:clientlogin' => '?',
  10520.             'App\\Controller\\SecurityController:forgottenPassword' => '?',
  10521.             'App\\Controller\\SecurityController:login' => '?',
  10522.             'App\\Controller\\SecurityController:requestResetPassword' => '?',
  10523.             'App\\Controller\\SecurityController:resetPassword' => '?',
  10524.             'App\\Controller\\Security\\PermissionController:changeAccessAction' => '?',
  10525.             'App\\Controller\\Security\\ProfileController:delete' => '?',
  10526.             'App\\Controller\\Security\\ProfileController:edit' => '?',
  10527.             'App\\Controller\\Slider\\SliderController:delete' => '?',
  10528.             'App\\Controller\\Slider\\SliderController:edit' => '?',
  10529.             'App\\Controller\\Slider\\SliderController:new' => '?',
  10530.             'App\\Controller\\Slider\\SliderController:show' => '?',
  10531.             'App\\Controller\\Sogec\\DocumentationController:delete' => '?',
  10532.             'App\\Controller\\Sogec\\DocumentationController:index' => '?',
  10533.             'App\\Controller\\Sogec\\PromotionController:delete' => '?',
  10534.             'App\\Controller\\Sogec\\PromotionController:edit' => '?',
  10535.             'App\\Controller\\Sogec\\PromotionController:index' => '?',
  10536.             'App\\Controller\\Sogec\\PromotionController:new' => '?',
  10537.             'App\\Controller\\Sogec\\PromotionController:show' => '?',
  10538.             'App\\Controller\\Tas\\TasController:show' => '?',
  10539.             'App\\Controller\\Tas\\TasDrawController:generateTasDraw' => '?',
  10540.             'App\\Controller\\Tas\\TasDrawController:show' => '?',
  10541.             'App\\Controller\\TestingController:login' => '?',
  10542.             'App\\Controller\\User\\ConsumerController:delete' => '?',
  10543.             'App\\Controller\\User\\ConsumerController:deleteAll' => '?',
  10544.             'App\\Controller\\User\\ConsumerController:forgotConsumerPassword' => '?',
  10545.             'App\\Controller\\User\\ConsumerController:generate' => '?',
  10546.             'App\\Controller\\User\\ConsumerController:index' => '?',
  10547.             'App\\Controller\\User\\ConsumerController:show' => '?',
  10548.             'App\\Controller\\User\\ConsumerController:softDelete' => '?',
  10549.             'App\\Controller\\User\\ReferentController:delete' => '?',
  10550.             'App\\Controller\\User\\ReferentController:edit' => '?',
  10551.             'App\\Controller\\User\\ReferentController:import' => '?',
  10552.             'App\\Controller\\User\\ReferentController:index' => '?',
  10553.             'App\\Controller\\User\\ReferentController:new' => '?',
  10554.             'App\\Controller\\User\\ReferentController:show' => '?',
  10555.             'App\\Controller\\User\\StrateController:delete' => '?',
  10556.             'App\\Controller\\User\\StrateController:edit' => '?',
  10557.             'App\\Controller\\User\\StrateController:new' => '?',
  10558.             'App\\Controller\\User\\StrateController:show' => '?',
  10559.             'App\\Controller\\User\\UserController:delete' => '?',
  10560.             'App\\Controller\\User\\UserController:edit' => '?',
  10561.             'App\\Controller\\User\\UserController:forgotUserPassword' => '?',
  10562.             'App\\Controller\\User\\UserController:index' => '?',
  10563.             'App\\Controller\\User\\UserController:new' => '?',
  10564.             'App\\Controller\\User\\UserController:show' => '?',
  10565.             'App\\Controller\\WebsiteParams\\GameParamsController:delete' => '?',
  10566.             'App\\Controller\\WebsiteParams\\GameParamsController:edit' => '?',
  10567.             'App\\Controller\\WebsiteParams\\GameParamsController:index' => '?',
  10568.             'App\\Controller\\WebsiteParams\\GameParamsController:new' => '?',
  10569.             'App\\Controller\\WebsiteParams\\GameParamsController:show' => '?',
  10570.             'App\\Controller\\WebsiteParams\\ModuleParamsController:delete' => '?',
  10571.             'App\\Controller\\WebsiteParams\\ModuleParamsController:edit' => '?',
  10572.             'App\\Controller\\WebsiteParams\\ModuleParamsController:index' => '?',
  10573.             'App\\Controller\\WebsiteParams\\ModuleParamsController:new' => '?',
  10574.             'App\\Controller\\WebsiteParams\\ModuleParamsController:show' => '?',
  10575.             'kernel:loadRoutes' => '?',
  10576.             'kernel:registerContainerConfiguration' => '?',
  10577.         ]);
  10578.     }
  10579.     /**
  10580.      * Gets the private '.service_locator.UZSIdeF' shared service.
  10581.      *
  10582.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10583.      */
  10584.     protected function get_ServiceLocator_UZSIdeFService()
  10585.     {
  10586.         return $this->privates['.service_locator.UZSIdeF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10587.             'ingredientRepository' => ['privates''App\\Repository\\Recipe\\IngredientRepository''getIngredientRepositoryService'false],
  10588.             'measureUnitRepository' => ['privates''App\\Repository\\Recipe\\IngredientMeasureUnitRepository''getIngredientMeasureUnitRepositoryService'false],
  10589.             'recipe' => ['privates''.errored..service_locator.UZSIdeF.App\\Entity\\Recipe\\Recipe'NULL'Cannot autowire service ".service_locator.UZSIdeF": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.'],
  10590.         ], [
  10591.             'ingredientRepository' => 'App\\Repository\\Recipe\\IngredientRepository',
  10592.             'measureUnitRepository' => 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository',
  10593.             'recipe' => 'App\\Entity\\Recipe\\Recipe',
  10594.         ]);
  10595.     }
  10596.     /**
  10597.      * Gets the private '.service_locator.UdFxq8q' shared service.
  10598.      *
  10599.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10600.      */
  10601.     protected function get_ServiceLocator_UdFxq8qService()
  10602.     {
  10603.         return $this->privates['.service_locator.UdFxq8q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10604.             'moduleParam' => ['privates''.errored..service_locator.UdFxq8q.App\\Entity\\WebsiteParams\\ModuleParams'NULL'Cannot autowire service ".service_locator.UdFxq8q": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.'],
  10605.             'moduleParamsManager' => ['privates''App\\Service\\WebsiteParams\\ModuleParamsManager''getModuleParamsManagerService'false],
  10606.             'moduleParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\ModuleParamsRepository''getModuleParamsRepositoryService'false],
  10607.         ], [
  10608.             'moduleParam' => 'App\\Entity\\WebsiteParams\\ModuleParams',
  10609.             'moduleParamsManager' => 'App\\Service\\WebsiteParams\\ModuleParamsManager',
  10610.             'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
  10611.         ]);
  10612.     }
  10613.     /**
  10614.      * Gets the private '.service_locator.VAAdlTA' shared service.
  10615.      *
  10616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10617.      */
  10618.     protected function get_ServiceLocator_VAAdlTAService()
  10619.     {
  10620.         return $this->privates['.service_locator.VAAdlTA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10621.             'draw' => ['privates''.errored..service_locator.VAAdlTA.App\\Entity\\Operation\\Draw'NULL'Cannot autowire service ".service_locator.VAAdlTA": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
  10622.             'drawCodeRepository' => ['privates''App\\Repository\\OperationCode\\DrawCodeRepository''getDrawCodeRepositoryService'false],
  10623.         ], [
  10624.             'draw' => 'App\\Entity\\Operation\\Draw',
  10625.             'drawCodeRepository' => 'App\\Repository\\OperationCode\\DrawCodeRepository',
  10626.         ]);
  10627.     }
  10628.     /**
  10629.      * Gets the private '.service_locator.W7DqDCg' shared service.
  10630.      *
  10631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10632.      */
  10633.     protected function get_ServiceLocator_W7DqDCgService()
  10634.     {
  10635.         return $this->privates['.service_locator.W7DqDCg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10636.             'mediaPromotionManager' => ['privates''App\\Manager\\MediaObject\\MediaPromotionManager''getMediaPromotionManagerService'false],
  10637.         ], [
  10638.             'mediaPromotionManager' => 'App\\Manager\\MediaObject\\MediaPromotionManager',
  10639.         ]);
  10640.     }
  10641.     /**
  10642.      * Gets the private '.service_locator.XFJIyI5' shared service.
  10643.      *
  10644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10645.      */
  10646.     protected function get_ServiceLocator_XFJIyI5Service()
  10647.     {
  10648.         return $this->privates['.service_locator.XFJIyI5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10649.             'giftMediaManager' => ['privates''App\\Manager\\MediaObject\\MediaGiftManager''getMediaGiftManagerService'false],
  10650.             'thumbnailGiftMediaManager' => ['privates''App\\Manager\\MediaObject\\MediaThumbnailGiftManager''getMediaThumbnailGiftManagerService'false],
  10651.         ], [
  10652.             'giftMediaManager' => 'App\\Manager\\MediaObject\\MediaGiftManager',
  10653.             'thumbnailGiftMediaManager' => 'App\\Manager\\MediaObject\\MediaThumbnailGiftManager',
  10654.         ]);
  10655.     }
  10656.     /**
  10657.      * Gets the private '.service_locator.XJyRSWn' shared service.
  10658.      *
  10659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10660.      */
  10661.     protected function get_ServiceLocator_XJyRSWnService()
  10662.     {
  10663.         return $this->privates['.service_locator.XJyRSWn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10664.             'consumer' => ['privates''.errored..service_locator.XJyRSWn.App\\Entity\\User\\Consumer'NULL'Cannot autowire service ".service_locator.XJyRSWn": it references class "App\\Entity\\User\\Consumer" but no such service exists.'],
  10665.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10666.         ], [
  10667.             'consumer' => 'App\\Entity\\User\\Consumer',
  10668.             'entityManager' => '?',
  10669.         ]);
  10670.     }
  10671.     /**
  10672.      * Gets the private '.service_locator.XNMhNp9' shared service.
  10673.      *
  10674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10675.      */
  10676.     protected function get_ServiceLocator_XNMhNp9Service()
  10677.     {
  10678.         return $this->privates['.service_locator.XNMhNp9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10679.             'bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10680.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10681.             'sendInBlue' => ['privates''App\\Service\\SendInBlue''getSendInBlueService'false],
  10682.             'tokenManager' => ['privates''App\\Manager\\TokenManager''getTokenManagerService'false],
  10683.         ], [
  10684.             'bus' => '?',
  10685.             'entityManager' => '?',
  10686.             'sendInBlue' => 'App\\Service\\SendInBlue',
  10687.             'tokenManager' => 'App\\Manager\\TokenManager',
  10688.         ]);
  10689.     }
  10690.     /**
  10691.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  10692.      *
  10693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10694.      */
  10695.     protected function get_ServiceLocator_Y4J_A_EService()
  10696.     {
  10697.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10698.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10699.         ], [
  10700.             'failed' => '?',
  10701.         ]);
  10702.     }
  10703.     /**
  10704.      * Gets the private '.service_locator.YI9.Zji' shared service.
  10705.      *
  10706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10707.      */
  10708.     protected function get_ServiceLocator_YI9_ZjiService()
  10709.     {
  10710.         return $this->privates['.service_locator.YI9.Zji'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10711.             'promotionRepository' => ['privates''App\\Repository\\Sogec\\PromotionRepository''getPromotionRepositoryService'false],
  10712.         ], [
  10713.             'promotionRepository' => 'App\\Repository\\Sogec\\PromotionRepository',
  10714.         ]);
  10715.     }
  10716.     /**
  10717.      * Gets the private '.service_locator.Y_MyNzo' shared service.
  10718.      *
  10719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10720.      */
  10721.     protected function get_ServiceLocator_YMyNzoService()
  10722.     {
  10723.         return $this->privates['.service_locator.Y_MyNzo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10724.             'profile' => ['privates''.errored..service_locator.Y_MyNzo.App\\Entity\\Security\\Profile'NULL'Cannot autowire service ".service_locator.Y_MyNzo": it references class "App\\Entity\\Security\\Profile" but no such service exists.'],
  10725.         ], [
  10726.             'profile' => 'App\\Entity\\Security\\Profile',
  10727.         ]);
  10728.     }
  10729.     /**
  10730.      * Gets the private '.service_locator.YuakD9s' shared service.
  10731.      *
  10732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10733.      */
  10734.     protected function get_ServiceLocator_YuakD9sService()
  10735.     {
  10736.         return $this->privates['.service_locator.YuakD9s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10737.             'paginatorManager' => ['services''App\\Manager\\Paginator\\PaginatorManager''getPaginatorManagerService'false],
  10738.         ], [
  10739.             'paginatorManager' => 'App\\Manager\\Paginator\\PaginatorManager',
  10740.         ]);
  10741.     }
  10742.     /**
  10743.      * Gets the private '.service_locator.Zw1U.Bu' shared service.
  10744.      *
  10745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10746.      */
  10747.     protected function get_ServiceLocator_Zw1U_BuService()
  10748.     {
  10749.         return $this->privates['.service_locator.Zw1U.Bu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10750.             'ingredient' => ['privates''.errored..service_locator.Zw1U.Bu.App\\Entity\\Recipe\\Ingredient'NULL'Cannot autowire service ".service_locator.Zw1U.Bu": it references class "App\\Entity\\Recipe\\Ingredient" but no such service exists.'],
  10751.         ], [
  10752.             'ingredient' => 'App\\Entity\\Recipe\\Ingredient',
  10753.         ]);
  10754.     }
  10755.     /**
  10756.      * Gets the private '.service_locator._KlT6Du' shared service.
  10757.      *
  10758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10759.      */
  10760.     protected function get_ServiceLocator_KlT6DuService()
  10761.     {
  10762.         return $this->privates['.service_locator._KlT6Du'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10763.             'user' => ['privates''.errored..service_locator._KlT6Du.App\\Entity\\User\\User'NULL'Cannot autowire service ".service_locator._KlT6Du": it references class "App\\Entity\\User\\User" but no such service exists.'],
  10764.         ], [
  10765.             'user' => 'App\\Entity\\User\\User',
  10766.         ]);
  10767.     }
  10768.     /**
  10769.      * Gets the private '.service_locator._RDKtx1' shared service.
  10770.      *
  10771.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10772.      */
  10773.     protected function get_ServiceLocator_RDKtx1Service()
  10774.     {
  10775.         return $this->privates['.service_locator._RDKtx1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10776.             'moduleParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\ModuleParamsRepository''getModuleParamsRepositoryService'false],
  10777.         ], [
  10778.             'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
  10779.         ]);
  10780.     }
  10781.     /**
  10782.      * Gets the private '.service_locator.aXfPxmo' shared service.
  10783.      *
  10784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10785.      */
  10786.     protected function get_ServiceLocator_AXfPxmoService()
  10787.     {
  10788.         return $this->privates['.service_locator.aXfPxmo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10789.             'giftLevel' => ['privates''.errored..service_locator.aXfPxmo.App\\Entity\\Catalog\\GiftLevel'NULL'Cannot autowire service ".service_locator.aXfPxmo": it references class "App\\Entity\\Catalog\\GiftLevel" but no such service exists.'],
  10790.         ], [
  10791.             'giftLevel' => 'App\\Entity\\Catalog\\GiftLevel',
  10792.         ]);
  10793.     }
  10794.     /**
  10795.      * Gets the private '.service_locator.ak09MZ4' shared service.
  10796.      *
  10797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10798.      */
  10799.     protected function get_ServiceLocator_Ak09MZ4Service()
  10800.     {
  10801.         return $this->privates['.service_locator.ak09MZ4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10802.             'mediaSliderManager' => ['privates''App\\Manager\\MediaObject\\MediaSliderManager''getMediaSliderManagerService'false],
  10803.         ], [
  10804.             'mediaSliderManager' => 'App\\Manager\\MediaObject\\MediaSliderManager',
  10805.         ]);
  10806.     }
  10807.     /**
  10808.      * Gets the private '.service_locator.alhWlVm' shared service.
  10809.      *
  10810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10811.      */
  10812.     protected function get_ServiceLocator_AlhWlVmService()
  10813.     {
  10814.         return $this->privates['.service_locator.alhWlVm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10815.             'referentManager' => ['privates''App\\Manager\\ReferentManager''getReferentManagerService'false],
  10816.         ], [
  10817.             'referentManager' => 'App\\Manager\\ReferentManager',
  10818.         ]);
  10819.     }
  10820.     /**
  10821.      * Gets the private '.service_locator.bdOxJCA' shared service.
  10822.      *
  10823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10824.      */
  10825.     protected function get_ServiceLocator_BdOxJCAService()
  10826.     {
  10827.         return $this->privates['.service_locator.bdOxJCA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10828.             'odrManager' => ['privates''App\\Manager\\Operation\\OdrManager''getOdrManagerService'false],
  10829.         ], [
  10830.             'odrManager' => 'App\\Manager\\Operation\\OdrManager',
  10831.         ]);
  10832.     }
  10833.     /**
  10834.      * Gets the private '.service_locator.cQn8rXX' shared service.
  10835.      *
  10836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10837.      */
  10838.     protected function get_ServiceLocator_CQn8rXXService()
  10839.     {
  10840.         return $this->privates['.service_locator.cQn8rXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10841.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10842.             'newsletterManager' => ['privates''App\\Manager\\NewsletterManager''getNewsletterManagerService'false],
  10843.             'yeesssManager' => ['privates''App\\Manager\\CRM\\YeesssManager''getYeesssManagerService'false],
  10844.         ], [
  10845.             'entityManager' => '?',
  10846.             'newsletterManager' => 'App\\Manager\\NewsletterManager',
  10847.             'yeesssManager' => 'App\\Manager\\CRM\\YeesssManager',
  10848.         ]);
  10849.     }
  10850.     /**
  10851.      * Gets the private '.service_locator.cv6j8iq' shared service.
  10852.      *
  10853.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10854.      */
  10855.     protected function get_ServiceLocator_Cv6j8iqService()
  10856.     {
  10857.         return $this->privates['.service_locator.cv6j8iq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10858.             'bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10859.             'draw' => ['privates''.errored..service_locator.cv6j8iq.App\\Entity\\Operation\\Draw'NULL'Cannot autowire service ".service_locator.cv6j8iq": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
  10860.             'tasManager' => ['privates''App\\Manager\\Tas\\TasDrawManager''getTasDrawManagerService'false],
  10861.         ], [
  10862.             'bus' => '?',
  10863.             'draw' => 'App\\Entity\\Operation\\Draw',
  10864.             'tasManager' => 'App\\Manager\\Tas\\TasDrawManager',
  10865.         ]);
  10866.     }
  10867.     /**
  10868.      * Gets the private '.service_locator.cvBCEKY' shared service.
  10869.      *
  10870.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10871.      */
  10872.     protected function get_ServiceLocator_CvBCEKYService()
  10873.     {
  10874.         return $this->privates['.service_locator.cvBCEKY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10875.             'strateRepository' => ['privates''App\\Repository\\User\\StrateRepository''getStrateRepositoryService'false],
  10876.         ], [
  10877.             'strateRepository' => 'App\\Repository\\User\\StrateRepository',
  10878.         ]);
  10879.     }
  10880.     /**
  10881.      * Gets the private '.service_locator.dBln_k3' shared service.
  10882.      *
  10883.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10884.      */
  10885.     protected function get_ServiceLocator_DBlnK3Service()
  10886.     {
  10887.         return $this->privates['.service_locator.dBln_k3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10888.             'coupon' => ['privates''.errored..service_locator.dBln_k3.App\\Entity\\Operation\\Coupon'NULL'Cannot autowire service ".service_locator.dBln_k3": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.'],
  10889.         ], [
  10890.             'coupon' => 'App\\Entity\\Operation\\Coupon',
  10891.         ]);
  10892.     }
  10893.     /**
  10894.      * Gets the private '.service_locator.dj15A1t' shared service.
  10895.      *
  10896.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10897.      */
  10898.     protected function get_ServiceLocator_Dj15A1tService()
  10899.     {
  10900.         return $this->privates['.service_locator.dj15A1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10901.             'recipe' => ['privates''.errored..service_locator.dj15A1t.App\\Entity\\Recipe\\Recipe'NULL'Cannot autowire service ".service_locator.dj15A1t": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.'],
  10902.         ], [
  10903.             'recipe' => 'App\\Entity\\Recipe\\Recipe',
  10904.         ]);
  10905.     }
  10906.     /**
  10907.      * Gets the private '.service_locator.dpT5QK1' shared service.
  10908.      *
  10909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10910.      */
  10911.     protected function get_ServiceLocator_DpT5QK1Service()
  10912.     {
  10913.         return $this->privates['.service_locator.dpT5QK1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10914.             'userProvider' => ['privates''security.user.provider.concrete.app_user_provider''getSecurity_User_Provider_Concrete_AppUserProviderService'false],
  10915.         ], [
  10916.             'userProvider' => '?',
  10917.         ]);
  10918.     }
  10919.     /**
  10920.      * Gets the private '.service_locator.fNlhGzn' shared service.
  10921.      *
  10922.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10923.      */
  10924.     protected function get_ServiceLocator_FNlhGznService()
  10925.     {
  10926.         return $this->privates['.service_locator.fNlhGzn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10927.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  10928.             'async-email' => ['privates''messenger.transport.async-email''getMessenger_Transport_AsyncemailService'false],
  10929.             'async-gift-code' => ['privates''messenger.transport.async-gift-code''getMessenger_Transport_AsyncgiftcodeService'false],
  10930.             'async-import-referents' => ['privates''messenger.transport.async-import-referents''getMessenger_Transport_AsyncimportreferentsService'false],
  10931.             'async-isoskele' => ['privates''messenger.transport.async-isoskele''getMessenger_Transport_AsyncisoskeleService'false],
  10932.             'async-operation-code' => ['privates''messenger.transport.async-operation-code''getMessenger_Transport_AsyncoperationcodeService'false],
  10933.             'async-purse' => ['privates''messenger.transport.async-purse''getMessenger_Transport_AsyncpurseService'false],
  10934.             'async-refund' => ['privates''messenger.transport.async-refund''getMessenger_Transport_AsyncrefundService'false],
  10935.             'async-salesforce' => ['privates''messenger.transport.async-salesforce''getMessenger_Transport_AsyncsalesforceService'false],
  10936.             'async-shannon' => ['privates''messenger.transport.async-shannon''getMessenger_Transport_AsyncshannonService'false],
  10937.             'async-smp' => ['privates''messenger.transport.async-smp''getMessenger_Transport_AsyncsmpService'false],
  10938.             'async-yeesss' => ['privates''messenger.transport.async-yeesss''getMessenger_Transport_AsyncyeesssService'false],
  10939.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10940.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  10941.             'messenger.transport.async-email' => ['privates''messenger.transport.async-email''getMessenger_Transport_AsyncemailService'false],
  10942.             'messenger.transport.async-gift-code' => ['privates''messenger.transport.async-gift-code''getMessenger_Transport_AsyncgiftcodeService'false],
  10943.             'messenger.transport.async-import-referents' => ['privates''messenger.transport.async-import-referents''getMessenger_Transport_AsyncimportreferentsService'false],
  10944.             'messenger.transport.async-isoskele' => ['privates''messenger.transport.async-isoskele''getMessenger_Transport_AsyncisoskeleService'false],
  10945.             'messenger.transport.async-operation-code' => ['privates''messenger.transport.async-operation-code''getMessenger_Transport_AsyncoperationcodeService'false],
  10946.             'messenger.transport.async-purse' => ['privates''messenger.transport.async-purse''getMessenger_Transport_AsyncpurseService'false],
  10947.             'messenger.transport.async-refund' => ['privates''messenger.transport.async-refund''getMessenger_Transport_AsyncrefundService'false],
  10948.             'messenger.transport.async-salesforce' => ['privates''messenger.transport.async-salesforce''getMessenger_Transport_AsyncsalesforceService'false],
  10949.             'messenger.transport.async-shannon' => ['privates''messenger.transport.async-shannon''getMessenger_Transport_AsyncshannonService'false],
  10950.             'messenger.transport.async-smp' => ['privates''messenger.transport.async-smp''getMessenger_Transport_AsyncsmpService'false],
  10951.             'messenger.transport.async-yeesss' => ['privates''messenger.transport.async-yeesss''getMessenger_Transport_AsyncyeesssService'false],
  10952.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10953.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  10954.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  10955.         ], [
  10956.             'async' => '?',
  10957.             'async-email' => '?',
  10958.             'async-gift-code' => '?',
  10959.             'async-import-referents' => '?',
  10960.             'async-isoskele' => '?',
  10961.             'async-operation-code' => '?',
  10962.             'async-purse' => '?',
  10963.             'async-refund' => '?',
  10964.             'async-salesforce' => '?',
  10965.             'async-shannon' => '?',
  10966.             'async-smp' => '?',
  10967.             'async-yeesss' => '?',
  10968.             'failed' => '?',
  10969.             'messenger.transport.async' => '?',
  10970.             'messenger.transport.async-email' => '?',
  10971.             'messenger.transport.async-gift-code' => '?',
  10972.             'messenger.transport.async-import-referents' => '?',
  10973.             'messenger.transport.async-isoskele' => '?',
  10974.             'messenger.transport.async-operation-code' => '?',
  10975.             'messenger.transport.async-purse' => '?',
  10976.             'messenger.transport.async-refund' => '?',
  10977.             'messenger.transport.async-salesforce' => '?',
  10978.             'messenger.transport.async-shannon' => '?',
  10979.             'messenger.transport.async-smp' => '?',
  10980.             'messenger.transport.async-yeesss' => '?',
  10981.             'messenger.transport.failed' => '?',
  10982.             'messenger.transport.sync' => '?',
  10983.             'sync' => '?',
  10984.         ]);
  10985.     }
  10986.     /**
  10987.      * Gets the private '.service_locator.fYw2Drl' shared service.
  10988.      *
  10989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10990.      */
  10991.     protected function get_ServiceLocator_FYw2DrlService()
  10992.     {
  10993.         return $this->privates['.service_locator.fYw2Drl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10994.             'blogTag' => ['privates''.errored..service_locator.fYw2Drl.App\\Entity\\Tag\\BlogTag'NULL'Cannot autowire service ".service_locator.fYw2Drl": it references class "App\\Entity\\Tag\\BlogTag" but no such service exists.'],
  10995.         ], [
  10996.             'blogTag' => 'App\\Entity\\Tag\\BlogTag',
  10997.         ]);
  10998.     }
  10999.     /**
  11000.      * Gets the private '.service_locator.hjCuP1A' shared service.
  11001.      *
  11002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11003.      */
  11004.     protected function get_ServiceLocator_HjCuP1AService()
  11005.     {
  11006.         return $this->privates['.service_locator.hjCuP1A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11007.             'knowledgeManager' => ['privates''App\\Manager\\Knowledge\\KnowledgeManager''getKnowledgeManagerService'false],
  11008.         ], [
  11009.             'knowledgeManager' => 'App\\Manager\\Knowledge\\KnowledgeManager',
  11010.         ]);
  11011.     }
  11012.     /**
  11013.      * Gets the private '.service_locator.huI3pXp' shared service.
  11014.      *
  11015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11016.      */
  11017.     protected function get_ServiceLocator_HuI3pXpService()
  11018.     {
  11019.         return $this->privates['.service_locator.huI3pXp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11020.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  11021.         ], [
  11022.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  11023.         ]);
  11024.     }
  11025.     /**
  11026.      * Gets the private '.service_locator.ibE7Q1t' shared service.
  11027.      *
  11028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11029.      */
  11030.     protected function get_ServiceLocator_IbE7Q1tService()
  11031.     {
  11032.         return $this->privates['.service_locator.ibE7Q1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11033.             'mediaCodeOdrManager' => ['privates''App\\Manager\\MediaObject\\MediaCodeOdrManager''getMediaCodeOdrManagerService'false],
  11034.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11035.             'odr' => ['privates''.errored..service_locator.ibE7Q1t.App\\Entity\\Operation\\Odr'NULL'Cannot autowire service ".service_locator.ibE7Q1t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
  11036.         ], [
  11037.             'mediaCodeOdrManager' => 'App\\Manager\\MediaObject\\MediaCodeOdrManager',
  11038.             'messageBus' => '?',
  11039.             'odr' => 'App\\Entity\\Operation\\Odr',
  11040.         ]);
  11041.     }
  11042.     /**
  11043.      * Gets the private '.service_locator.j76zAXX' shared service.
  11044.      *
  11045.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11046.      */
  11047.     protected function get_ServiceLocator_J76zAXXService()
  11048.     {
  11049.         return $this->privates['.service_locator.j76zAXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11050.             'faq' => ['privates''.errored..service_locator.j76zAXX.App\\Entity\\Faq'NULL'Cannot autowire service ".service_locator.j76zAXX": it references class "App\\Entity\\Faq" but no such service exists.'],
  11051.         ], [
  11052.             'faq' => 'App\\Entity\\Faq',
  11053.         ]);
  11054.     }
  11055.     /**
  11056.      * Gets the private '.service_locator.k1VOjt0' shared service.
  11057.      *
  11058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11059.      */
  11060.     protected function get_ServiceLocator_K1VOjt0Service()
  11061.     {
  11062.         return $this->privates['.service_locator.k1VOjt0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11063.             'moduleParam' => ['privates''.errored..service_locator.k1VOjt0.App\\Entity\\WebsiteParams\\ModuleParams'NULL'Cannot autowire service ".service_locator.k1VOjt0": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.'],
  11064.         ], [
  11065.             'moduleParam' => 'App\\Entity\\WebsiteParams\\ModuleParams',
  11066.         ]);
  11067.     }
  11068.     /**
  11069.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  11070.      *
  11071.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11072.      */
  11073.     protected function get_ServiceLocator_L2QwsaZService()
  11074.     {
  11075.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11076.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11077.         ], [
  11078.             'entityManager' => '?',
  11079.         ]);
  11080.     }
  11081.     /**
  11082.      * Gets the private '.service_locator.lJHNmQl' shared service.
  11083.      *
  11084.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11085.      */
  11086.     protected function get_ServiceLocator_LJHNmQlService()
  11087.     {
  11088.         return $this->privates['.service_locator.lJHNmQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11089.             'slider' => ['privates''.errored..service_locator.lJHNmQl.App\\Entity\\Slider'NULL'Cannot autowire service ".service_locator.lJHNmQl": it references class "App\\Entity\\Slider" but no such service exists.'],
  11090.         ], [
  11091.             'slider' => 'App\\Entity\\Slider',
  11092.         ]);
  11093.     }
  11094.     /**
  11095.      * Gets the private '.service_locator.mE6e5w0' shared service.
  11096.      *
  11097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11098.      */
  11099.     protected function get_ServiceLocator_ME6e5w0Service()
  11100.     {
  11101.         return $this->privates['.service_locator.mE6e5w0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11102.             'recipeRepository' => ['privates''App\\Repository\\Recipe\\RecipeRepository''getRecipeRepositoryService'false],
  11103.         ], [
  11104.             'recipeRepository' => 'App\\Repository\\Recipe\\RecipeRepository',
  11105.         ]);
  11106.     }
  11107.     /**
  11108.      * Gets the private '.service_locator.mi5OKNd' shared service.
  11109.      *
  11110.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11111.      */
  11112.     protected function get_ServiceLocator_Mi5OKNdService()
  11113.     {
  11114.         return $this->privates['.service_locator.mi5OKNd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11115.             'detailsOdrManager' => ['privates''App\\Manager\\Details\\DetailsOdrManager''getDetailsOdrManagerService'false],
  11116.             'eanManager' => ['privates''App\\Manager\\Ean\\EanManager''getEanManagerService'false],
  11117.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  11118.             'mediaOdrManager' => ['privates''App\\Manager\\MediaObject\\MediaOdrManager''getMediaOdrManagerService'false],
  11119.             'multi' => ['privates''App\\Service\\Api\\Odr\\MultiOfferOdrService''getMultiOfferOdrServiceService'false],
  11120.             'odrManager' => ['privates''App\\Manager\\Operation\\OdrManager''getOdrManagerService'false],
  11121.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  11122.             'salesforceManager' => ['privates''App\\Manager\\CRM\\SalesforceManager''getSalesforceManagerService'false],
  11123.         ], [
  11124.             'detailsOdrManager' => 'App\\Manager\\Details\\DetailsOdrManager',
  11125.             'eanManager' => 'App\\Manager\\Ean\\EanManager',
  11126.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  11127.             'mediaOdrManager' => 'App\\Manager\\MediaObject\\MediaOdrManager',
  11128.             'multi' => 'App\\Service\\Api\\Odr\\MultiOfferOdrService',
  11129.             'odrManager' => 'App\\Manager\\Operation\\OdrManager',
  11130.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  11131.             'salesforceManager' => 'App\\Manager\\CRM\\SalesforceManager',
  11132.         ]);
  11133.     }
  11134.     /**
  11135.      * Gets the private '.service_locator.nlh3HB_' shared service.
  11136.      *
  11137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11138.      */
  11139.     protected function get_ServiceLocator_Nlh3HBService()
  11140.     {
  11141.         return $this->privates['.service_locator.nlh3HB_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11142.             'couponManager' => ['privates''App\\Manager\\Operation\\CouponManager''getCouponManagerService'false],
  11143.             'detailsCouponManager' => ['privates''App\\Manager\\Details\\DetailsCouponManager''getDetailsCouponManagerService'false],
  11144.             'mediaCouponManager' => ['privates''App\\Manager\\MediaObject\\MediaCouponManager''getMediaCouponManagerService'false],
  11145.             'multi' => ['privates''App\\Service\\Api\\Coupon\\MultiOfferCouponService''getMultiOfferCouponServiceService'false],
  11146.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  11147.         ], [
  11148.             'couponManager' => 'App\\Manager\\Operation\\CouponManager',
  11149.             'detailsCouponManager' => 'App\\Manager\\Details\\DetailsCouponManager',
  11150.             'mediaCouponManager' => 'App\\Manager\\MediaObject\\MediaCouponManager',
  11151.             'multi' => 'App\\Service\\Api\\Coupon\\MultiOfferCouponService',
  11152.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  11153.         ]);
  11154.     }
  11155.     /**
  11156.      * Gets the private '.service_locator.oQix5ad' shared service.
  11157.      *
  11158.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11159.      */
  11160.     protected function get_ServiceLocator_OQix5adService()
  11161.     {
  11162.         return $this->privates['.service_locator.oQix5ad'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11163.             'knowledge' => ['privates''.errored..service_locator.oQix5ad.App\\Entity\\Knowledge\\Knowledge'NULL'Cannot autowire service ".service_locator.oQix5ad": it references class "App\\Entity\\Knowledge\\Knowledge" but no such service exists.'],
  11164.         ], [
  11165.             'knowledge' => 'App\\Entity\\Knowledge\\Knowledge',
  11166.         ]);
  11167.     }
  11168.     /**
  11169.      * Gets the private '.service_locator.obfRw37' shared service.
  11170.      *
  11171.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11172.      */
  11173.     protected function get_ServiceLocator_ObfRw37Service()
  11174.     {
  11175.         return $this->privates['.service_locator.obfRw37'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11176.             'referent' => ['privates''.errored..service_locator.obfRw37.App\\Entity\\User\\Referent'NULL'Cannot autowire service ".service_locator.obfRw37": it references class "App\\Entity\\User\\Referent" but no such service exists.'],
  11177.         ], [
  11178.             'referent' => 'App\\Entity\\User\\Referent',
  11179.         ]);
  11180.     }
  11181.     /**
  11182.      * Gets the private '.service_locator.poNcK6o' shared service.
  11183.      *
  11184.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11185.      */
  11186.     protected function get_ServiceLocator_PoNcK6oService()
  11187.     {
  11188.         return $this->privates['.service_locator.poNcK6o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11189.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  11190.             'mediaObjectRepository' => ['privates''App\\Repository\\MediaObject\\MediaObjectRepository''getMediaObjectRepositoryService'false],
  11191.         ], [
  11192.             'authenticationUtils' => '?',
  11193.             'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
  11194.         ]);
  11195.     }
  11196.     /**
  11197.      * Gets the private '.service_locator.qVtmtq_' shared service.
  11198.      *
  11199.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11200.      */
  11201.     protected function get_ServiceLocator_QVtmtqService()
  11202.     {
  11203.         return $this->privates['.service_locator.qVtmtq_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11204.             'multi' => ['privates''App\\Service\\Api\\Odr\\MultiOfferOdrService''getMultiOfferOdrServiceService'false],
  11205.             'odr' => ['privates''.errored..service_locator.qVtmtq_.App\\Entity\\Operation\\Odr'NULL'Cannot autowire service ".service_locator.qVtmtq_": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
  11206.         ], [
  11207.             'multi' => 'App\\Service\\Api\\Odr\\MultiOfferOdrService',
  11208.             'odr' => 'App\\Entity\\Operation\\Odr',
  11209.         ]);
  11210.     }
  11211.     /**
  11212.      * Gets the private '.service_locator.qrP.PUH' shared service.
  11213.      *
  11214.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11215.      */
  11216.     protected function get_ServiceLocator_QrP_PUHService()
  11217.     {
  11218.         return $this->privates['.service_locator.qrP.PUH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11219.             'mediaObjectRepository' => ['privates''App\\Repository\\MediaObject\\MediaObjectRepository''getMediaObjectRepositoryService'false],
  11220.         ], [
  11221.             'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
  11222.         ]);
  11223.     }
  11224.     /**
  11225.      * Gets the private '.service_locator.rbClVqh' shared service.
  11226.      *
  11227.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11228.      */
  11229.     protected function get_ServiceLocator_RbClVqhService()
  11230.     {
  11231.         return $this->privates['.service_locator.rbClVqh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11232.             'recipeTypeRepository' => ['privates''App\\Repository\\Recipe\\RecipeTypeRepository''getRecipeTypeRepositoryService'false],
  11233.         ], [
  11234.             'recipeTypeRepository' => 'App\\Repository\\Recipe\\RecipeTypeRepository',
  11235.         ]);
  11236.     }
  11237.     /**
  11238.      * Gets the private '.service_locator.rmQiRVx' shared service.
  11239.      *
  11240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11241.      */
  11242.     protected function get_ServiceLocator_RmQiRVxService()
  11243.     {
  11244.         return $this->privates['.service_locator.rmQiRVx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11245.             'gift' => ['privates''.errored..service_locator.rmQiRVx.App\\Entity\\Catalog\\Gift'NULL'Cannot autowire service ".service_locator.rmQiRVx": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
  11246.             'mediaGiftManager' => ['privates''App\\Manager\\MediaObject\\MediaGiftManager''getMediaGiftManagerService'false],
  11247.             'mediaThumbnailGiftManager' => ['privates''App\\Manager\\MediaObject\\MediaThumbnailGiftManager''getMediaThumbnailGiftManagerService'false],
  11248.         ], [
  11249.             'gift' => 'App\\Entity\\Catalog\\Gift',
  11250.             'mediaGiftManager' => 'App\\Manager\\MediaObject\\MediaGiftManager',
  11251.             'mediaThumbnailGiftManager' => 'App\\Manager\\MediaObject\\MediaThumbnailGiftManager',
  11252.         ]);
  11253.     }
  11254.     /**
  11255.      * Gets the private '.service_locator.tMYCkcW' shared service.
  11256.      *
  11257.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11258.      */
  11259.     protected function get_ServiceLocator_TMYCkcWService()
  11260.     {
  11261.         return $this->privates['.service_locator.tMYCkcW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11262.             'mediaSliderManager' => ['privates''App\\Manager\\MediaObject\\MediaSliderManager''getMediaSliderManagerService'false],
  11263.             'slider' => ['privates''.errored..service_locator.tMYCkcW.App\\Entity\\Slider'NULL'Cannot autowire service ".service_locator.tMYCkcW": it references class "App\\Entity\\Slider" but no such service exists.'],
  11264.         ], [
  11265.             'mediaSliderManager' => 'App\\Manager\\MediaObject\\MediaSliderManager',
  11266.             'slider' => 'App\\Entity\\Slider',
  11267.         ]);
  11268.     }
  11269.     /**
  11270.      * Gets the private '.service_locator.tpHzBPc' shared service.
  11271.      *
  11272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11273.      */
  11274.     protected function get_ServiceLocator_TpHzBPcService()
  11275.     {
  11276.         return $this->privates['.service_locator.tpHzBPc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11277.             'media' => ['privates''.errored..service_locator.tpHzBPc.App\\Entity\\MediaObject\\MediaObject'NULL'Cannot autowire service ".service_locator.tpHzBPc": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
  11278.             'mediaImageManager' => ['privates''App\\Manager\\MediaObject\\MediaImageManager''getMediaImageManagerService'false],
  11279.             'newImage' => ['privates''.errored..service_locator.tpHzBPc.App\\Entity\\MediaObject\\MediaObject'NULL'Cannot autowire service ".service_locator.tpHzBPc": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
  11280.         ], [
  11281.             'media' => 'App\\Entity\\MediaObject\\MediaObject',
  11282.             'mediaImageManager' => 'App\\Manager\\MediaObject\\MediaImageManager',
  11283.             'newImage' => 'App\\Entity\\MediaObject\\MediaObject',
  11284.         ]);
  11285.     }
  11286.     /**
  11287.      * Gets the private '.service_locator.vIyxHKz' shared service.
  11288.      *
  11289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11290.      */
  11291.     protected function get_ServiceLocator_VIyxHKzService()
  11292.     {
  11293.         return $this->privates['.service_locator.vIyxHKz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11294.             'operation' => ['privates''.errored..service_locator.vIyxHKz.App\\Entity\\Operation\\Operation'NULL'Cannot autowire service ".service_locator.vIyxHKz": it references class "App\\Entity\\Operation\\Operation" but no such service exists.'],
  11295.         ], [
  11296.             'operation' => 'App\\Entity\\Operation\\Operation',
  11297.         ]);
  11298.     }
  11299.     /**
  11300.      * Gets the private '.service_locator.viMl501' shared service.
  11301.      *
  11302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11303.      */
  11304.     protected function get_ServiceLocator_ViMl501Service()
  11305.     {
  11306.         return $this->privates['.service_locator.viMl501'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11307.             'moduleParam' => ['privates''.errored..service_locator.viMl501.App\\Entity\\WebsiteParams\\ModuleParams'NULL'Cannot autowire service ".service_locator.viMl501": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.'],
  11308.             'moduleParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\ModuleParamsRepository''getModuleParamsRepositoryService'false],
  11309.         ], [
  11310.             'moduleParam' => 'App\\Entity\\WebsiteParams\\ModuleParams',
  11311.             'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
  11312.         ]);
  11313.     }
  11314.     /**
  11315.      * Gets the private '.service_locator.vznMRXP' shared service.
  11316.      *
  11317.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11318.      */
  11319.     protected function get_ServiceLocator_VznMRXPService()
  11320.     {
  11321.         return $this->privates['.service_locator.vznMRXP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11322.             'odr' => ['privates''.errored..service_locator.vznMRXP.App\\Entity\\Operation\\Odr'NULL'Cannot autowire service ".service_locator.vznMRXP": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
  11323.         ], [
  11324.             'odr' => 'App\\Entity\\Operation\\Odr',
  11325.         ]);
  11326.     }
  11327.     /**
  11328.      * Gets the private '.service_locator.wWCGQXA' shared service.
  11329.      *
  11330.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11331.      */
  11332.     protected function get_ServiceLocator_WWCGQXAService()
  11333.     {
  11334.         return $this->privates['.service_locator.wWCGQXA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11335.             'recipeManager' => ['privates''App\\Manager\\Recipe\\RecipeManager''getRecipeManagerService'false],
  11336.         ], [
  11337.             'recipeManager' => 'App\\Manager\\Recipe\\RecipeManager',
  11338.         ]);
  11339.     }
  11340.     /**
  11341.      * Gets the private '.service_locator.woYUB1T' shared service.
  11342.      *
  11343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11344.      */
  11345.     protected function get_ServiceLocator_WoYUB1TService()
  11346.     {
  11347.         return $this->privates['.service_locator.woYUB1T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11348.             'gift' => ['privates''.errored..service_locator.woYUB1T.App\\Entity\\Catalog\\Gift'NULL'Cannot autowire service ".service_locator.woYUB1T": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
  11349.         ], [
  11350.             'gift' => 'App\\Entity\\Catalog\\Gift',
  11351.         ]);
  11352.     }
  11353.     /**
  11354.      * Gets the private '.service_locator.x53S5J0' shared service.
  11355.      *
  11356.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11357.      */
  11358.     protected function get_ServiceLocator_X53S5J0Service()
  11359.     {
  11360.         return $this->privates['.service_locator.x53S5J0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11361.             'gift' => ['privates''.errored..service_locator.x53S5J0.App\\Entity\\Catalog\\Gift'NULL'Cannot autowire service ".service_locator.x53S5J0": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
  11362.             'giftCodeRepository' => ['privates''App\\Repository\\Catalog\\GiftCodeRepository''getGiftCodeRepositoryService'false],
  11363.         ], [
  11364.             'gift' => 'App\\Entity\\Catalog\\Gift',
  11365.             'giftCodeRepository' => 'App\\Repository\\Catalog\\GiftCodeRepository',
  11366.         ]);
  11367.     }
  11368.     /**
  11369.      * Gets the private '.service_locator.x56FEVZ' shared service.
  11370.      *
  11371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11372.      */
  11373.     protected function get_ServiceLocator_X56FEVZService()
  11374.     {
  11375.         return $this->privates['.service_locator.x56FEVZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11376.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11377.             'mediaObjectRepository' => ['privates''App\\Repository\\MediaObject\\MediaObjectRepository''getMediaObjectRepositoryService'false],
  11378.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  11379.             'token' => ['privates''.errored..service_locator.x56FEVZ.App\\Entity\\Token'NULL'Cannot autowire service ".service_locator.x56FEVZ": it references class "App\\Entity\\Token" but no such service exists.'],
  11380.             'tokenManager' => ['privates''App\\Manager\\TokenManager''getTokenManagerService'false],
  11381.         ], [
  11382.             'entityManager' => '?',
  11383.             'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
  11384.             'passwordEncoder' => '?',
  11385.             'token' => 'App\\Entity\\Token',
  11386.             'tokenManager' => 'App\\Manager\\TokenManager',
  11387.         ]);
  11388.     }
  11389.     /**
  11390.      * Gets the private '.service_locator.yPJxwRd' shared service.
  11391.      *
  11392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11393.      */
  11394.     protected function get_ServiceLocator_YPJxwRdService()
  11395.     {
  11396.         return $this->privates['.service_locator.yPJxwRd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11397.             'moduleParamsManager' => ['privates''App\\Service\\WebsiteParams\\ModuleParamsManager''getModuleParamsManagerService'false],
  11398.             'moduleParamsRepository' => ['privates''App\\Repository\\WebsiteParams\\ModuleParamsRepository''getModuleParamsRepositoryService'false],
  11399.         ], [
  11400.             'moduleParamsManager' => 'App\\Service\\WebsiteParams\\ModuleParamsManager',
  11401.             'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
  11402.         ]);
  11403.     }
  11404.     /**
  11405.      * Gets the private '.service_locator.ylAg_XG' shared service.
  11406.      *
  11407.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11408.      */
  11409.     protected function get_ServiceLocator_YlAgXGService()
  11410.     {
  11411.         return $this->privates['.service_locator.ylAg_XG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11412.             'isoskeleManager' => ['privates''App\\Manager\\CRM\\IsoskeleManager''getIsoskeleManagerService'false],
  11413.             'mediaGameManager' => ['privates''App\\Manager\\MediaObject\\MediaGameManager''getMediaGameManagerService'false],
  11414.             'operationManager' => ['privates''App\\Manager\\Operation\\OperationManager''getOperationManagerService'false],
  11415.         ], [
  11416.             'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
  11417.             'mediaGameManager' => 'App\\Manager\\MediaObject\\MediaGameManager',
  11418.             'operationManager' => 'App\\Manager\\Operation\\OperationManager',
  11419.         ]);
  11420.     }
  11421.     /**
  11422.      * Gets the private '.service_locator.zdiqTHF' shared service.
  11423.      *
  11424.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11425.      */
  11426.     protected function get_ServiceLocator_ZdiqTHFService()
  11427.     {
  11428.         return $this->privates['.service_locator.zdiqTHF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11429.             'mediaImageManager' => ['privates''App\\Manager\\MediaObject\\MediaImageManager''getMediaImageManagerService'false],
  11430.         ], [
  11431.             'mediaImageManager' => 'App\\Manager\\MediaObject\\MediaImageManager',
  11432.         ]);
  11433.     }
  11434.     /**
  11435.      * Gets the private '.session.deprecated' shared service.
  11436.      *
  11437.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  11438.      */
  11439.     protected function get_Session_DeprecatedService()
  11440.     {
  11441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  11442.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  11443.     }
  11444.     /**
  11445.      * Gets the private '.twig.command.debug.lazy' shared service.
  11446.      *
  11447.      * @return \Symfony\Component\Console\Command\LazyCommand
  11448.      */
  11449.     protected function get_Twig_Command_Debug_LazyService()
  11450.     {
  11451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11453.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  11454.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  11455.         });
  11456.     }
  11457.     /**
  11458.      * Gets the private '.twig.command.lint.lazy' shared service.
  11459.      *
  11460.      * @return \Symfony\Component\Console\Command\LazyCommand
  11461.      */
  11462.     protected function get_Twig_Command_Lint_LazyService()
  11463.     {
  11464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11466.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  11467.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  11468.         });
  11469.     }
  11470.     /**
  11471.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  11472.      *
  11473.      * @return \Symfony\Component\Console\Command\LazyCommand
  11474.      */
  11475.     protected function get_VarDumper_Command_ServerDump_LazyService()
  11476.     {
  11477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11479.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  11480.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  11481.         });
  11482.     }
  11483.     /**
  11484.      * Gets the private 'App\Command\AddItemsToPurseFromParticipation' shared autowired service.
  11485.      *
  11486.      * @return \App\Command\AddItemsToPurseFromParticipation
  11487.      */
  11488.     protected function getAddItemsToPurseFromParticipationService()
  11489.     {
  11490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11491.         include_once \dirname(__DIR__4).'/src/Command/AddItemsToPurseFromParticipation.php';
  11492.         $this->privates['App\\Command\\AddItemsToPurseFromParticipation'] = $instance = new \App\Command\AddItemsToPurseFromParticipation(($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
  11493.         $instance->setName('app:purse:add-item-for-participation');
  11494.         return $instance;
  11495.     }
  11496.     /**
  11497.      * Gets the private 'App\Command\AddSixMonthsToItemsAndPursesCommand' shared autowired service.
  11498.      *
  11499.      * @return \App\Command\AddSixMonthsToItemsAndPursesCommand
  11500.      */
  11501.     protected function getAddSixMonthsToItemsAndPursesCommandService()
  11502.     {
  11503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11504.         include_once \dirname(__DIR__4).'/src/Command/AddSixMonthsToItemsAndPursesCommand.php';
  11505.         $this->privates['App\\Command\\AddSixMonthsToItemsAndPursesCommand'] = $instance = new \App\Command\AddSixMonthsToItemsAndPursesCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
  11506.         $instance->setName('modify:items:purses');
  11507.         $instance->setDescription('Add six months more to items and purses');
  11508.         return $instance;
  11509.     }
  11510.     /**
  11511.      * Gets the private 'App\Command\EncryptIbanCommand' shared autowired service.
  11512.      *
  11513.      * @return \App\Command\EncryptIbanCommand
  11514.      */
  11515.     protected function getEncryptIbanCommandService()
  11516.     {
  11517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11518.         include_once \dirname(__DIR__4).'/src/Command/EncryptIbanCommand.php';
  11519.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  11520.         $this->privates['App\\Command\\EncryptIbanCommand'] = $instance = new \App\Command\EncryptIbanCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  11521.         $instance->setName('app:encrypt:iban');
  11522.         return $instance;
  11523.     }
  11524.     /**
  11525.      * Gets the private 'App\Command\GenericImportCommand' shared autowired service.
  11526.      *
  11527.      * @return \App\Command\GenericImportCommand
  11528.      */
  11529.     protected function getGenericImportCommandService()
  11530.     {
  11531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11532.         include_once \dirname(__DIR__4).'/src/Command/GenericImportCommand.php';
  11533.         $this->privates['App\\Command\\GenericImportCommand'] = $instance = new \App\Command\GenericImportCommand();
  11534.         $instance->setName('sogec:generic:import');
  11535.         return $instance;
  11536.     }
  11537.     /**
  11538.      * Gets the private 'App\Command\ImportMilleretCommand' shared autowired service.
  11539.      *
  11540.      * @return \App\Command\ImportMilleretCommand
  11541.      */
  11542.     protected function getImportMilleretCommandService()
  11543.     {
  11544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11545.         include_once \dirname(__DIR__4).'/src/Command/ImportMilleretCommand.php';
  11546.         include_once \dirname(__DIR__4).'/src/Manager/User/IdentityManager.php';
  11547.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11548.         $this->privates['App\\Command\\ImportMilleretCommand'] = $instance = new \App\Command\ImportMilleretCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->privates['App\\Manager\\TokenManager'] ?? $this->getTokenManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Manager\\User\\UserManager'] ?? $this->getUserManagerService()), new \App\Manager\User\IdentityManager($a, ($this->privates['App\\Service\\Validator'] ?? $this->getValidator2Service())));
  11549.         $instance->setName('csv:user:import');
  11550.         $instance->setDescription('Import User');
  11551.         return $instance;
  11552.     }
  11553.     /**
  11554.      * Gets the private 'App\Command\Isoskele\IsoskeleSendAllOffersCommand' shared autowired service.
  11555.      *
  11556.      * @return \App\Command\Isoskele\IsoskeleSendAllOffersCommand
  11557.      */
  11558.     protected function getIsoskeleSendAllOffersCommandService()
  11559.     {
  11560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11561.         include_once \dirname(__DIR__4).'/src/Command/Isoskele/IsoskeleSendAllOffersCommand.php';
  11562.         $this->privates['App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand'] = $instance = new \App\Command\Isoskele\IsoskeleSendAllOffersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
  11563.         $instance->setName('isoskele:send-all-offers');
  11564.         $instance->setDescription('Send all multi, draw, game offers to Isoskele CRM');
  11565.         return $instance;
  11566.     }
  11567.     /**
  11568.      * Gets the private 'App\Command\Isoskele\IsoskeleSendAllParticipationsCommand' shared autowired service.
  11569.      *
  11570.      * @return \App\Command\Isoskele\IsoskeleSendAllParticipationsCommand
  11571.      */
  11572.     protected function getIsoskeleSendAllParticipationsCommandService()
  11573.     {
  11574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11575.         include_once \dirname(__DIR__4).'/src/Command/Isoskele/IsoskeleSendAllParticipationsCommand.php';
  11576.         $this->privates['App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand'] = $instance = new \App\Command\Isoskele\IsoskeleSendAllParticipationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
  11577.         $instance->setName('isoskele:send-all-participations');
  11578.         $instance->setDescription('Send all multi, draw participations to Isoskele CRM');
  11579.         return $instance;
  11580.     }
  11581.     /**
  11582.      * Gets the private 'App\Command\Isoskele\IsoskeleUserSendAllCommand' shared autowired service.
  11583.      *
  11584.      * @return \App\Command\Isoskele\IsoskeleUserSendAllCommand
  11585.      */
  11586.     protected function getIsoskeleUserSendAllCommandService()
  11587.     {
  11588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11589.         include_once \dirname(__DIR__4).'/src/Command/Isoskele/IsoskeleUserSendAllCommand.php';
  11590.         $this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllCommand'] = $instance = new \App\Command\Isoskele\IsoskeleUserSendAllCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11591.         $instance->setName('isoskele:user:send-all');
  11592.         $instance->setDescription('Send all users inscriptions to Isoskele CRM');
  11593.         return $instance;
  11594.     }
  11595.     /**
  11596.      * Gets the private 'App\Command\Isoskele\IsoskeleUserSendAllTasCommand' shared autowired service.
  11597.      *
  11598.      * @return \App\Command\Isoskele\IsoskeleUserSendAllTasCommand
  11599.      */
  11600.     protected function getIsoskeleUserSendAllTasCommandService()
  11601.     {
  11602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11603.         include_once \dirname(__DIR__4).'/src/Command/Isoskele/IsoskeleUserSendAllTasCommand.php';
  11604.         $this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand'] = $instance = new \App\Command\Isoskele\IsoskeleUserSendAllTasCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Repository\\Operation\\DrawRepository'] ?? $this->getDrawRepositoryService()));
  11605.         $instance->setName('isoskele:user:send-all-tas');
  11606.         $instance->setDescription('Send all tas winners passed to isoskele CRM');
  11607.         return $instance;
  11608.     }
  11609.     /**
  11610.      * Gets the private 'App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand' shared autowired service.
  11611.      *
  11612.      * @return \App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand
  11613.      */
  11614.     protected function getSendingMultiOdrShareholdingManagementEmailsCommandService()
  11615.     {
  11616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11617.         include_once \dirname(__DIR__4).'/src/Command/Multi/SendingMultiOdrShareholdingManagementEmailsCommand.php';
  11618.         $this->privates['App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand'] = $instance = new \App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11619.         $instance->setName('send-emails:participations-multi-odr-based-on-status');
  11620.         $instance->setDescription('Sending Multi odr shareholding managements emails');
  11621.         return $instance;
  11622.     }
  11623.     /**
  11624.      * Gets the private 'App\Command\Multi\UpdateCurrentStock' shared autowired service.
  11625.      *
  11626.      * @return \App\Command\Multi\UpdateCurrentStock
  11627.      */
  11628.     protected function getUpdateCurrentStockService()
  11629.     {
  11630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11631.         include_once \dirname(__DIR__4).'/src/Command/Multi/UpdateCurrentStock.php';
  11632.         $this->privates['App\\Command\\Multi\\UpdateCurrentStock'] = $instance = new \App\Command\Multi\UpdateCurrentStock(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Operation\\MultiOfferManager'] ?? $this->getMultiOfferManagerService()), ($this->privates['App\\Manager\\Operation\\OdrManager'] ?? $this->getOdrManagerService()), ($this->privates['App\\Manager\\Operation\\CouponManager'] ?? $this->getCouponManagerService()));
  11633.         $instance->setName('multi:update:current-stock');
  11634.         $instance->setDescription('Set current stock from billy and update max participation per month (if needed)');
  11635.         return $instance;
  11636.     }
  11637.     /**
  11638.      * Gets the private 'App\Command\Odr\SendCodesCommand' shared autowired service.
  11639.      *
  11640.      * @return \App\Command\Odr\SendCodesCommand
  11641.      */
  11642.     protected function getSendCodesCommandService()
  11643.     {
  11644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11645.         include_once \dirname(__DIR__4).'/src/Command/Odr/SendCodesCommand.php';
  11646.         $this->privates['App\\Command\\Odr\\SendCodesCommand'] = $instance = new \App\Command\Odr\SendCodesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11647.         $instance->setName('app:send:codes-odr');
  11648.         return $instance;
  11649.     }
  11650.     /**
  11651.      * Gets the private 'App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand' shared autowired service.
  11652.      *
  11653.      * @return \App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand
  11654.      */
  11655.     protected function getSendingOdrShareholdingManagementEmailsCommandService()
  11656.     {
  11657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11658.         include_once \dirname(__DIR__4).'/src/Command/Odr/SendingOdrShareholdingManagementEmailsCommand.php';
  11659.         $this->privates['App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand'] = $instance = new \App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11660.         $instance->setName('send-emails:participations-odr-based-on-status');
  11661.         $instance->setDescription('Sending ODR shareholding managements emails');
  11662.         return $instance;
  11663.     }
  11664.     /**
  11665.      * Gets the private 'App\Command\Purse\ReminderEmailBalancePurseExpiring' shared autowired service.
  11666.      *
  11667.      * @return \App\Command\Purse\ReminderEmailBalancePurseExpiring
  11668.      */
  11669.     protected function getReminderEmailBalancePurseExpiringService()
  11670.     {
  11671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11672.         include_once \dirname(__DIR__4).'/src/Command/Purse/ReminderEmailBalancePurseExpiring.php';
  11673.         $this->privates['App\\Command\\Purse\\ReminderEmailBalancePurseExpiring'] = $instance = new \App\Command\Purse\ReminderEmailBalancePurseExpiring(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11674.         $instance->setName('purse:reminder-email-balance-purse-expiring');
  11675.         $instance->setDescription('Sending emails to users informing them that their balance is about to expire');
  11676.         return $instance;
  11677.     }
  11678.     /**
  11679.      * Gets the private 'App\Command\Purse\TestCommand' shared autowired service.
  11680.      *
  11681.      * @return \App\Command\Purse\TestCommand
  11682.      */
  11683.     protected function getTestCommandService()
  11684.     {
  11685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11686.         include_once \dirname(__DIR__4).'/src/Command/Purse/TestCommand.php';
  11687.         $this->privates['App\\Command\\Purse\\TestCommand'] = $instance = new \App\Command\Purse\TestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
  11688.         $instance->setName('purse:test:manager');
  11689.         $instance->setDescription('Test');
  11690.         return $instance;
  11691.     }
  11692.     /**
  11693.      * Gets the private 'App\Command\Purse\UpdateDateItemsCommand' shared autowired service.
  11694.      *
  11695.      * @return \App\Command\Purse\UpdateDateItemsCommand
  11696.      */
  11697.     protected function getUpdateDateItemsCommandService()
  11698.     {
  11699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11700.         include_once \dirname(__DIR__4).'/src/Command/Purse/UpdateDateItemsCommand.php';
  11701.         $this->privates['App\\Command\\Purse\\UpdateDateItemsCommand'] = $instance = new \App\Command\Purse\UpdateDateItemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11702.         $instance->setName('items:update-due-date-items');
  11703.         $instance->setDescription('Set due_date items to the due_at purse');
  11704.         return $instance;
  11705.     }
  11706.     /**
  11707.      * Gets the private 'App\Command\Purse\UpdateExpiredItemsCommand' shared autowired service.
  11708.      *
  11709.      * @return \App\Command\Purse\UpdateExpiredItemsCommand
  11710.      */
  11711.     protected function getUpdateExpiredItemsCommandService()
  11712.     {
  11713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11714.         include_once \dirname(__DIR__4).'/src/Command/Purse/UpdateExpiredItemsCommand.php';
  11715.         $this->privates['App\\Command\\Purse\\UpdateExpiredItemsCommand'] = $instance = new \App\Command\Purse\UpdateExpiredItemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11716.         $instance->setName('purse:update-expired-items');
  11717.         $instance->setDescription('Set Items to expired status if dueDate is achieved');
  11718.         return $instance;
  11719.     }
  11720.     /**
  11721.      * Gets the private 'App\Command\Purse\UpdateExpiringPursesCommand' shared autowired service.
  11722.      *
  11723.      * @return \App\Command\Purse\UpdateExpiringPursesCommand
  11724.      */
  11725.     protected function getUpdateExpiringPursesCommandService()
  11726.     {
  11727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11728.         include_once \dirname(__DIR__4).'/src/Command/Purse/UpdateExpiringPursesCommand.php';
  11729.         $this->privates['App\\Command\\Purse\\UpdateExpiringPursesCommand'] = $instance = new \App\Command\Purse\UpdateExpiringPursesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11730.         $instance->setName('purse:update-expiring-purses');
  11731.         $instance->setDescription('Set Purses to expiring status if the purse duration of 18 months has been reached');
  11732.         return $instance;
  11733.     }
  11734.     /**
  11735.      * Gets the private 'App\Command\Salesforce\SendAllDataToSalesforceCommand' shared autowired service.
  11736.      *
  11737.      * @return \App\Command\Salesforce\SendAllDataToSalesforceCommand
  11738.      */
  11739.     protected function getSendAllDataToSalesforceCommandService()
  11740.     {
  11741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11742.         include_once \dirname(__DIR__4).'/src/Command/Salesforce/SendAllDataToSalesforceCommand.php';
  11743.         $this->privates['App\\Command\\Salesforce\\SendAllDataToSalesforceCommand'] = $instance = new \App\Command\Salesforce\SendAllDataToSalesforceCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()));
  11744.         $instance->setName('send-all-data:to-salesforce');
  11745.         $instance->setDescription('Send all data to Salesforce CRM');
  11746.         return $instance;
  11747.     }
  11748.     /**
  11749.      * Gets the private 'App\Command\SendingParticipationsEmailsCommand' shared autowired service.
  11750.      *
  11751.      * @return \App\Command\SendingParticipationsEmailsCommand
  11752.      */
  11753.     protected function getSendingParticipationsEmailsCommandService()
  11754.     {
  11755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11756.         include_once \dirname(__DIR__4).'/src/Command/SendingParticipationsEmailsCommand.php';
  11757.         $this->privates['App\\Command\\SendingParticipationsEmailsCommand'] = $instance = new \App\Command\SendingParticipationsEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()));
  11758.         $instance->setName('sending-emails:participations-based-on-status');
  11759.         $instance->setDescription('Sending participations emails');
  11760.         return $instance;
  11761.     }
  11762.     /**
  11763.      * Gets the private 'App\Command\ShannonMonthlyUserCommand' shared autowired service.
  11764.      *
  11765.      * @return \App\Command\ShannonMonthlyUserCommand
  11766.      */
  11767.     protected function getShannonMonthlyUserCommandService()
  11768.     {
  11769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11770.         include_once \dirname(__DIR__4).'/src/Command/ShannonMonthlyUserCommand.php';
  11771.         $this->privates['App\\Command\\ShannonMonthlyUserCommand'] = $instance = new \App\Command\ShannonMonthlyUserCommand(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Manager\\User\\UserManager'] ?? $this->getUserManagerService()));
  11772.         $instance->setName('shannon:monthly:user');
  11773.         return $instance;
  11774.     }
  11775.     /**
  11776.      * Gets the private 'App\Command\ShannonPostDeclarationCommand' shared autowired service.
  11777.      *
  11778.      * @return \App\Command\ShannonPostDeclarationCommand
  11779.      */
  11780.     protected function getShannonPostDeclarationCommandService()
  11781.     {
  11782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11783.         include_once \dirname(__DIR__4).'/src/Command/ShannonPostDeclarationCommand.php';
  11784.         $this->privates['App\\Command\\ShannonPostDeclarationCommand'] = $instance = new \App\Command\ShannonPostDeclarationCommand(($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()));
  11785.         $instance->setName('shannon:post:declaration');
  11786.         return $instance;
  11787.     }
  11788.     /**
  11789.      * Gets the private 'App\Command\ShannonUpdateParticipationCommand' shared autowired service.
  11790.      *
  11791.      * @return \App\Command\ShannonUpdateParticipationCommand
  11792.      */
  11793.     protected function getShannonUpdateParticipationCommandService()
  11794.     {
  11795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11796.         include_once \dirname(__DIR__4).'/src/Command/ShannonUpdateParticipationCommand.php';
  11797.         $this->privates['App\\Command\\ShannonUpdateParticipationCommand'] = $instance = new \App\Command\ShannonUpdateParticipationCommand(($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()));
  11798.         $instance->setName('shannon:update:declaration');
  11799.         return $instance;
  11800.     }
  11801.     /**
  11802.      * Gets the private 'App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand' shared autowired service.
  11803.      *
  11804.      * @return \App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand
  11805.      */
  11806.     protected function getRecoveryShannonIdentifiantParticipationCommandService()
  11807.     {
  11808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11809.         include_once \dirname(__DIR__4).'/src/Command/Smp/RecoveryShannonIdentifiantParticipationCommand.php';
  11810.         $this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand'] = $instance = new \App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11811.         $instance->setName('recovery:participation-from-billy-to-shannon');
  11812.         $instance->setDescription('Recovery Shannon identifiant participation in order to save it');
  11813.         return $instance;
  11814.     }
  11815.     /**
  11816.      * Gets the private 'App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand' shared autowired service.
  11817.      *
  11818.      * @return \App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand
  11819.      */
  11820.     protected function getRecoveryShannonIdentifiantParticipationMultiOdrCommandService()
  11821.     {
  11822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11823.         include_once \dirname(__DIR__4).'/src/Command/Smp/RecoveryShannonIdentifiantParticipationMultiOdrCommand.php';
  11824.         $this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand'] = $instance = new \App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11825.         $instance->setName('recovery:participation-multi-odr-from-billy-to-shannon');
  11826.         $instance->setDescription('Recovery Shannon identifiant participation multi odr in order to save it');
  11827.         return $instance;
  11828.     }
  11829.     /**
  11830.      * Gets the private 'App\Command\Smp\UpdateFinancialsMultiParticipationCommand' shared autowired service.
  11831.      *
  11832.      * @return \App\Command\Smp\UpdateFinancialsMultiParticipationCommand
  11833.      */
  11834.     protected function getUpdateFinancialsMultiParticipationCommandService()
  11835.     {
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11837.         include_once \dirname(__DIR__4).'/src/Command/Smp/UpdateFinancialsMultiParticipationCommand.php';
  11838.         $this->privates['App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand'] = $instance = new \App\Command\Smp\UpdateFinancialsMultiParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService()));
  11839.         $instance->setName('update-financials:participations-from-billy');
  11840.         $instance->setDescription('Update financials participations from billy');
  11841.         return $instance;
  11842.     }
  11843.     /**
  11844.      * Gets the private 'App\Command\Smp\UpdateStatusMultiOdrParticipationCommand' shared autowired service.
  11845.      *
  11846.      * @return \App\Command\Smp\UpdateStatusMultiOdrParticipationCommand
  11847.      */
  11848.     protected function getUpdateStatusMultiOdrParticipationCommandService()
  11849.     {
  11850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11851.         include_once \dirname(__DIR__4).'/src/Command/Smp/UpdateStatusMultiOdrParticipationCommand.php';
  11852.         $this->privates['App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand'] = $instance = new \App\Command\Smp\UpdateStatusMultiOdrParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
  11853.         $instance->setName('update-status:participation-multi-odr-from-billy');
  11854.         $instance->setDescription('Update status multi odr participation from billy');
  11855.         return $instance;
  11856.     }
  11857.     /**
  11858.      * Gets the private 'App\Command\Smp\UpdateStatusOdrParticipationCommand' shared autowired service.
  11859.      *
  11860.      * @return \App\Command\Smp\UpdateStatusOdrParticipationCommand
  11861.      */
  11862.     protected function getUpdateStatusOdrParticipationCommandService()
  11863.     {
  11864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11865.         include_once \dirname(__DIR__4).'/src/Command/Smp/UpdateStatusOdrParticipationCommand.php';
  11866.         $this->privates['App\\Command\\Smp\\UpdateStatusOdrParticipationCommand'] = $instance = new \App\Command\Smp\UpdateStatusOdrParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService()), ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11867.         $instance->setName('update-status:odr-participation-from-billy');
  11868.         $instance->setDescription('Update status odr participation from billy');
  11869.         return $instance;
  11870.     }
  11871.     /**
  11872.      * Gets the private 'App\Command\UpdateItemAmount' shared autowired service.
  11873.      *
  11874.      * @return \App\Command\UpdateItemAmount
  11875.      */
  11876.     protected function getUpdateItemAmountService()
  11877.     {
  11878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11879.         include_once \dirname(__DIR__4).'/src/Command/UpdateItemAmount.php';
  11880.         $this->privates['App\\Command\\UpdateItemAmount'] = $instance = new \App\Command\UpdateItemAmount(($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()));
  11881.         $instance->setName('app:item:update');
  11882.         return $instance;
  11883.     }
  11884.     /**
  11885.      * Gets the private 'App\Command\Yeesss\YeesssUserSendAllBurnCommand' shared autowired service.
  11886.      *
  11887.      * @return \App\Command\Yeesss\YeesssUserSendAllBurnCommand
  11888.      */
  11889.     protected function getYeesssUserSendAllBurnCommandService()
  11890.     {
  11891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11892.         include_once \dirname(__DIR__4).'/src/Command/Yeesss/YeesssUserSendAllBurnCommand.php';
  11893.         $this->privates['App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllBurnCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11894.         $instance->setName('yeesss:user:send-all-burn');
  11895.         $instance->setDescription('Send all burn user to YEESSS CRM');
  11896.         return $instance;
  11897.     }
  11898.     /**
  11899.      * Gets the private 'App\Command\Yeesss\YeesssUserSendAllCommand' shared autowired service.
  11900.      *
  11901.      * @return \App\Command\Yeesss\YeesssUserSendAllCommand
  11902.      */
  11903.     protected function getYeesssUserSendAllCommandService()
  11904.     {
  11905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11906.         include_once \dirname(__DIR__4).'/src/Command/Yeesss/YeesssUserSendAllCommand.php';
  11907.         $this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11908.         $instance->setName('yeesss:user:send-all');
  11909.         $instance->setDescription('Send all user inscriptions to YEESSS CRM');
  11910.         return $instance;
  11911.     }
  11912.     /**
  11913.      * Gets the private 'App\Command\Yeesss\YeesssUserSendAllCouponCommand' shared autowired service.
  11914.      *
  11915.      * @return \App\Command\Yeesss\YeesssUserSendAllCouponCommand
  11916.      */
  11917.     protected function getYeesssUserSendAllCouponCommandService()
  11918.     {
  11919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11920.         include_once \dirname(__DIR__4).'/src/Command/Yeesss/YeesssUserSendAllCouponCommand.php';
  11921.         $this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllCouponCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11922.         $instance->setName('yeesss:user:send-all-coupon');
  11923.         $instance->setDescription('Send all coupon user to YEESSS CRM');
  11924.         return $instance;
  11925.     }
  11926.     /**
  11927.      * Gets the private 'App\Command\Yeesss\YeesssUserSendAllEarnCommand' shared autowired service.
  11928.      *
  11929.      * @return \App\Command\Yeesss\YeesssUserSendAllEarnCommand
  11930.      */
  11931.     protected function getYeesssUserSendAllEarnCommandService()
  11932.     {
  11933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11934.         include_once \dirname(__DIR__4).'/src/Command/Yeesss/YeesssUserSendAllEarnCommand.php';
  11935.         $this->privates['App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllEarnCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  11936.         $instance->setName('yeesss:user:send-all-earn');
  11937.         $instance->setDescription('Send all earn user to YEESSS CRM');
  11938.         return $instance;
  11939.     }
  11940.     /**
  11941.      * Gets the private 'App\DataTransformer\OptinBrandChangeDataTransformer' shared autowired service.
  11942.      *
  11943.      * @return \App\DataTransformer\OptinBrandChangeDataTransformer
  11944.      */
  11945.     protected function getOptinBrandChangeDataTransformerService()
  11946.     {
  11947.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  11948.         include_once \dirname(__DIR__4).'/src/DataTransformer/OptinBrandChangeDataTransformer.php';
  11949.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11950.         if (isset($this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'])) {
  11951.             return $this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'];
  11952.         }
  11953.         return $this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'] = new \App\DataTransformer\OptinBrandChangeDataTransformer($a);
  11954.     }
  11955.     /**
  11956.      * Gets the private 'App\DataTransformer\ParticipationStatusDataTransformer' shared autowired service.
  11957.      *
  11958.      * @return \App\DataTransformer\ParticipationStatusDataTransformer
  11959.      */
  11960.     protected function getParticipationStatusDataTransformerService()
  11961.     {
  11962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  11963.         include_once \dirname(__DIR__4).'/src/DataTransformer/ParticipationStatusDataTransformer.php';
  11964.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11965.         if (isset($this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'])) {
  11966.             return $this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'];
  11967.         }
  11968.         return $this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'] = new \App\DataTransformer\ParticipationStatusDataTransformer($a);
  11969.     }
  11970.     /**
  11971.      * Gets the private 'App\DataTransformer\PasswordChangeDataTransformer' shared autowired service.
  11972.      *
  11973.      * @return \App\DataTransformer\PasswordChangeDataTransformer
  11974.      */
  11975.     protected function getPasswordChangeDataTransformerService()
  11976.     {
  11977.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  11978.         include_once \dirname(__DIR__4).'/src/DataTransformer/PasswordChangeDataTransformer.php';
  11979.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11980.         if (isset($this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'])) {
  11981.             return $this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'];
  11982.         }
  11983.         return $this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'] = new \App\DataTransformer\PasswordChangeDataTransformer($a, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  11984.     }
  11985.     /**
  11986.      * Gets the private 'App\DataTransformer\UserPasswordDataTransformer' shared autowired service.
  11987.      *
  11988.      * @return \App\DataTransformer\UserPasswordDataTransformer
  11989.      */
  11990.     protected function getUserPasswordDataTransformerService()
  11991.     {
  11992.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  11993.         include_once \dirname(__DIR__4).'/src/DataTransformer/UserPasswordDataTransformer.php';
  11994.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11995.         if (isset($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'])) {
  11996.             return $this->privates['App\\DataTransformer\\UserPasswordDataTransformer'];
  11997.         }
  11998.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  11999.         if (isset($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'])) {
  12000.             return $this->privates['App\\DataTransformer\\UserPasswordDataTransformer'];
  12001.         }
  12002.         return $this->privates['App\\DataTransformer\\UserPasswordDataTransformer'] = new \App\DataTransformer\UserPasswordDataTransformer($a, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12003.     }
  12004.     /**
  12005.      * Gets the private 'App\Doctrine\CurrentCompanyExtension' shared autowired service.
  12006.      *
  12007.      * @return \App\Doctrine\CurrentCompanyExtension
  12008.      */
  12009.     protected function getCurrentCompanyExtensionService()
  12010.     {
  12011.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12012.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  12013.         include_once \dirname(__DIR__4).'/src/Doctrine/CurrentCompanyExtension.php';
  12014.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12015.         if (isset($this->privates['App\\Doctrine\\CurrentCompanyExtension'])) {
  12016.             return $this->privates['App\\Doctrine\\CurrentCompanyExtension'];
  12017.         }
  12018.         return $this->privates['App\\Doctrine\\CurrentCompanyExtension'] = new \App\Doctrine\CurrentCompanyExtension($a);
  12019.     }
  12020.     /**
  12021.      * Gets the private 'App\Doctrine\CurrentPurseExtension' shared autowired service.
  12022.      *
  12023.      * @return \App\Doctrine\CurrentPurseExtension
  12024.      */
  12025.     protected function getCurrentPurseExtensionService()
  12026.     {
  12027.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12028.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  12029.         include_once \dirname(__DIR__4).'/src/Doctrine/CurrentPurseExtension.php';
  12030.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12031.         if (isset($this->privates['App\\Doctrine\\CurrentPurseExtension'])) {
  12032.             return $this->privates['App\\Doctrine\\CurrentPurseExtension'];
  12033.         }
  12034.         return $this->privates['App\\Doctrine\\CurrentPurseExtension'] = new \App\Doctrine\CurrentPurseExtension($a);
  12035.     }
  12036.     /**
  12037.      * Gets the private 'App\Doctrine\CurrentUserExtension' shared autowired service.
  12038.      *
  12039.      * @return \App\Doctrine\CurrentUserExtension
  12040.      */
  12041.     protected function getCurrentUserExtensionService()
  12042.     {
  12043.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  12045.         include_once \dirname(__DIR__4).'/src/Doctrine/CurrentUserExtension.php';
  12046.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12047.         if (isset($this->privates['App\\Doctrine\\CurrentUserExtension'])) {
  12048.             return $this->privates['App\\Doctrine\\CurrentUserExtension'];
  12049.         }
  12050.         return $this->privates['App\\Doctrine\\CurrentUserExtension'] = new \App\Doctrine\CurrentUserExtension($a);
  12051.     }
  12052.     /**
  12053.      * Gets the private 'App\EventListener\AddressListener' shared autowired service.
  12054.      *
  12055.      * @return \App\EventListener\AddressListener
  12056.      */
  12057.     protected function getAddressListenerService()
  12058.     {
  12059.         include_once \dirname(__DIR__4).'/src/EventListener/AddressListener.php';
  12060.         $a = ($this->privates['App\\Manager\\DepartmentManager'] ?? $this->getDepartmentManagerService());
  12061.         if (isset($this->privates['App\\EventListener\\AddressListener'])) {
  12062.             return $this->privates['App\\EventListener\\AddressListener'];
  12063.         }
  12064.         return $this->privates['App\\EventListener\\AddressListener'] = new \App\EventListener\AddressListener($a);
  12065.     }
  12066.     /**
  12067.      * Gets the private 'App\EventListener\AuthenticationSuccessListener' shared autowired service.
  12068.      *
  12069.      * @return \App\EventListener\AuthenticationSuccessListener
  12070.      */
  12071.     protected function getAuthenticationSuccessListenerService()
  12072.     {
  12073.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationSuccessListener.php';
  12074.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12075.         if (isset($this->privates['App\\EventListener\\AuthenticationSuccessListener'])) {
  12076.             return $this->privates['App\\EventListener\\AuthenticationSuccessListener'];
  12077.         }
  12078.         return $this->privates['App\\EventListener\\AuthenticationSuccessListener'] = new \App\EventListener\AuthenticationSuccessListener($a);
  12079.     }
  12080.     /**
  12081.      * Gets the private 'App\EventListener\CRM\StepEarnListener' shared autowired service.
  12082.      *
  12083.      * @return \App\EventListener\CRM\StepEarnListener
  12084.      */
  12085.     protected function getStepEarnListenerService()
  12086.     {
  12087.         include_once \dirname(__DIR__4).'/src/EventListener/CRM/StepEarnListener.php';
  12088.         return $this->privates['App\\EventListener\\CRM\\StepEarnListener'] = new \App\EventListener\CRM\StepEarnListener(($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12089.     }
  12090.     /**
  12091.      * Gets the private 'App\EventListener\DepartmentListener' shared autowired service.
  12092.      *
  12093.      * @return \App\EventListener\DepartmentListener
  12094.      */
  12095.     protected function getDepartmentListenerService()
  12096.     {
  12097.         include_once \dirname(__DIR__4).'/src/EventListener/DepartmentListener.php';
  12098.         $a = ($this->privates['App\\Manager\\DepartmentManager'] ?? $this->getDepartmentManagerService());
  12099.         if (isset($this->privates['App\\EventListener\\DepartmentListener'])) {
  12100.             return $this->privates['App\\EventListener\\DepartmentListener'];
  12101.         }
  12102.         return $this->privates['App\\EventListener\\DepartmentListener'] = new \App\EventListener\DepartmentListener($a);
  12103.     }
  12104.     /**
  12105.      * Gets the private 'App\EventListener\Exception\ExceptionListener' shared autowired service.
  12106.      *
  12107.      * @return \App\EventListener\Exception\ExceptionListener
  12108.      */
  12109.     protected function getExceptionListenerService()
  12110.     {
  12111.         include_once \dirname(__DIR__4).'/src/EventListener/Exception/ExceptionListener.php';
  12112.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  12113.         if (isset($this->privates['App\\EventListener\\Exception\\ExceptionListener'])) {
  12114.             return $this->privates['App\\EventListener\\Exception\\ExceptionListener'];
  12115.         }
  12116.         return $this->privates['App\\EventListener\\Exception\\ExceptionListener'] = new \App\EventListener\Exception\ExceptionListener($a$this->parameters['api_platform.error_formats']);
  12117.     }
  12118.     /**
  12119.      * Gets the private 'App\EventListener\IdentityListener' shared autowired service.
  12120.      *
  12121.      * @return \App\EventListener\IdentityListener
  12122.      */
  12123.     protected function getIdentityListenerService()
  12124.     {
  12125.         include_once \dirname(__DIR__4).'/src/EventListener/IdentityListener.php';
  12126.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12127.         if (isset($this->privates['App\\EventListener\\IdentityListener'])) {
  12128.             return $this->privates['App\\EventListener\\IdentityListener'];
  12129.         }
  12130.         return $this->privates['App\\EventListener\\IdentityListener'] = new \App\EventListener\IdentityListener($a);
  12131.     }
  12132.     /**
  12133.      * Gets the private 'App\EventListener\MediaObjectListener' shared autowired service.
  12134.      *
  12135.      * @return \App\EventListener\MediaObjectListener
  12136.      */
  12137.     protected function getMediaObjectListenerService()
  12138.     {
  12139.         include_once \dirname(__DIR__4).'/src/EventListener/MediaObjectListener.php';
  12140.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12141.         if (isset($this->privates['App\\EventListener\\MediaObjectListener'])) {
  12142.             return $this->privates['App\\EventListener\\MediaObjectListener'];
  12143.         }
  12144.         return $this->privates['App\\EventListener\\MediaObjectListener'] = new \App\EventListener\MediaObjectListener($a, ($this->privates['App\\Helper\\GenericHelper'] ?? ($this->privates['App\\Helper\\GenericHelper'] = new \App\Helper\GenericHelper())));
  12145.     }
  12146.     /**
  12147.      * Gets the private 'App\EventListener\Operation\CouponListener' shared autowired service.
  12148.      *
  12149.      * @return \App\EventListener\Operation\CouponListener
  12150.      */
  12151.     protected function getCouponListenerService()
  12152.     {
  12153.         include_once \dirname(__DIR__4).'/src/EventListener/Operation/CouponListener.php';
  12154.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12155.         if (isset($this->privates['App\\EventListener\\Operation\\CouponListener'])) {
  12156.             return $this->privates['App\\EventListener\\Operation\\CouponListener'];
  12157.         }
  12158.         return $this->privates['App\\EventListener\\Operation\\CouponListener'] = new \App\EventListener\Operation\CouponListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  12159.     }
  12160.     /**
  12161.      * Gets the private 'App\EventListener\Operation\OdrListener' shared autowired service.
  12162.      *
  12163.      * @return \App\EventListener\Operation\OdrListener
  12164.      */
  12165.     protected function getOdrListenerService()
  12166.     {
  12167.         include_once \dirname(__DIR__4).'/src/EventListener/Operation/OdrListener.php';
  12168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12169.         if (isset($this->privates['App\\EventListener\\Operation\\OdrListener'])) {
  12170.             return $this->privates['App\\EventListener\\Operation\\OdrListener'];
  12171.         }
  12172.         return $this->privates['App\\EventListener\\Operation\\OdrListener'] = new \App\EventListener\Operation\OdrListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  12173.     }
  12174.     /**
  12175.      * Gets the private 'App\EventListener\Operation\OperationListener' shared autowired service.
  12176.      *
  12177.      * @return \App\EventListener\Operation\OperationListener
  12178.      */
  12179.     protected function getOperationListenerService()
  12180.     {
  12181.         include_once \dirname(__DIR__4).'/src/EventListener/Operation/OperationListener.php';
  12182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12183.         if (isset($this->privates['App\\EventListener\\Operation\\OperationListener'])) {
  12184.             return $this->privates['App\\EventListener\\Operation\\OperationListener'];
  12185.         }
  12186.         return $this->privates['App\\EventListener\\Operation\\OperationListener'] = new \App\EventListener\Operation\OperationListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  12187.     }
  12188.     /**
  12189.      * Gets the private 'App\EventListener\OrderListener' shared autowired service.
  12190.      *
  12191.      * @return \App\EventListener\OrderListener
  12192.      */
  12193.     protected function getOrderListenerService()
  12194.     {
  12195.         include_once \dirname(__DIR__4).'/src/EventListener/OrderListener.php';
  12196.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12197.         if (isset($this->privates['App\\EventListener\\OrderListener'])) {
  12198.             return $this->privates['App\\EventListener\\OrderListener'];
  12199.         }
  12200.         return $this->privates['App\\EventListener\\OrderListener'] = new \App\EventListener\OrderListener($a);
  12201.     }
  12202.     /**
  12203.      * Gets the private 'App\EventListener\ParticipationListener' shared autowired service.
  12204.      *
  12205.      * @return \App\EventListener\ParticipationListener
  12206.      */
  12207.     protected function getParticipationListenerService()
  12208.     {
  12209.         include_once \dirname(__DIR__4).'/src/EventListener/ParticipationListener.php';
  12210.         return $this->privates['App\\EventListener\\ParticipationListener'] = new \App\EventListener\ParticipationListener();
  12211.     }
  12212.     /**
  12213.      * Gets the private 'App\EventListener\Restrictions\MaintenanceListener' shared autowired service.
  12214.      *
  12215.      * @return \App\EventListener\Restrictions\MaintenanceListener
  12216.      */
  12217.     protected function getMaintenanceListenerService()
  12218.     {
  12219.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12220.         if (isset($this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'])) {
  12221.             return $this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'];
  12222.         }
  12223.         return $this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'] = new \App\EventListener\Restrictions\MaintenanceListener(($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  12224.     }
  12225.     /**
  12226.      * Gets the private 'App\EventListener\SponsorshipRequest\SponsorshipRequestListener' shared autowired service.
  12227.      *
  12228.      * @return \App\EventListener\SponsorshipRequest\SponsorshipRequestListener
  12229.      */
  12230.     protected function getSponsorshipRequestListenerService()
  12231.     {
  12232.         include_once \dirname(__DIR__4).'/src/EventListener/SponsorshipRequest/SponsorshipRequestListener.php';
  12233.         return $this->privates['App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener'] = new \App\EventListener\SponsorshipRequest\SponsorshipRequestListener(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  12234.     }
  12235.     /**
  12236.      * Gets the private 'App\EventListener\UserListener' shared autowired service.
  12237.      *
  12238.      * @return \App\EventListener\UserListener
  12239.      */
  12240.     protected function getUserListenerService()
  12241.     {
  12242.         include_once \dirname(__DIR__4).'/src/EventListener/UserListener.php';
  12243.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12244.         if (isset($this->privates['App\\EventListener\\UserListener'])) {
  12245.             return $this->privates['App\\EventListener\\UserListener'];
  12246.         }
  12247.         return $this->privates['App\\EventListener\\UserListener'] = new \App\EventListener\UserListener(($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
  12248.     }
  12249.     /**
  12250.      * Gets the private 'App\EventSubscriber\KnpMenuBuilderSubscriber' shared autowired service.
  12251.      *
  12252.      * @return \App\EventSubscriber\KnpMenuBuilderSubscriber
  12253.      */
  12254.     protected function getKnpMenuBuilderSubscriberService()
  12255.     {
  12256.         include_once \dirname(__DIR__4).'/src/EventSubscriber/KnpMenuBuilderSubscriber.php';
  12257.         $a = ($this->privates['App\\Manager\\KnpMenuManager'] ?? $this->getKnpMenuManagerService());
  12258.         if (isset($this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'])) {
  12259.             return $this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'];
  12260.         }
  12261.         return $this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'] = new \App\EventSubscriber\KnpMenuBuilderSubscriber($a);
  12262.     }
  12263.     /**
  12264.      * Gets the private 'App\EventSubscriber\LogoutSubscriber' shared autowired service.
  12265.      *
  12266.      * @return \App\EventSubscriber\LogoutSubscriber
  12267.      */
  12268.     protected function getLogoutSubscriberService()
  12269.     {
  12270.         include_once \dirname(__DIR__4).'/src/EventSubscriber/LogoutSubscriber.php';
  12271.         return $this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber(($this->services['router'] ?? $this->getRouterService()));
  12272.     }
  12273.     /**
  12274.      * Gets the private 'App\EventSubscriber\NavbarUserSubscriber' shared autowired service.
  12275.      *
  12276.      * @return \App\EventSubscriber\NavbarUserSubscriber
  12277.      */
  12278.     protected function getNavbarUserSubscriberService()
  12279.     {
  12280.         include_once \dirname(__DIR__4).'/src/EventSubscriber/NavbarUserSubscriber.php';
  12281.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12282.         if (isset($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'])) {
  12283.             return $this->privates['App\\EventSubscriber\\NavbarUserSubscriber'];
  12284.         }
  12285.         return $this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] = new \App\EventSubscriber\NavbarUserSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
  12286.     }
  12287.     /**
  12288.      * Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
  12289.      *
  12290.      * @return \App\EventSubscriber\RequestSubscriber
  12291.      */
  12292.     protected function getRequestSubscriberService()
  12293.     {
  12294.         return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12295.     }
  12296.     /**
  12297.      * Gets the private 'App\EventSubscriber\ResolveMediaObjectContentUrlSubscriber' shared autowired service.
  12298.      *
  12299.      * @return \App\EventSubscriber\ResolveMediaObjectContentUrlSubscriber
  12300.      */
  12301.     protected function getResolveMediaObjectContentUrlSubscriberService()
  12302.     {
  12303.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ResolveMediaObjectContentUrlSubscriber.php';
  12304.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12305.         if (isset($this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'])) {
  12306.             return $this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'];
  12307.         }
  12308.         return $this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'] = new \App\EventSubscriber\ResolveMediaObjectContentUrlSubscriber(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12309.     }
  12310.     /**
  12311.      * Gets the private 'App\EventSubscriber\Security\UserPasswordEncoder' shared autowired service.
  12312.      *
  12313.      * @return \App\EventSubscriber\Security\UserPasswordEncoder
  12314.      */
  12315.     protected function getUserPasswordEncoderService()
  12316.     {
  12317.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Security/UserPasswordEncoder.php';
  12318.         return $this->privates['App\\EventSubscriber\\Security\\UserPasswordEncoder'] = new \App\EventSubscriber\Security\UserPasswordEncoder(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  12319.     }
  12320.     /**
  12321.      * Gets the private 'App\EventSubscriber\Validation\Operation\OperationSubscriber' shared autowired service.
  12322.      *
  12323.      * @return \App\EventSubscriber\Validation\Operation\OperationSubscriber
  12324.      */
  12325.     protected function getOperationSubscriberService()
  12326.     {
  12327.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Validation/Operation/OperationSubscriber.php';
  12328.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12329.         if (isset($this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'])) {
  12330.             return $this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'];
  12331.         }
  12332.         return $this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'] = new \App\EventSubscriber\Validation\Operation\OperationSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  12333.     }
  12334.     /**
  12335.      * Gets the private 'App\EventSubscriber\Validation\ParticipationSubscriber' shared autowired service.
  12336.      *
  12337.      * @return \App\EventSubscriber\Validation\ParticipationSubscriber
  12338.      */
  12339.     protected function getParticipationSubscriberService()
  12340.     {
  12341.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Validation/ParticipationSubscriber.php';
  12342.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12343.         if (isset($this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'])) {
  12344.             return $this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'];
  12345.         }
  12346.         return $this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'] = new \App\EventSubscriber\Validation\ParticipationSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  12347.     }
  12348.     /**
  12349.      * Gets the private 'App\EventSubscriber\Validation\UserSubscriber' shared autowired service.
  12350.      *
  12351.      * @return \App\EventSubscriber\Validation\UserSubscriber
  12352.      */
  12353.     protected function getUserSubscriberService()
  12354.     {
  12355.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Validation/UserSubscriber.php';
  12356.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12357.         if (isset($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'])) {
  12358.             return $this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'];
  12359.         }
  12360.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12361.         if (isset($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'])) {
  12362.             return $this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'];
  12363.         }
  12364.         return $this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] = new \App\EventSubscriber\Validation\UserSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a$b);
  12365.     }
  12366.     /**
  12367.      * Gets the private 'App\Filter\RecipeIngredientFilter' shared autowired service.
  12368.      *
  12369.      * @return \App\Filter\RecipeIngredientFilter
  12370.      */
  12371.     protected function getRecipeIngredientFilterService()
  12372.     {
  12373.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  12374.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  12375.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  12377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  12380.         include_once \dirname(__DIR__4).'/src/Filter/RecipeIngredientFilter.php';
  12381.         return $this->privates['App\\Filter\\RecipeIngredientFilter'] = new \App\Filter\RecipeIngredientFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12382.     }
  12383.     /**
  12384.      * Gets the private 'App\Filter\RecipeTypeFilter' shared autowired service.
  12385.      *
  12386.      * @return \App\Filter\RecipeTypeFilter
  12387.      */
  12388.     protected function getRecipeTypeFilterService()
  12389.     {
  12390.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  12391.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  12392.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  12393.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  12394.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  12395.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  12396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  12397.         include_once \dirname(__DIR__4).'/src/Filter/RecipeTypeFilter.php';
  12398.         return $this->privates['App\\Filter\\RecipeTypeFilter'] = new \App\Filter\RecipeTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12399.     }
  12400.     /**
  12401.      * Gets the private 'App\Form\Blog\BlogSearchType' shared autowired service.
  12402.      *
  12403.      * @return \App\Form\Blog\BlogSearchType
  12404.      */
  12405.     protected function getBlogSearchTypeService()
  12406.     {
  12407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12409.         include_once \dirname(__DIR__4).'/src/Form/Blog/BlogSearchType.php';
  12410.         return $this->privates['App\\Form\\Blog\\BlogSearchType'] = new \App\Form\Blog\BlogSearchType();
  12411.     }
  12412.     /**
  12413.      * Gets the private 'App\Form\Blog\BlogType' shared autowired service.
  12414.      *
  12415.      * @return \App\Form\Blog\BlogType
  12416.      */
  12417.     protected function getBlogTypeService()
  12418.     {
  12419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12421.         include_once \dirname(__DIR__4).'/src/Form/Blog/BlogType.php';
  12422.         return $this->privates['App\\Form\\Blog\\BlogType'] = new \App\Form\Blog\BlogType();
  12423.     }
  12424.     /**
  12425.      * Gets the private 'App\Form\Blog\MediaBlogType' shared autowired service.
  12426.      *
  12427.      * @return \App\Form\Blog\MediaBlogType
  12428.      */
  12429.     protected function getMediaBlogTypeService()
  12430.     {
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12433.         include_once \dirname(__DIR__4).'/src/Form/Blog/MediaBlogType.php';
  12434.         return $this->privates['App\\Form\\Blog\\MediaBlogType'] = new \App\Form\Blog\MediaBlogType();
  12435.     }
  12436.     /**
  12437.      * Gets the private 'App\Form\Blog\MediaCodeGiftType' shared autowired service.
  12438.      *
  12439.      * @return \App\Form\Blog\MediaCodeGiftType
  12440.      */
  12441.     protected function getMediaCodeGiftTypeService()
  12442.     {
  12443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12445.         include_once \dirname(__DIR__4).'/src/Form/Blog/MediaCodeGiftType.php';
  12446.         return $this->privates['App\\Form\\Blog\\MediaCodeGiftType'] = new \App\Form\Blog\MediaCodeGiftType();
  12447.     }
  12448.     /**
  12449.      * Gets the private 'App\Form\Blog\MediaThumbnailBlogType' shared autowired service.
  12450.      *
  12451.      * @return \App\Form\Blog\MediaThumbnailBlogType
  12452.      */
  12453.     protected function getMediaThumbnailBlogTypeService()
  12454.     {
  12455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12457.         include_once \dirname(__DIR__4).'/src/Form/Blog/MediaThumbnailBlogType.php';
  12458.         return $this->privates['App\\Form\\Blog\\MediaThumbnailBlogType'] = new \App\Form\Blog\MediaThumbnailBlogType();
  12459.     }
  12460.     /**
  12461.      * Gets the private 'App\Form\Catalog\GiftCodeSearchType' shared autowired service.
  12462.      *
  12463.      * @return \App\Form\Catalog\GiftCodeSearchType
  12464.      */
  12465.     protected function getGiftCodeSearchTypeService()
  12466.     {
  12467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12469.         include_once \dirname(__DIR__4).'/src/Form/Catalog/GiftCodeSearchType.php';
  12470.         return $this->privates['App\\Form\\Catalog\\GiftCodeSearchType'] = new \App\Form\Catalog\GiftCodeSearchType(($this->services['translator'] ?? $this->getTranslatorService()));
  12471.     }
  12472.     /**
  12473.      * Gets the private 'App\Form\Catalog\GiftLevelType' shared autowired service.
  12474.      *
  12475.      * @return \App\Form\Catalog\GiftLevelType
  12476.      */
  12477.     protected function getGiftLevelTypeService()
  12478.     {
  12479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12481.         include_once \dirname(__DIR__4).'/src/Form/Catalog/GiftLevelType.php';
  12482.         return $this->privates['App\\Form\\Catalog\\GiftLevelType'] = new \App\Form\Catalog\GiftLevelType();
  12483.     }
  12484.     /**
  12485.      * Gets the private 'App\Form\Catalog\GiftSearchType' shared autowired service.
  12486.      *
  12487.      * @return \App\Form\Catalog\GiftSearchType
  12488.      */
  12489.     protected function getGiftSearchTypeService()
  12490.     {
  12491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12493.         include_once \dirname(__DIR__4).'/src/Form/Catalog/GiftSearchType.php';
  12494.         return $this->privates['App\\Form\\Catalog\\GiftSearchType'] = new \App\Form\Catalog\GiftSearchType();
  12495.     }
  12496.     /**
  12497.      * Gets the private 'App\Form\Catalog\GiftType' shared autowired service.
  12498.      *
  12499.      * @return \App\Form\Catalog\GiftType
  12500.      */
  12501.     protected function getGiftTypeService()
  12502.     {
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12505.         include_once \dirname(__DIR__4).'/src/Form/Catalog/GiftType.php';
  12506.         $a = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  12507.         if (isset($this->privates['App\\Form\\Catalog\\GiftType'])) {
  12508.             return $this->privates['App\\Form\\Catalog\\GiftType'];
  12509.         }
  12510.         return $this->privates['App\\Form\\Catalog\\GiftType'] = new \App\Form\Catalog\GiftType($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  12511.     }
  12512.     /**
  12513.      * Gets the private 'App\Form\CookiesType' shared autowired service.
  12514.      *
  12515.      * @return \App\Form\CookiesType
  12516.      */
  12517.     protected function getCookiesTypeService()
  12518.     {
  12519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12521.         include_once \dirname(__DIR__4).'/src/Form/CookiesType.php';
  12522.         return $this->privates['App\\Form\\CookiesType'] = new \App\Form\CookiesType();
  12523.     }
  12524.     /**
  12525.      * Gets the private 'App\Form\DisplayElementType' shared autowired service.
  12526.      *
  12527.      * @return \App\Form\DisplayElementType
  12528.      */
  12529.     protected function getDisplayElementTypeService()
  12530.     {
  12531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12533.         include_once \dirname(__DIR__4).'/src/Form/DisplayElementType.php';
  12534.         return $this->privates['App\\Form\\DisplayElementType'] = new \App\Form\DisplayElementType();
  12535.     }
  12536.     /**
  12537.      * Gets the private 'App\Form\Faq\FaqType' shared autowired service.
  12538.      *
  12539.      * @return \App\Form\Faq\FaqType
  12540.      */
  12541.     protected function getFaqTypeService()
  12542.     {
  12543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12545.         include_once \dirname(__DIR__4).'/src/Form/Faq/FaqType.php';
  12546.         return $this->privates['App\\Form\\Faq\\FaqType'] = new \App\Form\Faq\FaqType();
  12547.     }
  12548.     /**
  12549.      * Gets the private 'App\Form\Knowledge\KnowledgeResponseType' shared autowired service.
  12550.      *
  12551.      * @return \App\Form\Knowledge\KnowledgeResponseType
  12552.      */
  12553.     protected function getKnowledgeResponseTypeService()
  12554.     {
  12555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12557.         include_once \dirname(__DIR__4).'/src/Form/Knowledge/KnowledgeResponseType.php';
  12558.         return $this->privates['App\\Form\\Knowledge\\KnowledgeResponseType'] = new \App\Form\Knowledge\KnowledgeResponseType();
  12559.     }
  12560.     /**
  12561.      * Gets the private 'App\Form\Knowledge\KnowledgeType' shared autowired service.
  12562.      *
  12563.      * @return \App\Form\Knowledge\KnowledgeType
  12564.      */
  12565.     protected function getKnowledgeTypeService()
  12566.     {
  12567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12569.         include_once \dirname(__DIR__4).'/src/Form/Knowledge/KnowledgeType.php';
  12570.         return $this->privates['App\\Form\\Knowledge\\KnowledgeType'] = new \App\Form\Knowledge\KnowledgeType();
  12571.     }
  12572.     /**
  12573.      * Gets the private 'App\Form\MediaObject\MediaCodeDrawType' shared autowired service.
  12574.      *
  12575.      * @return \App\Form\MediaObject\MediaCodeDrawType
  12576.      */
  12577.     protected function getMediaCodeDrawTypeService()
  12578.     {
  12579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12581.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaCodeDrawType.php';
  12582.         return $this->privates['App\\Form\\MediaObject\\MediaCodeDrawType'] = new \App\Form\MediaObject\MediaCodeDrawType();
  12583.     }
  12584.     /**
  12585.      * Gets the private 'App\Form\MediaObject\MediaCodeOdrType' shared autowired service.
  12586.      *
  12587.      * @return \App\Form\MediaObject\MediaCodeOdrType
  12588.      */
  12589.     protected function getMediaCodeOdrTypeService()
  12590.     {
  12591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12593.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaCodeOdrType.php';
  12594.         return $this->privates['App\\Form\\MediaObject\\MediaCodeOdrType'] = new \App\Form\MediaObject\MediaCodeOdrType();
  12595.     }
  12596.     /**
  12597.      * Gets the private 'App\Form\MediaObject\MediaGiftType' shared autowired service.
  12598.      *
  12599.      * @return \App\Form\MediaObject\MediaGiftType
  12600.      */
  12601.     protected function getMediaGiftTypeService()
  12602.     {
  12603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12605.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaGiftType.php';
  12606.         return $this->privates['App\\Form\\MediaObject\\MediaGiftType'] = new \App\Form\MediaObject\MediaGiftType();
  12607.     }
  12608.     /**
  12609.      * Gets the private 'App\Form\MediaObject\MediaImageType' shared autowired service.
  12610.      *
  12611.      * @return \App\Form\MediaObject\MediaImageType
  12612.      */
  12613.     protected function getMediaImageTypeService()
  12614.     {
  12615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12617.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaImageType.php';
  12618.         return $this->privates['App\\Form\\MediaObject\\MediaImageType'] = new \App\Form\MediaObject\MediaImageType();
  12619.     }
  12620.     /**
  12621.      * Gets the private 'App\Form\MediaObject\MediaObjectType' shared autowired service.
  12622.      *
  12623.      * @return \App\Form\MediaObject\MediaObjectType
  12624.      */
  12625.     protected function getMediaObjectTypeService()
  12626.     {
  12627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12629.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaObjectType.php';
  12630.         return $this->privates['App\\Form\\MediaObject\\MediaObjectType'] = new \App\Form\MediaObject\MediaObjectType();
  12631.     }
  12632.     /**
  12633.      * Gets the private 'App\Form\MediaObject\MediaParticipationType' shared autowired service.
  12634.      *
  12635.      * @return \App\Form\MediaObject\MediaParticipationType
  12636.      */
  12637.     protected function getMediaParticipationTypeService()
  12638.     {
  12639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12641.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaParticipationType.php';
  12642.         return $this->privates['App\\Form\\MediaObject\\MediaParticipationType'] = new \App\Form\MediaObject\MediaParticipationType();
  12643.     }
  12644.     /**
  12645.      * Gets the private 'App\Form\MediaObject\MediaPdfEditType' shared autowired service.
  12646.      *
  12647.      * @return \App\Form\MediaObject\MediaPdfEditType
  12648.      */
  12649.     protected function getMediaPdfEditTypeService()
  12650.     {
  12651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12653.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaPdfEditType.php';
  12654.         return $this->privates['App\\Form\\MediaObject\\MediaPdfEditType'] = new \App\Form\MediaObject\MediaPdfEditType();
  12655.     }
  12656.     /**
  12657.      * Gets the private 'App\Form\MediaObject\MediaPdfType' shared autowired service.
  12658.      *
  12659.      * @return \App\Form\MediaObject\MediaPdfType
  12660.      */
  12661.     protected function getMediaPdfTypeService()
  12662.     {
  12663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12665.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaPdfType.php';
  12666.         return $this->privates['App\\Form\\MediaObject\\MediaPdfType'] = new \App\Form\MediaObject\MediaPdfType();
  12667.     }
  12668.     /**
  12669.      * Gets the private 'App\Form\MediaObject\MediaPromotionType' shared autowired service.
  12670.      *
  12671.      * @return \App\Form\MediaObject\MediaPromotionType
  12672.      */
  12673.     protected function getMediaPromotionTypeService()
  12674.     {
  12675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12677.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaPromotionType.php';
  12678.         return $this->privates['App\\Form\\MediaObject\\MediaPromotionType'] = new \App\Form\MediaObject\MediaPromotionType();
  12679.     }
  12680.     /**
  12681.      * Gets the private 'App\Form\MediaObject\MediaThumbnailGiftType' shared autowired service.
  12682.      *
  12683.      * @return \App\Form\MediaObject\MediaThumbnailGiftType
  12684.      */
  12685.     protected function getMediaThumbnailGiftTypeService()
  12686.     {
  12687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12689.         include_once \dirname(__DIR__4).'/src/Form/MediaObject/MediaThumbnailGiftType.php';
  12690.         return $this->privates['App\\Form\\MediaObject\\MediaThumbnailGiftType'] = new \App\Form\MediaObject\MediaThumbnailGiftType();
  12691.     }
  12692.     /**
  12693.      * Gets the private 'App\Form\MentionLegalType' shared autowired service.
  12694.      *
  12695.      * @return \App\Form\MentionLegalType
  12696.      */
  12697.     protected function getMentionLegalTypeService()
  12698.     {
  12699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12701.         include_once \dirname(__DIR__4).'/src/Form/MentionLegalType.php';
  12702.         return $this->privates['App\\Form\\MentionLegalType'] = new \App\Form\MentionLegalType();
  12703.     }
  12704.     /**
  12705.      * Gets the private 'App\Form\MenuType' shared autowired service.
  12706.      *
  12707.      * @return \App\Form\MenuType
  12708.      */
  12709.     protected function getMenuTypeService()
  12710.     {
  12711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12713.         include_once \dirname(__DIR__4).'/src/Form/MenuType.php';
  12714.         return $this->privates['App\\Form\\MenuType'] = new \App\Form\MenuType();
  12715.     }
  12716.     /**
  12717.      * Gets the private 'App\Form\NewsletterSubscriptionType' shared autowired service.
  12718.      *
  12719.      * @return \App\Form\NewsletterSubscriptionType
  12720.      */
  12721.     protected function getNewsletterSubscriptionTypeService()
  12722.     {
  12723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12725.         include_once \dirname(__DIR__4).'/src/Form/NewsletterSubscriptionType.php';
  12726.         return $this->privates['App\\Form\\NewsletterSubscriptionType'] = new \App\Form\NewsletterSubscriptionType();
  12727.     }
  12728.     /**
  12729.      * Gets the private 'App\Form\OperationCode\DrawCodeSearchType' shared autowired service.
  12730.      *
  12731.      * @return \App\Form\OperationCode\DrawCodeSearchType
  12732.      */
  12733.     protected function getDrawCodeSearchTypeService()
  12734.     {
  12735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12737.         include_once \dirname(__DIR__4).'/src/Form/OperationCode/DrawCodeSearchType.php';
  12738.         return $this->privates['App\\Form\\OperationCode\\DrawCodeSearchType'] = new \App\Form\OperationCode\DrawCodeSearchType(($this->services['translator'] ?? $this->getTranslatorService()));
  12739.     }
  12740.     /**
  12741.      * Gets the private 'App\Form\OperationCode\OdrCodeSearchType' shared autowired service.
  12742.      *
  12743.      * @return \App\Form\OperationCode\OdrCodeSearchType
  12744.      */
  12745.     protected function getOdrCodeSearchTypeService()
  12746.     {
  12747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12749.         include_once \dirname(__DIR__4).'/src/Form/OperationCode/OdrCodeSearchType.php';
  12750.         return $this->privates['App\\Form\\OperationCode\\OdrCodeSearchType'] = new \App\Form\OperationCode\OdrCodeSearchType(($this->services['translator'] ?? $this->getTranslatorService()));
  12751.     }
  12752.     /**
  12753.      * Gets the private 'App\Form\Operation\Coupon\CouponNonIntegratedSearchType' shared autowired service.
  12754.      *
  12755.      * @return \App\Form\Operation\Coupon\CouponNonIntegratedSearchType
  12756.      */
  12757.     protected function getCouponNonIntegratedSearchTypeService()
  12758.     {
  12759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12761.         include_once \dirname(__DIR__4).'/src/Form/Operation/Coupon/CouponNonIntegratedSearchType.php';
  12762.         return $this->privates['App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType'] = new \App\Form\Operation\Coupon\CouponNonIntegratedSearchType();
  12763.     }
  12764.     /**
  12765.      * Gets the private 'App\Form\Operation\Coupon\CouponSearchType' shared autowired service.
  12766.      *
  12767.      * @return \App\Form\Operation\Coupon\CouponSearchType
  12768.      */
  12769.     protected function getCouponSearchTypeService()
  12770.     {
  12771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12773.         include_once \dirname(__DIR__4).'/src/Form/Operation/Coupon/CouponSearchType.php';
  12774.         return $this->privates['App\\Form\\Operation\\Coupon\\CouponSearchType'] = new \App\Form\Operation\Coupon\CouponSearchType();
  12775.     }
  12776.     /**
  12777.      * Gets the private 'App\Form\Operation\Coupon\CouponType' shared autowired service.
  12778.      *
  12779.      * @return \App\Form\Operation\Coupon\CouponType
  12780.      */
  12781.     protected function getCouponTypeService()
  12782.     {
  12783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12785.         include_once \dirname(__DIR__4).'/src/Form/Operation/Coupon/CouponType.php';
  12786.         return $this->privates['App\\Form\\Operation\\Coupon\\CouponType'] = new \App\Form\Operation\Coupon\CouponType();
  12787.     }
  12788.     /**
  12789.      * Gets the private 'App\Form\Operation\Coupon\DetailsCouponType' shared autowired service.
  12790.      *
  12791.      * @return \App\Form\Operation\Coupon\DetailsCouponType
  12792.      */
  12793.     protected function getDetailsCouponTypeService()
  12794.     {
  12795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12797.         include_once \dirname(__DIR__4).'/src/Form/Operation/Coupon/DetailsCouponType.php';
  12798.         return $this->privates['App\\Form\\Operation\\Coupon\\DetailsCouponType'] = new \App\Form\Operation\Coupon\DetailsCouponType();
  12799.     }
  12800.     /**
  12801.      * Gets the private 'App\Form\Operation\Coupon\MediaCouponType' shared autowired service.
  12802.      *
  12803.      * @return \App\Form\Operation\Coupon\MediaCouponType
  12804.      */
  12805.     protected function getMediaCouponTypeService()
  12806.     {
  12807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12809.         include_once \dirname(__DIR__4).'/src/Form/Operation/Coupon/MediaCouponType.php';
  12810.         return $this->privates['App\\Form\\Operation\\Coupon\\MediaCouponType'] = new \App\Form\Operation\Coupon\MediaCouponType();
  12811.     }
  12812.     /**
  12813.      * Gets the private 'App\Form\Operation\Draw\DrawEmailType' shared autowired service.
  12814.      *
  12815.      * @return \App\Form\Operation\Draw\DrawEmailType
  12816.      */
  12817.     protected function getDrawEmailTypeService()
  12818.     {
  12819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12821.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/DrawEmailType.php';
  12822.         return $this->privates['App\\Form\\Operation\\Draw\\DrawEmailType'] = new \App\Form\Operation\Draw\DrawEmailType(($this->services['translator'] ?? $this->getTranslatorService()));
  12823.     }
  12824.     /**
  12825.      * Gets the private 'App\Form\Operation\Draw\DrawSearchType' shared autowired service.
  12826.      *
  12827.      * @return \App\Form\Operation\Draw\DrawSearchType
  12828.      */
  12829.     protected function getDrawSearchTypeService()
  12830.     {
  12831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12833.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/DrawSearchType.php';
  12834.         return $this->privates['App\\Form\\Operation\\Draw\\DrawSearchType'] = new \App\Form\Operation\Draw\DrawSearchType();
  12835.     }
  12836.     /**
  12837.      * Gets the private 'App\Form\Operation\Draw\DrawType' shared autowired service.
  12838.      *
  12839.      * @return \App\Form\Operation\Draw\DrawType
  12840.      */
  12841.     protected function getDrawTypeService()
  12842.     {
  12843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12845.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/DrawType.php';
  12846.         $a = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  12847.         if (isset($this->privates['App\\Form\\Operation\\Draw\\DrawType'])) {
  12848.             return $this->privates['App\\Form\\Operation\\Draw\\DrawType'];
  12849.         }
  12850.         return $this->privates['App\\Form\\Operation\\Draw\\DrawType'] = new \App\Form\Operation\Draw\DrawType($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  12851.     }
  12852.     /**
  12853.      * Gets the private 'App\Form\Operation\Draw\MediaDesktopDrawType' shared autowired service.
  12854.      *
  12855.      * @return \App\Form\Operation\Draw\MediaDesktopDrawType
  12856.      */
  12857.     protected function getMediaDesktopDrawTypeService()
  12858.     {
  12859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12861.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/MediaDesktopDrawType.php';
  12862.         return $this->privates['App\\Form\\Operation\\Draw\\MediaDesktopDrawType'] = new \App\Form\Operation\Draw\MediaDesktopDrawType();
  12863.     }
  12864.     /**
  12865.      * Gets the private 'App\Form\Operation\Draw\MediaMobileDrawType' shared autowired service.
  12866.      *
  12867.      * @return \App\Form\Operation\Draw\MediaMobileDrawType
  12868.      */
  12869.     protected function getMediaMobileDrawTypeService()
  12870.     {
  12871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12873.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/MediaMobileDrawType.php';
  12874.         return $this->privates['App\\Form\\Operation\\Draw\\MediaMobileDrawType'] = new \App\Form\Operation\Draw\MediaMobileDrawType();
  12875.     }
  12876.     /**
  12877.      * Gets the private 'App\Form\Operation\Draw\MediaPdfDrawType' shared autowired service.
  12878.      *
  12879.      * @return \App\Form\Operation\Draw\MediaPdfDrawType
  12880.      */
  12881.     protected function getMediaPdfDrawTypeService()
  12882.     {
  12883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12885.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/MediaPdfDrawType.php';
  12886.         return $this->privates['App\\Form\\Operation\\Draw\\MediaPdfDrawType'] = new \App\Form\Operation\Draw\MediaPdfDrawType();
  12887.     }
  12888.     /**
  12889.      * Gets the private 'App\Form\Operation\Draw\MediaThumbnailDrawType' shared autowired service.
  12890.      *
  12891.      * @return \App\Form\Operation\Draw\MediaThumbnailDrawType
  12892.      */
  12893.     protected function getMediaThumbnailDrawTypeService()
  12894.     {
  12895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12897.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/MediaThumbnailDrawType.php';
  12898.         return $this->privates['App\\Form\\Operation\\Draw\\MediaThumbnailDrawType'] = new \App\Form\Operation\Draw\MediaThumbnailDrawType();
  12899.     }
  12900.     /**
  12901.      * Gets the private 'App\Form\Operation\Draw\SogecEditDrawType' shared autowired service.
  12902.      *
  12903.      * @return \App\Form\Operation\Draw\SogecEditDrawType
  12904.      */
  12905.     protected function getSogecEditDrawTypeService()
  12906.     {
  12907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12909.         include_once \dirname(__DIR__4).'/src/Form/Operation/Draw/SogecEditDrawType.php';
  12910.         $a = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  12911.         if (isset($this->privates['App\\Form\\Operation\\Draw\\SogecEditDrawType'])) {
  12912.             return $this->privates['App\\Form\\Operation\\Draw\\SogecEditDrawType'];
  12913.         }
  12914.         return $this->privates['App\\Form\\Operation\\Draw\\SogecEditDrawType'] = new \App\Form\Operation\Draw\SogecEditDrawType($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  12915.     }
  12916.     /**
  12917.      * Gets the private 'App\Form\Operation\Game\GameSearchType' shared autowired service.
  12918.      *
  12919.      * @return \App\Form\Operation\Game\GameSearchType
  12920.      */
  12921.     protected function getGameSearchTypeService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12925.         include_once \dirname(__DIR__4).'/src/Form/Operation/Game/GameSearchType.php';
  12926.         return $this->privates['App\\Form\\Operation\\Game\\GameSearchType'] = new \App\Form\Operation\Game\GameSearchType();
  12927.     }
  12928.     /**
  12929.      * Gets the private 'App\Form\Operation\Game\GameType' shared autowired service.
  12930.      *
  12931.      * @return \App\Form\Operation\Game\GameType
  12932.      */
  12933.     protected function getGameTypeService()
  12934.     {
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12937.         include_once \dirname(__DIR__4).'/src/Form/Operation/Game/GameType.php';
  12938.         return $this->privates['App\\Form\\Operation\\Game\\GameType'] = new \App\Form\Operation\Game\GameType();
  12939.     }
  12940.     /**
  12941.      * Gets the private 'App\Form\Operation\Game\MediaGameType' shared autowired service.
  12942.      *
  12943.      * @return \App\Form\Operation\Game\MediaGameType
  12944.      */
  12945.     protected function getMediaGameTypeService()
  12946.     {
  12947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12949.         include_once \dirname(__DIR__4).'/src/Form/Operation/Game/MediaGameType.php';
  12950.         return $this->privates['App\\Form\\Operation\\Game\\MediaGameType'] = new \App\Form\Operation\Game\MediaGameType();
  12951.     }
  12952.     /**
  12953.      * Gets the private 'App\Form\Operation\Game\MediaMobileGameType' shared autowired service.
  12954.      *
  12955.      * @return \App\Form\Operation\Game\MediaMobileGameType
  12956.      */
  12957.     protected function getMediaMobileGameTypeService()
  12958.     {
  12959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12961.         include_once \dirname(__DIR__4).'/src/Form/Operation/Game/MediaMobileGameType.php';
  12962.         return $this->privates['App\\Form\\Operation\\Game\\MediaMobileGameType'] = new \App\Form\Operation\Game\MediaMobileGameType();
  12963.     }
  12964.     /**
  12965.      * Gets the private 'App\Form\Operation\MultiOffer\DepartmentType' shared autowired service.
  12966.      *
  12967.      * @return \App\Form\Operation\MultiOffer\DepartmentType
  12968.      */
  12969.     protected function getDepartmentTypeService()
  12970.     {
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12973.         include_once \dirname(__DIR__4).'/src/Form/Operation/MultiOffer/DepartmentType.php';
  12974.         return $this->privates['App\\Form\\Operation\\MultiOffer\\DepartmentType'] = new \App\Form\Operation\MultiOffer\DepartmentType();
  12975.     }
  12976.     /**
  12977.      * Gets the private 'App\Form\Operation\MultiOffer\DetailsMultiOfferType' shared autowired service.
  12978.      *
  12979.      * @return \App\Form\Operation\MultiOffer\DetailsMultiOfferType
  12980.      */
  12981.     protected function getDetailsMultiOfferTypeService()
  12982.     {
  12983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12985.         include_once \dirname(__DIR__4).'/src/Form/Operation/MultiOffer/DetailsMultiOfferType.php';
  12986.         return $this->privates['App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType'] = new \App\Form\Operation\MultiOffer\DetailsMultiOfferType();
  12987.     }
  12988.     /**
  12989.      * Gets the private 'App\Form\Operation\MultiOffer\EanType' shared autowired service.
  12990.      *
  12991.      * @return \App\Form\Operation\MultiOffer\EanType
  12992.      */
  12993.     protected function getEanTypeService()
  12994.     {
  12995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12997.         include_once \dirname(__DIR__4).'/src/Form/Operation/MultiOffer/EanType.php';
  12998.         return $this->privates['App\\Form\\Operation\\MultiOffer\\EanType'] = new \App\Form\Operation\MultiOffer\EanType();
  12999.     }
  13000.     /**
  13001.      * Gets the private 'App\Form\Operation\MultiOffer\MediaMultiOfferType' shared autowired service.
  13002.      *
  13003.      * @return \App\Form\Operation\MultiOffer\MediaMultiOfferType
  13004.      */
  13005.     protected function getMediaMultiOfferTypeService()
  13006.     {
  13007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13009.         include_once \dirname(__DIR__4).'/src/Form/Operation/MultiOffer/MediaMultiOfferType.php';
  13010.         return $this->privates['App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType'] = new \App\Form\Operation\MultiOffer\MediaMultiOfferType();
  13011.     }
  13012.     /**
  13013.      * Gets the private 'App\Form\Operation\MultiOffer\MultiOfferSearchType' shared autowired service.
  13014.      *
  13015.      * @return \App\Form\Operation\MultiOffer\MultiOfferSearchType
  13016.      */
  13017.     protected function getMultiOfferSearchTypeService()
  13018.     {
  13019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13021.         include_once \dirname(__DIR__4).'/src/Form/Operation/MultiOffer/MultiOfferSearchType.php';
  13022.         return $this->privates['App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType'] = new \App\Form\Operation\MultiOffer\MultiOfferSearchType();
  13023.     }
  13024.     /**
  13025.      * Gets the private 'App\Form\Operation\MultiOffer\MultiOfferType' shared autowired service.
  13026.      *
  13027.      * @return \App\Form\Operation\MultiOffer\MultiOfferType
  13028.      */
  13029.     protected function getMultiOfferTypeService()
  13030.     {
  13031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13033.         include_once \dirname(__DIR__4).'/src/Form/Operation/MultiOffer/MultiOfferType.php';
  13034.         return $this->privates['App\\Form\\Operation\\MultiOffer\\MultiOfferType'] = new \App\Form\Operation\MultiOffer\MultiOfferType();
  13035.     }
  13036.     /**
  13037.      * Gets the private 'App\Form\Operation\Odr\DetailsOdrType' shared autowired service.
  13038.      *
  13039.      * @return \App\Form\Operation\Odr\DetailsOdrType
  13040.      */
  13041.     protected function getDetailsOdrTypeService()
  13042.     {
  13043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13045.         include_once \dirname(__DIR__4).'/src/Form/Operation/Odr/DetailsOdrType.php';
  13046.         return $this->privates['App\\Form\\Operation\\Odr\\DetailsOdrType'] = new \App\Form\Operation\Odr\DetailsOdrType();
  13047.     }
  13048.     /**
  13049.      * Gets the private 'App\Form\Operation\Odr\MediaDesktopOdrType' shared autowired service.
  13050.      *
  13051.      * @return \App\Form\Operation\Odr\MediaDesktopOdrType
  13052.      */
  13053.     protected function getMediaDesktopOdrTypeService()
  13054.     {
  13055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13057.         include_once \dirname(__DIR__4).'/src/Form/Operation/Odr/MediaDesktopOdrType.php';
  13058.         return $this->privates['App\\Form\\Operation\\Odr\\MediaDesktopOdrType'] = new \App\Form\Operation\Odr\MediaDesktopOdrType();
  13059.     }
  13060.     /**
  13061.      * Gets the private 'App\Form\Operation\Odr\MediaMobileOdrType' shared autowired service.
  13062.      *
  13063.      * @return \App\Form\Operation\Odr\MediaMobileOdrType
  13064.      */
  13065.     protected function getMediaMobileOdrTypeService()
  13066.     {
  13067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13069.         include_once \dirname(__DIR__4).'/src/Form/Operation/Odr/MediaMobileOdrType.php';
  13070.         return $this->privates['App\\Form\\Operation\\Odr\\MediaMobileOdrType'] = new \App\Form\Operation\Odr\MediaMobileOdrType();
  13071.     }
  13072.     /**
  13073.      * Gets the private 'App\Form\Operation\Odr\MediaPdfOdrType' shared autowired service.
  13074.      *
  13075.      * @return \App\Form\Operation\Odr\MediaPdfOdrType
  13076.      */
  13077.     protected function getMediaPdfOdrTypeService()
  13078.     {
  13079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13081.         include_once \dirname(__DIR__4).'/src/Form/Operation/Odr/MediaPdfOdrType.php';
  13082.         return $this->privates['App\\Form\\Operation\\Odr\\MediaPdfOdrType'] = new \App\Form\Operation\Odr\MediaPdfOdrType();
  13083.     }
  13084.     /**
  13085.      * Gets the private 'App\Form\Operation\Odr\MediaThumbnailOdrType' shared autowired service.
  13086.      *
  13087.      * @return \App\Form\Operation\Odr\MediaThumbnailOdrType
  13088.      */
  13089.     protected function getMediaThumbnailOdrTypeService()
  13090.     {
  13091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13093.         include_once \dirname(__DIR__4).'/src/Form/Operation/Odr/MediaThumbnailOdrType.php';
  13094.         return $this->privates['App\\Form\\Operation\\Odr\\MediaThumbnailOdrType'] = new \App\Form\Operation\Odr\MediaThumbnailOdrType();
  13095.     }
  13096.     /**
  13097.      * Gets the private 'App\Form\Operation\Odr\OdrType' shared autowired service.
  13098.      *
  13099.      * @return \App\Form\Operation\Odr\OdrType
  13100.      */
  13101.     protected function getOdrTypeService()
  13102.     {
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13105.         include_once \dirname(__DIR__4).'/src/Form/Operation/Odr/OdrType.php';
  13106.         return $this->privates['App\\Form\\Operation\\Odr\\OdrType'] = new \App\Form\Operation\Odr\OdrType();
  13107.     }
  13108.     /**
  13109.      * Gets the private 'App\Form\Participation\ParticipationSearchType' shared autowired service.
  13110.      *
  13111.      * @return \App\Form\Participation\ParticipationSearchType
  13112.      */
  13113.     protected function getParticipationSearchTypeService()
  13114.     {
  13115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13117.         include_once \dirname(__DIR__4).'/src/Form/Participation/ParticipationSearchType.php';
  13118.         return $this->privates['App\\Form\\Participation\\ParticipationSearchType'] = new \App\Form\Participation\ParticipationSearchType();
  13119.     }
  13120.     /**
  13121.      * Gets the private 'App\Form\PersonalDataType' shared autowired service.
  13122.      *
  13123.      * @return \App\Form\PersonalDataType
  13124.      */
  13125.     protected function getPersonalDataTypeService()
  13126.     {
  13127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13129.         include_once \dirname(__DIR__4).'/src/Form/PersonalDataType.php';
  13130.         return $this->privates['App\\Form\\PersonalDataType'] = new \App\Form\PersonalDataType();
  13131.     }
  13132.     /**
  13133.      * Gets the private 'App\Form\Recipe\IngredientOfferSearchType' shared autowired service.
  13134.      *
  13135.      * @return \App\Form\Recipe\IngredientOfferSearchType
  13136.      */
  13137.     protected function getIngredientOfferSearchTypeService()
  13138.     {
  13139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13141.         include_once \dirname(__DIR__4).'/src/Form/Recipe/IngredientOfferSearchType.php';
  13142.         return $this->privates['App\\Form\\Recipe\\IngredientOfferSearchType'] = new \App\Form\Recipe\IngredientOfferSearchType(($this->privates['App\\Repository\\Recipe\\IngredientRepository'] ?? $this->getIngredientRepositoryService()));
  13143.     }
  13144.     /**
  13145.      * Gets the private 'App\Form\Recipe\IngredientSearchType' shared autowired service.
  13146.      *
  13147.      * @return \App\Form\Recipe\IngredientSearchType
  13148.      */
  13149.     protected function getIngredientSearchTypeService()
  13150.     {
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13153.         include_once \dirname(__DIR__4).'/src/Form/Recipe/IngredientSearchType.php';
  13154.         return $this->privates['App\\Form\\Recipe\\IngredientSearchType'] = new \App\Form\Recipe\IngredientSearchType();
  13155.     }
  13156.     /**
  13157.      * Gets the private 'App\Form\Recipe\IngredientType' shared autowired service.
  13158.      *
  13159.      * @return \App\Form\Recipe\IngredientType
  13160.      */
  13161.     protected function getIngredientTypeService()
  13162.     {
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13165.         include_once \dirname(__DIR__4).'/src/Form/Recipe/IngredientType.php';
  13166.         return $this->privates['App\\Form\\Recipe\\IngredientType'] = new \App\Form\Recipe\IngredientType();
  13167.     }
  13168.     /**
  13169.      * Gets the private 'App\Form\Recipe\MediaRecipeType' shared autowired service.
  13170.      *
  13171.      * @return \App\Form\Recipe\MediaRecipeType
  13172.      */
  13173.     protected function getMediaRecipeTypeService()
  13174.     {
  13175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13177.         include_once \dirname(__DIR__4).'/src/Form/Recipe/MediaRecipeType.php';
  13178.         return $this->privates['App\\Form\\Recipe\\MediaRecipeType'] = new \App\Form\Recipe\MediaRecipeType();
  13179.     }
  13180.     /**
  13181.      * Gets the private 'App\Form\Recipe\RecipeFormType' shared autowired service.
  13182.      *
  13183.      * @return \App\Form\Recipe\RecipeFormType
  13184.      */
  13185.     protected function getRecipeFormTypeService()
  13186.     {
  13187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13189.         include_once \dirname(__DIR__4).'/src/Form/Recipe/RecipeFormType.php';
  13190.         return $this->privates['App\\Form\\Recipe\\RecipeFormType'] = new \App\Form\Recipe\RecipeFormType();
  13191.     }
  13192.     /**
  13193.      * Gets the private 'App\Form\Recipe\RecipeIngredientType' shared autowired service.
  13194.      *
  13195.      * @return \App\Form\Recipe\RecipeIngredientType
  13196.      */
  13197.     protected function getRecipeIngredientTypeService()
  13198.     {
  13199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13201.         include_once \dirname(__DIR__4).'/src/Form/Recipe/RecipeIngredientType.php';
  13202.         return $this->privates['App\\Form\\Recipe\\RecipeIngredientType'] = new \App\Form\Recipe\RecipeIngredientType();
  13203.     }
  13204.     /**
  13205.      * Gets the private 'App\Form\Recipe\RecipeSearchType' shared autowired service.
  13206.      *
  13207.      * @return \App\Form\Recipe\RecipeSearchType
  13208.      */
  13209.     protected function getRecipeSearchTypeService()
  13210.     {
  13211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13213.         include_once \dirname(__DIR__4).'/src/Form/Recipe/RecipeSearchType.php';
  13214.         $a = ($this->privates['App\\Repository\\Operation\\MultiOfferRepository'] ?? $this->getMultiOfferRepositoryService());
  13215.         if (isset($this->privates['App\\Form\\Recipe\\RecipeSearchType'])) {
  13216.             return $this->privates['App\\Form\\Recipe\\RecipeSearchType'];
  13217.         }
  13218.         $b = ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService());
  13219.         if (isset($this->privates['App\\Form\\Recipe\\RecipeSearchType'])) {
  13220.             return $this->privates['App\\Form\\Recipe\\RecipeSearchType'];
  13221.         }
  13222.         $c = ($this->privates['App\\Repository\\Operation\\OdrRepository'] ?? $this->getOdrRepositoryService());
  13223.         if (isset($this->privates['App\\Form\\Recipe\\RecipeSearchType'])) {
  13224.             return $this->privates['App\\Form\\Recipe\\RecipeSearchType'];
  13225.         }
  13226.         return $this->privates['App\\Form\\Recipe\\RecipeSearchType'] = new \App\Form\Recipe\RecipeSearchType($a$b$c);
  13227.     }
  13228.     /**
  13229.      * Gets the private 'App\Form\Recipe\RecipeTypeFormType' shared autowired service.
  13230.      *
  13231.      * @return \App\Form\Recipe\RecipeTypeFormType
  13232.      */
  13233.     protected function getRecipeTypeFormTypeService()
  13234.     {
  13235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13237.         include_once \dirname(__DIR__4).'/src/Form/Recipe/RecipeTypeFormType.php';
  13238.         return $this->privates['App\\Form\\Recipe\\RecipeTypeFormType'] = new \App\Form\Recipe\RecipeTypeFormType();
  13239.     }
  13240.     /**
  13241.      * Gets the private 'App\Form\RequestResetPasswordType' shared autowired service.
  13242.      *
  13243.      * @return \App\Form\RequestResetPasswordType
  13244.      */
  13245.     protected function getRequestResetPasswordTypeService()
  13246.     {
  13247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13249.         include_once \dirname(__DIR__4).'/src/Form/RequestResetPasswordType.php';
  13250.         return $this->privates['App\\Form\\RequestResetPasswordType'] = new \App\Form\RequestResetPasswordType();
  13251.     }
  13252.     /**
  13253.      * Gets the private 'App\Form\Security\PermissionType' shared autowired service.
  13254.      *
  13255.      * @return \App\Form\Security\PermissionType
  13256.      */
  13257.     protected function getPermissionTypeService()
  13258.     {
  13259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13261.         include_once \dirname(__DIR__4).'/src/Form/Security/PermissionType.php';
  13262.         return $this->privates['App\\Form\\Security\\PermissionType'] = new \App\Form\Security\PermissionType();
  13263.     }
  13264.     /**
  13265.      * Gets the private 'App\Form\Security\ProfileType' shared autowired service.
  13266.      *
  13267.      * @return \App\Form\Security\ProfileType
  13268.      */
  13269.     protected function getProfileTypeService()
  13270.     {
  13271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13273.         include_once \dirname(__DIR__4).'/src/Form/Security/ProfileType.php';
  13274.         return $this->privates['App\\Form\\Security\\ProfileType'] = new \App\Form\Security\ProfileType();
  13275.     }
  13276.     /**
  13277.      * Gets the private 'App\Form\Slider\MediaMobileSliderType' shared autowired service.
  13278.      *
  13279.      * @return \App\Form\Slider\MediaMobileSliderType
  13280.      */
  13281.     protected function getMediaMobileSliderTypeService()
  13282.     {
  13283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13285.         include_once \dirname(__DIR__4).'/src/Form/Slider/MediaMobileSliderType.php';
  13286.         return $this->privates['App\\Form\\Slider\\MediaMobileSliderType'] = new \App\Form\Slider\MediaMobileSliderType();
  13287.     }
  13288.     /**
  13289.      * Gets the private 'App\Form\Slider\MediaSliderType' shared autowired service.
  13290.      *
  13291.      * @return \App\Form\Slider\MediaSliderType
  13292.      */
  13293.     protected function getMediaSliderTypeService()
  13294.     {
  13295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13297.         include_once \dirname(__DIR__4).'/src/Form/Slider/MediaSliderType.php';
  13298.         return $this->privates['App\\Form\\Slider\\MediaSliderType'] = new \App\Form\Slider\MediaSliderType();
  13299.     }
  13300.     /**
  13301.      * Gets the private 'App\Form\Slider\SliderType' shared autowired service.
  13302.      *
  13303.      * @return \App\Form\Slider\SliderType
  13304.      */
  13305.     protected function getSliderTypeService()
  13306.     {
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13309.         include_once \dirname(__DIR__4).'/src/Form/Slider/SliderType.php';
  13310.         return $this->privates['App\\Form\\Slider\\SliderType'] = new \App\Form\Slider\SliderType();
  13311.     }
  13312.     /**
  13313.      * Gets the private 'App\Form\Sogec\MediaPdfDocumentationType' shared autowired service.
  13314.      *
  13315.      * @return \App\Form\Sogec\MediaPdfDocumentationType
  13316.      */
  13317.     protected function getMediaPdfDocumentationTypeService()
  13318.     {
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13321.         include_once \dirname(__DIR__4).'/src/Form/Sogec/MediaPdfDocumentationType.php';
  13322.         return $this->privates['App\\Form\\Sogec\\MediaPdfDocumentationType'] = new \App\Form\Sogec\MediaPdfDocumentationType();
  13323.     }
  13324.     /**
  13325.      * Gets the private 'App\Form\Sogec\PromotionSearchType' shared autowired service.
  13326.      *
  13327.      * @return \App\Form\Sogec\PromotionSearchType
  13328.      */
  13329.     protected function getPromotionSearchTypeService()
  13330.     {
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13333.         include_once \dirname(__DIR__4).'/src/Form/Sogec/PromotionSearchType.php';
  13334.         return $this->privates['App\\Form\\Sogec\\PromotionSearchType'] = new \App\Form\Sogec\PromotionSearchType();
  13335.     }
  13336.     /**
  13337.      * Gets the private 'App\Form\Sogec\PromotionType' shared autowired service.
  13338.      *
  13339.      * @return \App\Form\Sogec\PromotionType
  13340.      */
  13341.     protected function getPromotionTypeService()
  13342.     {
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13345.         include_once \dirname(__DIR__4).'/src/Form/Sogec/PromotionType.php';
  13346.         return $this->privates['App\\Form\\Sogec\\PromotionType'] = new \App\Form\Sogec\PromotionType();
  13347.     }
  13348.     /**
  13349.      * Gets the private 'App\Form\Tag\BlogTagSearchType' shared autowired service.
  13350.      *
  13351.      * @return \App\Form\Tag\BlogTagSearchType
  13352.      */
  13353.     protected function getBlogTagSearchTypeService()
  13354.     {
  13355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13357.         include_once \dirname(__DIR__4).'/src/Form/Tag/BlogTagSearchType.php';
  13358.         return $this->privates['App\\Form\\Tag\\BlogTagSearchType'] = new \App\Form\Tag\BlogTagSearchType();
  13359.     }
  13360.     /**
  13361.      * Gets the private 'App\Form\Tag\BlogTagType' shared autowired service.
  13362.      *
  13363.      * @return \App\Form\Tag\BlogTagType
  13364.      */
  13365.     protected function getBlogTagTypeService()
  13366.     {
  13367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13369.         include_once \dirname(__DIR__4).'/src/Form/Tag/BlogTagType.php';
  13370.         return $this->privates['App\\Form\\Tag\\BlogTagType'] = new \App\Form\Tag\BlogTagType();
  13371.     }
  13372.     /**
  13373.      * Gets the private 'App\Form\Tas\TasSearchType' shared autowired service.
  13374.      *
  13375.      * @return \App\Form\Tas\TasSearchType
  13376.      */
  13377.     protected function getTasSearchTypeService()
  13378.     {
  13379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13381.         include_once \dirname(__DIR__4).'/src/Form/Tas/TasSearchType.php';
  13382.         return $this->privates['App\\Form\\Tas\\TasSearchType'] = new \App\Form\Tas\TasSearchType();
  13383.     }
  13384.     /**
  13385.      * Gets the private 'App\Form\Tas\TasType' shared autowired service.
  13386.      *
  13387.      * @return \App\Form\Tas\TasType
  13388.      */
  13389.     protected function getTasTypeService()
  13390.     {
  13391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13393.         include_once \dirname(__DIR__4).'/src/Form/Tas/TasType.php';
  13394.         return $this->privates['App\\Form\\Tas\\TasType'] = new \App\Form\Tas\TasType();
  13395.     }
  13396.     /**
  13397.      * Gets the private 'App\Form\UserType' shared autowired service.
  13398.      *
  13399.      * @return \App\Form\UserType
  13400.      */
  13401.     protected function getUserTypeService()
  13402.     {
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13405.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  13406.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  13407.     }
  13408.     /**
  13409.      * Gets the private 'App\Form\User\ConsumerSearchType' shared autowired service.
  13410.      *
  13411.      * @return \App\Form\User\ConsumerSearchType
  13412.      */
  13413.     protected function getConsumerSearchTypeService()
  13414.     {
  13415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13417.         include_once \dirname(__DIR__4).'/src/Form/User/ConsumerSearchType.php';
  13418.         return $this->privates['App\\Form\\User\\ConsumerSearchType'] = new \App\Form\User\ConsumerSearchType();
  13419.     }
  13420.     /**
  13421.      * Gets the private 'App\Form\User\IdentityType' shared autowired service.
  13422.      *
  13423.      * @return \App\Form\User\IdentityType
  13424.      */
  13425.     protected function getIdentityTypeService()
  13426.     {
  13427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13429.         include_once \dirname(__DIR__4).'/src/Form/User/IdentityType.php';
  13430.         return $this->privates['App\\Form\\User\\IdentityType'] = new \App\Form\User\IdentityType();
  13431.     }
  13432.     /**
  13433.      * Gets the private 'App\Form\User\ReferentSearchType' shared autowired service.
  13434.      *
  13435.      * @return \App\Form\User\ReferentSearchType
  13436.      */
  13437.     protected function getReferentSearchTypeService()
  13438.     {
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13441.         include_once \dirname(__DIR__4).'/src/Form/User/ReferentSearchType.php';
  13442.         return $this->privates['App\\Form\\User\\ReferentSearchType'] = new \App\Form\User\ReferentSearchType();
  13443.     }
  13444.     /**
  13445.      * Gets the private 'App\Form\User\ReferentType' shared autowired service.
  13446.      *
  13447.      * @return \App\Form\User\ReferentType
  13448.      */
  13449.     protected function getReferentTypeService()
  13450.     {
  13451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13453.         include_once \dirname(__DIR__4).'/src/Form/User/ReferentType.php';
  13454.         return $this->privates['App\\Form\\User\\ReferentType'] = new \App\Form\User\ReferentType();
  13455.     }
  13456.     /**
  13457.      * Gets the private 'App\Form\User\ResetPasswordType' shared autowired service.
  13458.      *
  13459.      * @return \App\Form\User\ResetPasswordType
  13460.      */
  13461.     protected function getResetPasswordTypeService()
  13462.     {
  13463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13465.         include_once \dirname(__DIR__4).'/src/Form/User/ResetPasswordType.php';
  13466.         return $this->privates['App\\Form\\User\\ResetPasswordType'] = new \App\Form\User\ResetPasswordType();
  13467.     }
  13468.     /**
  13469.      * Gets the private 'App\Form\User\StrateType' shared autowired service.
  13470.      *
  13471.      * @return \App\Form\User\StrateType
  13472.      */
  13473.     protected function getStrateTypeService()
  13474.     {
  13475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13477.         include_once \dirname(__DIR__4).'/src/Form/User/StrateType.php';
  13478.         return $this->privates['App\\Form\\User\\StrateType'] = new \App\Form\User\StrateType();
  13479.     }
  13480.     /**
  13481.      * Gets the private 'App\Form\User\UserSearchType' shared autowired service.
  13482.      *
  13483.      * @return \App\Form\User\UserSearchType
  13484.      */
  13485.     protected function getUserSearchTypeService()
  13486.     {
  13487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13489.         include_once \dirname(__DIR__4).'/src/Form/User/UserSearchType.php';
  13490.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13491.         if (isset($this->privates['App\\Form\\User\\UserSearchType'])) {
  13492.             return $this->privates['App\\Form\\User\\UserSearchType'];
  13493.         }
  13494.         return $this->privates['App\\Form\\User\\UserSearchType'] = new \App\Form\User\UserSearchType($a);
  13495.     }
  13496.     /**
  13497.      * Gets the private 'App\Form\User\UserType' shared autowired service.
  13498.      *
  13499.      * @return \App\Form\User\UserType
  13500.      */
  13501.     protected function getUserType2Service()
  13502.     {
  13503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13505.         include_once \dirname(__DIR__4).'/src/Form/User/UserType.php';
  13506.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13507.         if (isset($this->privates['App\\Form\\User\\UserType'])) {
  13508.             return $this->privates['App\\Form\\User\\UserType'];
  13509.         }
  13510.         return $this->privates['App\\Form\\User\\UserType'] = new \App\Form\User\UserType(($this->privates['App\\Repository\\Company\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), $a);
  13511.     }
  13512.     /**
  13513.      * Gets the private 'App\Form\WebsiteParams\GameParamsType' shared autowired service.
  13514.      *
  13515.      * @return \App\Form\WebsiteParams\GameParamsType
  13516.      */
  13517.     protected function getGameParamsTypeService()
  13518.     {
  13519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13521.         include_once \dirname(__DIR__4).'/src/Form/WebsiteParams/GameParamsType.php';
  13522.         return $this->privates['App\\Form\\WebsiteParams\\GameParamsType'] = new \App\Form\WebsiteParams\GameParamsType();
  13523.     }
  13524.     /**
  13525.      * Gets the private 'App\Form\WebsiteParams\MediaGameParamsType' shared autowired service.
  13526.      *
  13527.      * @return \App\Form\WebsiteParams\MediaGameParamsType
  13528.      */
  13529.     protected function getMediaGameParamsTypeService()
  13530.     {
  13531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13533.         include_once \dirname(__DIR__4).'/src/Form/WebsiteParams/MediaGameParamsType.php';
  13534.         return $this->privates['App\\Form\\WebsiteParams\\MediaGameParamsType'] = new \App\Form\WebsiteParams\MediaGameParamsType();
  13535.     }
  13536.     /**
  13537.      * Gets the private 'App\Form\WebsiteParams\ModuleParamsType' shared autowired service.
  13538.      *
  13539.      * @return \App\Form\WebsiteParams\ModuleParamsType
  13540.      */
  13541.     protected function getModuleParamsTypeService()
  13542.     {
  13543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13545.         include_once \dirname(__DIR__4).'/src/Form/WebsiteParams/ModuleParamsType.php';
  13546.         $a = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
  13547.         if (isset($this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'])) {
  13548.             return $this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'];
  13549.         }
  13550.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13551.         if (isset($this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'])) {
  13552.             return $this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'];
  13553.         }
  13554.         return $this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'] = new \App\Form\WebsiteParams\ModuleParamsType($a$b);
  13555.     }
  13556.     /**
  13557.      * Gets the private 'App\Manager\CRM\IsoskeleManager' shared autowired service.
  13558.      *
  13559.      * @return \App\Manager\CRM\IsoskeleManager
  13560.      */
  13561.     protected function getIsoskeleManagerService()
  13562.     {
  13563.         include_once \dirname(__DIR__4).'/src/Manager/CRM/IsoskeleManager.php';
  13564.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  13565.         if (isset($this->privates['App\\Manager\\CRM\\IsoskeleManager'])) {
  13566.             return $this->privates['App\\Manager\\CRM\\IsoskeleManager'];
  13567.         }
  13568.         return $this->privates['App\\Manager\\CRM\\IsoskeleManager'] = new \App\Manager\CRM\IsoskeleManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  13569.     }
  13570.     /**
  13571.      * Gets the private 'App\Manager\CRM\SalesforceManager' shared autowired service.
  13572.      *
  13573.      * @return \App\Manager\CRM\SalesforceManager
  13574.      */
  13575.     protected function getSalesforceManagerService()
  13576.     {
  13577.         include_once \dirname(__DIR__4).'/src/Manager/CRM/SalesforceManager.php';
  13578.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  13579.         if (isset($this->privates['App\\Manager\\CRM\\SalesforceManager'])) {
  13580.             return $this->privates['App\\Manager\\CRM\\SalesforceManager'];
  13581.         }
  13582.         return $this->privates['App\\Manager\\CRM\\SalesforceManager'] = new \App\Manager\CRM\SalesforceManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  13583.     }
  13584.     /**
  13585.      * Gets the private 'App\Manager\CRM\YeesssManager' shared autowired service.
  13586.      *
  13587.      * @return \App\Manager\CRM\YeesssManager
  13588.      */
  13589.     protected function getYeesssManagerService()
  13590.     {
  13591.         include_once \dirname(__DIR__4).'/src/Manager/CRM/YeesssManager.php';
  13592.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  13593.         if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
  13594.             return $this->privates['App\\Manager\\CRM\\YeesssManager'];
  13595.         }
  13596.         $b = ($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] ?? $this->getHTTPRequestLogManagerService());
  13597.         if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
  13598.             return $this->privates['App\\Manager\\CRM\\YeesssManager'];
  13599.         }
  13600.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  13601.         if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
  13602.             return $this->privates['App\\Manager\\CRM\\YeesssManager'];
  13603.         }
  13604.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13605.         if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
  13606.             return $this->privates['App\\Manager\\CRM\\YeesssManager'];
  13607.         }
  13608.         return $this->privates['App\\Manager\\CRM\\YeesssManager'] = new \App\Manager\CRM\YeesssManager(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c$d);
  13609.     }
  13610.     /**
  13611.      * Gets the private 'App\Manager\DepartmentManager' shared autowired service.
  13612.      *
  13613.      * @return \App\Manager\DepartmentManager
  13614.      */
  13615.     protected function getDepartmentManagerService()
  13616.     {
  13617.         include_once \dirname(__DIR__4).'/src/Manager/DepartmentManager.php';
  13618.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13619.         if (isset($this->privates['App\\Manager\\DepartmentManager'])) {
  13620.             return $this->privates['App\\Manager\\DepartmentManager'];
  13621.         }
  13622.         return $this->privates['App\\Manager\\DepartmentManager'] = new \App\Manager\DepartmentManager($a);
  13623.     }
  13624.     /**
  13625.      * Gets the private 'App\Manager\Details\DetailsCouponManager' shared autowired service.
  13626.      *
  13627.      * @return \App\Manager\Details\DetailsCouponManager
  13628.      */
  13629.     protected function getDetailsCouponManagerService()
  13630.     {
  13631.         include_once \dirname(__DIR__4).'/src/Manager/Details/DetailsCouponManager.php';
  13632.         return $this->privates['App\\Manager\\Details\\DetailsCouponManager'] = new \App\Manager\Details\DetailsCouponManager();
  13633.     }
  13634.     /**
  13635.      * Gets the private 'App\Manager\Details\DetailsOdrManager' shared autowired service.
  13636.      *
  13637.      * @return \App\Manager\Details\DetailsOdrManager
  13638.      */
  13639.     protected function getDetailsOdrManagerService()
  13640.     {
  13641.         include_once \dirname(__DIR__4).'/src/Manager/Details/DetailsOdrManager.php';
  13642.         return $this->privates['App\\Manager\\Details\\DetailsOdrManager'] = new \App\Manager\Details\DetailsOdrManager();
  13643.     }
  13644.     /**
  13645.      * Gets the private 'App\Manager\Ean\EanManager' shared autowired service.
  13646.      *
  13647.      * @return \App\Manager\Ean\EanManager
  13648.      */
  13649.     protected function getEanManagerService()
  13650.     {
  13651.         include_once \dirname(__DIR__4).'/src/Manager/ImportInterface.php';
  13652.         include_once \dirname(__DIR__4).'/src/Manager/Ean/EanManager.php';
  13653.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13654.         if (isset($this->privates['App\\Manager\\Ean\\EanManager'])) {
  13655.             return $this->privates['App\\Manager\\Ean\\EanManager'];
  13656.         }
  13657.         return $this->privates['App\\Manager\\Ean\\EanManager'] = new \App\Manager\Ean\EanManager($a, ($this->privates['App\\Helper\\GenericHelper'] ?? ($this->privates['App\\Helper\\GenericHelper'] = new \App\Helper\GenericHelper())));
  13658.     }
  13659.     /**
  13660.      * Gets the private 'App\Manager\EligibilityManager' shared autowired service.
  13661.      *
  13662.      * @return \App\Manager\EligibilityManager
  13663.      */
  13664.     protected function getEligibilityManagerService()
  13665.     {
  13666.         include_once \dirname(__DIR__4).'/src/Manager/EligibilityManager.php';
  13667.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13668.         if (isset($this->privates['App\\Manager\\EligibilityManager'])) {
  13669.             return $this->privates['App\\Manager\\EligibilityManager'];
  13670.         }
  13671.         return $this->privates['App\\Manager\\EligibilityManager'] = new \App\Manager\EligibilityManager($a);
  13672.     }
  13673.     /**
  13674.      * Gets the private 'App\Manager\Knowledge\KnowledgeManager' shared autowired service.
  13675.      *
  13676.      * @return \App\Manager\Knowledge\KnowledgeManager
  13677.      */
  13678.     protected function getKnowledgeManagerService()
  13679.     {
  13680.         include_once \dirname(__DIR__4).'/src/Manager/Knowledge/KnowledgeManager.php';
  13681.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13682.         if (isset($this->privates['App\\Manager\\Knowledge\\KnowledgeManager'])) {
  13683.             return $this->privates['App\\Manager\\Knowledge\\KnowledgeManager'];
  13684.         }
  13685.         return $this->privates['App\\Manager\\Knowledge\\KnowledgeManager'] = new \App\Manager\Knowledge\KnowledgeManager($a);
  13686.     }
  13687.     /**
  13688.      * Gets the private 'App\Manager\KnpMenuManager' shared autowired service.
  13689.      *
  13690.      * @return \App\Manager\KnpMenuManager
  13691.      */
  13692.     protected function getKnpMenuManagerService()
  13693.     {
  13694.         include_once \dirname(__DIR__4).'/src/Manager/KnpMenuManager.php';
  13695.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13696.         if (isset($this->privates['App\\Manager\\KnpMenuManager'])) {
  13697.             return $this->privates['App\\Manager\\KnpMenuManager'];
  13698.         }
  13699.         $b = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
  13700.         if (isset($this->privates['App\\Manager\\KnpMenuManager'])) {
  13701.             return $this->privates['App\\Manager\\KnpMenuManager'];
  13702.         }
  13703.         return $this->privates['App\\Manager\\KnpMenuManager'] = new \App\Manager\KnpMenuManager(($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService()), $a$b, ($this->privates['App\\Repository\\MediaObject\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()));
  13704.     }
  13705.     /**
  13706.      * Gets the private 'App\Manager\Log\HTTPRequestLogManager' shared autowired service.
  13707.      *
  13708.      * @return \App\Manager\Log\HTTPRequestLogManager
  13709.      */
  13710.     protected function getHTTPRequestLogManagerService()
  13711.     {
  13712.         include_once \dirname(__DIR__4).'/src/Manager/Log/HTTPRequestLogManager.php';
  13713.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13714.         if (isset($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'])) {
  13715.             return $this->privates['App\\Manager\\Log\\HTTPRequestLogManager'];
  13716.         }
  13717.         return $this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] = new \App\Manager\Log\HTTPRequestLogManager($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13718.     }
  13719.     /**
  13720.      * Gets the private 'App\Manager\MediaObject\MediaBlogManager' shared autowired service.
  13721.      *
  13722.      * @return \App\Manager\MediaObject\MediaBlogManager
  13723.      */
  13724.     protected function getMediaBlogManagerService()
  13725.     {
  13726.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaBlogManager.php';
  13727.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13728.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaBlogManager'])) {
  13729.             return $this->privates['App\\Manager\\MediaObject\\MediaBlogManager'];
  13730.         }
  13731.         return $this->privates['App\\Manager\\MediaObject\\MediaBlogManager'] = new \App\Manager\MediaObject\MediaBlogManager($a);
  13732.     }
  13733.     /**
  13734.      * Gets the private 'App\Manager\MediaObject\MediaCodeDrawManager' shared autowired service.
  13735.      *
  13736.      * @return \App\Manager\MediaObject\MediaCodeDrawManager
  13737.      */
  13738.     protected function getMediaCodeDrawManagerService()
  13739.     {
  13740.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaCodeDrawManager.php';
  13741.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13742.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaCodeDrawManager'])) {
  13743.             return $this->privates['App\\Manager\\MediaObject\\MediaCodeDrawManager'];
  13744.         }
  13745.         return $this->privates['App\\Manager\\MediaObject\\MediaCodeDrawManager'] = new \App\Manager\MediaObject\MediaCodeDrawManager($a);
  13746.     }
  13747.     /**
  13748.      * Gets the private 'App\Manager\MediaObject\MediaCodeGiftManager' shared autowired service.
  13749.      *
  13750.      * @return \App\Manager\MediaObject\MediaCodeGiftManager
  13751.      */
  13752.     protected function getMediaCodeGiftManagerService()
  13753.     {
  13754.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaCodeGiftManager.php';
  13755.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13756.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaCodeGiftManager'])) {
  13757.             return $this->privates['App\\Manager\\MediaObject\\MediaCodeGiftManager'];
  13758.         }
  13759.         return $this->privates['App\\Manager\\MediaObject\\MediaCodeGiftManager'] = new \App\Manager\MediaObject\MediaCodeGiftManager($a);
  13760.     }
  13761.     /**
  13762.      * Gets the private 'App\Manager\MediaObject\MediaCodeOdrManager' shared autowired service.
  13763.      *
  13764.      * @return \App\Manager\MediaObject\MediaCodeOdrManager
  13765.      */
  13766.     protected function getMediaCodeOdrManagerService()
  13767.     {
  13768.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaCodeOdrManager.php';
  13769.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13770.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaCodeOdrManager'])) {
  13771.             return $this->privates['App\\Manager\\MediaObject\\MediaCodeOdrManager'];
  13772.         }
  13773.         return $this->privates['App\\Manager\\MediaObject\\MediaCodeOdrManager'] = new \App\Manager\MediaObject\MediaCodeOdrManager($a);
  13774.     }
  13775.     /**
  13776.      * Gets the private 'App\Manager\MediaObject\MediaCouponManager' shared autowired service.
  13777.      *
  13778.      * @return \App\Manager\MediaObject\MediaCouponManager
  13779.      */
  13780.     protected function getMediaCouponManagerService()
  13781.     {
  13782.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaCouponManager.php';
  13783.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13784.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaCouponManager'])) {
  13785.             return $this->privates['App\\Manager\\MediaObject\\MediaCouponManager'];
  13786.         }
  13787.         return $this->privates['App\\Manager\\MediaObject\\MediaCouponManager'] = new \App\Manager\MediaObject\MediaCouponManager($a);
  13788.     }
  13789.     /**
  13790.      * Gets the private 'App\Manager\MediaObject\MediaDrawManager' shared autowired service.
  13791.      *
  13792.      * @return \App\Manager\MediaObject\MediaDrawManager
  13793.      */
  13794.     protected function getMediaDrawManagerService()
  13795.     {
  13796.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaDrawManager.php';
  13797.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13798.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaDrawManager'])) {
  13799.             return $this->privates['App\\Manager\\MediaObject\\MediaDrawManager'];
  13800.         }
  13801.         return $this->privates['App\\Manager\\MediaObject\\MediaDrawManager'] = new \App\Manager\MediaObject\MediaDrawManager($a);
  13802.     }
  13803.     /**
  13804.      * Gets the private 'App\Manager\MediaObject\MediaGameManager' shared autowired service.
  13805.      *
  13806.      * @return \App\Manager\MediaObject\MediaGameManager
  13807.      */
  13808.     protected function getMediaGameManagerService()
  13809.     {
  13810.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaGameManager.php';
  13811.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13812.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaGameManager'])) {
  13813.             return $this->privates['App\\Manager\\MediaObject\\MediaGameManager'];
  13814.         }
  13815.         return $this->privates['App\\Manager\\MediaObject\\MediaGameManager'] = new \App\Manager\MediaObject\MediaGameManager($a);
  13816.     }
  13817.     /**
  13818.      * Gets the private 'App\Manager\MediaObject\MediaGameParamsManager' shared autowired service.
  13819.      *
  13820.      * @return \App\Manager\MediaObject\MediaGameParamsManager
  13821.      */
  13822.     protected function getMediaGameParamsManagerService()
  13823.     {
  13824.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaGameParamsManager.php';
  13825.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13826.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaGameParamsManager'])) {
  13827.             return $this->privates['App\\Manager\\MediaObject\\MediaGameParamsManager'];
  13828.         }
  13829.         return $this->privates['App\\Manager\\MediaObject\\MediaGameParamsManager'] = new \App\Manager\MediaObject\MediaGameParamsManager($a);
  13830.     }
  13831.     /**
  13832.      * Gets the private 'App\Manager\MediaObject\MediaGiftManager' shared autowired service.
  13833.      *
  13834.      * @return \App\Manager\MediaObject\MediaGiftManager
  13835.      */
  13836.     protected function getMediaGiftManagerService()
  13837.     {
  13838.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaGiftManager.php';
  13839.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13840.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaGiftManager'])) {
  13841.             return $this->privates['App\\Manager\\MediaObject\\MediaGiftManager'];
  13842.         }
  13843.         return $this->privates['App\\Manager\\MediaObject\\MediaGiftManager'] = new \App\Manager\MediaObject\MediaGiftManager($a);
  13844.     }
  13845.     /**
  13846.      * Gets the private 'App\Manager\MediaObject\MediaImageManager' shared autowired service.
  13847.      *
  13848.      * @return \App\Manager\MediaObject\MediaImageManager
  13849.      */
  13850.     protected function getMediaImageManagerService()
  13851.     {
  13852.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaImageManager.php';
  13853.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13854.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaImageManager'])) {
  13855.             return $this->privates['App\\Manager\\MediaObject\\MediaImageManager'];
  13856.         }
  13857.         return $this->privates['App\\Manager\\MediaObject\\MediaImageManager'] = new \App\Manager\MediaObject\MediaImageManager($a);
  13858.     }
  13859.     /**
  13860.      * Gets the private 'App\Manager\MediaObject\MediaOdrManager' shared autowired service.
  13861.      *
  13862.      * @return \App\Manager\MediaObject\MediaOdrManager
  13863.      */
  13864.     protected function getMediaOdrManagerService()
  13865.     {
  13866.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaOdrManager.php';
  13867.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13868.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaOdrManager'])) {
  13869.             return $this->privates['App\\Manager\\MediaObject\\MediaOdrManager'];
  13870.         }
  13871.         return $this->privates['App\\Manager\\MediaObject\\MediaOdrManager'] = new \App\Manager\MediaObject\MediaOdrManager($a);
  13872.     }
  13873.     /**
  13874.      * Gets the private 'App\Manager\MediaObject\MediaPdfManager' shared autowired service.
  13875.      *
  13876.      * @return \App\Manager\MediaObject\MediaPdfManager
  13877.      */
  13878.     protected function getMediaPdfManagerService()
  13879.     {
  13880.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaPdfManager.php';
  13881.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13882.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaPdfManager'])) {
  13883.             return $this->privates['App\\Manager\\MediaObject\\MediaPdfManager'];
  13884.         }
  13885.         return $this->privates['App\\Manager\\MediaObject\\MediaPdfManager'] = new \App\Manager\MediaObject\MediaPdfManager($a);
  13886.     }
  13887.     /**
  13888.      * Gets the private 'App\Manager\MediaObject\MediaPromotionManager' shared autowired service.
  13889.      *
  13890.      * @return \App\Manager\MediaObject\MediaPromotionManager
  13891.      */
  13892.     protected function getMediaPromotionManagerService()
  13893.     {
  13894.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaPromotionManager.php';
  13895.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13896.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaPromotionManager'])) {
  13897.             return $this->privates['App\\Manager\\MediaObject\\MediaPromotionManager'];
  13898.         }
  13899.         return $this->privates['App\\Manager\\MediaObject\\MediaPromotionManager'] = new \App\Manager\MediaObject\MediaPromotionManager($a);
  13900.     }
  13901.     /**
  13902.      * Gets the private 'App\Manager\MediaObject\MediaSliderManager' shared autowired service.
  13903.      *
  13904.      * @return \App\Manager\MediaObject\MediaSliderManager
  13905.      */
  13906.     protected function getMediaSliderManagerService()
  13907.     {
  13908.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaSliderManager.php';
  13909.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13910.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaSliderManager'])) {
  13911.             return $this->privates['App\\Manager\\MediaObject\\MediaSliderManager'];
  13912.         }
  13913.         return $this->privates['App\\Manager\\MediaObject\\MediaSliderManager'] = new \App\Manager\MediaObject\MediaSliderManager($a);
  13914.     }
  13915.     /**
  13916.      * Gets the private 'App\Manager\MediaObject\MediaThumbnailBlogManager' shared autowired service.
  13917.      *
  13918.      * @return \App\Manager\MediaObject\MediaThumbnailBlogManager
  13919.      */
  13920.     protected function getMediaThumbnailBlogManagerService()
  13921.     {
  13922.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaThumbnailBlogManager.php';
  13923.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13924.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaThumbnailBlogManager'])) {
  13925.             return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailBlogManager'];
  13926.         }
  13927.         return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailBlogManager'] = new \App\Manager\MediaObject\MediaThumbnailBlogManager($a);
  13928.     }
  13929.     /**
  13930.      * Gets the private 'App\Manager\MediaObject\MediaThumbnailGiftManager' shared autowired service.
  13931.      *
  13932.      * @return \App\Manager\MediaObject\MediaThumbnailGiftManager
  13933.      */
  13934.     protected function getMediaThumbnailGiftManagerService()
  13935.     {
  13936.         include_once \dirname(__DIR__4).'/src/Manager/MediaObject/MediaThumbnailGiftManager.php';
  13937.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13938.         if (isset($this->privates['App\\Manager\\MediaObject\\MediaThumbnailGiftManager'])) {
  13939.             return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailGiftManager'];
  13940.         }
  13941.         return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailGiftManager'] = new \App\Manager\MediaObject\MediaThumbnailGiftManager($a);
  13942.     }
  13943.     /**
  13944.      * Gets the private 'App\Manager\NewsletterManager' shared autowired service.
  13945.      *
  13946.      * @return \App\Manager\NewsletterManager
  13947.      */
  13948.     protected function getNewsletterManagerService()
  13949.     {
  13950.         include_once \dirname(__DIR__4).'/src/Manager/NewsletterManager.php';
  13951.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13952.         if (isset($this->privates['App\\Manager\\NewsletterManager'])) {
  13953.             return $this->privates['App\\Manager\\NewsletterManager'];
  13954.         }
  13955.         return $this->privates['App\\Manager\\NewsletterManager'] = new \App\Manager\NewsletterManager($a);
  13956.     }
  13957.     /**
  13958.      * Gets the private 'App\Manager\OperationCode\DrawCodeManager' shared autowired service.
  13959.      *
  13960.      * @return \App\Manager\OperationCode\DrawCodeManager
  13961.      */
  13962.     protected function getDrawCodeManagerService()
  13963.     {
  13964.         include_once \dirname(__DIR__4).'/src/Manager/OperationCode/DrawCodeManager.php';
  13965.         include_once \dirname(__DIR__4).'/src/Manager/XlsxManager.php';
  13966.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13967.         if (isset($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'])) {
  13968.             return $this->privates['App\\Manager\\OperationCode\\DrawCodeManager'];
  13969.         }
  13970.         $b = ($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService());
  13971.         if (isset($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'])) {
  13972.             return $this->privates['App\\Manager\\OperationCode\\DrawCodeManager'];
  13973.         }
  13974.         return $this->privates['App\\Manager\\OperationCode\\DrawCodeManager'] = new \App\Manager\OperationCode\DrawCodeManager($a$b, ($this->privates['App\\Manager\\XlsxManager'] ?? ($this->privates['App\\Manager\\XlsxManager'] = new \App\Manager\XlsxManager())));
  13975.     }
  13976.     /**
  13977.      * Gets the private 'App\Manager\OperationCode\OdrCodeManager' shared autowired service.
  13978.      *
  13979.      * @return \App\Manager\OperationCode\OdrCodeManager
  13980.      */
  13981.     protected function getOdrCodeManagerService()
  13982.     {
  13983.         include_once \dirname(__DIR__4).'/src/Manager/OperationCode/OdrCodeManager.php';
  13984.         include_once \dirname(__DIR__4).'/src/Manager/XlsxManager.php';
  13985.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  13986.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13987.         if (isset($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'])) {
  13988.             return $this->privates['App\\Manager\\OperationCode\\OdrCodeManager'];
  13989.         }
  13990.         $b = ($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService());
  13991.         if (isset($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'])) {
  13992.             return $this->privates['App\\Manager\\OperationCode\\OdrCodeManager'];
  13993.         }
  13994.         return $this->privates['App\\Manager\\OperationCode\\OdrCodeManager'] = new \App\Manager\OperationCode\OdrCodeManager($a$b, ($this->privates['App\\Manager\\XlsxManager'] ?? ($this->privates['App\\Manager\\XlsxManager'] = new \App\Manager\XlsxManager())), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  13995.     }
  13996.     /**
  13997.      * Gets the private 'App\Manager\Operation\CouponManager' shared autowired service.
  13998.      *
  13999.      * @return \App\Manager\Operation\CouponManager
  14000.      */
  14001.     protected function getCouponManagerService()
  14002.     {
  14003.         include_once \dirname(__DIR__4).'/src/Manager/Operation/CouponManager.php';
  14004.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14005.         if (isset($this->privates['App\\Manager\\Operation\\CouponManager'])) {
  14006.             return $this->privates['App\\Manager\\Operation\\CouponManager'];
  14007.         }
  14008.         $b = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
  14009.         if (isset($this->privates['App\\Manager\\Operation\\CouponManager'])) {
  14010.             return $this->privates['App\\Manager\\Operation\\CouponManager'];
  14011.         }
  14012.         return $this->privates['App\\Manager\\Operation\\CouponManager'] = new \App\Manager\Operation\CouponManager($a$b);
  14013.     }
  14014.     /**
  14015.      * Gets the private 'App\Manager\Operation\DrawManager' shared autowired service.
  14016.      *
  14017.      * @return \App\Manager\Operation\DrawManager
  14018.      */
  14019.     protected function getDrawManagerService()
  14020.     {
  14021.         include_once \dirname(__DIR__4).'/src/Manager/Operation/DrawManager.php';
  14022.         return $this->privates['App\\Manager\\Operation\\DrawManager'] = new \App\Manager\Operation\DrawManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()));
  14023.     }
  14024.     /**
  14025.      * Gets the private 'App\Manager\Operation\MultiOfferManager' shared autowired service.
  14026.      *
  14027.      * @return \App\Manager\Operation\MultiOfferManager
  14028.      */
  14029.     protected function getMultiOfferManagerService()
  14030.     {
  14031.         include_once \dirname(__DIR__4).'/src/Manager/Operation/MultiOfferManager.php';
  14032.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14033.         if (isset($this->privates['App\\Manager\\Operation\\MultiOfferManager'])) {
  14034.             return $this->privates['App\\Manager\\Operation\\MultiOfferManager'];
  14035.         }
  14036.         $b = ($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] ?? $this->getMultiOfferServiceService());
  14037.         if (isset($this->privates['App\\Manager\\Operation\\MultiOfferManager'])) {
  14038.             return $this->privates['App\\Manager\\Operation\\MultiOfferManager'];
  14039.         }
  14040.         return $this->privates['App\\Manager\\Operation\\MultiOfferManager'] = new \App\Manager\Operation\MultiOfferManager($a$b);
  14041.     }
  14042.     /**
  14043.      * Gets the private 'App\Manager\Operation\OdrManager' shared autowired service.
  14044.      *
  14045.      * @return \App\Manager\Operation\OdrManager
  14046.      */
  14047.     protected function getOdrManagerService()
  14048.     {
  14049.         include_once \dirname(__DIR__4).'/src/Manager/Operation/OdrManager.php';
  14050.         include_once \dirname(__DIR__4).'/src/Manager/Details/DetailsOdrManager.php';
  14051.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14052.         if (isset($this->privates['App\\Manager\\Operation\\OdrManager'])) {
  14053.             return $this->privates['App\\Manager\\Operation\\OdrManager'];
  14054.         }
  14055.         $b = ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService());
  14056.         if (isset($this->privates['App\\Manager\\Operation\\OdrManager'])) {
  14057.             return $this->privates['App\\Manager\\Operation\\OdrManager'];
  14058.         }
  14059.         return $this->privates['App\\Manager\\Operation\\OdrManager'] = new \App\Manager\Operation\OdrManager($a$b, ($this->privates['App\\Manager\\Details\\DetailsOdrManager'] ?? ($this->privates['App\\Manager\\Details\\DetailsOdrManager'] = new \App\Manager\Details\DetailsOdrManager())));
  14060.     }
  14061.     /**
  14062.      * Gets the private 'App\Manager\Operation\OperationManager' shared autowired service.
  14063.      *
  14064.      * @return \App\Manager\Operation\OperationManager
  14065.      */
  14066.     protected function getOperationManagerService()
  14067.     {
  14068.         include_once \dirname(__DIR__4).'/src/Manager/Operation/OperationManager.php';
  14069.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14070.         if (isset($this->privates['App\\Manager\\Operation\\OperationManager'])) {
  14071.             return $this->privates['App\\Manager\\Operation\\OperationManager'];
  14072.         }
  14073.         return $this->privates['App\\Manager\\Operation\\OperationManager'] = new \App\Manager\Operation\OperationManager($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14074.     }
  14075.     /**
  14076.      * Gets the private 'App\Manager\Participation\ParticipationDrawManager' shared autowired service.
  14077.      *
  14078.      * @return \App\Manager\Participation\ParticipationDrawManager
  14079.      */
  14080.     protected function getParticipationDrawManagerService()
  14081.     {
  14082.         include_once \dirname(__DIR__4).'/src/Manager/Participation/ParticipationDrawManager.php';
  14083.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Tas/TasSerializer.php';
  14084.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14085.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
  14086.             return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
  14087.         }
  14088.         $b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  14089.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
  14090.             return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
  14091.         }
  14092.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14093.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
  14094.             return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
  14095.         }
  14096.         $d = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
  14097.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
  14098.             return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
  14099.         }
  14100.         return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] = new \App\Manager\Participation\ParticipationDrawManager($a$b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c$d, new \App\Service\Api\Isoskele\Tas\TasSerializer());
  14101.     }
  14102.     /**
  14103.      * Gets the private 'App\Manager\Participation\ParticipationPuntosManager' shared autowired service.
  14104.      *
  14105.      * @return \App\Manager\Participation\ParticipationPuntosManager
  14106.      */
  14107.     protected function getParticipationPuntosManagerService()
  14108.     {
  14109.         include_once \dirname(__DIR__4).'/src/Manager/Participation/ParticipationPuntosManager.php';
  14110.         include_once \dirname(__DIR__4).'/src/Manager/ProductManager.php';
  14111.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14112.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
  14113.             return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
  14114.         }
  14115.         $b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  14116.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
  14117.             return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
  14118.         }
  14119.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14120.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
  14121.             return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
  14122.         }
  14123.         $d = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
  14124.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
  14125.             return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
  14126.         }
  14127.         $e = ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService());
  14128.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
  14129.             return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
  14130.         }
  14131.         return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] = new \App\Manager\Participation\ParticipationPuntosManager($a$b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c$d, new \App\Manager\ProductManager($a), $e);
  14132.     }
  14133.     /**
  14134.      * Gets the private 'App\Manager\Participation\ParticipationStepManager' shared autowired service.
  14135.      *
  14136.      * @return \App\Manager\Participation\ParticipationStepManager
  14137.      */
  14138.     protected function getParticipationStepManagerService()
  14139.     {
  14140.         include_once \dirname(__DIR__4).'/src/Manager/Participation/ParticipationStepManager.php';
  14141.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14142.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationStepManager'])) {
  14143.             return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'];
  14144.         }
  14145.         $b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
  14146.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationStepManager'])) {
  14147.             return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'];
  14148.         }
  14149.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14150.         if (isset($this->privates['App\\Manager\\Participation\\ParticipationStepManager'])) {
  14151.             return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'];
  14152.         }
  14153.         return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'] = new \App\Manager\Participation\ParticipationStepManager($a$b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c);
  14154.     }
  14155.     /**
  14156.      * Gets the private 'App\Manager\Purse\PurseManager' shared autowired service.
  14157.      *
  14158.      * @return \App\Manager\Purse\PurseManager
  14159.      */
  14160.     protected function getPurseManagerService()
  14161.     {
  14162.         include_once \dirname(__DIR__4).'/src/Manager/Purse/PurseManager.php';
  14163.         include_once \dirname(__DIR__4).'/src/Manager/Purse/ItemPuntosManager.php';
  14164.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14165.         if (isset($this->privates['App\\Manager\\Purse\\PurseManager'])) {
  14166.             return $this->privates['App\\Manager\\Purse\\PurseManager'];
  14167.         }
  14168.         $b = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
  14169.         if (isset($this->privates['App\\Manager\\Purse\\PurseManager'])) {
  14170.             return $this->privates['App\\Manager\\Purse\\PurseManager'];
  14171.         }
  14172.         return $this->privates['App\\Manager\\Purse\\PurseManager'] = new \App\Manager\Purse\PurseManager($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] ?? ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] = new \App\Manager\Purse\ItemPuntosManager())), $b);
  14173.     }
  14174.     /**
  14175.      * Gets the private 'App\Manager\Recipe\RecipeManager' shared autowired service.
  14176.      *
  14177.      * @return \App\Manager\Recipe\RecipeManager
  14178.      */
  14179.     protected function getRecipeManagerService()
  14180.     {
  14181.         include_once \dirname(__DIR__4).'/src/Manager/Recipe/RecipeManager.php';
  14182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14183.         if (isset($this->privates['App\\Manager\\Recipe\\RecipeManager'])) {
  14184.             return $this->privates['App\\Manager\\Recipe\\RecipeManager'];
  14185.         }
  14186.         return $this->privates['App\\Manager\\Recipe\\RecipeManager'] = new \App\Manager\Recipe\RecipeManager($a);
  14187.     }
  14188.     /**
  14189.      * Gets the private 'App\Manager\ReferentManager' shared autowired service.
  14190.      *
  14191.      * @return \App\Manager\ReferentManager
  14192.      */
  14193.     protected function getReferentManagerService()
  14194.     {
  14195.         include_once \dirname(__DIR__4).'/src/Manager/ReferentManager.php';
  14196.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  14197.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14198.         if (isset($this->privates['App\\Manager\\ReferentManager'])) {
  14199.             return $this->privates['App\\Manager\\ReferentManager'];
  14200.         }
  14201.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  14202.         if (isset($this->privates['App\\Manager\\ReferentManager'])) {
  14203.             return $this->privates['App\\Manager\\ReferentManager'];
  14204.         }
  14205.         return $this->privates['App\\Manager\\ReferentManager'] = new \App\Manager\ReferentManager($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  14206.     }
  14207.     /**
  14208.      * Gets the private 'App\Manager\ResetPasswordManager' shared autowired service.
  14209.      *
  14210.      * @return \App\Manager\ResetPasswordManager
  14211.      */
  14212.     protected function getResetPasswordManagerService()
  14213.     {
  14214.         include_once \dirname(__DIR__4).'/src/Manager/ResetPasswordManager.php';
  14215.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14216.         if (isset($this->privates['App\\Manager\\ResetPasswordManager'])) {
  14217.             return $this->privates['App\\Manager\\ResetPasswordManager'];
  14218.         }
  14219.         $b = ($this->privates['App\\Manager\\TokenManager'] ?? $this->getTokenManagerService());
  14220.         if (isset($this->privates['App\\Manager\\ResetPasswordManager'])) {
  14221.             return $this->privates['App\\Manager\\ResetPasswordManager'];
  14222.         }
  14223.         return $this->privates['App\\Manager\\ResetPasswordManager'] = new \App\Manager\ResetPasswordManager($a$b, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14224.     }
  14225.     /**
  14226.      * Gets the private 'App\Manager\Tas\TasDrawManager' shared autowired service.
  14227.      *
  14228.      * @return \App\Manager\Tas\TasDrawManager
  14229.      */
  14230.     protected function getTasDrawManagerService()
  14231.     {
  14232.         include_once \dirname(__DIR__4).'/src/Manager/Tas/TasDrawManager.php';
  14233.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14234.         if (isset($this->privates['App\\Manager\\Tas\\TasDrawManager'])) {
  14235.             return $this->privates['App\\Manager\\Tas\\TasDrawManager'];
  14236.         }
  14237.         $b = ($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'] ?? $this->getDrawCodeManagerService());
  14238.         if (isset($this->privates['App\\Manager\\Tas\\TasDrawManager'])) {
  14239.             return $this->privates['App\\Manager\\Tas\\TasDrawManager'];
  14240.         }
  14241.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14242.         if (isset($this->privates['App\\Manager\\Tas\\TasDrawManager'])) {
  14243.             return $this->privates['App\\Manager\\Tas\\TasDrawManager'];
  14244.         }
  14245.         return $this->privates['App\\Manager\\Tas\\TasDrawManager'] = new \App\Manager\Tas\TasDrawManager($a$b$c);
  14246.     }
  14247.     /**
  14248.      * Gets the private 'App\Manager\TokenManager' shared autowired service.
  14249.      *
  14250.      * @return \App\Manager\TokenManager
  14251.      */
  14252.     protected function getTokenManagerService()
  14253.     {
  14254.         include_once \dirname(__DIR__4).'/src/Manager/TokenManager.php';
  14255.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14256.         if (isset($this->privates['App\\Manager\\TokenManager'])) {
  14257.             return $this->privates['App\\Manager\\TokenManager'];
  14258.         }
  14259.         return $this->privates['App\\Manager\\TokenManager'] = new \App\Manager\TokenManager($a);
  14260.     }
  14261.     /**
  14262.      * Gets the private 'App\Manager\User\PermissionManager' shared autowired service.
  14263.      *
  14264.      * @return \App\Manager\User\PermissionManager
  14265.      */
  14266.     protected function getPermissionManagerService()
  14267.     {
  14268.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  14269.         if (isset($this->privates['App\\Manager\\User\\PermissionManager'])) {
  14270.             return $this->privates['App\\Manager\\User\\PermissionManager'];
  14271.         }
  14272.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14273.         if (isset($this->privates['App\\Manager\\User\\PermissionManager'])) {
  14274.             return $this->privates['App\\Manager\\User\\PermissionManager'];
  14275.         }
  14276.         return $this->privates['App\\Manager\\User\\PermissionManager'] = new \App\Manager\User\PermissionManager($a, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['router'] ?? $this->getRouterService()), $b);
  14277.     }
  14278.     /**
  14279.      * Gets the private 'App\Manager\User\UserManager' shared autowired service.
  14280.      *
  14281.      * @return \App\Manager\User\UserManager
  14282.      */
  14283.     protected function getUserManagerService()
  14284.     {
  14285.         include_once \dirname(__DIR__4).'/src/Manager/User/UserManager.php';
  14286.         return $this->privates['App\\Manager\\User\\UserManager'] = new \App\Manager\User\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService()), ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Validator'] ?? $this->getValidator2Service()));
  14287.     }
  14288.     /**
  14289.      * Gets the private 'App\Repository\BlogRepository' shared autowired service.
  14290.      *
  14291.      * @return \App\Repository\BlogRepository
  14292.      */
  14293.     protected function getBlogRepositoryService()
  14294.     {
  14295.         include_once \dirname(__DIR__4).'/src/Repository/BlogRepository.php';
  14296.         return $this->privates['App\\Repository\\BlogRepository'] = new \App\Repository\BlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14297.     }
  14298.     /**
  14299.      * Gets the private 'App\Repository\Cart\CartRepository' shared autowired service.
  14300.      *
  14301.      * @return \App\Repository\Cart\CartRepository
  14302.      */
  14303.     protected function getCartRepositoryService()
  14304.     {
  14305.         include_once \dirname(__DIR__4).'/src/Repository/Cart/CartRepository.php';
  14306.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  14307.         if (isset($this->privates['App\\Repository\\Cart\\CartRepository'])) {
  14308.             return $this->privates['App\\Repository\\Cart\\CartRepository'];
  14309.         }
  14310.         return $this->privates['App\\Repository\\Cart\\CartRepository'] = new \App\Repository\Cart\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  14311.     }
  14312.     /**
  14313.      * Gets the private 'App\Repository\Cart\GiftCartRepository' shared autowired service.
  14314.      *
  14315.      * @return \App\Repository\Cart\GiftCartRepository
  14316.      */
  14317.     protected function getGiftCartRepositoryService()
  14318.     {
  14319.         include_once \dirname(__DIR__4).'/src/Repository/Cart/GiftCartRepository.php';
  14320.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  14321.         if (isset($this->privates['App\\Repository\\Cart\\GiftCartRepository'])) {
  14322.             return $this->privates['App\\Repository\\Cart\\GiftCartRepository'];
  14323.         }
  14324.         return $this->privates['App\\Repository\\Cart\\GiftCartRepository'] = new \App\Repository\Cart\GiftCartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  14325.     }
  14326.     /**
  14327.      * Gets the private 'App\Repository\Cart\OperationCartRepository' shared autowired service.
  14328.      *
  14329.      * @return \App\Repository\Cart\OperationCartRepository
  14330.      */
  14331.     protected function getOperationCartRepositoryService()
  14332.     {
  14333.         include_once \dirname(__DIR__4).'/src/Repository/Cart/OperationCartRepository.php';
  14334.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  14335.         if (isset($this->privates['App\\Repository\\Cart\\OperationCartRepository'])) {
  14336.             return $this->privates['App\\Repository\\Cart\\OperationCartRepository'];
  14337.         }
  14338.         return $this->privates['App\\Repository\\Cart\\OperationCartRepository'] = new \App\Repository\Cart\OperationCartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService()), ($this->privates['App\\Repository\\Operation\\OdrRepository'] ?? $this->getOdrRepositoryService()), ($this->privates['App\\Repository\\Operation\\MultiOfferRepository'] ?? $this->getMultiOfferRepositoryService()));
  14339.     }
  14340.     /**
  14341.      * Gets the private 'App\Repository\Catalog\ExpeditionRepository' shared autowired service.
  14342.      *
  14343.      * @return \App\Repository\Catalog\ExpeditionRepository
  14344.      */
  14345.     protected function getExpeditionRepositoryService()
  14346.     {
  14347.         include_once \dirname(__DIR__4).'/src/Repository/Catalog/ExpeditionRepository.php';
  14348.         return $this->privates['App\\Repository\\Catalog\\ExpeditionRepository'] = new \App\Repository\Catalog\ExpeditionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14349.     }
  14350.     /**
  14351.      * Gets the private 'App\Repository\Catalog\GiftCodeRepository' shared autowired service.
  14352.      *
  14353.      * @return \App\Repository\Catalog\GiftCodeRepository
  14354.      */
  14355.     protected function getGiftCodeRepositoryService()
  14356.     {
  14357.         include_once \dirname(__DIR__4).'/src/Repository/Catalog/GiftCodeRepository.php';
  14358.         return $this->privates['App\\Repository\\Catalog\\GiftCodeRepository'] = new \App\Repository\Catalog\GiftCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14359.     }
  14360.     /**
  14361.      * Gets the private 'App\Repository\Catalog\GiftLevelRepository' shared autowired service.
  14362.      *
  14363.      * @return \App\Repository\Catalog\GiftLevelRepository
  14364.      */
  14365.     protected function getGiftLevelRepositoryService()
  14366.     {
  14367.         include_once \dirname(__DIR__4).'/src/Repository/Catalog/GiftLevelRepository.php';
  14368.         return $this->privates['App\\Repository\\Catalog\\GiftLevelRepository'] = new \App\Repository\Catalog\GiftLevelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14369.     }
  14370.     /**
  14371.      * Gets the private 'App\Repository\Catalog\GiftRepository' shared autowired service.
  14372.      *
  14373.      * @return \App\Repository\Catalog\GiftRepository
  14374.      */
  14375.     protected function getGiftRepositoryService()
  14376.     {
  14377.         include_once \dirname(__DIR__4).'/src/Repository/Catalog/GiftRepository.php';
  14378.         return $this->privates['App\\Repository\\Catalog\\GiftRepository'] = new \App\Repository\Catalog\GiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14379.     }
  14380.     /**
  14381.      * Gets the private 'App\Repository\Catalog\OrderRepository' shared autowired service.
  14382.      *
  14383.      * @return \App\Repository\Catalog\OrderRepository
  14384.      */
  14385.     protected function getOrderRepositoryService()
  14386.     {
  14387.         include_once \dirname(__DIR__4).'/src/Repository/Catalog/OrderRepository.php';
  14388.         return $this->privates['App\\Repository\\Catalog\\OrderRepository'] = new \App\Repository\Catalog\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14389.     }
  14390.     /**
  14391.      * Gets the private 'App\Repository\Company\CompanyRepository' shared autowired service.
  14392.      *
  14393.      * @return \App\Repository\Company\CompanyRepository
  14394.      */
  14395.     protected function getCompanyRepositoryService()
  14396.     {
  14397.         include_once \dirname(__DIR__4).'/src/Repository/Company/CompanyRepository.php';
  14398.         return $this->privates['App\\Repository\\Company\\CompanyRepository'] = new \App\Repository\Company\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14399.     }
  14400.     /**
  14401.      * Gets the private 'App\Repository\Company\CredentialsRepository' shared autowired service.
  14402.      *
  14403.      * @return \App\Repository\Company\CredentialsRepository
  14404.      */
  14405.     protected function getCredentialsRepositoryService()
  14406.     {
  14407.         include_once \dirname(__DIR__4).'/src/Repository/Company/CredentialsRepository.php';
  14408.         return $this->privates['App\\Repository\\Company\\CredentialsRepository'] = new \App\Repository\Company\CredentialsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14409.     }
  14410.     /**
  14411.      * Gets the private 'App\Repository\Company\ParamRepository' shared autowired service.
  14412.      *
  14413.      * @return \App\Repository\Company\ParamRepository
  14414.      */
  14415.     protected function getParamRepositoryService()
  14416.     {
  14417.         include_once \dirname(__DIR__4).'/src/Repository/Company/ParamRepository.php';
  14418.         return $this->privates['App\\Repository\\Company\\ParamRepository'] = new \App\Repository\Company\ParamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14419.     }
  14420.     /**
  14421.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  14422.      *
  14423.      * @return \App\Repository\ContactRepository
  14424.      */
  14425.     protected function getContactRepositoryService()
  14426.     {
  14427.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  14428.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14429.     }
  14430.     /**
  14431.      * Gets the private 'App\Repository\CookiesRepository' shared autowired service.
  14432.      *
  14433.      * @return \App\Repository\CookiesRepository
  14434.      */
  14435.     protected function getCookiesRepositoryService()
  14436.     {
  14437.         include_once \dirname(__DIR__4).'/src/Repository/CookiesRepository.php';
  14438.         return $this->privates['App\\Repository\\CookiesRepository'] = new \App\Repository\CookiesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14439.     }
  14440.     /**
  14441.      * Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
  14442.      *
  14443.      * @return \App\Repository\DepartmentRepository
  14444.      */
  14445.     protected function getDepartmentRepositoryService()
  14446.     {
  14447.         include_once \dirname(__DIR__4).'/src/Repository/DepartmentRepository.php';
  14448.         return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14449.     }
  14450.     /**
  14451.      * Gets the private 'App\Repository\Details\DetailsCouponRepository' shared autowired service.
  14452.      *
  14453.      * @return \App\Repository\Details\DetailsCouponRepository
  14454.      */
  14455.     protected function getDetailsCouponRepositoryService()
  14456.     {
  14457.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsCouponRepository.php';
  14458.         return $this->privates['App\\Repository\\Details\\DetailsCouponRepository'] = new \App\Repository\Details\DetailsCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14459.     }
  14460.     /**
  14461.      * Gets the private 'App\Repository\Details\DetailsMultiOfferRepository' shared autowired service.
  14462.      *
  14463.      * @return \App\Repository\Details\DetailsMultiOfferRepository
  14464.      */
  14465.     protected function getDetailsMultiOfferRepositoryService()
  14466.     {
  14467.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsMultiOfferRepository.php';
  14468.         return $this->privates['App\\Repository\\Details\\DetailsMultiOfferRepository'] = new \App\Repository\Details\DetailsMultiOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14469.     }
  14470.     /**
  14471.      * Gets the private 'App\Repository\Details\DetailsOdrRepository' shared autowired service.
  14472.      *
  14473.      * @return \App\Repository\Details\DetailsOdrRepository
  14474.      */
  14475.     protected function getDetailsOdrRepositoryService()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsOdrRepository.php';
  14478.         return $this->privates['App\\Repository\\Details\\DetailsOdrRepository'] = new \App\Repository\Details\DetailsOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14479.     }
  14480.     /**
  14481.      * Gets the private 'App\Repository\Details\DetailsParticipationOdrRepository' shared autowired service.
  14482.      *
  14483.      * @return \App\Repository\Details\DetailsParticipationOdrRepository
  14484.      */
  14485.     protected function getDetailsParticipationOdrRepositoryService()
  14486.     {
  14487.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsParticipationOdrRepository.php';
  14488.         return $this->privates['App\\Repository\\Details\\DetailsParticipationOdrRepository'] = new \App\Repository\Details\DetailsParticipationOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14489.     }
  14490.     /**
  14491.      * Gets the private 'App\Repository\Details\DetailsParticipationStepRepository' shared autowired service.
  14492.      *
  14493.      * @return \App\Repository\Details\DetailsParticipationStepRepository
  14494.      */
  14495.     protected function getDetailsParticipationStepRepositoryService()
  14496.     {
  14497.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsParticipationStepRepository.php';
  14498.         return $this->privates['App\\Repository\\Details\\DetailsParticipationStepRepository'] = new \App\Repository\Details\DetailsParticipationStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14499.     }
  14500.     /**
  14501.      * Gets the private 'App\Repository\Details\DetailsPuntosRepository' shared autowired service.
  14502.      *
  14503.      * @return \App\Repository\Details\DetailsPuntosRepository
  14504.      */
  14505.     protected function getDetailsPuntosRepositoryService()
  14506.     {
  14507.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsPuntosRepository.php';
  14508.         return $this->privates['App\\Repository\\Details\\DetailsPuntosRepository'] = new \App\Repository\Details\DetailsPuntosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14509.     }
  14510.     /**
  14511.      * Gets the private 'App\Repository\Details\DetailsSponsorshipRepository' shared autowired service.
  14512.      *
  14513.      * @return \App\Repository\Details\DetailsSponsorshipRepository
  14514.      */
  14515.     protected function getDetailsSponsorshipRepositoryService()
  14516.     {
  14517.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsSponsorshipRepository.php';
  14518.         return $this->privates['App\\Repository\\Details\\DetailsSponsorshipRepository'] = new \App\Repository\Details\DetailsSponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14519.     }
  14520.     /**
  14521.      * Gets the private 'App\Repository\Details\DetailsStepRepository' shared autowired service.
  14522.      *
  14523.      * @return \App\Repository\Details\DetailsStepRepository
  14524.      */
  14525.     protected function getDetailsStepRepositoryService()
  14526.     {
  14527.         include_once \dirname(__DIR__4).'/src/Repository/Details/DetailsStepRepository.php';
  14528.         return $this->privates['App\\Repository\\Details\\DetailsStepRepository'] = new \App\Repository\Details\DetailsStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14529.     }
  14530.     /**
  14531.      * Gets the private 'App\Repository\Ean\EanOdrRepository' shared autowired service.
  14532.      *
  14533.      * @return \App\Repository\Ean\EanOdrRepository
  14534.      */
  14535.     protected function getEanOdrRepositoryService()
  14536.     {
  14537.         include_once \dirname(__DIR__4).'/src/Repository/Ean/EanOdrRepository.php';
  14538.         return $this->privates['App\\Repository\\Ean\\EanOdrRepository'] = new \App\Repository\Ean\EanOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14539.     }
  14540.     /**
  14541.      * Gets the private 'App\Repository\Ean\EanRepository' shared autowired service.
  14542.      *
  14543.      * @return \App\Repository\Ean\EanRepository
  14544.      */
  14545.     protected function getEanRepositoryService()
  14546.     {
  14547.         include_once \dirname(__DIR__4).'/src/Repository/Ean/EanRepository.php';
  14548.         return $this->privates['App\\Repository\\Ean\\EanRepository'] = new \App\Repository\Ean\EanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14549.     }
  14550.     /**
  14551.      * Gets the private 'App\Repository\Ean\EanStepRepository' shared autowired service.
  14552.      *
  14553.      * @return \App\Repository\Ean\EanStepRepository
  14554.      */
  14555.     protected function getEanStepRepositoryService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/src/Repository/Ean/EanStepRepository.php';
  14558.         return $this->privates['App\\Repository\\Ean\\EanStepRepository'] = new \App\Repository\Ean\EanStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14559.     }
  14560.     /**
  14561.      * Gets the private 'App\Repository\EligibilityRepository' shared autowired service.
  14562.      *
  14563.      * @return \App\Repository\EligibilityRepository
  14564.      */
  14565.     protected function getEligibilityRepositoryService()
  14566.     {
  14567.         include_once \dirname(__DIR__4).'/src/Repository/EligibilityRepository.php';
  14568.         return $this->privates['App\\Repository\\EligibilityRepository'] = new \App\Repository\EligibilityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14569.     }
  14570.     /**
  14571.      * Gets the private 'App\Repository\FaqRepository' shared autowired service.
  14572.      *
  14573.      * @return \App\Repository\FaqRepository
  14574.      */
  14575.     protected function getFaqRepositoryService()
  14576.     {
  14577.         include_once \dirname(__DIR__4).'/src/Repository/FaqRepository.php';
  14578.         return $this->privates['App\\Repository\\FaqRepository'] = new \App\Repository\FaqRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14579.     }
  14580.     /**
  14581.      * Gets the private 'App\Repository\Knowledge\KnowledgeRepository' shared autowired service.
  14582.      *
  14583.      * @return \App\Repository\Knowledge\KnowledgeRepository
  14584.      */
  14585.     protected function getKnowledgeRepositoryService()
  14586.     {
  14587.         include_once \dirname(__DIR__4).'/src/Repository/Knowledge/KnowledgeRepository.php';
  14588.         return $this->privates['App\\Repository\\Knowledge\\KnowledgeRepository'] = new \App\Repository\Knowledge\KnowledgeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14589.     }
  14590.     /**
  14591.      * Gets the private 'App\Repository\Knowledge\KnowledgeResponseRepository' shared autowired service.
  14592.      *
  14593.      * @return \App\Repository\Knowledge\KnowledgeResponseRepository
  14594.      */
  14595.     protected function getKnowledgeResponseRepositoryService()
  14596.     {
  14597.         include_once \dirname(__DIR__4).'/src/Repository/Knowledge/KnowledgeResponseRepository.php';
  14598.         return $this->privates['App\\Repository\\Knowledge\\KnowledgeResponseRepository'] = new \App\Repository\Knowledge\KnowledgeResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14599.     }
  14600.     /**
  14601.      * Gets the private 'App\Repository\Log\APIRequestRepository' shared autowired service.
  14602.      *
  14603.      * @return \App\Repository\Log\APIRequestRepository
  14604.      */
  14605.     protected function getAPIRequestRepositoryService()
  14606.     {
  14607.         include_once \dirname(__DIR__4).'/src/Repository/Log/APIRequestRepository.php';
  14608.         return $this->privates['App\\Repository\\Log\\APIRequestRepository'] = new \App\Repository\Log\APIRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14609.     }
  14610.     /**
  14611.      * Gets the private 'App\Repository\MediaObject\MediaBlogRepository' shared autowired service.
  14612.      *
  14613.      * @return \App\Repository\MediaObject\MediaBlogRepository
  14614.      */
  14615.     protected function getMediaBlogRepositoryService()
  14616.     {
  14617.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaBlogRepository.php';
  14618.         return $this->privates['App\\Repository\\MediaObject\\MediaBlogRepository'] = new \App\Repository\MediaObject\MediaBlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14619.     }
  14620.     /**
  14621.      * Gets the private 'App\Repository\MediaObject\MediaCodeDrawRepository' shared autowired service.
  14622.      *
  14623.      * @return \App\Repository\MediaObject\MediaCodeDrawRepository
  14624.      */
  14625.     protected function getMediaCodeDrawRepositoryService()
  14626.     {
  14627.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaCodeDrawRepository.php';
  14628.         return $this->privates['App\\Repository\\MediaObject\\MediaCodeDrawRepository'] = new \App\Repository\MediaObject\MediaCodeDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14629.     }
  14630.     /**
  14631.      * Gets the private 'App\Repository\MediaObject\MediaCodeGiftRepository' shared autowired service.
  14632.      *
  14633.      * @return \App\Repository\MediaObject\MediaCodeGiftRepository
  14634.      */
  14635.     protected function getMediaCodeGiftRepositoryService()
  14636.     {
  14637.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaCodeGiftRepository.php';
  14638.         return $this->privates['App\\Repository\\MediaObject\\MediaCodeGiftRepository'] = new \App\Repository\MediaObject\MediaCodeGiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14639.     }
  14640.     /**
  14641.      * Gets the private 'App\Repository\MediaObject\MediaCodeOdrRepository' shared autowired service.
  14642.      *
  14643.      * @return \App\Repository\MediaObject\MediaCodeOdrRepository
  14644.      */
  14645.     protected function getMediaCodeOdrRepositoryService()
  14646.     {
  14647.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaCodeOdrRepository.php';
  14648.         return $this->privates['App\\Repository\\MediaObject\\MediaCodeOdrRepository'] = new \App\Repository\MediaObject\MediaCodeOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14649.     }
  14650.     /**
  14651.      * Gets the private 'App\Repository\MediaObject\MediaCouponRepository' shared autowired service.
  14652.      *
  14653.      * @return \App\Repository\MediaObject\MediaCouponRepository
  14654.      */
  14655.     protected function getMediaCouponRepositoryService()
  14656.     {
  14657.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaCouponRepository.php';
  14658.         return $this->privates['App\\Repository\\MediaObject\\MediaCouponRepository'] = new \App\Repository\MediaObject\MediaCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14659.     }
  14660.     /**
  14661.      * Gets the private 'App\Repository\MediaObject\MediaDesktopDrawRepository' shared autowired service.
  14662.      *
  14663.      * @return \App\Repository\MediaObject\MediaDesktopDrawRepository
  14664.      */
  14665.     protected function getMediaDesktopDrawRepositoryService()
  14666.     {
  14667.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaDesktopDrawRepository.php';
  14668.         return $this->privates['App\\Repository\\MediaObject\\MediaDesktopDrawRepository'] = new \App\Repository\MediaObject\MediaDesktopDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14669.     }
  14670.     /**
  14671.      * Gets the private 'App\Repository\MediaObject\MediaDesktopOdrRepository' shared autowired service.
  14672.      *
  14673.      * @return \App\Repository\MediaObject\MediaDesktopOdrRepository
  14674.      */
  14675.     protected function getMediaDesktopOdrRepositoryService()
  14676.     {
  14677.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaDesktopOdrRepository.php';
  14678.         return $this->privates['App\\Repository\\MediaObject\\MediaDesktopOdrRepository'] = new \App\Repository\MediaObject\MediaDesktopOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14679.     }
  14680.     /**
  14681.      * Gets the private 'App\Repository\MediaObject\MediaGameParamsRepository' shared autowired service.
  14682.      *
  14683.      * @return \App\Repository\MediaObject\MediaGameParamsRepository
  14684.      */
  14685.     protected function getMediaGameParamsRepositoryService()
  14686.     {
  14687.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaGameParamsRepository.php';
  14688.         return $this->privates['App\\Repository\\MediaObject\\MediaGameParamsRepository'] = new \App\Repository\MediaObject\MediaGameParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14689.     }
  14690.     /**
  14691.      * Gets the private 'App\Repository\MediaObject\MediaGameRepository' shared autowired service.
  14692.      *
  14693.      * @return \App\Repository\MediaObject\MediaGameRepository
  14694.      */
  14695.     protected function getMediaGameRepositoryService()
  14696.     {
  14697.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaGameRepository.php';
  14698.         return $this->privates['App\\Repository\\MediaObject\\MediaGameRepository'] = new \App\Repository\MediaObject\MediaGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14699.     }
  14700.     /**
  14701.      * Gets the private 'App\Repository\MediaObject\MediaGiftRepository' shared autowired service.
  14702.      *
  14703.      * @return \App\Repository\MediaObject\MediaGiftRepository
  14704.      */
  14705.     protected function getMediaGiftRepositoryService()
  14706.     {
  14707.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaGiftRepository.php';
  14708.         return $this->privates['App\\Repository\\MediaObject\\MediaGiftRepository'] = new \App\Repository\MediaObject\MediaGiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14709.     }
  14710.     /**
  14711.      * Gets the private 'App\Repository\MediaObject\MediaImageRepository' shared autowired service.
  14712.      *
  14713.      * @return \App\Repository\MediaObject\MediaImageRepository
  14714.      */
  14715.     protected function getMediaImageRepositoryService()
  14716.     {
  14717.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaImageRepository.php';
  14718.         return $this->privates['App\\Repository\\MediaObject\\MediaImageRepository'] = new \App\Repository\MediaObject\MediaImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14719.     }
  14720.     /**
  14721.      * Gets the private 'App\Repository\MediaObject\MediaKnowledgeResponseRepository' shared autowired service.
  14722.      *
  14723.      * @return \App\Repository\MediaObject\MediaKnowledgeResponseRepository
  14724.      */
  14725.     protected function getMediaKnowledgeResponseRepositoryService()
  14726.     {
  14727.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaKnowledgeResponseRepository.php';
  14728.         return $this->privates['App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository'] = new \App\Repository\MediaObject\MediaKnowledgeResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14729.     }
  14730.     /**
  14731.      * Gets the private 'App\Repository\MediaObject\MediaMobileDrawRepository' shared autowired service.
  14732.      *
  14733.      * @return \App\Repository\MediaObject\MediaMobileDrawRepository
  14734.      */
  14735.     protected function getMediaMobileDrawRepositoryService()
  14736.     {
  14737.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaMobileDrawRepository.php';
  14738.         return $this->privates['App\\Repository\\MediaObject\\MediaMobileDrawRepository'] = new \App\Repository\MediaObject\MediaMobileDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14739.     }
  14740.     /**
  14741.      * Gets the private 'App\Repository\MediaObject\MediaMobileGameRepository' shared autowired service.
  14742.      *
  14743.      * @return \App\Repository\MediaObject\MediaMobileGameRepository
  14744.      */
  14745.     protected function getMediaMobileGameRepositoryService()
  14746.     {
  14747.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaMobileGameRepository.php';
  14748.         return $this->privates['App\\Repository\\MediaObject\\MediaMobileGameRepository'] = new \App\Repository\MediaObject\MediaMobileGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14749.     }
  14750.     /**
  14751.      * Gets the private 'App\Repository\MediaObject\MediaMobileOdrRepository' shared autowired service.
  14752.      *
  14753.      * @return \App\Repository\MediaObject\MediaMobileOdrRepository
  14754.      */
  14755.     protected function getMediaMobileOdrRepositoryService()
  14756.     {
  14757.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaMobileOdrRepository.php';
  14758.         return $this->privates['App\\Repository\\MediaObject\\MediaMobileOdrRepository'] = new \App\Repository\MediaObject\MediaMobileOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14759.     }
  14760.     /**
  14761.      * Gets the private 'App\Repository\MediaObject\MediaMobileSliderRepository' shared autowired service.
  14762.      *
  14763.      * @return \App\Repository\MediaObject\MediaMobileSliderRepository
  14764.      */
  14765.     protected function getMediaMobileSliderRepositoryService()
  14766.     {
  14767.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaMobileSliderRepository.php';
  14768.         return $this->privates['App\\Repository\\MediaObject\\MediaMobileSliderRepository'] = new \App\Repository\MediaObject\MediaMobileSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14769.     }
  14770.     /**
  14771.      * Gets the private 'App\Repository\MediaObject\MediaMultiOfferRepository' shared autowired service.
  14772.      *
  14773.      * @return \App\Repository\MediaObject\MediaMultiOfferRepository
  14774.      */
  14775.     protected function getMediaMultiOfferRepositoryService()
  14776.     {
  14777.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaMultiOfferRepository.php';
  14778.         return $this->privates['App\\Repository\\MediaObject\\MediaMultiOfferRepository'] = new \App\Repository\MediaObject\MediaMultiOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14779.     }
  14780.     /**
  14781.      * Gets the private 'App\Repository\MediaObject\MediaObjectRepository' shared autowired service.
  14782.      *
  14783.      * @return \App\Repository\MediaObject\MediaObjectRepository
  14784.      */
  14785.     protected function getMediaObjectRepositoryService()
  14786.     {
  14787.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaObjectRepository.php';
  14788.         return $this->privates['App\\Repository\\MediaObject\\MediaObjectRepository'] = new \App\Repository\MediaObject\MediaObjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14789.     }
  14790.     /**
  14791.      * Gets the private 'App\Repository\MediaObject\MediaParticipationRepository' shared autowired service.
  14792.      *
  14793.      * @return \App\Repository\MediaObject\MediaParticipationRepository
  14794.      */
  14795.     protected function getMediaParticipationRepositoryService()
  14796.     {
  14797.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaParticipationRepository.php';
  14798.         return $this->privates['App\\Repository\\MediaObject\\MediaParticipationRepository'] = new \App\Repository\MediaObject\MediaParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14799.     }
  14800.     /**
  14801.      * Gets the private 'App\Repository\MediaObject\MediaPdfDrawRepository' shared autowired service.
  14802.      *
  14803.      * @return \App\Repository\MediaObject\MediaPdfDrawRepository
  14804.      */
  14805.     protected function getMediaPdfDrawRepositoryService()
  14806.     {
  14807.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaPdfDrawRepository.php';
  14808.         return $this->privates['App\\Repository\\MediaObject\\MediaPdfDrawRepository'] = new \App\Repository\MediaObject\MediaPdfDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14809.     }
  14810.     /**
  14811.      * Gets the private 'App\Repository\MediaObject\MediaPdfOdrRepository' shared autowired service.
  14812.      *
  14813.      * @return \App\Repository\MediaObject\MediaPdfOdrRepository
  14814.      */
  14815.     protected function getMediaPdfOdrRepositoryService()
  14816.     {
  14817.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaPdfOdrRepository.php';
  14818.         return $this->privates['App\\Repository\\MediaObject\\MediaPdfOdrRepository'] = new \App\Repository\MediaObject\MediaPdfOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14819.     }
  14820.     /**
  14821.      * Gets the private 'App\Repository\MediaObject\MediaPdfRepository' shared autowired service.
  14822.      *
  14823.      * @return \App\Repository\MediaObject\MediaPdfRepository
  14824.      */
  14825.     protected function getMediaPdfRepositoryService()
  14826.     {
  14827.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaPdfRepository.php';
  14828.         return $this->privates['App\\Repository\\MediaObject\\MediaPdfRepository'] = new \App\Repository\MediaObject\MediaPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14829.     }
  14830.     /**
  14831.      * Gets the private 'App\Repository\MediaObject\MediaProductRepository' shared autowired service.
  14832.      *
  14833.      * @return \App\Repository\MediaObject\MediaProductRepository
  14834.      */
  14835.     protected function getMediaProductRepositoryService()
  14836.     {
  14837.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaProductRepository.php';
  14838.         return $this->privates['App\\Repository\\MediaObject\\MediaProductRepository'] = new \App\Repository\MediaObject\MediaProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14839.     }
  14840.     /**
  14841.      * Gets the private 'App\Repository\MediaObject\MediaPromotionRepository' shared autowired service.
  14842.      *
  14843.      * @return \App\Repository\MediaObject\MediaPromotionRepository
  14844.      */
  14845.     protected function getMediaPromotionRepositoryService()
  14846.     {
  14847.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaPromotionRepository.php';
  14848.         return $this->privates['App\\Repository\\MediaObject\\MediaPromotionRepository'] = new \App\Repository\MediaObject\MediaPromotionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14849.     }
  14850.     /**
  14851.      * Gets the private 'App\Repository\MediaObject\MediaRecipeRepository' shared autowired service.
  14852.      *
  14853.      * @return \App\Repository\MediaObject\MediaRecipeRepository
  14854.      */
  14855.     protected function getMediaRecipeRepositoryService()
  14856.     {
  14857.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaRecipeRepository.php';
  14858.         return $this->privates['App\\Repository\\MediaObject\\MediaRecipeRepository'] = new \App\Repository\MediaObject\MediaRecipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14859.     }
  14860.     /**
  14861.      * Gets the private 'App\Repository\MediaObject\MediaSliderRepository' shared autowired service.
  14862.      *
  14863.      * @return \App\Repository\MediaObject\MediaSliderRepository
  14864.      */
  14865.     protected function getMediaSliderRepositoryService()
  14866.     {
  14867.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaSliderRepository.php';
  14868.         return $this->privates['App\\Repository\\MediaObject\\MediaSliderRepository'] = new \App\Repository\MediaObject\MediaSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14869.     }
  14870.     /**
  14871.      * Gets the private 'App\Repository\MediaObject\MediaThumbnailBlogRepository' shared autowired service.
  14872.      *
  14873.      * @return \App\Repository\MediaObject\MediaThumbnailBlogRepository
  14874.      */
  14875.     protected function getMediaThumbnailBlogRepositoryService()
  14876.     {
  14877.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaThumbnailBlogRepository.php';
  14878.         return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailBlogRepository'] = new \App\Repository\MediaObject\MediaThumbnailBlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14879.     }
  14880.     /**
  14881.      * Gets the private 'App\Repository\MediaObject\MediaThumbnailDrawRepository' shared autowired service.
  14882.      *
  14883.      * @return \App\Repository\MediaObject\MediaThumbnailDrawRepository
  14884.      */
  14885.     protected function getMediaThumbnailDrawRepositoryService()
  14886.     {
  14887.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaThumbnailDrawRepository.php';
  14888.         return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailDrawRepository'] = new \App\Repository\MediaObject\MediaThumbnailDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14889.     }
  14890.     /**
  14891.      * Gets the private 'App\Repository\MediaObject\MediaThumbnailGiftRepository' shared autowired service.
  14892.      *
  14893.      * @return \App\Repository\MediaObject\MediaThumbnailGiftRepository
  14894.      */
  14895.     protected function getMediaThumbnailGiftRepositoryService()
  14896.     {
  14897.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaThumbnailGiftRepository.php';
  14898.         return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailGiftRepository'] = new \App\Repository\MediaObject\MediaThumbnailGiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14899.     }
  14900.     /**
  14901.      * Gets the private 'App\Repository\MediaObject\MediaThumbnailOdrRepository' shared autowired service.
  14902.      *
  14903.      * @return \App\Repository\MediaObject\MediaThumbnailOdrRepository
  14904.      */
  14905.     protected function getMediaThumbnailOdrRepositoryService()
  14906.     {
  14907.         include_once \dirname(__DIR__4).'/src/Repository/MediaObject/MediaThumbnailOdrRepository.php';
  14908.         return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailOdrRepository'] = new \App\Repository\MediaObject\MediaThumbnailOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14909.     }
  14910.     /**
  14911.      * Gets the private 'App\Repository\MentionLegalRepository' shared autowired service.
  14912.      *
  14913.      * @return \App\Repository\MentionLegalRepository
  14914.      */
  14915.     protected function getMentionLegalRepositoryService()
  14916.     {
  14917.         include_once \dirname(__DIR__4).'/src/Repository/MentionLegalRepository.php';
  14918.         return $this->privates['App\\Repository\\MentionLegalRepository'] = new \App\Repository\MentionLegalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14919.     }
  14920.     /**
  14921.      * Gets the private 'App\Repository\MenuRepository' shared autowired service.
  14922.      *
  14923.      * @return \App\Repository\MenuRepository
  14924.      */
  14925.     protected function getMenuRepositoryService()
  14926.     {
  14927.         return $this->privates['App\\Repository\\MenuRepository'] = new \App\Repository\MenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14928.     }
  14929.     /**
  14930.      * Gets the private 'App\Repository\NewsletterRepository' shared autowired service.
  14931.      *
  14932.      * @return \App\Repository\NewsletterRepository
  14933.      */
  14934.     protected function getNewsletterRepositoryService()
  14935.     {
  14936.         include_once \dirname(__DIR__4).'/src/Repository/NewsletterRepository.php';
  14937.         return $this->privates['App\\Repository\\NewsletterRepository'] = new \App\Repository\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14938.     }
  14939.     /**
  14940.      * Gets the private 'App\Repository\OperationCode\DrawCodeRepository' shared autowired service.
  14941.      *
  14942.      * @return \App\Repository\OperationCode\DrawCodeRepository
  14943.      */
  14944.     protected function getDrawCodeRepositoryService()
  14945.     {
  14946.         include_once \dirname(__DIR__4).'/src/Repository/OperationCode/DrawCodeRepository.php';
  14947.         return $this->privates['App\\Repository\\OperationCode\\DrawCodeRepository'] = new \App\Repository\OperationCode\DrawCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14948.     }
  14949.     /**
  14950.      * Gets the private 'App\Repository\OperationCode\OdrCodeRepository' shared autowired service.
  14951.      *
  14952.      * @return \App\Repository\OperationCode\OdrCodeRepository
  14953.      */
  14954.     protected function getOdrCodeRepositoryService()
  14955.     {
  14956.         include_once \dirname(__DIR__4).'/src/Repository/OperationCode/OdrCodeRepository.php';
  14957.         return $this->privates['App\\Repository\\OperationCode\\OdrCodeRepository'] = new \App\Repository\OperationCode\OdrCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14958.     }
  14959.     /**
  14960.      * Gets the private 'App\Repository\OperationCode\OperationCodeRepository' shared autowired service.
  14961.      *
  14962.      * @return \App\Repository\OperationCode\OperationCodeRepository
  14963.      */
  14964.     protected function getOperationCodeRepositoryService()
  14965.     {
  14966.         include_once \dirname(__DIR__4).'/src/Repository/OperationCode/OperationCodeRepository.php';
  14967.         return $this->privates['App\\Repository\\OperationCode\\OperationCodeRepository'] = new \App\Repository\OperationCode\OperationCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14968.     }
  14969.     /**
  14970.      * Gets the private 'App\Repository\Operation\CouponRepository' shared autowired service.
  14971.      *
  14972.      * @return \App\Repository\Operation\CouponRepository
  14973.      */
  14974.     protected function getCouponRepositoryService()
  14975.     {
  14976.         include_once \dirname(__DIR__4).'/src/Repository/Operation/CouponRepository.php';
  14977.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  14978.         if (isset($this->privates['App\\Repository\\Operation\\CouponRepository'])) {
  14979.             return $this->privates['App\\Repository\\Operation\\CouponRepository'];
  14980.         }
  14981.         return $this->privates['App\\Repository\\Operation\\CouponRepository'] = new \App\Repository\Operation\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  14982.     }
  14983.     /**
  14984.      * Gets the private 'App\Repository\Operation\DrawRepository' shared autowired service.
  14985.      *
  14986.      * @return \App\Repository\Operation\DrawRepository
  14987.      */
  14988.     protected function getDrawRepositoryService()
  14989.     {
  14990.         include_once \dirname(__DIR__4).'/src/Repository/Operation/DrawRepository.php';
  14991.         return $this->privates['App\\Repository\\Operation\\DrawRepository'] = new \App\Repository\Operation\DrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14992.     }
  14993.     /**
  14994.      * Gets the private 'App\Repository\Operation\GameRepository' shared autowired service.
  14995.      *
  14996.      * @return \App\Repository\Operation\GameRepository
  14997.      */
  14998.     protected function getGameRepositoryService()
  14999.     {
  15000.         include_once \dirname(__DIR__4).'/src/Repository/Operation/GameRepository.php';
  15001.         return $this->privates['App\\Repository\\Operation\\GameRepository'] = new \App\Repository\Operation\GameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15002.     }
  15003.     /**
  15004.      * Gets the private 'App\Repository\Operation\MultiOfferRepository' shared autowired service.
  15005.      *
  15006.      * @return \App\Repository\Operation\MultiOfferRepository
  15007.      */
  15008.     protected function getMultiOfferRepositoryService()
  15009.     {
  15010.         include_once \dirname(__DIR__4).'/src/Repository/Operation/MultiOfferRepository.php';
  15011.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15012.         if (isset($this->privates['App\\Repository\\Operation\\MultiOfferRepository'])) {
  15013.             return $this->privates['App\\Repository\\Operation\\MultiOfferRepository'];
  15014.         }
  15015.         return $this->privates['App\\Repository\\Operation\\MultiOfferRepository'] = new \App\Repository\Operation\MultiOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15016.     }
  15017.     /**
  15018.      * Gets the private 'App\Repository\Operation\OdrRepository' shared autowired service.
  15019.      *
  15020.      * @return \App\Repository\Operation\OdrRepository
  15021.      */
  15022.     protected function getOdrRepositoryService()
  15023.     {
  15024.         include_once \dirname(__DIR__4).'/src/Repository/Operation/OdrRepository.php';
  15025.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15026.         if (isset($this->privates['App\\Repository\\Operation\\OdrRepository'])) {
  15027.             return $this->privates['App\\Repository\\Operation\\OdrRepository'];
  15028.         }
  15029.         return $this->privates['App\\Repository\\Operation\\OdrRepository'] = new \App\Repository\Operation\OdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15030.     }
  15031.     /**
  15032.      * Gets the private 'App\Repository\Operation\OperationRepository' shared autowired service.
  15033.      *
  15034.      * @return \App\Repository\Operation\OperationRepository
  15035.      */
  15036.     protected function getOperationRepositoryService()
  15037.     {
  15038.         include_once \dirname(__DIR__4).'/src/Repository/Operation/OperationRepository.php';
  15039.         return $this->privates['App\\Repository\\Operation\\OperationRepository'] = new \App\Repository\Operation\OperationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15040.     }
  15041.     /**
  15042.      * Gets the private 'App\Repository\Operation\PuntosRepository' shared autowired service.
  15043.      *
  15044.      * @return \App\Repository\Operation\PuntosRepository
  15045.      */
  15046.     protected function getPuntosRepositoryService()
  15047.     {
  15048.         include_once \dirname(__DIR__4).'/src/Repository/Operation/PuntosRepository.php';
  15049.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15050.         if (isset($this->privates['App\\Repository\\Operation\\PuntosRepository'])) {
  15051.             return $this->privates['App\\Repository\\Operation\\PuntosRepository'];
  15052.         }
  15053.         return $this->privates['App\\Repository\\Operation\\PuntosRepository'] = new \App\Repository\Operation\PuntosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15054.     }
  15055.     /**
  15056.      * Gets the private 'App\Repository\Operation\RefundRepository' shared autowired service.
  15057.      *
  15058.      * @return \App\Repository\Operation\RefundRepository
  15059.      */
  15060.     protected function getRefundRepositoryService()
  15061.     {
  15062.         include_once \dirname(__DIR__4).'/src/Repository/Operation/RefundRepository.php';
  15063.         return $this->privates['App\\Repository\\Operation\\RefundRepository'] = new \App\Repository\Operation\RefundRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15064.     }
  15065.     /**
  15066.      * Gets the private 'App\Repository\Operation\SponsorshipRepository' shared autowired service.
  15067.      *
  15068.      * @return \App\Repository\Operation\SponsorshipRepository
  15069.      */
  15070.     protected function getSponsorshipRepositoryService()
  15071.     {
  15072.         include_once \dirname(__DIR__4).'/src/Repository/Operation/SponsorshipRepository.php';
  15073.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15074.         if (isset($this->privates['App\\Repository\\Operation\\SponsorshipRepository'])) {
  15075.             return $this->privates['App\\Repository\\Operation\\SponsorshipRepository'];
  15076.         }
  15077.         return $this->privates['App\\Repository\\Operation\\SponsorshipRepository'] = new \App\Repository\Operation\SponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15078.     }
  15079.     /**
  15080.      * Gets the private 'App\Repository\Operation\StepRepository' shared autowired service.
  15081.      *
  15082.      * @return \App\Repository\Operation\StepRepository
  15083.      */
  15084.     protected function getStepRepositoryService()
  15085.     {
  15086.         include_once \dirname(__DIR__4).'/src/Repository/Operation/StepRepository.php';
  15087.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15088.         if (isset($this->privates['App\\Repository\\Operation\\StepRepository'])) {
  15089.             return $this->privates['App\\Repository\\Operation\\StepRepository'];
  15090.         }
  15091.         return $this->privates['App\\Repository\\Operation\\StepRepository'] = new \App\Repository\Operation\StepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15092.     }
  15093.     /**
  15094.      * Gets the private 'App\Repository\Participation\CouponRepository' shared autowired service.
  15095.      *
  15096.      * @return \App\Repository\Participation\CouponRepository
  15097.      */
  15098.     protected function getCouponRepository2Service()
  15099.     {
  15100.         include_once \dirname(__DIR__4).'/src/Repository/Participation/CouponRepository.php';
  15101.         return $this->privates['App\\Repository\\Participation\\CouponRepository'] = new \App\Repository\Participation\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15102.     }
  15103.     /**
  15104.      * Gets the private 'App\Repository\Participation\DrawRepository' shared autowired service.
  15105.      *
  15106.      * @return \App\Repository\Participation\DrawRepository
  15107.      */
  15108.     protected function getDrawRepository2Service()
  15109.     {
  15110.         include_once \dirname(__DIR__4).'/src/Repository/Participation/DrawRepository.php';
  15111.         return $this->privates['App\\Repository\\Participation\\DrawRepository'] = new \App\Repository\Participation\DrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15112.     }
  15113.     /**
  15114.      * Gets the private 'App\Repository\Participation\MultiRepository' shared autowired service.
  15115.      *
  15116.      * @return \App\Repository\Participation\MultiRepository
  15117.      */
  15118.     protected function getMultiRepositoryService()
  15119.     {
  15120.         include_once \dirname(__DIR__4).'/src/Repository/Participation/MultiRepository.php';
  15121.         return $this->privates['App\\Repository\\Participation\\MultiRepository'] = new \App\Repository\Participation\MultiRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15122.     }
  15123.     /**
  15124.      * Gets the private 'App\Repository\Participation\OdrRepository' shared autowired service.
  15125.      *
  15126.      * @return \App\Repository\Participation\OdrRepository
  15127.      */
  15128.     protected function getOdrRepository2Service()
  15129.     {
  15130.         include_once \dirname(__DIR__4).'/src/Repository/Participation/OdrRepository.php';
  15131.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15132.         if (isset($this->privates['App\\Repository\\Participation\\OdrRepository'])) {
  15133.             return $this->privates['App\\Repository\\Participation\\OdrRepository'];
  15134.         }
  15135.         return $this->privates['App\\Repository\\Participation\\OdrRepository'] = new \App\Repository\Participation\OdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15136.     }
  15137.     /**
  15138.      * Gets the private 'App\Repository\Participation\ParticipationRepository' shared autowired service.
  15139.      *
  15140.      * @return \App\Repository\Participation\ParticipationRepository
  15141.      */
  15142.     protected function getParticipationRepositoryService()
  15143.     {
  15144.         include_once \dirname(__DIR__4).'/src/Repository/Participation/ParticipationRepository.php';
  15145.         return $this->privates['App\\Repository\\Participation\\ParticipationRepository'] = new \App\Repository\Participation\ParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15146.     }
  15147.     /**
  15148.      * Gets the private 'App\Repository\Participation\PuntosRepository' shared autowired service.
  15149.      *
  15150.      * @return \App\Repository\Participation\PuntosRepository
  15151.      */
  15152.     protected function getPuntosRepository2Service()
  15153.     {
  15154.         include_once \dirname(__DIR__4).'/src/Repository/Participation/PuntosRepository.php';
  15155.         return $this->privates['App\\Repository\\Participation\\PuntosRepository'] = new \App\Repository\Participation\PuntosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15156.     }
  15157.     /**
  15158.      * Gets the private 'App\Repository\Participation\RefundRepository' shared autowired service.
  15159.      *
  15160.      * @return \App\Repository\Participation\RefundRepository
  15161.      */
  15162.     protected function getRefundRepository2Service()
  15163.     {
  15164.         include_once \dirname(__DIR__4).'/src/Repository/Participation/RefundRepository.php';
  15165.         return $this->privates['App\\Repository\\Participation\\RefundRepository'] = new \App\Repository\Participation\RefundRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15166.     }
  15167.     /**
  15168.      * Gets the private 'App\Repository\Participation\StepRepository' shared autowired service.
  15169.      *
  15170.      * @return \App\Repository\Participation\StepRepository
  15171.      */
  15172.     protected function getStepRepository2Service()
  15173.     {
  15174.         include_once \dirname(__DIR__4).'/src/Repository/Participation/StepRepository.php';
  15175.         return $this->privates['App\\Repository\\Participation\\StepRepository'] = new \App\Repository\Participation\StepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15176.     }
  15177.     /**
  15178.      * Gets the private 'App\Repository\Participation\ValidationExportRepository' shared autowired service.
  15179.      *
  15180.      * @return \App\Repository\Participation\ValidationExportRepository
  15181.      */
  15182.     protected function getValidationExportRepositoryService()
  15183.     {
  15184.         include_once \dirname(__DIR__4).'/src/Repository/Participation/ValidationExportRepository.php';
  15185.         return $this->privates['App\\Repository\\Participation\\ValidationExportRepository'] = new \App\Repository\Participation\ValidationExportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15186.     }
  15187.     /**
  15188.      * Gets the private 'App\Repository\PersonalDataRepository' shared autowired service.
  15189.      *
  15190.      * @return \App\Repository\PersonalDataRepository
  15191.      */
  15192.     protected function getPersonalDataRepositoryService()
  15193.     {
  15194.         include_once \dirname(__DIR__4).'/src/Repository/PersonalDataRepository.php';
  15195.         return $this->privates['App\\Repository\\PersonalDataRepository'] = new \App\Repository\PersonalDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15196.     }
  15197.     /**
  15198.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  15199.      *
  15200.      * @return \App\Repository\ProductRepository
  15201.      */
  15202.     protected function getProductRepositoryService()
  15203.     {
  15204.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  15205.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15206.     }
  15207.     /**
  15208.      * Gets the private 'App\Repository\Provider\ProviderRepository' shared autowired service.
  15209.      *
  15210.      * @return \App\Repository\Provider\ProviderRepository
  15211.      */
  15212.     protected function getProviderRepositoryService()
  15213.     {
  15214.         include_once \dirname(__DIR__4).'/src/Repository/Provider/ProviderRepository.php';
  15215.         return $this->privates['App\\Repository\\Provider\\ProviderRepository'] = new \App\Repository\Provider\ProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15216.     }
  15217.     /**
  15218.      * Gets the private 'App\Repository\Purse\ItemRepository' shared autowired service.
  15219.      *
  15220.      * @return \App\Repository\Purse\ItemRepository
  15221.      */
  15222.     protected function getItemRepositoryService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/src/Repository/Purse/ItemRepository.php';
  15225.         return $this->privates['App\\Repository\\Purse\\ItemRepository'] = new \App\Repository\Purse\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15226.     }
  15227.     /**
  15228.      * Gets the private 'App\Repository\Purse\PurseRepository' shared autowired service.
  15229.      *
  15230.      * @return \App\Repository\Purse\PurseRepository
  15231.      */
  15232.     protected function getPurseRepositoryService()
  15233.     {
  15234.         include_once \dirname(__DIR__4).'/src/Repository/Purse/PurseRepository.php';
  15235.         return $this->privates['App\\Repository\\Purse\\PurseRepository'] = new \App\Repository\Purse\PurseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15236.     }
  15237.     /**
  15238.      * Gets the private 'App\Repository\Recipe\IngredientMeasureUnitRepository' shared autowired service.
  15239.      *
  15240.      * @return \App\Repository\Recipe\IngredientMeasureUnitRepository
  15241.      */
  15242.     protected function getIngredientMeasureUnitRepositoryService()
  15243.     {
  15244.         include_once \dirname(__DIR__4).'/src/Repository/Recipe/IngredientMeasureUnitRepository.php';
  15245.         return $this->privates['App\\Repository\\Recipe\\IngredientMeasureUnitRepository'] = new \App\Repository\Recipe\IngredientMeasureUnitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15246.     }
  15247.     /**
  15248.      * Gets the private 'App\Repository\Recipe\IngredientRepository' shared autowired service.
  15249.      *
  15250.      * @return \App\Repository\Recipe\IngredientRepository
  15251.      */
  15252.     protected function getIngredientRepositoryService()
  15253.     {
  15254.         include_once \dirname(__DIR__4).'/src/Repository/Recipe/IngredientRepository.php';
  15255.         return $this->privates['App\\Repository\\Recipe\\IngredientRepository'] = new \App\Repository\Recipe\IngredientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15256.     }
  15257.     /**
  15258.      * Gets the private 'App\Repository\Recipe\RecipeIngredientRepository' shared autowired service.
  15259.      *
  15260.      * @return \App\Repository\Recipe\RecipeIngredientRepository
  15261.      */
  15262.     protected function getRecipeIngredientRepositoryService()
  15263.     {
  15264.         include_once \dirname(__DIR__4).'/src/Repository/Recipe/RecipeIngredientRepository.php';
  15265.         return $this->privates['App\\Repository\\Recipe\\RecipeIngredientRepository'] = new \App\Repository\Recipe\RecipeIngredientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15266.     }
  15267.     /**
  15268.      * Gets the private 'App\Repository\Recipe\RecipeRepository' shared autowired service.
  15269.      *
  15270.      * @return \App\Repository\Recipe\RecipeRepository
  15271.      */
  15272.     protected function getRecipeRepositoryService()
  15273.     {
  15274.         include_once \dirname(__DIR__4).'/src/Repository/Recipe/RecipeRepository.php';
  15275.         $a = ($this->privates['App\\Manager\\Recipe\\RecipeManager'] ?? $this->getRecipeManagerService());
  15276.         if (isset($this->privates['App\\Repository\\Recipe\\RecipeRepository'])) {
  15277.             return $this->privates['App\\Repository\\Recipe\\RecipeRepository'];
  15278.         }
  15279.         return $this->privates['App\\Repository\\Recipe\\RecipeRepository'] = new \App\Repository\Recipe\RecipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  15280.     }
  15281.     /**
  15282.      * Gets the private 'App\Repository\Recipe\RecipeTypeRepository' shared autowired service.
  15283.      *
  15284.      * @return \App\Repository\Recipe\RecipeTypeRepository
  15285.      */
  15286.     protected function getRecipeTypeRepositoryService()
  15287.     {
  15288.         include_once \dirname(__DIR__4).'/src/Repository/Recipe/RecipeTypeRepository.php';
  15289.         return $this->privates['App\\Repository\\Recipe\\RecipeTypeRepository'] = new \App\Repository\Recipe\RecipeTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15290.     }
  15291.     /**
  15292.      * Gets the private 'App\Repository\Security\PermissionRepository' shared autowired service.
  15293.      *
  15294.      * @return \App\Repository\Security\PermissionRepository
  15295.      */
  15296.     protected function getPermissionRepositoryService()
  15297.     {
  15298.         include_once \dirname(__DIR__4).'/src/Repository/Security/PermissionRepository.php';
  15299.         return $this->privates['App\\Repository\\Security\\PermissionRepository'] = new \App\Repository\Security\PermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15300.     }
  15301.     /**
  15302.      * Gets the private 'App\Repository\Security\ProfileRepository' shared autowired service.
  15303.      *
  15304.      * @return \App\Repository\Security\ProfileRepository
  15305.      */
  15306.     protected function getProfileRepositoryService()
  15307.     {
  15308.         include_once \dirname(__DIR__4).'/src/Repository/Security/ProfileRepository.php';
  15309.         return $this->privates['App\\Repository\\Security\\ProfileRepository'] = new \App\Repository\Security\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15310.     }
  15311.     /**
  15312.      * Gets the private 'App\Repository\Segmentation\RegionRepository' shared autowired service.
  15313.      *
  15314.      * @return \App\Repository\Segmentation\RegionRepository
  15315.      */
  15316.     protected function getRegionRepositoryService()
  15317.     {
  15318.         include_once \dirname(__DIR__4).'/src/Repository/Segmentation/RegionRepository.php';
  15319.         return $this->privates['App\\Repository\\Segmentation\\RegionRepository'] = new \App\Repository\Segmentation\RegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15320.     }
  15321.     /**
  15322.      * Gets the private 'App\Repository\SliderRepository' shared autowired service.
  15323.      *
  15324.      * @return \App\Repository\SliderRepository
  15325.      */
  15326.     protected function getSliderRepositoryService()
  15327.     {
  15328.         include_once \dirname(__DIR__4).'/src/Repository/SliderRepository.php';
  15329.         return $this->privates['App\\Repository\\SliderRepository'] = new \App\Repository\SliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15330.     }
  15331.     /**
  15332.      * Gets the private 'App\Repository\Sogec\PromotionRepository' shared autowired service.
  15333.      *
  15334.      * @return \App\Repository\Sogec\PromotionRepository
  15335.      */
  15336.     protected function getPromotionRepositoryService()
  15337.     {
  15338.         include_once \dirname(__DIR__4).'/src/Repository/Sogec/PromotionRepository.php';
  15339.         return $this->privates['App\\Repository\\Sogec\\PromotionRepository'] = new \App\Repository\Sogec\PromotionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15340.     }
  15341.     /**
  15342.      * Gets the private 'App\Repository\Sponsorship\SponsorshipRequestRepository' shared autowired service.
  15343.      *
  15344.      * @return \App\Repository\Sponsorship\SponsorshipRequestRepository
  15345.      */
  15346.     protected function getSponsorshipRequestRepositoryService()
  15347.     {
  15348.         include_once \dirname(__DIR__4).'/src/Repository/Sponsorship/SponsorshipRequestRepository.php';
  15349.         return $this->privates['App\\Repository\\Sponsorship\\SponsorshipRequestRepository'] = new \App\Repository\Sponsorship\SponsorshipRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15350.     }
  15351.     /**
  15352.      * Gets the private 'App\Repository\StateRepository' shared autowired service.
  15353.      *
  15354.      * @return \App\Repository\StateRepository
  15355.      */
  15356.     protected function getStateRepositoryService()
  15357.     {
  15358.         include_once \dirname(__DIR__4).'/src/Repository/StateRepository.php';
  15359.         return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15360.     }
  15361.     /**
  15362.      * Gets the private 'App\Repository\Tag\BlogTagRepository' shared autowired service.
  15363.      *
  15364.      * @return \App\Repository\Tag\BlogTagRepository
  15365.      */
  15366.     protected function getBlogTagRepositoryService()
  15367.     {
  15368.         include_once \dirname(__DIR__4).'/src/Repository/Tag/BlogTagRepository.php';
  15369.         return $this->privates['App\\Repository\\Tag\\BlogTagRepository'] = new \App\Repository\Tag\BlogTagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15370.     }
  15371.     /**
  15372.      * Gets the private 'App\Repository\Tag\TagRepository' shared autowired service.
  15373.      *
  15374.      * @return \App\Repository\Tag\TagRepository
  15375.      */
  15376.     protected function getTagRepositoryService()
  15377.     {
  15378.         include_once \dirname(__DIR__4).'/src/Repository/Tag/TagRepository.php';
  15379.         return $this->privates['App\\Repository\\Tag\\TagRepository'] = new \App\Repository\Tag\TagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15380.     }
  15381.     /**
  15382.      * Gets the private 'App\Repository\Tas\TasAutoRepository' shared autowired service.
  15383.      *
  15384.      * @return \App\Repository\Tas\TasAutoRepository
  15385.      */
  15386.     protected function getTasAutoRepositoryService()
  15387.     {
  15388.         include_once \dirname(__DIR__4).'/src/Repository/Tas/TasAutoRepository.php';
  15389.         return $this->privates['App\\Repository\\Tas\\TasAutoRepository'] = new \App\Repository\Tas\TasAutoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15390.     }
  15391.     /**
  15392.      * Gets the private 'App\Repository\Tas\TasDrawRepository' shared autowired service.
  15393.      *
  15394.      * @return \App\Repository\Tas\TasDrawRepository
  15395.      */
  15396.     protected function getTasDrawRepositoryService()
  15397.     {
  15398.         include_once \dirname(__DIR__4).'/src/Repository/Tas/TasDrawRepository.php';
  15399.         return $this->privates['App\\Repository\\Tas\\TasDrawRepository'] = new \App\Repository\Tas\TasDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15400.     }
  15401.     /**
  15402.      * Gets the private 'App\Repository\Tas\TasRepository' shared autowired service.
  15403.      *
  15404.      * @return \App\Repository\Tas\TasRepository
  15405.      */
  15406.     protected function getTasRepositoryService()
  15407.     {
  15408.         include_once \dirname(__DIR__4).'/src/Repository/Tas/TasRepository.php';
  15409.         return $this->privates['App\\Repository\\Tas\\TasRepository'] = new \App\Repository\Tas\TasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15410.     }
  15411.     /**
  15412.      * Gets the private 'App\Repository\TokenCrmRepository' shared autowired service.
  15413.      *
  15414.      * @return \App\Repository\TokenCrmRepository
  15415.      */
  15416.     protected function getTokenCrmRepositoryService()
  15417.     {
  15418.         include_once \dirname(__DIR__4).'/src/Repository/TokenCrmRepository.php';
  15419.         return $this->privates['App\\Repository\\TokenCrmRepository'] = new \App\Repository\TokenCrmRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15420.     }
  15421.     /**
  15422.      * Gets the private 'App\Repository\TokenRepository' shared autowired service.
  15423.      *
  15424.      * @return \App\Repository\TokenRepository
  15425.      */
  15426.     protected function getTokenRepositoryService()
  15427.     {
  15428.         include_once \dirname(__DIR__4).'/src/Repository/TokenRepository.php';
  15429.         return $this->privates['App\\Repository\\TokenRepository'] = new \App\Repository\TokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15430.     }
  15431.     /**
  15432.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  15433.      *
  15434.      * @return \App\Repository\UserRepository
  15435.      */
  15436.     protected function getUserRepositoryService()
  15437.     {
  15438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  15439.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  15440.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15441.     }
  15442.     /**
  15443.      * Gets the private 'App\Repository\User\Address\AddressRepository' shared autowired service.
  15444.      *
  15445.      * @return \App\Repository\User\Address\AddressRepository
  15446.      */
  15447.     protected function getAddressRepositoryService()
  15448.     {
  15449.         include_once \dirname(__DIR__4).'/src/Repository/User/Address/AddressRepository.php';
  15450.         return $this->privates['App\\Repository\\User\\Address\\AddressRepository'] = new \App\Repository\User\Address\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15451.     }
  15452.     /**
  15453.      * Gets the private 'App\Repository\User\Address\DeliveryRepository' shared autowired service.
  15454.      *
  15455.      * @return \App\Repository\User\Address\DeliveryRepository
  15456.      */
  15457.     protected function getDeliveryRepositoryService()
  15458.     {
  15459.         include_once \dirname(__DIR__4).'/src/Repository/User/Address/DeliveryRepository.php';
  15460.         return $this->privates['App\\Repository\\User\\Address\\DeliveryRepository'] = new \App\Repository\User\Address\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15461.     }
  15462.     /**
  15463.      * Gets the private 'App\Repository\User\Address\HomeRepository' shared autowired service.
  15464.      *
  15465.      * @return \App\Repository\User\Address\HomeRepository
  15466.      */
  15467.     protected function getHomeRepositoryService()
  15468.     {
  15469.         include_once \dirname(__DIR__4).'/src/Repository/User/Address/HomeRepository.php';
  15470.         return $this->privates['App\\Repository\\User\\Address\\HomeRepository'] = new \App\Repository\User\Address\HomeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15471.     }
  15472.     /**
  15473.      * Gets the private 'App\Repository\User\Address\OrderRepository' shared autowired service.
  15474.      *
  15475.      * @return \App\Repository\User\Address\OrderRepository
  15476.      */
  15477.     protected function getOrderRepository2Service()
  15478.     {
  15479.         include_once \dirname(__DIR__4).'/src/Repository/User/Address/OrderRepository.php';
  15480.         return $this->privates['App\\Repository\\User\\Address\\OrderRepository'] = new \App\Repository\User\Address\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15481.     }
  15482.     /**
  15483.      * Gets the private 'App\Repository\User\AdminRepository' shared autowired service.
  15484.      *
  15485.      * @return \App\Repository\User\AdminRepository
  15486.      */
  15487.     protected function getAdminRepositoryService()
  15488.     {
  15489.         include_once \dirname(__DIR__4).'/src/Repository/User/AdminRepository.php';
  15490.         return $this->privates['App\\Repository\\User\\AdminRepository'] = new \App\Repository\User\AdminRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15491.     }
  15492.     /**
  15493.      * Gets the private 'App\Repository\User\CarrierRepository' shared autowired service.
  15494.      *
  15495.      * @return \App\Repository\User\CarrierRepository
  15496.      */
  15497.     protected function getCarrierRepositoryService()
  15498.     {
  15499.         include_once \dirname(__DIR__4).'/src/Repository/User/CarrierRepository.php';
  15500.         return $this->privates['App\\Repository\\User\\CarrierRepository'] = new \App\Repository\User\CarrierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15501.     }
  15502.     /**
  15503.      * Gets the private 'App\Repository\User\ConsumerRepository' shared autowired service.
  15504.      *
  15505.      * @return \App\Repository\User\ConsumerRepository
  15506.      */
  15507.     protected function getConsumerRepositoryService()
  15508.     {
  15509.         include_once \dirname(__DIR__4).'/src/Repository/User/ConsumerRepository.php';
  15510.         return $this->privates['App\\Repository\\User\\ConsumerRepository'] = new \App\Repository\User\ConsumerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Participation\\ParticipationRepository'] ?? $this->getParticipationRepositoryService()));
  15511.     }
  15512.     /**
  15513.      * Gets the private 'App\Repository\User\IdentityRepository' shared autowired service.
  15514.      *
  15515.      * @return \App\Repository\User\IdentityRepository
  15516.      */
  15517.     protected function getIdentityRepositoryService()
  15518.     {
  15519.         include_once \dirname(__DIR__4).'/src/Repository/User/IdentityRepository.php';
  15520.         return $this->privates['App\\Repository\\User\\IdentityRepository'] = new \App\Repository\User\IdentityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15521.     }
  15522.     /**
  15523.      * Gets the private 'App\Repository\User\Payment\IbanRepository' shared autowired service.
  15524.      *
  15525.      * @return \App\Repository\User\Payment\IbanRepository
  15526.      */
  15527.     protected function getIbanRepositoryService()
  15528.     {
  15529.         include_once \dirname(__DIR__4).'/src/Repository/User/Payment/IbanRepository.php';
  15530.         return $this->privates['App\\Repository\\User\\Payment\\IbanRepository'] = new \App\Repository\User\Payment\IbanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15531.     }
  15532.     /**
  15533.      * Gets the private 'App\Repository\User\ReferentRepository' shared autowired service.
  15534.      *
  15535.      * @return \App\Repository\User\ReferentRepository
  15536.      */
  15537.     protected function getReferentRepositoryService()
  15538.     {
  15539.         include_once \dirname(__DIR__4).'/src/Repository/User/ReferentRepository.php';
  15540.         return $this->privates['App\\Repository\\User\\ReferentRepository'] = new \App\Repository\User\ReferentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15541.     }
  15542.     /**
  15543.      * Gets the private 'App\Repository\User\StrateRepository' shared autowired service.
  15544.      *
  15545.      * @return \App\Repository\User\StrateRepository
  15546.      */
  15547.     protected function getStrateRepositoryService()
  15548.     {
  15549.         include_once \dirname(__DIR__4).'/src/Repository/User/StrateRepository.php';
  15550.         return $this->privates['App\\Repository\\User\\StrateRepository'] = new \App\Repository\User\StrateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15551.     }
  15552.     /**
  15553.      * Gets the private 'App\Repository\WebsiteParams\GameParamsRepository' shared autowired service.
  15554.      *
  15555.      * @return \App\Repository\WebsiteParams\GameParamsRepository
  15556.      */
  15557.     protected function getGameParamsRepositoryService()
  15558.     {
  15559.         include_once \dirname(__DIR__4).'/src/Repository/WebsiteParams/GameParamsRepository.php';
  15560.         return $this->privates['App\\Repository\\WebsiteParams\\GameParamsRepository'] = new \App\Repository\WebsiteParams\GameParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15561.     }
  15562.     /**
  15563.      * Gets the private 'App\Repository\WebsiteParams\ModuleParamsRepository' shared autowired service.
  15564.      *
  15565.      * @return \App\Repository\WebsiteParams\ModuleParamsRepository
  15566.      */
  15567.     protected function getModuleParamsRepositoryService()
  15568.     {
  15569.         include_once \dirname(__DIR__4).'/src/Repository/WebsiteParams/ModuleParamsRepository.php';
  15570.         return $this->privates['App\\Repository\\WebsiteParams\\ModuleParamsRepository'] = new \App\Repository\WebsiteParams\ModuleParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15571.     }
  15572.     /**
  15573.      * Gets the private 'App\Repository\WebsiteParams\WebsiteParamsRepository' shared autowired service.
  15574.      *
  15575.      * @return \App\Repository\WebsiteParams\WebsiteParamsRepository
  15576.      */
  15577.     protected function getWebsiteParamsRepositoryService()
  15578.     {
  15579.         include_once \dirname(__DIR__4).'/src/Repository/WebsiteParams/WebsiteParamsRepository.php';
  15580.         return $this->privates['App\\Repository\\WebsiteParams\\WebsiteParamsRepository'] = new \App\Repository\WebsiteParams\WebsiteParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15581.     }
  15582.     /**
  15583.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  15584.      *
  15585.      * @return \App\Security\LoginFormAuthenticator
  15586.      */
  15587.     protected function getLoginFormAuthenticatorService()
  15588.     {
  15589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  15590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  15591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  15592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  15593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  15594.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  15595.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15596.         if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
  15597.             return $this->privates['App\\Security\\LoginFormAuthenticator'];
  15598.         }
  15599.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  15600.     }
  15601.     /**
  15602.      * Gets the private 'App\Service\Api\Billy\BillyCallService' shared autowired service.
  15603.      *
  15604.      * @return \App\Service\Api\Billy\BillyCallService
  15605.      */
  15606.     protected function getBillyCallServiceService()
  15607.     {
  15608.         include_once \dirname(__DIR__4).'/src/Service/Api/Billy/BillyCallService.php';
  15609.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15610.         if (isset($this->privates['App\\Service\\Api\\Billy\\BillyCallService'])) {
  15611.             return $this->privates['App\\Service\\Api\\Billy\\BillyCallService'];
  15612.         }
  15613.         return $this->privates['App\\Service\\Api\\Billy\\BillyCallService'] = new \App\Service\Api\Billy\BillyCallService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  15614.     }
  15615.     /**
  15616.      * Gets the private 'App\Service\Api\Coupon\MultiOfferCouponService' shared autowired service.
  15617.      *
  15618.      * @return \App\Service\Api\Coupon\MultiOfferCouponService
  15619.      */
  15620.     protected function getMultiOfferCouponServiceService()
  15621.     {
  15622.         include_once \dirname(__DIR__4).'/src/Service/Api/Coupon/CouponServiceInterface.php';
  15623.         include_once \dirname(__DIR__4).'/src/Service/Api/Coupon/MultiOfferCouponService.php';
  15624.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15625.         if (isset($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'])) {
  15626.             return $this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'];
  15627.         }
  15628.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15629.         if (isset($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'])) {
  15630.             return $this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'];
  15631.         }
  15632.         return $this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] = new \App\Service\Api\Coupon\MultiOfferCouponService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$b);
  15633.     }
  15634.     /**
  15635.      * Gets the private 'App\Service\Api\Isoskele\Isoskele' shared autowired service.
  15636.      *
  15637.      * @return \App\Service\Api\Isoskele\Isoskele
  15638.      */
  15639.     protected function getIsoskeleService()
  15640.     {
  15641.         include_once \dirname(__DIR__4).'/src/Service/Api/Isoskele/Isoskele.php';
  15642.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15643.         if (isset($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'])) {
  15644.             return $this->privates['App\\Service\\Api\\Isoskele\\Isoskele'];
  15645.         }
  15646.         $b = ($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] ?? $this->getHTTPRequestLogManagerService());
  15647.         if (isset($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'])) {
  15648.             return $this->privates['App\\Service\\Api\\Isoskele\\Isoskele'];
  15649.         }
  15650.         return $this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] = new \App\Service\Api\Isoskele\Isoskele($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
  15651.     }
  15652.     /**
  15653.      * Gets the private 'App\Service\Api\MultiOffer\MultiOfferService' shared autowired service.
  15654.      *
  15655.      * @return \App\Service\Api\MultiOffer\MultiOfferService
  15656.      */
  15657.     protected function getMultiOfferServiceService()
  15658.     {
  15659.         include_once \dirname(__DIR__4).'/src/Service/Api/MultiOffer/MultiOfferService.php';
  15660.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  15661.         $a = ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService());
  15662.         if (isset($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'])) {
  15663.             return $this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'];
  15664.         }
  15665.         return $this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] = new \App\Service\Api\MultiOffer\MultiOfferService($a, ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  15666.     }
  15667.     /**
  15668.      * Gets the private 'App\Service\Api\Odr\MultiOfferOdrService' shared autowired service.
  15669.      *
  15670.      * @return \App\Service\Api\Odr\MultiOfferOdrService
  15671.      */
  15672.     protected function getMultiOfferOdrServiceService()
  15673.     {
  15674.         include_once \dirname(__DIR__4).'/src/Service/Api/Odr/OdrServiceInterface.php';
  15675.         include_once \dirname(__DIR__4).'/src/Service/Api/Odr/MultiOfferOdrService.php';
  15676.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  15677.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15678.         if (isset($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'])) {
  15679.             return $this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'];
  15680.         }
  15681.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15682.         if (isset($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'])) {
  15683.             return $this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'];
  15684.         }
  15685.         return $this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] = new \App\Service\Api\Odr\MultiOfferOdrService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$b, ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
  15686.     }
  15687.     /**
  15688.      * Gets the private 'App\Service\Api\SalesForce\Salesforce' shared autowired service.
  15689.      *
  15690.      * @return \App\Service\Api\SalesForce\Salesforce
  15691.      */
  15692.     protected function getSalesforceService()
  15693.     {
  15694.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesForce/Salesforce.php';
  15695.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15696.         if (isset($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'])) {
  15697.             return $this->privates['App\\Service\\Api\\SalesForce\\Salesforce'];
  15698.         }
  15699.         $b = ($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] ?? $this->getHTTPRequestLogManagerService());
  15700.         if (isset($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'])) {
  15701.             return $this->privates['App\\Service\\Api\\SalesForce\\Salesforce'];
  15702.         }
  15703.         return $this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] = new \App\Service\Api\SalesForce\Salesforce($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
  15704.     }
  15705.     /**
  15706.      * Gets the private 'App\Service\Api\Shannon\Shannon' shared autowired service.
  15707.      *
  15708.      * @return \App\Service\Api\Shannon\Shannon
  15709.      */
  15710.     protected function getShannonService()
  15711.     {
  15712.         include_once \dirname(__DIR__4).'/src/Service/Api/Shannon/Shannon.php';
  15713.         include_once \dirname(__DIR__4).'/src/Service/Api/Shannon/Participation/ParticipationSerializer.php';
  15714.         include_once \dirname(__DIR__4).'/src/Service/Api/Shannon/User/UserSerializer.php';
  15715.         include_once \dirname(__DIR__4).'/src/Service/CodeEncryption.php';
  15716.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15717.         if (isset($this->privates['App\\Service\\Api\\Shannon\\Shannon'])) {
  15718.             return $this->privates['App\\Service\\Api\\Shannon\\Shannon'];
  15719.         }
  15720.         $b = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
  15721.         if (isset($this->privates['App\\Service\\Api\\Shannon\\Shannon'])) {
  15722.             return $this->privates['App\\Service\\Api\\Shannon\\Shannon'];
  15723.         }
  15724.         $c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  15725.         return $this->privates['App\\Service\\Api\\Shannon\\Shannon'] = new \App\Service\Api\Shannon\Shannon($this->getEnv('API_SHANNON_URL'), $this->getEnv('API_SHANNON_LOGIN'), $this->getEnv('API_SHANNON_PASSWORD'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, new \App\Service\Api\Shannon\Participation\ParticipationSerializer($c, ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), $b), new \App\Service\Api\Shannon\User\UserSerializer($c), ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()));
  15726.     }
  15727.     /**
  15728.      * Gets the private 'App\Service\SendInBlue' shared autowired service.
  15729.      *
  15730.      * @return \App\Service\SendInBlue
  15731.      */
  15732.     protected function getSendInBlueService()
  15733.     {
  15734.         include_once \dirname(__DIR__4).'/src/Service/SendInBlue.php';
  15735.         return $this->privates['App\\Service\\SendInBlue'] = new \App\Service\SendInBlue(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15736.     }
  15737.     /**
  15738.      * Gets the private 'App\Service\Validator' shared autowired service.
  15739.      *
  15740.      * @return \App\Service\Validator
  15741.      */
  15742.     protected function getValidator2Service()
  15743.     {
  15744.         include_once \dirname(__DIR__4).'/src/Service/Validator.php';
  15745.         return $this->privates['App\\Service\\Validator'] = new \App\Service\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15746.     }
  15747.     /**
  15748.      * Gets the private 'App\Service\WebsiteParams\ModuleParamsManager' shared autowired service.
  15749.      *
  15750.      * @return \App\Service\WebsiteParams\ModuleParamsManager
  15751.      */
  15752.     protected function getModuleParamsManagerService()
  15753.     {
  15754.         include_once \dirname(__DIR__4).'/src/Service/WebsiteParams/ModuleParamsManager.php';
  15755.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15756.         if (isset($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'])) {
  15757.             return $this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'];
  15758.         }
  15759.         return $this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] = new \App\Service\WebsiteParams\ModuleParamsManager(($this->privates['App\\Repository\\WebsiteParams\\ModuleParamsRepository'] ?? $this->getModuleParamsRepositoryService()), $a);
  15760.     }
  15761.     /**
  15762.      * Gets the private 'App\Validator\Constraints\FileColumnValidator' shared autowired service.
  15763.      *
  15764.      * @return \App\Validator\Constraints\FileColumnValidator
  15765.      */
  15766.     protected function getFileColumnValidatorService()
  15767.     {
  15768.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15769.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15770.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/FileValidator.php';
  15771.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/FileColumnValidator.php';
  15772.         return $this->privates['App\\Validator\\Constraints\\FileColumnValidator'] = new \App\Validator\Constraints\FileColumnValidator();
  15773.     }
  15774.     /**
  15775.      * Gets the private 'App\Validator\Constraints\OverlappingDateValidator' shared autowired service.
  15776.      *
  15777.      * @return \App\Validator\Constraints\OverlappingDateValidator
  15778.      */
  15779.     protected function getOverlappingDateValidatorService()
  15780.     {
  15781.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15782.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15783.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/OverlappingDateValidator.php';
  15784.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15785.         if (isset($this->privates['App\\Validator\\Constraints\\OverlappingDateValidator'])) {
  15786.             return $this->privates['App\\Validator\\Constraints\\OverlappingDateValidator'];
  15787.         }
  15788.         return $this->privates['App\\Validator\\Constraints\\OverlappingDateValidator'] = new \App\Validator\Constraints\OverlappingDateValidator($a);
  15789.     }
  15790.     /**
  15791.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  15792.      *
  15793.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  15794.      */
  15795.     protected function getManagerRegistryAwareConnectionProviderService()
  15796.     {
  15797.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  15798.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  15799.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  15800.     }
  15801.     /**
  15802.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  15803.      *
  15804.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  15805.      */
  15806.     protected function getRunSqlCommandService()
  15807.     {
  15808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15809.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  15810.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  15811.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  15812.         $instance->setName('dbal:run-sql');
  15813.         return $instance;
  15814.     }
  15815.     /**
  15816.      * Gets the private 'Gedmo\Loggable\LoggableListener' shared autowired service.
  15817.      *
  15818.      * @return \Gedmo\Loggable\LoggableListener
  15819.      */
  15820.     protected function getLoggableListenerService()
  15821.     {
  15822.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15823.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  15824.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  15825.         $this->privates['Gedmo\\Loggable\\LoggableListener'] = $instance = new \Gedmo\Loggable\LoggableListener();
  15826.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15827.         return $instance;
  15828.     }
  15829.     /**
  15830.      * Gets the private 'KevinPapst\AdminLTEBundle\Menu\MenuBuilder' shared service.
  15831.      *
  15832.      * @return \KevinPapst\AdminLTEBundle\Menu\MenuBuilder
  15833.      */
  15834.     protected function getMenuBuilderService()
  15835.     {
  15836.         include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Menu/MenuBuilder.php';
  15837.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15838.         if (isset($this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'])) {
  15839.             return $this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'];
  15840.         }
  15841.         return $this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'] = new \KevinPapst\AdminLTEBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $a);
  15842.     }
  15843.     /**
  15844.      * Gets the private 'KevinPapst\AdminLTEBundle\Twig\EventsExtension' shared service.
  15845.      *
  15846.      * @return \KevinPapst\AdminLTEBundle\Twig\EventsExtension
  15847.      */
  15848.     protected function getEventsExtensionService()
  15849.     {
  15850.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15851.         include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Twig/EventsExtension.php';
  15852.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15853.         if (isset($this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'])) {
  15854.             return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'];
  15855.         }
  15856.         return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'] = new \KevinPapst\AdminLTEBundle\Twig\EventsExtension($a, ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()));
  15857.     }
  15858.     /**
  15859.      * Gets the private 'KevinPapst\AdminLTEBundle\Twig\RuntimeExtension' shared service.
  15860.      *
  15861.      * @return \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension
  15862.      */
  15863.     protected function getRuntimeExtensionService()
  15864.     {
  15865.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15866.         include_once \dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Twig/RuntimeExtension.php';
  15867.         return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension'] = new \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension(($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()), $this->parameters['admin_lte_theme.routes']);
  15868.     }
  15869.     /**
  15870.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  15871.      *
  15872.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  15873.      */
  15874.     protected function getResetAssetsEventListenerService()
  15875.     {
  15876.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  15877.     }
  15878.     /**
  15879.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  15880.      *
  15881.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  15882.      */
  15883.     protected function getCacheWarmer2Service()
  15884.     {
  15885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15886.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  15887.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  15888.     }
  15889.     /**
  15890.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  15891.      *
  15892.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  15893.      */
  15894.     protected function getUploaderExtensionRuntimeService()
  15895.     {
  15896.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15897.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  15898.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  15899.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  15900.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())));
  15901.     }
  15902.     /**
  15903.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  15904.      *
  15905.      * @return \Vich\UploaderBundle\Util\Transliterator
  15906.      */
  15907.     protected function getTransliteratorService()
  15908.     {
  15909.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  15910.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  15911.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  15912.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
  15913.     }
  15914.     /**
  15915.      * Gets the private 'admin_lte_theme.context_helper' shared service.
  15916.      *
  15917.      * @return \KevinPapst\AdminLTEBundle\Helper\ContextHelper
  15918.      */
  15919.     protected function getAdminLteTheme_ContextHelperService()
  15920.     {
  15921.         return $this->privates['admin_lte_theme.context_helper'] = new \KevinPapst\AdminLTEBundle\Helper\ContextHelper($this->parameters['admin_lte_theme.options']);
  15922.     }
  15923.     /**
  15924.      * Gets the private 'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  15925.      *
  15926.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  15927.      */
  15928.     protected function getAnnotatedAppEntityDetailsOperationDetailsMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  15929.     {
  15930.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  15931.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  15932.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  15933.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  15934.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  15935.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  15936.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  15937.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  15938.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  15939.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  15940.         return $this->privates['annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['endParticipationDateOdr' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  15941.     }
  15942.     /**
  15943.      * Gets the private 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  15944.      *
  15945.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  15946.      */
  15947.     protected function getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  15948.     {
  15949.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  15950.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  15951.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  15952.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  15953.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  15954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  15955.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  15956.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  15957.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  15958.         return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  15959.     }
  15960.     /**
  15961.      * Gets the private 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  15962.      *
  15963.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  15964.      */
  15965.     protected function getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  15966.     {
  15967.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  15968.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  15969.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  15970.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  15971.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  15972.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  15973.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  15974.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  15975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  15976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  15977.         return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['registerPosition' => 'ASC'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  15978.     }
  15979.     /**
  15980.      * Gets the private 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  15981.      *
  15982.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  15983.      */
  15984.     protected function getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  15985.     {
  15986.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  15987.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  15988.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  15989.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  15990.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  15991.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  15992.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  15993.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  15994.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  15995.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  15996.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  15997.         if (isset($this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  15998.             return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  15999.         }
  16000.         return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['place' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16001.     }
  16002.     /**
  16003.      * Gets the private 'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16004.      *
  16005.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16006.      */
  16007.     protected function getAnnotatedAppEntityOperationCouponApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16008.     {
  16009.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16010.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16011.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16012.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16013.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16014.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16015.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16016.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16017.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16018.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16019.         return $this->privates['annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null''billyStartDate' => 'exclude_null''billyEndDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16020.     }
  16021.     /**
  16022.      * Gets the private 'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16023.      *
  16024.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16025.      */
  16026.     protected function getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16027.     {
  16028.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16029.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16031.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16032.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16034.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16035.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16037.         return $this->privates['annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL'sogecSend' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16038.     }
  16039.     /**
  16040.      * Gets the private 'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16041.      *
  16042.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16043.      */
  16044.     protected function getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16045.     {
  16046.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16047.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16048.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16049.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16050.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16051.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16052.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16053.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16054.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16055.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16056.         return $this->privates['annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null''drawDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16057.     }
  16058.     /**
  16059.      * Gets the private 'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16060.      *
  16061.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16062.      */
  16063.     protected function getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16064.     {
  16065.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16066.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16067.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16068.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16069.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16070.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16071.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16072.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16074.         return $this->privates['annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL'requireUser' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16075.     }
  16076.     /**
  16077.      * Gets the private 'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16078.      *
  16079.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16080.      */
  16081.     protected function getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16082.     {
  16083.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16084.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16085.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16086.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16087.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16089.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16090.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16091.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16093.         return $this->privates['annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null''openingDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16094.     }
  16095.     /**
  16096.      * Gets the private 'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16097.      *
  16098.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16099.      */
  16100.     protected function getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16101.     {
  16102.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16103.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16104.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16105.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16106.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16107.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16108.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16109.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16110.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16111.         return $this->privates['annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16112.     }
  16113.     /**
  16114.      * Gets the private 'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16115.      *
  16116.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16117.      */
  16118.     protected function getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16119.     {
  16120.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16121.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16122.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16123.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16124.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16125.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16128.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16130.         return $this->privates['annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['billyStartDate' => 'exclude_null''billyEndDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16131.     }
  16132.     /**
  16133.      * Gets the private 'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16134.      *
  16135.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16136.      */
  16137.     protected function getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16138.     {
  16139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16141.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16142.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16143.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16144.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16145.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16146.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16147.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16148.         return $this->privates['annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL'receipt' => NULL'barCode' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16149.     }
  16150.     /**
  16151.      * Gets the private 'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16152.      *
  16153.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16154.      */
  16155.     protected function getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16156.     {
  16157.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16158.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16160.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16161.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16166.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16167.         return $this->privates['annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null''billyStartDate' => 'exclude_null''billyEndDate' => 'exclude_null''subscriptionEndDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16168.     }
  16169.     /**
  16170.      * Gets the private 'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  16171.      *
  16172.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  16173.      */
  16174.     protected function getAnnotatedAppEntityOperationOperationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  16175.     {
  16176.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16177.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16178.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16181.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16182.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16183.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  16184.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  16185.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  16186.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  16187.         if (isset($this->privates['annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  16188.             return $this->privates['annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  16189.         }
  16190.         return $this->privates['annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['state.label' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16191.     }
  16192.     /**
  16193.      * Gets the private 'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16194.      *
  16195.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16196.      */
  16197.     protected function getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16198.     {
  16199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16201.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16202.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16203.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16204.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16205.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16206.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16207.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16208.         return $this->privates['annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16209.     }
  16210.     /**
  16211.      * Gets the private 'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16212.      *
  16213.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16214.      */
  16215.     protected function getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16216.     {
  16217.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16218.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16219.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16220.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16221.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16222.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16223.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16224.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16225.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16226.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16227.         return $this->privates['annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16228.     }
  16229.     /**
  16230.      * Gets the private 'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  16231.      *
  16232.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  16233.      */
  16234.     protected function getAnnotatedAppEntityPursePurseApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  16235.     {
  16236.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16237.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16238.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16239.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16240.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16241.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  16244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  16245.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  16246.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  16247.         if (isset($this->privates['annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  16248.             return $this->privates['annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  16249.         }
  16250.         return $this->privates['annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['items.status' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16251.     }
  16252.     /**
  16253.      * Gets the private 'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16254.      *
  16255.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16256.      */
  16257.     protected function getAnnotatedAppEntityRecipeIngredientApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16258.     {
  16259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16260.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16261.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16262.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16263.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16264.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16265.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16266.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16267.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16268.         return $this->privates['annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['brand' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16269.     }
  16270.     /**
  16271.      * Gets the private 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16272.      *
  16273.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16274.      */
  16275.     protected function getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16276.     {
  16277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16280.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16281.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16282.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16283.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16284.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16285.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16286.         return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['promote' => NULL'online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16287.     }
  16288.     /**
  16289.      * Gets the private 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  16290.      *
  16291.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  16292.      */
  16293.     protected function getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  16294.     {
  16295.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16299.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16300.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16301.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16302.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  16303.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  16304.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  16305.         return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['position' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16306.     }
  16307.     /**
  16308.      * Gets the private 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  16309.      *
  16310.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  16311.      */
  16312.     protected function getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  16313.     {
  16314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16315.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16316.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16317.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16318.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16319.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16320.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16321.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  16322.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  16323.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  16324.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  16325.         if (isset($this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  16326.             return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  16327.         }
  16328.         return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''recipeType.name' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16329.     }
  16330.     /**
  16331.      * Gets the private 'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter' shared autowired service.
  16332.      *
  16333.      * @return \App\Filter\RecipeIngredientFilter
  16334.      */
  16335.     protected function getAnnotatedAppEntityRecipeRecipeAppFilterRecipeIngredientFilterService()
  16336.     {
  16337.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16338.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16339.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16340.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16341.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16342.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16344.         include_once \dirname(__DIR__4).'/src/Filter/RecipeIngredientFilter.php';
  16345.         return $this->privates['annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter'] = new \App\Filter\RecipeIngredientFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['recipeIngredients.ingredient.name' => NULL]);
  16346.     }
  16347.     /**
  16348.      * Gets the private 'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter' shared autowired service.
  16349.      *
  16350.      * @return \App\Filter\RecipeTypeFilter
  16351.      */
  16352.     protected function getAnnotatedAppEntityRecipeRecipeAppFilterRecipeTypeFilterService()
  16353.     {
  16354.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16355.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16356.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16357.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16358.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16359.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16360.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16361.         include_once \dirname(__DIR__4).'/src/Filter/RecipeTypeFilter.php';
  16362.         return $this->privates['annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter'] = new \App\Filter\RecipeTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['recipeType.name' => NULL]);
  16363.     }
  16364.     /**
  16365.      * Gets the private 'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16366.      *
  16367.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16368.      */
  16369.     protected function getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16370.     {
  16371.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16372.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16373.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16374.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16375.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16376.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16380.         return $this->privates['annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL'cible' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16381.     }
  16382.     /**
  16383.      * Gets the private 'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16384.      *
  16385.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16386.      */
  16387.     protected function getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16388.     {
  16389.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16390.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16391.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16392.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16393.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16394.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16395.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16397.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16399.         return $this->privates['annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16400.     }
  16401.     /**
  16402.      * Gets the private 'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  16403.      *
  16404.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  16405.      */
  16406.     protected function getAnnotatedAppEntityStateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  16407.     {
  16408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16409.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16410.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16413.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16414.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16415.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  16416.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  16417.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  16418.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  16419.         if (isset($this->privates['annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  16420.             return $this->privates['annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  16421.         }
  16422.         return $this->privates['annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['label' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16423.     }
  16424.     /**
  16425.      * Gets the private 'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16426.      *
  16427.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16428.      */
  16429.     protected function getAnnotatedAppEntityUserReferentApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16430.     {
  16431.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16432.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16433.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16434.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16435.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16436.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16440.         return $this->privates['annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16441.     }
  16442.     /**
  16443.      * Gets the private 'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  16444.      *
  16445.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  16446.      */
  16447.     protected function getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  16448.     {
  16449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16450.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16451.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16452.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16453.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16454.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16455.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  16457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  16458.         return $this->privates['annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16459.     }
  16460.     /**
  16461.      * Gets the private 'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  16462.      *
  16463.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  16464.      */
  16465.     protected function getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  16466.     {
  16467.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  16468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  16469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  16470.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  16471.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  16472.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  16473.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  16474.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  16475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  16476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  16477.         return $this->privates['annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null''endDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16478.     }
  16479.     /**
  16480.      * Gets the private 'annotations.cache_adapter' shared service.
  16481.      *
  16482.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  16483.      */
  16484.     protected function getAnnotations_CacheAdapterService()
  16485.     {
  16486.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  16487.     }
  16488.     /**
  16489.      * Gets the private 'annotations.cache_warmer' shared service.
  16490.      *
  16491.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  16492.      */
  16493.     protected function getAnnotations_CacheWarmerService()
  16494.     {
  16495.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  16498.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  16499.     }
  16500.     /**
  16501.      * Gets the private 'annotations.cached_reader' shared service.
  16502.      *
  16503.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  16504.      */
  16505.     protected function getAnnotations_CachedReaderService()
  16506.     {
  16507.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  16508.     }
  16509.     /**
  16510.      * Gets the private 'annotations.reader' shared service.
  16511.      *
  16512.      * @return \Doctrine\Common\Annotations\AnnotationReader
  16513.      */
  16514.     protected function getAnnotations_ReaderService()
  16515.     {
  16516.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  16517.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  16518.         $a->registerUniqueLoader('class_exists');
  16519.         $instance->addGlobalIgnoredName('required'$a);
  16520.         return $instance;
  16521.     }
  16522.     /**
  16523.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  16524.      *
  16525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16526.      */
  16527.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  16528.     {
  16529.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bB9uSNnEny'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16530.     }
  16531.     /**
  16532.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  16533.      *
  16534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16535.      */
  16536.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  16537.     {
  16538.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tqZp1Ph2EK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16539.     }
  16540.     /**
  16541.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  16542.      *
  16543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16544.      */
  16545.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  16546.     {
  16547.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7qIJbrqwQ-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16548.     }
  16549.     /**
  16550.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  16551.      *
  16552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16553.      */
  16554.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  16555.     {
  16556.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JXfIGd8duA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16557.     }
  16558.     /**
  16559.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  16560.      *
  16561.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16562.      */
  16563.     protected function getApiPlatform_Cache_RouteNameResolverService()
  16564.     {
  16565.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hgiHbxUOSP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16566.     }
  16567.     /**
  16568.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  16569.      *
  16570.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  16571.      */
  16572.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  16573.     {
  16574.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tG5DFiuG9R'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  16575.     }
  16576.     /**
  16577.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  16578.      *
  16579.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  16580.      */
  16581.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  16582.     {
  16583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  16584.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16585.     }
  16586.     /**
  16587.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  16588.      *
  16589.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  16590.      */
  16591.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  16592.     {
  16593.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  16594.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  16595.             yield => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
  16596.             yield => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
  16597.             yield => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  16598.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  16599.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  16600.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  16601.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  16602.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  16603.         }, 8));
  16604.     }
  16605.     /**
  16606.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  16607.      *
  16608.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  16609.      */
  16610.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  16611.     {
  16612.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  16613.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  16614.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  16615.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16616.         if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
  16617.             return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
  16618.         }
  16619.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, new RewindableGenerator(function () {
  16620.             yield => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
  16621.             yield => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
  16622.             yield => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  16623.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  16624.         }, 4), NULL);
  16625.     }
  16626.     /**
  16627.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  16628.      *
  16629.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  16630.      */
  16631.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  16632.     {
  16633.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  16634.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  16635.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16636.         if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
  16637.             return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
  16638.         }
  16639.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, new RewindableGenerator(function () {
  16640.             yield => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
  16641.             yield => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
  16642.             yield => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  16643.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  16644.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  16645.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  16646.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  16647.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  16648.         }, 8), new RewindableGenerator(function () {
  16649.             yield => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
  16650.             yield => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
  16651.             yield => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  16652.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  16653.         }, 4), NULL);
  16654.     }
  16655.     /**
  16656.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  16657.      *
  16658.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  16659.      */
  16660.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  16661.     {
  16662.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  16663.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  16664.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  16665.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  16666.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  16667.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16668.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'])) {
  16669.             return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'];
  16670.         }
  16671.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  16672.     }
  16673.     /**
  16674.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  16675.      *
  16676.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  16677.      */
  16678.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  16679.     {
  16680.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  16681.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  16682.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  16683.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  16684.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.filter'])) {
  16685.             return $this->privates['api_platform.doctrine.orm.query_extension.filter'];
  16686.         }
  16687.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  16688.     }
  16689.     /**
  16690.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  16691.      *
  16692.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  16693.      */
  16694.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  16695.     {
  16696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  16697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  16698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  16699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  16700.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  16701.     }
  16702.     /**
  16703.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  16704.      *
  16705.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  16706.      */
  16707.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  16708.     {
  16709.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  16710.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  16711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  16712.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  16713.     }
  16714.     /**
  16715.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  16716.      *
  16717.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  16718.      */
  16719.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  16720.     {
  16721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  16722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  16723.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  16724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  16725.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  16726.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  16727.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  16728.     }
  16729.     /**
  16730.      * Gets the private 'api_platform.filter_locator' shared service.
  16731.      *
  16732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16733.      */
  16734.     protected function getApiPlatform_FilterLocatorService()
  16735.     {
  16736.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16737.             'App\\Filter\\RecipeIngredientFilter' => ['privates''App\\Filter\\RecipeIngredientFilter''getRecipeIngredientFilterService'false],
  16738.             'App\\Filter\\RecipeTypeFilter' => ['privates''App\\Filter\\RecipeTypeFilter''getRecipeTypeFilterService'false],
  16739.             'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityDetailsOperationDetailsMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16740.             'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16741.             'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  16742.             'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  16743.             'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOperationCouponApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16744.             'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16745.             'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16746.             'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16747.             'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16748.             'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16749.             'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16750.             'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16751.             'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16752.             'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityOperationOperationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  16753.             'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16754.             'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16755.             'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityPursePurseApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  16756.             'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityRecipeIngredientApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16757.             'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16758.             'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  16759.             'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  16760.             'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter' => ['privates''annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter''getAnnotatedAppEntityRecipeRecipeAppFilterRecipeIngredientFilterService'false],
  16761.             'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter' => ['privates''annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter''getAnnotatedAppEntityRecipeRecipeAppFilterRecipeTypeFilterService'false],
  16762.             'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16763.             'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16764.             'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityStateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  16765.             'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityUserReferentApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16766.             'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  16767.             'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  16768.         ], [
  16769.             'App\\Filter\\RecipeIngredientFilter' => '?',
  16770.             'App\\Filter\\RecipeTypeFilter' => '?',
  16771.             'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16772.             'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16773.             'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  16774.             'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  16775.             'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16776.             'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16777.             'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16778.             'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16779.             'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16780.             'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16781.             'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16782.             'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16783.             'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16784.             'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  16785.             'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16786.             'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16787.             'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  16788.             'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16789.             'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16790.             'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  16791.             'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  16792.             'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter' => '?',
  16793.             'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter' => '?',
  16794.             'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16795.             'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16796.             'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  16797.             'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16798.             'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  16799.             'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  16800.         ]);
  16801.     }
  16802.     /**
  16803.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  16804.      *
  16805.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  16806.      */
  16807.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  16808.     {
  16809.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  16810.     }
  16811.     /**
  16812.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  16813.      *
  16814.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  16815.      */
  16816.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  16817.     {
  16818.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  16819.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  16820.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  16821.         }
  16822.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16823.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  16824.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  16825.         }
  16826.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  16827.     }
  16828.     /**
  16829.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  16830.      *
  16831.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  16832.      */
  16833.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  16834.     {
  16835.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  16836.     }
  16837.     /**
  16838.      * Gets the private 'api_platform.identifier.converter' shared service.
  16839.      *
  16840.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  16841.      */
  16842.     protected function getApiPlatform_Identifier_ConverterService()
  16843.     {
  16844.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16845.         if (isset($this->privates['api_platform.identifier.converter'])) {
  16846.             return $this->privates['api_platform.identifier.converter'];
  16847.         }
  16848.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $a, new RewindableGenerator(function () {
  16849.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  16850.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  16851.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
  16852.         }, 3));
  16853.     }
  16854.     /**
  16855.      * Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
  16856.      *
  16857.      * @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
  16858.      *
  16859.      * @deprecated Since api-platform/core 2.7: The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.
  16860.      */
  16861.     protected function getApiPlatform_Identifier_UuidNormalizerService()
  16862.     {
  16863.         trigger_deprecation('api-platform/core''2.7''The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.');
  16864.         return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
  16865.     }
  16866.     /**
  16867.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  16868.      *
  16869.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  16870.      */
  16871.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  16872.     {
  16873.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16874.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  16875.             return $this->privates['api_platform.identifiers_extractor.cached'];
  16876.         }
  16877.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  16878.         $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  16879.         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()), $a$b$ctrue), $b$c);
  16880.     }
  16881.     /**
  16882.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  16883.      *
  16884.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  16885.      *
  16886.      * @deprecated Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
  16887.      */
  16888.     protected function getApiPlatform_IriConverter_LegacyService()
  16889.     {
  16890.         trigger_deprecation('api-platform/core''2.7''Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');
  16891.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  16892.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  16893.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  16894.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16895.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  16896.             return $this->privates['api_platform.iri_converter.legacy'];
  16897.         }
  16898.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  16899.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  16900.             return $this->privates['api_platform.iri_converter.legacy'];
  16901.         }
  16902.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  16903.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  16904.             return $this->privates['api_platform.iri_converter.legacy'];
  16905.         }
  16906.         $d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
  16907.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  16908.             return $this->privates['api_platform.iri_converter.legacy'];
  16909.         }
  16910.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  16911.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a$b, 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($e)), $e, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $c$d, ($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()));
  16912.     }
  16913.     /**
  16914.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  16915.      *
  16916.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  16917.      */
  16918.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  16919.     {
  16920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  16922.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  16923.         $instance->setName('api:json-schema:generate');
  16924.         return $instance;
  16925.     }
  16926.     /**
  16927.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  16928.      *
  16929.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  16930.      */
  16931.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  16932.     {
  16933.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  16934.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  16935.         return $instance;
  16936.     }
  16937.     /**
  16938.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  16939.      *
  16940.      * @return \ApiPlatform\JsonLd\ContextBuilder
  16941.      */
  16942.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  16943.     {
  16944.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  16945.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  16946.             return $this->privates['api_platform.jsonld.context_builder'];
  16947.         }
  16948.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  16949.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a$b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($b));
  16950.     }
  16951.     /**
  16952.      * Gets the private 'api_platform.listener.exception' shared service.
  16953.      *
  16954.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  16955.      */
  16956.     protected function getApiPlatform_Listener_ExceptionService()
  16957.     {
  16958.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  16959.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  16960.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  16961.     }
  16962.     /**
  16963.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  16964.      *
  16965.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  16966.      */
  16967.     protected function getApiPlatform_Listener_Exception_ValidationService()
  16968.     {
  16969.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  16970.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  16971.         if (isset($this->privates['api_platform.listener.exception.validation'])) {
  16972.             return $this->privates['api_platform.listener.exception.validation'];
  16973.         }
  16974.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener($a$this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  16975.     }
  16976.     /**
  16977.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  16978.      *
  16979.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  16980.      */
  16981.     protected function getApiPlatform_Listener_Request_AddFormatService()
  16982.     {
  16983.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  16984.     }
  16985.     /**
  16986.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  16987.      *
  16988.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  16989.      */
  16990.     protected function getApiPlatform_Listener_Request_DeserializeService()
  16991.     {
  16992.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  16993.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  16994.             return $this->privates['api_platform.listener.request.deserialize'];
  16995.         }
  16996.         $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  16997.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  16998.             return $this->privates['api_platform.listener.request.deserialize'];
  16999.         }
  17000.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  17001.     }
  17002.     /**
  17003.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  17004.      *
  17005.      * @return \ApiPlatform\Core\EventListener\ReadListener
  17006.      */
  17007.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  17008.     {
  17009.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  17010.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  17011.             return $this->privates['api_platform.listener.request.read.legacy'];
  17012.         }
  17013.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  17014.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  17015.             return $this->privates['api_platform.listener.request.read.legacy'];
  17016.         }
  17017.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b, ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  17018.     }
  17019.     /**
  17020.      * Gets the private 'api_platform.listener.view.respond' shared service.
  17021.      *
  17022.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  17023.      */
  17024.     protected function getApiPlatform_Listener_View_RespondService()
  17025.     {
  17026.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  17027.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  17028.     }
  17029.     /**
  17030.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  17031.      *
  17032.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  17033.      */
  17034.     protected function getApiPlatform_Listener_View_SerializeService()
  17035.     {
  17036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  17037.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  17038.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  17039.             return $this->privates['api_platform.listener.view.serialize'];
  17040.         }
  17041.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  17042.     }
  17043.     /**
  17044.      * Gets the private 'api_platform.listener.view.validate' shared service.
  17045.      *
  17046.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  17047.      */
  17048.     protected function getApiPlatform_Listener_View_ValidateService()
  17049.     {
  17050.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  17051.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  17052.     }
  17053.     /**
  17054.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  17055.      *
  17056.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  17057.      */
  17058.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  17059.     {
  17060.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  17061.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  17062.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  17063.         }
  17064.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator($a), true);
  17065.     }
  17066.     /**
  17067.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  17068.      *
  17069.      * @return \ApiPlatform\Core\EventListener\WriteListener
  17070.      */
  17071.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  17072.     {
  17073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  17074.         $a = ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService());
  17075.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  17076.             return $this->privates['api_platform.listener.view.write.legacy'];
  17077.         }
  17078.         $b = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  17079.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  17080.             return $this->privates['api_platform.listener.view.write.legacy'];
  17081.         }
  17082.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  17083.     }
  17084.     /**
  17085.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  17086.      *
  17087.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  17088.      */
  17089.     protected function getApiPlatform_Messenger_DataPersisterService()
  17090.     {
  17091.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  17092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
  17093.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17094.         if (isset($this->privates['api_platform.messenger.data_persister'])) {
  17095.             return $this->privates['api_platform.messenger.data_persister'];
  17096.         }
  17097.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  17098.     }
  17099.     /**
  17100.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  17101.      *
  17102.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  17103.      */
  17104.     protected function getApiPlatform_Messenger_DataTransformerService()
  17105.     {
  17106.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  17107.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
  17108.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  17109.     }
  17110.     /**
  17111.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  17112.      *
  17113.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  17114.      */
  17115.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  17116.     {
  17117.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  17118.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  17119.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  17120.         }
  17121.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  17122.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  17123.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  17124.         }
  17125.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  17126.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, 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($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, 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($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  17127.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  17128.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  17129.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  17130.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  17131.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  17132.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  17133.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  17134.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  17135.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  17136.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  17137.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  17138.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  17139.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  17140.         }, 13)));
  17141.     }
  17142.     /**
  17143.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  17144.      *
  17145.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  17146.      */
  17147.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  17148.     {
  17149.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  17150.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  17151.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  17152.         }
  17153.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  17154.     }
  17155.     /**
  17156.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  17157.      *
  17158.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  17159.      */
  17160.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  17161.     {
  17162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  17163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  17164.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  17165.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  17166.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  17167.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  17168.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  17169.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  17170.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  17171.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  17172.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  17173.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  17174.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  17175.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  17176.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  17177.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  17178.         }, 13));
  17179.     }
  17180.     /**
  17181.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  17182.      *
  17183.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  17184.      */
  17185.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  17186.     {
  17187.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  17188.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  17189.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  17190.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  17191.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  17192.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  17193.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  17194.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  17195.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  17196.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  17197.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  17198.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  17199.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  17200.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  17201.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  17202.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  17203.         }, 13));
  17204.     }
  17205.     /**
  17206.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  17207.      *
  17208.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  17209.      */
  17210.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  17211.     {
  17212.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  17213.         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']));
  17214.     }
  17215.     /**
  17216.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  17217.      *
  17218.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  17219.      */
  17220.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  17221.     {
  17222.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  17223.     }
  17224.     /**
  17225.      * Gets the private 'api_platform.openapi.command' shared service.
  17226.      *
  17227.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  17228.      */
  17229.     protected function getApiPlatform_Openapi_CommandService()
  17230.     {
  17231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17232.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  17233.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  17234.         $instance->setName('api:openapi:export');
  17235.         return $instance;
  17236.     }
  17237.     /**
  17238.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  17239.      *
  17240.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  17241.      */
  17242.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  17243.     {
  17244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  17245.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  17246.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  17247.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'false'itemsPerPage'false'pagination'30NULLfalsefalse'partial'));
  17248.     }
  17249.     /**
  17250.      * Gets the private 'api_platform.openapi.options' shared service.
  17251.      *
  17252.      * @return \ApiPlatform\OpenApi\Options
  17253.      */
  17254.     protected function getApiPlatform_Openapi_OptionsService()
  17255.     {
  17256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  17257.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  17258.     }
  17259.     /**
  17260.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  17261.      *
  17262.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  17263.      */
  17264.     protected function getApiPlatform_OperationPathResolver_CustomService()
  17265.     {
  17266.         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()))));
  17267.     }
  17268.     /**
  17269.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  17270.      *
  17271.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  17272.      */
  17273.     protected function getApiPlatform_OperationPathResolver_RouterService()
  17274.     {
  17275.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  17276.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  17277.             return $this->privates['api_platform.operation_path_resolver.router'];
  17278.         }
  17279.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  17280.     }
  17281.     /**
  17282.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  17283.      *
  17284.      * @return \ApiPlatform\Api\ResourceClassResolver
  17285.      */
  17286.     protected function getApiPlatform_ResourceClassResolverService()
  17287.     {
  17288.         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()));
  17289.     }
  17290.     /**
  17291.      * Gets the private 'api_platform.router' shared service.
  17292.      *
  17293.      * @return \ApiPlatform\Symfony\Routing\Router
  17294.      */
  17295.     protected function getApiPlatform_RouterService()
  17296.     {
  17297.         $a = ($this->services['router'] ?? $this->getRouterService());
  17298.         if (isset($this->privates['api_platform.router'])) {
  17299.             return $this->privates['api_platform.router'];
  17300.         }
  17301.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  17302.     }
  17303.     /**
  17304.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  17305.      *
  17306.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  17307.      */
  17308.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  17309.     {
  17310.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  17311.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  17312.             return $this->privates['api_platform.security.listener.request.deny_access'];
  17313.         }
  17314.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  17315.     }
  17316.     /**
  17317.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  17318.      *
  17319.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  17320.      */
  17321.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  17322.     {
  17323.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  17324.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  17325.             return $this->privates['api_platform.security.resource_access_checker'];
  17326.         }
  17327.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  17328.     }
  17329.     /**
  17330.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  17331.      *
  17332.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  17333.      */
  17334.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  17335.     {
  17336.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  17337.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  17338.             return $this->privates['api_platform.serializer.context_builder.filter'];
  17339.         }
  17340.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  17341.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b$a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
  17342.     }
  17343.     /**
  17344.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  17345.      *
  17346.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  17347.      */
  17348.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  17349.     {
  17350.         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()))])));
  17351.     }
  17352.     /**
  17353.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  17354.      *
  17355.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  17356.      */
  17357.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  17358.     {
  17359.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  17360.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  17361.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  17362.         }
  17363.         $b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  17364.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  17365.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  17366.         }
  17367.         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()), $a, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $b));
  17368.     }
  17369.     /**
  17370.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  17371.      *
  17372.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  17373.      */
  17374.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  17375.     {
  17376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  17378.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  17379.         $instance->setName('api:swagger:export');
  17380.         return $instance;
  17381.     }
  17382.     /**
  17383.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  17384.      *
  17385.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  17386.      */
  17387.     protected function getApiPlatform_UpgradeResource_CommandService()
  17388.     {
  17389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17390.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  17391.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  17392.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  17393.         $instance->setName('api:upgrade-resource');
  17394.         return $instance;
  17395.     }
  17396.     /**
  17397.      * Gets the private 'api_platform.validator' shared service.
  17398.      *
  17399.      * @return \ApiPlatform\Symfony\Validator\Validator
  17400.      */
  17401.     protected function getApiPlatform_ValidatorService()
  17402.     {
  17403.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  17404.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  17405.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  17406.         if (isset($this->privates['api_platform.validator'])) {
  17407.             return $this->privates['api_platform.validator'];
  17408.         }
  17409.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator($a$this);
  17410.     }
  17411.     /**
  17412.      * Gets the private 'app.setup_knp_menu_listener' shared autowired service.
  17413.      *
  17414.      * @return \App\EventListener\KnpMenuBuilderListener
  17415.      */
  17416.     protected function getApp_SetupKnpMenuListenerService()
  17417.     {
  17418.         include_once \dirname(__DIR__4).'/src/EventListener/KnpMenuBuilderListener.php';
  17419.         $a = ($this->privates['App\\Manager\\KnpMenuManager'] ?? $this->getKnpMenuManagerService());
  17420.         if (isset($this->privates['app.setup_knp_menu_listener'])) {
  17421.             return $this->privates['app.setup_knp_menu_listener'];
  17422.         }
  17423.         return $this->privates['app.setup_knp_menu_listener'] = new \App\EventListener\KnpMenuBuilderListener($a);
  17424.     }
  17425.     /**
  17426.      * Gets the private 'assets.packages' shared service.
  17427.      *
  17428.      * @return \Symfony\Component\Asset\Packages
  17429.      */
  17430.     protected function getAssets_PackagesService()
  17431.     {
  17432.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17433.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  17434.             return new \EmptyIterator();
  17435.         }, 0));
  17436.     }
  17437.     /**
  17438.      * Gets the private 'cache.annotations' shared service.
  17439.      *
  17440.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17441.      */
  17442.     protected function getCache_AnnotationsService()
  17443.     {
  17444.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8ssh3iK-cM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  17445.     }
  17446.     /**
  17447.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  17448.      *
  17449.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17450.      */
  17451.     protected function getCache_Doctrine_Orm_Default_QueryService()
  17452.     {
  17453.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  17454.     }
  17455.     /**
  17456.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  17457.      *
  17458.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17459.      */
  17460.     protected function getCache_Doctrine_Orm_Default_ResultService()
  17461.     {
  17462.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  17463.     }
  17464.     /**
  17465.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  17466.      *
  17467.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17468.      */
  17469.     protected function getCache_Messenger_RestartWorkersSignalService()
  17470.     {
  17471.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XYNeVyftjF'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  17472.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17473.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  17474.     }
  17475.     /**
  17476.      * Gets the private 'cache.property_info' shared service.
  17477.      *
  17478.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17479.      */
  17480.     protected function getCache_PropertyInfoService()
  17481.     {
  17482.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Inze45FFtT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  17483.     }
  17484.     /**
  17485.      * Gets the private 'cache.security_expression_language' shared service.
  17486.      *
  17487.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17488.      */
  17489.     protected function getCache_SecurityExpressionLanguageService()
  17490.     {
  17491.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t8fDUDZcqX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  17492.     }
  17493.     /**
  17494.      * Gets the private 'cache.serializer' shared service.
  17495.      *
  17496.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17497.      */
  17498.     protected function getCache_SerializerService()
  17499.     {
  17500.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KlbkkULVnD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  17501.     }
  17502.     /**
  17503.      * Gets the private 'cache.validator' shared service.
  17504.      *
  17505.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17506.      */
  17507.     protected function getCache_ValidatorService()
  17508.     {
  17509.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oJm6+L3ift'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  17510.     }
  17511.     /**
  17512.      * Gets the private 'cache.webpack_encore' shared service.
  17513.      *
  17514.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17515.      */
  17516.     protected function getCache_WebpackEncoreService()
  17517.     {
  17518.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jSmXVI+XcQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  17519.     }
  17520.     /**
  17521.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  17522.      *
  17523.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  17524.      */
  17525.     protected function getCachePoolClearer_CacheWarmerService()
  17526.     {
  17527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  17529.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  17530.     }
  17531.     /**
  17532.      * Gets the private 'config_builder.warmer' shared service.
  17533.      *
  17534.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  17535.      */
  17536.     protected function getConfigBuilder_WarmerService()
  17537.     {
  17538.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  17540.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  17541.     }
  17542.     /**
  17543.      * Gets the private 'config_cache_factory' shared service.
  17544.      *
  17545.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  17546.      */
  17547.     protected function getConfigCacheFactoryService()
  17548.     {
  17549.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  17550.             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)));
  17551.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  17552.         }, 2));
  17553.     }
  17554.     /**
  17555.      * Gets the private 'console.command.about' shared service.
  17556.      *
  17557.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  17558.      */
  17559.     protected function getConsole_Command_AboutService()
  17560.     {
  17561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  17563.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  17564.         $instance->setName('about');
  17565.         $instance->setDescription('Display information about the current project');
  17566.         return $instance;
  17567.     }
  17568.     /**
  17569.      * Gets the private 'console.command.assets_install' shared service.
  17570.      *
  17571.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  17572.      */
  17573.     protected function getConsole_Command_AssetsInstallService()
  17574.     {
  17575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  17577.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17578.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  17579.         $instance->setName('assets:install');
  17580.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  17581.         return $instance;
  17582.     }
  17583.     /**
  17584.      * Gets the private 'console.command.cache_clear' shared service.
  17585.      *
  17586.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  17587.      */
  17588.     protected function getConsole_Command_CacheClearService()
  17589.     {
  17590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  17592.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17593.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  17594.         $instance->setName('cache:clear');
  17595.         $instance->setDescription('Clear the cache');
  17596.         return $instance;
  17597.     }
  17598.     /**
  17599.      * Gets the private 'console.command.cache_pool_clear' shared service.
  17600.      *
  17601.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  17602.      */
  17603.     protected function getConsole_Command_CachePoolClearService()
  17604.     {
  17605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  17607.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.cache.identifiers_extractor']);
  17608.         $instance->setName('cache:pool:clear');
  17609.         $instance->setDescription('Clear cache pools');
  17610.         return $instance;
  17611.     }
  17612.     /**
  17613.      * Gets the private 'console.command.cache_pool_delete' shared service.
  17614.      *
  17615.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  17616.      */
  17617.     protected function getConsole_Command_CachePoolDeleteService()
  17618.     {
  17619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  17621.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.cache.identifiers_extractor']);
  17622.         $instance->setName('cache:pool:delete');
  17623.         $instance->setDescription('Delete an item from a cache pool');
  17624.         return $instance;
  17625.     }
  17626.     /**
  17627.      * Gets the private 'console.command.cache_pool_list' shared service.
  17628.      *
  17629.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  17630.      */
  17631.     protected function getConsole_Command_CachePoolListService()
  17632.     {
  17633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  17635.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.cache.identifiers_extractor']);
  17636.         $instance->setName('cache:pool:list');
  17637.         $instance->setDescription('List available cache pools');
  17638.         return $instance;
  17639.     }
  17640.     /**
  17641.      * Gets the private 'console.command.cache_pool_prune' shared service.
  17642.      *
  17643.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  17644.      */
  17645.     protected function getConsole_Command_CachePoolPruneService()
  17646.     {
  17647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  17649.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  17650.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  17651.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  17652.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  17653.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  17654.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  17655.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  17656.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  17657.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  17658.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  17659.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  17660.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  17661.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  17662.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  17663.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  17664.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  17665.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  17666.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  17667.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  17668.         }, 18));
  17669.         $instance->setName('cache:pool:prune');
  17670.         $instance->setDescription('Prune cache pools');
  17671.         return $instance;
  17672.     }
  17673.     /**
  17674.      * Gets the private 'console.command.cache_warmup' shared service.
  17675.      *
  17676.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  17677.      */
  17678.     protected function getConsole_Command_CacheWarmupService()
  17679.     {
  17680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  17682.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  17683.         $instance->setName('cache:warmup');
  17684.         $instance->setDescription('Warm up an empty cache');
  17685.         return $instance;
  17686.     }
  17687.     /**
  17688.      * Gets the private 'console.command.config_debug' shared service.
  17689.      *
  17690.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  17691.      */
  17692.     protected function getConsole_Command_ConfigDebugService()
  17693.     {
  17694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  17699.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  17700.         $instance->setName('debug:config');
  17701.         $instance->setDescription('Dump the current configuration for an extension');
  17702.         return $instance;
  17703.     }
  17704.     /**
  17705.      * Gets the private 'console.command.config_dump_reference' shared service.
  17706.      *
  17707.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  17708.      */
  17709.     protected function getConsole_Command_ConfigDumpReferenceService()
  17710.     {
  17711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  17716.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  17717.         $instance->setName('config:dump-reference');
  17718.         $instance->setDescription('Dump the default configuration for an extension');
  17719.         return $instance;
  17720.     }
  17721.     /**
  17722.      * Gets the private 'console.command.container_debug' shared service.
  17723.      *
  17724.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  17725.      */
  17726.     protected function getConsole_Command_ContainerDebugService()
  17727.     {
  17728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17731.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  17732.         $instance->setName('debug:container');
  17733.         $instance->setDescription('Display current services for an application');
  17734.         return $instance;
  17735.     }
  17736.     /**
  17737.      * Gets the private 'console.command.container_lint' shared service.
  17738.      *
  17739.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  17740.      */
  17741.     protected function getConsole_Command_ContainerLintService()
  17742.     {
  17743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  17745.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  17746.         $instance->setName('lint:container');
  17747.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  17748.         return $instance;
  17749.     }
  17750.     /**
  17751.      * Gets the private 'console.command.debug_autowiring' shared service.
  17752.      *
  17753.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  17754.      */
  17755.     protected function getConsole_Command_DebugAutowiringService()
  17756.     {
  17757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  17761.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17762.         $instance->setName('debug:autowiring');
  17763.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  17764.         return $instance;
  17765.     }
  17766.     /**
  17767.      * Gets the private 'console.command.dotenv_debug' shared service.
  17768.      *
  17769.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  17770.      */
  17771.     protected function getConsole_Command_DotenvDebugService()
  17772.     {
  17773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17774.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  17775.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  17776.         $instance->setName('debug:dotenv');
  17777.         $instance->setDescription('Lists all dotenv files with variables and values');
  17778.         return $instance;
  17779.     }
  17780.     /**
  17781.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  17782.      *
  17783.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  17784.      */
  17785.     protected function getConsole_Command_EventDispatcherDebugService()
  17786.     {
  17787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  17789.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.HQGaOVb'] ?? $this->get_ServiceLocator_HQGaOVbService()));
  17790.         $instance->setName('debug:event-dispatcher');
  17791.         $instance->setDescription('Display configured listeners for an application');
  17792.         return $instance;
  17793.     }
  17794.     /**
  17795.      * Gets the private 'console.command.form_debug' shared service.
  17796.      *
  17797.      * @return \Symfony\Component\Form\Command\DebugCommand
  17798.      */
  17799.     protected function getConsole_Command_FormDebugService()
  17800.     {
  17801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  17803.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Blog'=> 'App\\Form\\Catalog'=> 'App\\Form'=> 'App\\Form\\Faq'=> 'App\\Form\\Knowledge'=> 'App\\Form\\MediaObject'=> 'App\\Form\\Operation\\Coupon'=> 'App\\Form\\Operation\\Draw'=> 'App\\Form\\Operation\\Game'10 => 'App\\Form\\Operation\\MultiOffer'11 => 'App\\Form\\Operation\\Odr'12 => 'App\\Form\\OperationCode'13 => 'App\\Form\\Participation'14 => 'App\\Form\\Recipe'15 => 'App\\Form\\Security'16 => 'App\\Form\\Slider'17 => 'App\\Form\\Sogec'18 => 'App\\Form\\Tag'19 => 'App\\Form\\Tas'20 => 'App\\Form\\User'21 => 'App\\Form\\WebsiteParams'22 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'23 => 'Vich\\UploaderBundle\\Form\\Type'24 => 'FOS\\CKEditorBundle\\Form\\Type'25 => 'Liip\\ImagineBundle\\Form\\Type'], [=> 'App\\Form\\Blog\\BlogSearchType'=> 'App\\Form\\Blog\\BlogType'=> 'App\\Form\\Blog\\MediaBlogType'=> 'App\\Form\\Blog\\MediaCodeGiftType'=> 'App\\Form\\Blog\\MediaThumbnailBlogType'=> 'App\\Form\\Catalog\\GiftCodeSearchType'=> 'App\\Form\\Catalog\\GiftLevelType'=> 'App\\Form\\Catalog\\GiftSearchType'=> 'App\\Form\\Catalog\\GiftType'=> 'App\\Form\\CookiesType'10 => 'App\\Form\\DisplayElementType'11 => 'App\\Form\\Faq\\FaqType'12 => 'App\\Form\\Knowledge\\KnowledgeResponseType'13 => 'App\\Form\\Knowledge\\KnowledgeType'14 => 'App\\Form\\MediaObject\\MediaCodeDrawType'15 => 'App\\Form\\MediaObject\\MediaCodeOdrType'16 => 'App\\Form\\MediaObject\\MediaGiftType'17 => 'App\\Form\\MediaObject\\MediaImageType'18 => 'App\\Form\\MediaObject\\MediaObjectType'19 => 'App\\Form\\MediaObject\\MediaParticipationType'20 => 'App\\Form\\MediaObject\\MediaPdfEditType'21 => 'App\\Form\\MediaObject\\MediaPdfType'22 => 'App\\Form\\MediaObject\\MediaPromotionType'23 => 'App\\Form\\MediaObject\\MediaThumbnailGiftType'24 => 'App\\Form\\MentionLegalType'25 => 'App\\Form\\MenuType'26 => 'App\\Form\\NewsletterSubscriptionType'27 => 'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType'28 => 'App\\Form\\Operation\\Coupon\\CouponSearchType'29 => 'App\\Form\\Operation\\Coupon\\CouponType'30 => 'App\\Form\\Operation\\Coupon\\DetailsCouponType'31 => 'App\\Form\\Operation\\Coupon\\MediaCouponType'32 => 'App\\Form\\Operation\\Draw\\DrawEmailType'33 => 'App\\Form\\Operation\\Draw\\DrawSearchType'34 => 'App\\Form\\Operation\\Draw\\DrawType'35 => 'App\\Form\\Operation\\Draw\\MediaDesktopDrawType'36 => 'App\\Form\\Operation\\Draw\\MediaMobileDrawType'37 => 'App\\Form\\Operation\\Draw\\MediaPdfDrawType'38 => 'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType'39 => 'App\\Form\\Operation\\Draw\\SogecEditDrawType'40 => 'App\\Form\\Operation\\Game\\GameSearchType'41 => 'App\\Form\\Operation\\Game\\GameType'42 => 'App\\Form\\Operation\\Game\\MediaGameType'43 => 'App\\Form\\Operation\\Game\\MediaMobileGameType'44 => 'App\\Form\\Operation\\MultiOffer\\DepartmentType'45 => 'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType'46 => 'App\\Form\\Operation\\MultiOffer\\EanType'47 => 'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType'48 => 'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType'49 => 'App\\Form\\Operation\\MultiOffer\\MultiOfferType'50 => 'App\\Form\\Operation\\Odr\\DetailsOdrType'51 => 'App\\Form\\Operation\\Odr\\MediaDesktopOdrType'52 => 'App\\Form\\Operation\\Odr\\MediaMobileOdrType'53 => 'App\\Form\\Operation\\Odr\\MediaPdfOdrType'54 => 'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType'55 => 'App\\Form\\Operation\\Odr\\OdrType'56 => 'App\\Form\\OperationCode\\DrawCodeSearchType'57 => 'App\\Form\\OperationCode\\OdrCodeSearchType'58 => 'App\\Form\\Participation\\ParticipationSearchType'59 => 'App\\Form\\PersonalDataType'60 => 'App\\Form\\Recipe\\IngredientOfferSearchType'61 => 'App\\Form\\Recipe\\IngredientSearchType'62 => 'App\\Form\\Recipe\\IngredientType'63 => 'App\\Form\\Recipe\\MediaRecipeType'64 => 'App\\Form\\Recipe\\RecipeFormType'65 => 'App\\Form\\Recipe\\RecipeIngredientType'66 => 'App\\Form\\Recipe\\RecipeSearchType'67 => 'App\\Form\\Recipe\\RecipeTypeFormType'68 => 'App\\Form\\RequestResetPasswordType'69 => 'App\\Form\\Security\\PermissionType'70 => 'App\\Form\\Security\\ProfileType'71 => 'App\\Form\\Slider\\MediaMobileSliderType'72 => 'App\\Form\\Slider\\MediaSliderType'73 => 'App\\Form\\Slider\\SliderType'74 => 'App\\Form\\Sogec\\MediaPdfDocumentationType'75 => 'App\\Form\\Sogec\\PromotionSearchType'76 => 'App\\Form\\Sogec\\PromotionType'77 => 'App\\Form\\Tag\\BlogTagSearchType'78 => 'App\\Form\\Tag\\BlogTagType'79 => 'App\\Form\\Tas\\TasSearchType'80 => 'App\\Form\\Tas\\TasType'81 => 'App\\Form\\User\\ConsumerSearchType'82 => 'App\\Form\\User\\IdentityType'83 => 'App\\Form\\User\\ReferentSearchType'84 => 'App\\Form\\User\\ReferentType'85 => 'App\\Form\\User\\ResetPasswordType'86 => 'App\\Form\\User\\StrateType'87 => 'App\\Form\\User\\UserSearchType'88 => 'App\\Form\\User\\UserType'89 => 'App\\Form\\UserType'90 => 'App\\Form\\WebsiteParams\\GameParamsType'91 => 'App\\Form\\WebsiteParams\\MediaGameParamsType'92 => 'App\\Form\\WebsiteParams\\ModuleParamsType'93 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'94 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'95 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'96 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'97 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'98 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'99 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'100 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'101 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17804.         $instance->setName('debug:form');
  17805.         $instance->setDescription('Display form type information');
  17806.         return $instance;
  17807.     }
  17808.     /**
  17809.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  17810.      *
  17811.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  17812.      */
  17813.     protected function getConsole_Command_MessengerConsumeMessagesService()
  17814.     {
  17815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17816.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  17817.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'async-email'=> 'async-purse'=> 'async-shannon'=> 'async-smp'=> 'async-refund'=> 'async-yeesss'=> 'async-salesforce'=> 'async-isoskele'=> 'async-gift-code'10 => 'async-operation-code'11 => 'async-import-referents'12 => 'failed'13 => 'sync'], NULL, [=> 'messenger.bus.default']);
  17818.         $instance->setName('messenger:consume');
  17819.         $instance->setDescription('Consume messages');
  17820.         return $instance;
  17821.     }
  17822.     /**
  17823.      * Gets the private 'console.command.messenger_debug' shared service.
  17824.      *
  17825.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  17826.      */
  17827.     protected function getConsole_Command_MessengerDebugService()
  17828.     {
  17829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  17831.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\CRM\\Isoskele\\SendCouponMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendCouponHandler'=> []]], 'App\\Message\\CRM\\Isoskele\\SendOdrPrimeMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendOdrPrimeHandler'=> []]], 'App\\Message\\CRM\\Isoskele\\SendOfferMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendOfferHandler'=> []]], 'App\\Message\\CRM\\Isoskele\\SendParticipationMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendParticipationHandler'=> []]], 'App\\Message\\CRM\\Isoskele\\SendParticipationOdrPrimeMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendParticipationOdrPrimeHandler'=> []]], 'App\\Message\\CRM\\Isoskele\\SendTasParticipationMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendTasParticipationHandler'=> []]], 'App\\Message\\CRM\\Isoskele\\SendUserInformationMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Isoskele\\SendUserInformationHandler'=> []]], 'App\\Message\\CRM\\Salesforce\\SendAccountMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Salesforce\\SendAccountHandler'=> []]], 'App\\Message\\CRM\\Salesforce\\SendContactMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Salesforce\\SendContactHandler'=> []]], 'App\\Message\\CRM\\Salesforce\\SendOdrMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Salesforce\\SendOdrHandler'=> []]], 'App\\Message\\CRM\\Salesforce\\SendParticipationOdrMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Salesforce\\SendParticipationOdrHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendCouponMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendCouponHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendMultiOdrParticipationMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendMultiOdrParticipationHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendNewsletterMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendNewsletterHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendProspectNewsletterMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendProspectNewsletterHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendStepBurnMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendStepBurnHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendStepEarnMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendStepEarnHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendUserFromImportMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendUserFromImportHandler'=> []]], 'App\\Message\\CRM\\Yeesss\\SendUserMessage' => [=> [=> 'App\\MessageHandler\\CRM\\Yeesss\\SendUserHandler'=> []]], 'App\\Entity\\Contact' => [=> [=> 'App\\MessageHandler\\Contact\\ContactHandler'=> []]], 'App\\Message\\Email\\SendContactEmailMessage' => [=> [=> 'App\\MessageHandler\\Contact\\SendContactEmailHandler'=> []]], 'App\\Message\\Email\\SendCodeForOdrParticipationConformedByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendCodeForOdrParticipationConformedByEmailHandler'=> []]], 'App\\Message\\Email\\SendConfirmationDeleteAccountByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendConfirmationDeleteAccountByEmailHandler'=> []]], 'App\\Message\\Email\\SendConfirmationDrawByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendConfirmationDrawByEmailHandler'=> []]], 'App\\Message\\Email\\SendConfirmationMultiOdrByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendConfirmationMultiOdrByEmailHandler'=> []]], 'App\\Message\\Email\\SendConfirmationOdrByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendConfirmationOdrByEmailHandler'=> []]], 'App\\Message\\Email\\SendCreateOperationDrawByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendCreateOperationByEmailHandler'=> []]], 'App\\Message\\Email\\SendEmailAccordingStatusParticipationByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendEmailAccordingStatusParticipationByEmailHandler'=> []]], 'App\\Message\\Email\\SendEmailRsoByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendEmailRsoByEmailHandler'=> []]], 'App\\Message\\Email\\SendGiftCodeByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendGiftCodeByEmailHandler'=> []]], 'App\\Message\\Email\\SendInitializationAccountByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendInitializationAccountByEmailHandler'=> []]], 'App\\Message\\Email\\SendParticipationMultiOdrStatusByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendParticipationMultiOdrStatusByEmailHandler'=> []]], 'App\\Message\\Email\\SendParticipationOdrStatusByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendParticipationOdrStatusByEmailHandler'=> []]], 'App\\Message\\Email\\SendPreventDeleteAccountByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendPreventDeleteAccountEmailHandler'=> []]], 'App\\Message\\Email\\SendReminderBalanceUserByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendReminderBalanceUserByEmailHandler'=> []]], 'App\\Message\\Email\\SendSponsorshipConfirmationByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendSponsorshipConfirmationByEmailHandler'=> []]], 'App\\Message\\Email\\SendSponsorshipInvitationByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendSponsorshipInvitationByEmailHandler'=> []]], 'App\\Message\\Email\\SendWinnerDrawByEmailMessage' => [=> [=> 'App\\MessageHandler\\Email\\SendWinnerDrawByEmailHandler'=> []]], 'App\\Message\\ImportReferentMessage' => [=> [=> 'App\\MessageHandler\\ImportReferentHandler'=> []]], 'App\\Message\\Media\\SendMediaCodeDrawMessage' => [=> [=> 'App\\MessageHandler\\Media\\SendMediaCodeDrawHandler'=> []]], 'App\\Message\\Media\\SendMediaCodeGiftMessage' => [=> [=> 'App\\MessageHandler\\Media\\SendMediaCodeGiftHandler'=> []]], 'App\\Message\\Media\\SendMediaCodeOdrMessage' => [=> [=> 'App\\MessageHandler\\Media\\SendMediaCodeOdrHandler'=> []]], 'App\\Message\\Operation\\SyncStockMessage' => [=> [=> 'App\\MessageHandler\\Operation\\SyncStockHandler'=> []]], 'App\\Entity\\Participation\\Participation' => [=> [=> 'App\\MessageHandler\\Participation\\Coupon\\ParticipationHandler'=> []], => [=> 'App\\MessageHandler\\Participation\\Multi\\ParticipationHandler'=> []]], 'App\\Message\\Email\\SendCouponByEmailMessage' => [=> [=> 'App\\MessageHandler\\Participation\\Coupon\\sendCouponByEmailHandler'=> []]], 'App\\Message\\Participation\\PostParticipationMultiOdrByMessage' => [=> [=> 'App\\MessageHandler\\Participation\\Multi\\PostParticipationMultiOdrByMessageHandler'=> []]], 'App\\Message\\Participation\\PutReParticipationMultiOdrByMessage' => [=> [=> 'App\\MessageHandler\\Participation\\Multi\\PutReParticipationMultiOdrByMessageHandler'=> []]], 'App\\Entity\\Participation\\Odr' => [=> [=> 'App\\MessageHandler\\Participation\\Odr\\ParticipationHandler'=> []]], 'App\\Message\\Participation\\PostParticipationOdrByMessage' => [=> [=> 'App\\MessageHandler\\Participation\\Odr\\PostParticipationOdrByMessageHandler'=> []]], 'App\\Message\\Participation\\PutReParticipationOdrByMessage' => [=> [=> 'App\\MessageHandler\\Participation\\Odr\\PutReParticipationOdrByMessageHandler'=> []]], 'App\\Entity\\Participation\\Puntos' => [=> [=> 'App\\MessageHandler\\Participation\\Puntos\\ParticipationHandler'=> []]], 'App\\Message\\SendPuntosByEmailMessage' => [=> [=> 'App\\MessageHandler\\Participation\\Puntos\\sendPuntosByEmailHandler'=> []]], 'App\\Entity\\Participation\\Refund' => [=> [=> 'App\\MessageHandler\\Participation\\Refund\\ParticipationHandler'=> []]], 'App\\Entity\\Participation\\Step' => [=> [=> 'App\\MessageHandler\\Participation\\Step\\ParticipationHandler'=> []]], 'App\\Message\\Purse\\AddForGodParentMessage' => [=> [=> 'App\\MessageHandler\\Purse\\AddForGodParentHandler'=> []]], 'App\\Message\\Purse\\AddToPurseMessage' => [=> [=> 'App\\MessageHandler\\Purse\\AddToPurseHandler'=> []]], 'App\\Message\\Shannon\\SendOrderToShannonMessage' => [=> [=> 'App\\MessageHandler\\Shannon\\SendOrderToShannonHandler'=> []]], 'App\\Message\\Shannon\\SendParticipationDrawToShannonMessage' => [=> [=> 'App\\MessageHandler\\Shannon\\SendParticipationDrawToShannonHandler'=> []]], 'App\\Message\\Shannon\\SendParticipationPuntosToShannonMessage' => [=> [=> 'App\\MessageHandler\\Shannon\\SendParticipationPuntosToShannonHandler'=> []]], 'App\\Message\\Shannon\\SendParticipationStepToShannonMessage' => [=> [=> 'App\\MessageHandler\\Shannon\\SendParticipationStepToShannonHandler'=> []]], 'App\\Message\\Shannon\\SendRefundToShannonMessage' => [=> [=> 'App\\MessageHandler\\Shannon\\SendRefundToShannonHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  17832.         $instance->setName('debug:messenger');
  17833.         $instance->setDescription('List messages you can dispatch using the message buses');
  17834.         return $instance;
  17835.     }
  17836.     /**
  17837.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  17838.      *
  17839.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  17840.      */
  17841.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  17842.     {
  17843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17844.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  17845.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  17846.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  17847.         $instance->setName('messenger:failed:remove');
  17848.         $instance->setDescription('Remove given messages from the failure transport');
  17849.         return $instance;
  17850.     }
  17851.     /**
  17852.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  17853.      *
  17854.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  17855.      */
  17856.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  17857.     {
  17858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17859.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  17860.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  17861.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17862.         $instance->setName('messenger:failed:retry');
  17863.         $instance->setDescription('Retry one or more messages from the failure transport');
  17864.         return $instance;
  17865.     }
  17866.     /**
  17867.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  17868.      *
  17869.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  17870.      */
  17871.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  17872.     {
  17873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  17875.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  17876.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  17877.         $instance->setName('messenger:failed:show');
  17878.         $instance->setDescription('Show one or more messages from the failure transport');
  17879.         return $instance;
  17880.     }
  17881.     /**
  17882.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  17883.      *
  17884.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  17885.      */
  17886.     protected function getConsole_Command_MessengerSetupTransportsService()
  17887.     {
  17888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17889.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  17890.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'async-email'=> 'async-purse'=> 'async-shannon'=> 'async-smp'=> 'async-refund'=> 'async-yeesss'=> 'async-salesforce'=> 'async-isoskele'=> 'async-gift-code'10 => 'async-operation-code'11 => 'async-import-referents'12 => 'failed'13 => 'sync']);
  17891.         $instance->setName('messenger:setup-transports');
  17892.         $instance->setDescription('Prepare the required infrastructure for the transport');
  17893.         return $instance;
  17894.     }
  17895.     /**
  17896.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  17897.      *
  17898.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  17899.      */
  17900.     protected function getConsole_Command_MessengerStopWorkersService()
  17901.     {
  17902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17903.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  17904.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  17905.         $instance->setName('messenger:stop-workers');
  17906.         $instance->setDescription('Stop workers after their current message');
  17907.         return $instance;
  17908.     }
  17909.     /**
  17910.      * Gets the private 'console.command.router_debug' shared service.
  17911.      *
  17912.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  17913.      */
  17914.     protected function getConsole_Command_RouterDebugService()
  17915.     {
  17916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  17919.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17920.         $instance->setName('debug:router');
  17921.         $instance->setDescription('Display current routes for an application');
  17922.         return $instance;
  17923.     }
  17924.     /**
  17925.      * Gets the private 'console.command.router_match' shared service.
  17926.      *
  17927.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  17928.      */
  17929.     protected function getConsole_Command_RouterMatchService()
  17930.     {
  17931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  17933.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  17934.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  17935.         }, 1));
  17936.         $instance->setName('router:match');
  17937.         $instance->setDescription('Help debug routes by simulating a path info match');
  17938.         return $instance;
  17939.     }
  17940.     /**
  17941.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  17942.      *
  17943.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  17944.      */
  17945.     protected function getConsole_Command_SecretsDecryptToLocalService()
  17946.     {
  17947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  17949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17951.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  17952.         $instance->setName('secrets:decrypt-to-local');
  17953.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  17954.         return $instance;
  17955.     }
  17956.     /**
  17957.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  17958.      *
  17959.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  17960.      */
  17961.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  17962.     {
  17963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  17965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17967.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  17968.         $instance->setName('secrets:encrypt-from-local');
  17969.         $instance->setDescription('Encrypt all local secrets to the vault');
  17970.         return $instance;
  17971.     }
  17972.     /**
  17973.      * Gets the private 'console.command.secrets_generate_key' shared service.
  17974.      *
  17975.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  17976.      */
  17977.     protected function getConsole_Command_SecretsGenerateKeyService()
  17978.     {
  17979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  17981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17983.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  17984.         $instance->setName('secrets:generate-keys');
  17985.         $instance->setDescription('Generate new encryption keys');
  17986.         return $instance;
  17987.     }
  17988.     /**
  17989.      * Gets the private 'console.command.secrets_list' shared service.
  17990.      *
  17991.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  17992.      */
  17993.     protected function getConsole_Command_SecretsListService()
  17994.     {
  17995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  17997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  17999.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  18000.         $instance->setName('secrets:list');
  18001.         $instance->setDescription('List all secrets');
  18002.         return $instance;
  18003.     }
  18004.     /**
  18005.      * Gets the private 'console.command.secrets_remove' shared service.
  18006.      *
  18007.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  18008.      */
  18009.     protected function getConsole_Command_SecretsRemoveService()
  18010.     {
  18011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  18013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18015.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  18016.         $instance->setName('secrets:remove');
  18017.         $instance->setDescription('Remove a secret from the vault');
  18018.         return $instance;
  18019.     }
  18020.     /**
  18021.      * Gets the private 'console.command.secrets_set' shared service.
  18022.      *
  18023.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  18024.      */
  18025.     protected function getConsole_Command_SecretsSetService()
  18026.     {
  18027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  18029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18031.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  18032.         $instance->setName('secrets:set');
  18033.         $instance->setDescription('Set a secret in the vault');
  18034.         return $instance;
  18035.     }
  18036.     /**
  18037.      * Gets the private 'console.command.translation_debug' shared service.
  18038.      *
  18039.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  18040.      */
  18041.     protected function getConsole_Command_TranslationDebugService()
  18042.     {
  18043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  18045.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/Blog/BlogController.php'), => (\dirname(__DIR__4).'/src/Controller/Blog/BlogTagController.php'), => (\dirname(__DIR__4).'/src/Controller/Catalog/GiftCodeController.php'), => (\dirname(__DIR__4).'/src/Controller/Catalog/GiftController.php'), => (\dirname(__DIR__4).'/src/Controller/Catalog/GiftLevelController.php'), => (\dirname(__DIR__4).'/src/Controller/CookiesController.php'), => (\dirname(__DIR__4).'/src/Controller/Faq/FaqController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/HomeController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Knowledge/KnowledgeController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Library/LibraryImageController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Library/LibraryPdfController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/MentionLegal/MentionLegalController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/MenuController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Operation/CouponController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Operation/DrawController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/Operation/GameController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/Operation/MultiChannelOfferController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Operation/MultiOfferController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/Operation/OdrController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/Operation/OdrPrimeController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/Operation/OperationController.php'), 24 => (\dirname(__DIR__4).'/src/Controller/OperationCode/DrawCodeController.php'), 25 => (\dirname(__DIR__4).'/src/Controller/OperationCode/OdrCodeController.php'), 26 => (\dirname(__DIR__4).'/src/Controller/ParticipationController.php'), 27 => (\dirname(__DIR__4).'/src/Controller/PersonalDataController.php'), 28 => (\dirname(__DIR__4).'/src/Controller/Recipe/IngredientController.php'), 29 => (\dirname(__DIR__4).'/src/Controller/Recipe/IngredientOperationController.php'), 30 => (\dirname(__DIR__4).'/src/Controller/Recipe/RecipeController.php'), 31 => (\dirname(__DIR__4).'/src/Controller/Recipe/RecipeTypeController.php'), 32 => (\dirname(__DIR__4).'/src/Controller/Reporting/ReportingController.php'), 33 => (\dirname(__DIR__4).'/src/Controller/Security/PermissionController.php'), 34 => (\dirname(__DIR__4).'/src/Controller/Security/ProfileController.php'), 35 => (\dirname(__DIR__4).'/src/Controller/Slider/SliderController.php'), 36 => (\dirname(__DIR__4).'/src/Controller/Sogec/DocumentationController.php'), 37 => (\dirname(__DIR__4).'/src/Controller/Sogec/PersonnalisationController.php'), 38 => (\dirname(__DIR__4).'/src/Controller/Sogec/PromotionController.php'), 39 => (\dirname(__DIR__4).'/src/Controller/SogecAbstractController.php'), 40 => (\dirname(__DIR__4).'/src/Controller/Tas/TasController.php'), 41 => (\dirname(__DIR__4).'/src/Controller/Tas/TasDrawController.php'), 42 => (\dirname(__DIR__4).'/src/Controller/User/ConsumerController.php'), 43 => (\dirname(__DIR__4).'/src/Controller/User/ReferentController.php'), 44 => (\dirname(__DIR__4).'/src/Controller/User/StrateController.php'), 45 => (\dirname(__DIR__4).'/src/Controller/User/UserController.php'), 46 => (\dirname(__DIR__4).'/src/Controller/WebsiteParams/GameParamsController.php'), 47 => (\dirname(__DIR__4).'/src/Controller/WebsiteParams/ModuleParamsController.php'), 48 => (\dirname(__DIR__4).'/src/Form/Catalog/GiftCodeSearchType.php'), 49 => (\dirname(__DIR__4).'/src/Form/Catalog/GiftType.php'), 50 => (\dirname(__DIR__4).'/src/Form/Operation/Draw/DrawEmailType.php'), 51 => (\dirname(__DIR__4).'/src/Form/Operation/Draw/DrawType.php'), 52 => (\dirname(__DIR__4).'/src/Form/Operation/Draw/SogecEditDrawType.php'), 53 => (\dirname(__DIR__4).'/src/Form/OperationCode/DrawCodeSearchType.php'), 54 => (\dirname(__DIR__4).'/src/Form/OperationCode/OdrCodeSearchType.php'), 55 => (\dirname(__DIR__4).'/src/Manager/LogoManager.php'), 56 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 57 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 58 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 59 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 60 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 61 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 62 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 63 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 64 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 65 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 66 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 67 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 68 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 69 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 70 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 71 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 73 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  18046.         $instance->setName('debug:translation');
  18047.         $instance->setDescription('Display translation messages information');
  18048.         return $instance;
  18049.     }
  18050.     /**
  18051.      * Gets the private 'console.command.translation_extract' shared service.
  18052.      *
  18053.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  18054.      */
  18055.     protected function getConsole_Command_TranslationExtractService()
  18056.     {
  18057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  18059.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/Blog/BlogController.php'), => (\dirname(__DIR__4).'/src/Controller/Blog/BlogTagController.php'), => (\dirname(__DIR__4).'/src/Controller/Catalog/GiftCodeController.php'), => (\dirname(__DIR__4).'/src/Controller/Catalog/GiftController.php'), => (\dirname(__DIR__4).'/src/Controller/Catalog/GiftLevelController.php'), => (\dirname(__DIR__4).'/src/Controller/CookiesController.php'), => (\dirname(__DIR__4).'/src/Controller/Faq/FaqController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/HomeController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Knowledge/KnowledgeController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Library/LibraryImageController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Library/LibraryPdfController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/MentionLegal/MentionLegalController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/MenuController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Operation/CouponController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Operation/DrawController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/Operation/GameController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/Operation/MultiChannelOfferController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Operation/MultiOfferController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/Operation/OdrController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/Operation/OdrPrimeController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/Operation/OperationController.php'), 24 => (\dirname(__DIR__4).'/src/Controller/OperationCode/DrawCodeController.php'), 25 => (\dirname(__DIR__4).'/src/Controller/OperationCode/OdrCodeController.php'), 26 => (\dirname(__DIR__4).'/src/Controller/ParticipationController.php'), 27 => (\dirname(__DIR__4).'/src/Controller/PersonalDataController.php'), 28 => (\dirname(__DIR__4).'/src/Controller/Recipe/IngredientController.php'), 29 => (\dirname(__DIR__4).'/src/Controller/Recipe/IngredientOperationController.php'), 30 => (\dirname(__DIR__4).'/src/Controller/Recipe/RecipeController.php'), 31 => (\dirname(__DIR__4).'/src/Controller/Recipe/RecipeTypeController.php'), 32 => (\dirname(__DIR__4).'/src/Controller/Reporting/ReportingController.php'), 33 => (\dirname(__DIR__4).'/src/Controller/Security/PermissionController.php'), 34 => (\dirname(__DIR__4).'/src/Controller/Security/ProfileController.php'), 35 => (\dirname(__DIR__4).'/src/Controller/Slider/SliderController.php'), 36 => (\dirname(__DIR__4).'/src/Controller/Sogec/DocumentationController.php'), 37 => (\dirname(__DIR__4).'/src/Controller/Sogec/PersonnalisationController.php'), 38 => (\dirname(__DIR__4).'/src/Controller/Sogec/PromotionController.php'), 39 => (\dirname(__DIR__4).'/src/Controller/SogecAbstractController.php'), 40 => (\dirname(__DIR__4).'/src/Controller/Tas/TasController.php'), 41 => (\dirname(__DIR__4).'/src/Controller/Tas/TasDrawController.php'), 42 => (\dirname(__DIR__4).'/src/Controller/User/ConsumerController.php'), 43 => (\dirname(__DIR__4).'/src/Controller/User/ReferentController.php'), 44 => (\dirname(__DIR__4).'/src/Controller/User/StrateController.php'), 45 => (\dirname(__DIR__4).'/src/Controller/User/UserController.php'), 46 => (\dirname(__DIR__4).'/src/Controller/WebsiteParams/GameParamsController.php'), 47 => (\dirname(__DIR__4).'/src/Controller/WebsiteParams/ModuleParamsController.php'), 48 => (\dirname(__DIR__4).'/src/Form/Catalog/GiftCodeSearchType.php'), 49 => (\dirname(__DIR__4).'/src/Form/Catalog/GiftType.php'), 50 => (\dirname(__DIR__4).'/src/Form/Operation/Draw/DrawEmailType.php'), 51 => (\dirname(__DIR__4).'/src/Form/Operation/Draw/DrawType.php'), 52 => (\dirname(__DIR__4).'/src/Form/Operation/Draw/SogecEditDrawType.php'), 53 => (\dirname(__DIR__4).'/src/Form/OperationCode/DrawCodeSearchType.php'), 54 => (\dirname(__DIR__4).'/src/Form/OperationCode/OdrCodeSearchType.php'), 55 => (\dirname(__DIR__4).'/src/Manager/LogoManager.php'), 56 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 57 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 58 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 59 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 60 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 61 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 62 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 63 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 64 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 65 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 66 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 67 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 68 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 69 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 70 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 71 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 72 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 73 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  18060.         $instance->setName('translation:extract');
  18061.         $instance->setAliases([=> 'translation:update']);
  18062.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  18063.         return $instance;
  18064.     }
  18065.     /**
  18066.      * Gets the private 'console.command.translation_pull' shared service.
  18067.      *
  18068.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  18069.      */
  18070.     protected function getConsole_Command_TranslationPullService()
  18071.     {
  18072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  18075.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  18076.         $instance->setName('translation:pull');
  18077.         $instance->setDescription('Pull translations from a given provider.');
  18078.         return $instance;
  18079.     }
  18080.     /**
  18081.      * Gets the private 'console.command.translation_push' shared service.
  18082.      *
  18083.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  18084.      */
  18085.     protected function getConsole_Command_TranslationPushService()
  18086.     {
  18087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  18090.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  18091.         $instance->setName('translation:push');
  18092.         $instance->setDescription('Push translations to a given provider.');
  18093.         return $instance;
  18094.     }
  18095.     /**
  18096.      * Gets the private 'console.command.validator_debug' shared service.
  18097.      *
  18098.      * @return \Symfony\Component\Validator\Command\DebugCommand
  18099.      */
  18100.     protected function getConsole_Command_ValidatorDebugService()
  18101.     {
  18102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18103.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  18104.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  18105.         $instance->setName('debug:validator');
  18106.         $instance->setDescription('Display validation constraints for classes');
  18107.         return $instance;
  18108.     }
  18109.     /**
  18110.      * Gets the private 'console.command.xliff_lint' shared service.
  18111.      *
  18112.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  18113.      */
  18114.     protected function getConsole_Command_XliffLintService()
  18115.     {
  18116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  18118.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  18119.         $instance->setName('lint:xliff');
  18120.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  18121.         return $instance;
  18122.     }
  18123.     /**
  18124.      * Gets the private 'console.command.yaml_lint' shared service.
  18125.      *
  18126.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  18127.      */
  18128.     protected function getConsole_Command_YamlLintService()
  18129.     {
  18130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18131.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  18132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  18133.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  18134.         $instance->setName('lint:yaml');
  18135.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  18136.         return $instance;
  18137.     }
  18138.     /**
  18139.      * Gets the private 'console.error_listener' shared service.
  18140.      *
  18141.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  18142.      */
  18143.     protected function getConsole_ErrorListenerService()
  18144.     {
  18145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  18146.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  18147.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18148.         $a->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  18149.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18150.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18151.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  18152.     }
  18153.     /**
  18154.      * Gets the private 'container.env_var_processor' shared service.
  18155.      *
  18156.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  18157.      */
  18158.     protected function getContainer_EnvVarProcessorService()
  18159.     {
  18160.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  18161.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  18162.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  18163.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  18164.         }, 1));
  18165.     }
  18166.     /**
  18167.      * Gets the private 'container.getenv' shared service.
  18168.      *
  18169.      * @return \Closure
  18170.      */
  18171.     protected function getContainer_GetenvService()
  18172.     {
  18173.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  18174.     }
  18175.     /**
  18176.      * Gets the private 'data_collector.form' shared service.
  18177.      *
  18178.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  18179.      */
  18180.     protected function getDataCollector_FormService()
  18181.     {
  18182.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  18183.     }
  18184.     /**
  18185.      * Gets the private 'data_collector.request' shared service.
  18186.      *
  18187.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  18188.      */
  18189.     protected function getDataCollector_RequestService()
  18190.     {
  18191.         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())));
  18192.     }
  18193.     /**
  18194.      * Gets the private 'data_collector.request.session_collector' shared service.
  18195.      *
  18196.      * @return \Closure
  18197.      */
  18198.     protected function getDataCollector_Request_SessionCollectorService()
  18199.     {
  18200.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  18201.     }
  18202.     /**
  18203.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  18204.      *
  18205.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  18206.      */
  18207.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  18208.     {
  18209.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  18210.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  18211.         }, 1)));
  18212.     }
  18213.     /**
  18214.      * Gets the private 'debug.api_platform.data_persister' shared service.
  18215.      *
  18216.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  18217.      */
  18218.     protected function getDebug_ApiPlatform_DataPersisterService()
  18219.     {
  18220.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  18221.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  18222.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  18223.         }, 2)));
  18224.     }
  18225.     /**
  18226.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  18227.      *
  18228.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  18229.      */
  18230.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  18231.     {
  18232.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  18233.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  18234.         }, 1)));
  18235.     }
  18236.     /**
  18237.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  18238.      *
  18239.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  18240.      */
  18241.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  18242.     {
  18243.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  18244.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  18245.         }, 1)));
  18246.     }
  18247.     /**
  18248.      * Gets the private 'debug.argument_resolver.default' shared service.
  18249.      *
  18250.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18251.      */
  18252.     protected function getDebug_ArgumentResolver_DefaultService()
  18253.     {
  18254.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18255.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  18257.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18258.     }
  18259.     /**
  18260.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  18261.      *
  18262.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18263.      */
  18264.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  18265.     {
  18266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18267.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18268.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  18269.         $a = ($this->privates['.service_locator.UQX1Rke'] ?? $this->get_ServiceLocator_UQX1RkeService());
  18270.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  18271.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  18272.         }
  18273.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18274.     }
  18275.     /**
  18276.      * Gets the private 'debug.argument_resolver.request' shared service.
  18277.      *
  18278.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18279.      */
  18280.     protected function getDebug_ArgumentResolver_RequestService()
  18281.     {
  18282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  18285.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18286.     }
  18287.     /**
  18288.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  18289.      *
  18290.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18291.      */
  18292.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  18293.     {
  18294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  18297.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18298.     }
  18299.     /**
  18300.      * Gets the private 'debug.argument_resolver.service' shared service.
  18301.      *
  18302.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18303.      */
  18304.     protected function getDebug_ArgumentResolver_ServiceService()
  18305.     {
  18306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  18309.         $a = ($this->privates['.service_locator.UQX1Rke'] ?? $this->get_ServiceLocator_UQX1RkeService());
  18310.         if (isset($this->privates['debug.argument_resolver.service'])) {
  18311.             return $this->privates['debug.argument_resolver.service'];
  18312.         }
  18313.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18314.     }
  18315.     /**
  18316.      * Gets the private 'debug.argument_resolver.session' shared service.
  18317.      *
  18318.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18319.      */
  18320.     protected function getDebug_ArgumentResolver_SessionService()
  18321.     {
  18322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18323.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  18325.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18326.     }
  18327.     /**
  18328.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  18329.      *
  18330.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18331.      */
  18332.     protected function getDebug_ArgumentResolver_VariadicService()
  18333.     {
  18334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18336.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  18337.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18338.     }
  18339.     /**
  18340.      * Gets the private 'debug.debug_handlers_listener' shared service.
  18341.      *
  18342.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  18343.      */
  18344.     protected function getDebug_DebugHandlersListenerService()
  18345.     {
  18346.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  18347.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18348.         $a->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  18349.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18350.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18351.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18352.         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()));
  18353.     }
  18354.     /**
  18355.      * Gets the private 'debug.dump_listener' shared service.
  18356.      *
  18357.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  18358.      */
  18359.     protected function getDebug_DumpListenerService()
  18360.     {
  18361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  18362.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  18363.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  18364.     }
  18365.     /**
  18366.      * Gets the private 'debug.file_link_formatter' shared service.
  18367.      *
  18368.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  18369.      */
  18370.     protected function getDebug_FileLinkFormatterService()
  18371.     {
  18372.         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 () {
  18373.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  18374.         });
  18375.     }
  18376.     /**
  18377.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  18378.      *
  18379.      * @return \string
  18380.      */
  18381.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  18382.     {
  18383.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  18384.     }
  18385.     /**
  18386.      * Gets the private 'debug.log_processor' shared service.
  18387.      *
  18388.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  18389.      */
  18390.     protected function getDebug_LogProcessorService()
  18391.     {
  18392.         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())));
  18393.     }
  18394.     /**
  18395.      * Gets the private 'debug.security.access.decision_manager' shared service.
  18396.      *
  18397.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  18398.      */
  18399.     protected function getDebug_Security_Access_DecisionManagerService()
  18400.     {
  18401.         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 () {
  18402.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  18403.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  18404.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  18405.             yield => ($this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'] ?? $this->getAdminSogecVoterService());
  18406.             yield => ($this->privates['debug.security.voter.App\\Security\\EntityVoter'] ?? $this->getEntityVoterService());
  18407.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  18408.     }
  18409.     /**
  18410.      * Gets the private 'debug.security.firewall' shared service.
  18411.      *
  18412.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  18413.      */
  18414.     protected function getDebug_Security_FirewallService()
  18415.     {
  18416.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  18417.         if (isset($this->privates['debug.security.firewall'])) {
  18418.             return $this->privates['debug.security.firewall'];
  18419.         }
  18420.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18421.         if (isset($this->privates['debug.security.firewall'])) {
  18422.             return $this->privates['debug.security.firewall'];
  18423.         }
  18424.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  18425.     }
  18426.     /**
  18427.      * Gets the private 'debug.security.firewall.authenticator.api_admin' shared service.
  18428.      *
  18429.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18430.      */
  18431.     protected function getDebug_Security_Firewall_Authenticator_ApiAdminService()
  18432.     {
  18433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  18436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  18437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  18438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  18440.         include_once \dirname(__DIR__4).'/src/Security/Guard/AdminAPIAuthenticator.php';
  18441.         return $this->privates['debug.security.firewall.authenticator.api_admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] = new \App\Security\Guard\AdminAPIAuthenticator()))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_admin'] ?? $this->getSecurity_EventDispatcher_ApiAdminService()), 'api_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  18442.     }
  18443.     /**
  18444.      * Gets the private 'debug.security.firewall.authenticator.api_login' shared service.
  18445.      *
  18446.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18447.      */
  18448.     protected function getDebug_Security_Firewall_Authenticator_ApiLoginService()
  18449.     {
  18450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  18453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  18454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  18455.         $a = ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService());
  18456.         if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  18457.             return $this->privates['debug.security.firewall.authenticator.api_login'];
  18458.         }
  18459.         return $this->privates['debug.security.firewall.authenticator.api_login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_login'] ?? $this->getSecurity_EventDispatcher_ApiLoginService()), 'api_login', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  18460.     }
  18461.     /**
  18462.      * Gets the private 'debug.security.firewall.authenticator.api_public' shared service.
  18463.      *
  18464.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18465.      */
  18466.     protected function getDebug_Security_Firewall_Authenticator_ApiPublicService()
  18467.     {
  18468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  18471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  18472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  18473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  18475.         include_once \dirname(__DIR__4).'/src/Security/Guard/TokenAuthenticator.php';
  18476.         return $this->privates['debug.security.firewall.authenticator.api_public'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] = new \App\Security\Guard\TokenAuthenticator()))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_public'] ?? $this->getSecurity_EventDispatcher_ApiPublicService()), 'api_public', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  18477.     }
  18478.     /**
  18479.      * Gets the private 'debug.security.firewall.authenticator.api_secured' shared service.
  18480.      *
  18481.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18482.      */
  18483.     protected function getDebug_Security_Firewall_Authenticator_ApiSecuredService()
  18484.     {
  18485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  18488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  18489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  18490.         $a = ($this->privates['security.authenticator.guard.api_secured.0'] ?? $this->getSecurity_Authenticator_Guard_ApiSecured_0Service());
  18491.         if (isset($this->privates['debug.security.firewall.authenticator.api_secured'])) {
  18492.             return $this->privates['debug.security.firewall.authenticator.api_secured'];
  18493.         }
  18494.         return $this->privates['debug.security.firewall.authenticator.api_secured'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_secured'] ?? $this->getSecurity_EventDispatcher_ApiSecuredService()), 'api_secured', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  18495.     }
  18496.     /**
  18497.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  18498.      *
  18499.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18500.      */
  18501.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  18502.     {
  18503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  18506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  18507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  18508.         $a = ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  18509.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  18510.             return $this->privates['debug.security.firewall.authenticator.main'];
  18511.         }
  18512.         $b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  18513.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  18514.             return $this->privates['debug.security.firewall.authenticator.main'];
  18515.         }
  18516.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a=> $b], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  18517.     }
  18518.     /**
  18519.      * Gets the private 'debug.security.user_value_resolver' shared service.
  18520.      *
  18521.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18522.      */
  18523.     protected function getDebug_Security_UserValueResolverService()
  18524.     {
  18525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  18528.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18529.     }
  18530.     /**
  18531.      * Gets the private 'debug.security.voter.App\Security\AdminSogecVoter' shared service.
  18532.      *
  18533.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18534.      */
  18535.     protected function getAdminSogecVoterService()
  18536.     {
  18537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18541.         include_once \dirname(__DIR__4).'/src/Security/AdminSogecVoter.php';
  18542.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  18543.         if (isset($this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'])) {
  18544.             return $this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'];
  18545.         }
  18546.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18547.         if (isset($this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'])) {
  18548.             return $this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'];
  18549.         }
  18550.         return $this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\AdminSogecVoter($a), $b);
  18551.     }
  18552.     /**
  18553.      * Gets the private 'debug.security.voter.App\Security\EntityVoter' shared service.
  18554.      *
  18555.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18556.      */
  18557.     protected function getEntityVoterService()
  18558.     {
  18559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18563.         include_once \dirname(__DIR__4).'/src/Security/EntityVoter.php';
  18564.         $a = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
  18565.         if (isset($this->privates['debug.security.voter.App\\Security\\EntityVoter'])) {
  18566.             return $this->privates['debug.security.voter.App\\Security\\EntityVoter'];
  18567.         }
  18568.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18569.         if (isset($this->privates['debug.security.voter.App\\Security\\EntityVoter'])) {
  18570.             return $this->privates['debug.security.voter.App\\Security\\EntityVoter'];
  18571.         }
  18572.         return $this->privates['debug.security.voter.App\\Security\\EntityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\EntityVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a), $b);
  18573.     }
  18574.     /**
  18575.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  18576.      *
  18577.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18578.      */
  18579.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  18580.     {
  18581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  18585.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18586.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  18587.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  18588.         }
  18589.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  18590.     }
  18591.     /**
  18592.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  18593.      *
  18594.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18595.      */
  18596.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  18597.     {
  18598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  18602.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18603.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18604.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18605.         }
  18606.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18607.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18608.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18609.         }
  18610.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($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())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  18611.     }
  18612.     /**
  18613.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  18614.      *
  18615.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18616.      */
  18617.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  18618.     {
  18619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18622.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  18623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  18624.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18625.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  18626.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  18627.         }
  18628.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  18629.     }
  18630.     /**
  18631.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  18632.      *
  18633.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  18634.      */
  18635.     protected function getDebug_Security_Voter_VoteListenerService()
  18636.     {
  18637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  18638.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18639.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  18640.             return $this->privates['debug.security.voter.vote_listener'];
  18641.         }
  18642.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  18643.     }
  18644.     /**
  18645.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  18646.      *
  18647.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  18648.      */
  18649.     protected function getDoctrine_CacheClearMetadataCommandService()
  18650.     {
  18651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18653.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  18654.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18655.         $instance->setName('doctrine:cache:clear-metadata');
  18656.         return $instance;
  18657.     }
  18658.     /**
  18659.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  18660.      *
  18661.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  18662.      */
  18663.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  18664.     {
  18665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  18668.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18669.         $instance->setName('doctrine:cache:clear-query');
  18670.         return $instance;
  18671.     }
  18672.     /**
  18673.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  18674.      *
  18675.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  18676.      */
  18677.     protected function getDoctrine_CacheClearResultCommandService()
  18678.     {
  18679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  18682.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18683.         $instance->setName('doctrine:cache:clear-result');
  18684.         return $instance;
  18685.     }
  18686.     /**
  18687.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  18688.      *
  18689.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  18690.      */
  18691.     protected function getDoctrine_CacheCollectionRegionCommandService()
  18692.     {
  18693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  18696.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18697.         $instance->setName('doctrine:cache:clear-collection-region');
  18698.         return $instance;
  18699.     }
  18700.     /**
  18701.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  18702.      *
  18703.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  18704.      */
  18705.     protected function getDoctrine_ClearEntityRegionCommandService()
  18706.     {
  18707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18708.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18709.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  18710.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18711.         $instance->setName('doctrine:cache:clear-entity-region');
  18712.         return $instance;
  18713.     }
  18714.     /**
  18715.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  18716.      *
  18717.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  18718.      */
  18719.     protected function getDoctrine_ClearQueryRegionCommandService()
  18720.     {
  18721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18723.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  18724.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18725.         $instance->setName('doctrine:cache:clear-query-region');
  18726.         return $instance;
  18727.     }
  18728.     /**
  18729.      * Gets the private 'doctrine.database_create_command' shared service.
  18730.      *
  18731.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  18732.      */
  18733.     protected function getDoctrine_DatabaseCreateCommandService()
  18734.     {
  18735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  18738.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18739.         $instance->setName('doctrine:database:create');
  18740.         return $instance;
  18741.     }
  18742.     /**
  18743.      * Gets the private 'doctrine.database_drop_command' shared service.
  18744.      *
  18745.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  18746.      */
  18747.     protected function getDoctrine_DatabaseDropCommandService()
  18748.     {
  18749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  18752.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18753.         $instance->setName('doctrine:database:drop');
  18754.         return $instance;
  18755.     }
  18756.     /**
  18757.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  18758.      *
  18759.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  18760.      */
  18761.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  18762.     {
  18763.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18764.             'App\\EventListener\\AddressListener' => ['privates''App\\EventListener\\AddressListener''getAddressListenerService'false],
  18765.             'App\\EventListener\\CRM\\StepEarnListener' => ['privates''App\\EventListener\\CRM\\StepEarnListener''getStepEarnListenerService'false],
  18766.             'App\\EventListener\\DepartmentListener' => ['privates''App\\EventListener\\DepartmentListener''getDepartmentListenerService'false],
  18767.             'App\\EventListener\\IdentityListener' => ['privates''App\\EventListener\\IdentityListener''getIdentityListenerService'false],
  18768.             'App\\EventListener\\Operation\\CouponListener' => ['privates''App\\EventListener\\Operation\\CouponListener''getCouponListenerService'false],
  18769.             'App\\EventListener\\Operation\\OdrListener' => ['privates''App\\EventListener\\Operation\\OdrListener''getOdrListenerService'false],
  18770.             'App\\EventListener\\Operation\\OperationListener' => ['privates''App\\EventListener\\Operation\\OperationListener''getOperationListenerService'false],
  18771.             'App\\EventListener\\OrderListener' => ['privates''App\\EventListener\\OrderListener''getOrderListenerService'false],
  18772.             'App\\EventListener\\ParticipationListener' => ['privates''App\\EventListener\\ParticipationListener''getParticipationListenerService'false],
  18773.             'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener' => ['privates''App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener''getSponsorshipRequestListenerService'false],
  18774.             'App\\EventListener\\UserListener' => ['privates''App\\EventListener\\UserListener''getUserListenerService'false],
  18775.             'Gedmo\\Loggable\\LoggableListener' => ['privates''Gedmo\\Loggable\\LoggableListener''getLoggableListenerService'false],
  18776.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  18777.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  18778.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  18779.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  18780.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  18781.             'gedmo.listener.sluggable' => ['privates''gedmo.listener.sluggable''getGedmo_Listener_SluggableService'false],
  18782.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  18783.             'vich_uploader.listener.clean.draw_code' => ['privates''vich_uploader.listener.clean.draw_code''getVichUploader_Listener_Clean_DrawCodeService'false],
  18784.             'vich_uploader.listener.clean.knowledge_response_image' => ['privates''vich_uploader.listener.clean.knowledge_response_image''getVichUploader_Listener_Clean_KnowledgeResponseImageService'false],
  18785.             'vich_uploader.listener.clean.media_object' => ['privates''vich_uploader.listener.clean.media_object''getVichUploader_Listener_Clean_MediaObjectService'false],
  18786.             'vich_uploader.listener.clean.odr_code' => ['privates''vich_uploader.listener.clean.odr_code''getVichUploader_Listener_Clean_OdrCodeService'false],
  18787.             'vich_uploader.listener.remove.blog_image' => ['privates''vich_uploader.listener.remove.blog_image''getVichUploader_Listener_Remove_BlogImageService'false],
  18788.             'vich_uploader.listener.remove.coupon' => ['privates''vich_uploader.listener.remove.coupon''getVichUploader_Listener_Remove_CouponService'false],
  18789.             'vich_uploader.listener.remove.draw_code' => ['privates''vich_uploader.listener.remove.draw_code''getVichUploader_Listener_Remove_DrawCodeService'false],
  18790.             'vich_uploader.listener.remove.draw_image' => ['privates''vich_uploader.listener.remove.draw_image''getVichUploader_Listener_Remove_DrawImageService'false],
  18791.             'vich_uploader.listener.remove.game_image' => ['privates''vich_uploader.listener.remove.game_image''getVichUploader_Listener_Remove_GameImageService'false],
  18792.             'vich_uploader.listener.remove.gift_code' => ['privates''vich_uploader.listener.remove.gift_code''getVichUploader_Listener_Remove_GiftCodeService'false],
  18793.             'vich_uploader.listener.remove.gift_image' => ['privates''vich_uploader.listener.remove.gift_image''getVichUploader_Listener_Remove_GiftImageService'false],
  18794.             'vich_uploader.listener.remove.knowledge_response_image' => ['privates''vich_uploader.listener.remove.knowledge_response_image''getVichUploader_Listener_Remove_KnowledgeResponseImageService'false],
  18795.             'vich_uploader.listener.remove.library_image' => ['privates''vich_uploader.listener.remove.library_image''getVichUploader_Listener_Remove_LibraryImageService'false],
  18796.             'vich_uploader.listener.remove.library_pdf' => ['privates''vich_uploader.listener.remove.library_pdf''getVichUploader_Listener_Remove_LibraryPdfService'false],
  18797.             'vich_uploader.listener.remove.media_object' => ['privates''vich_uploader.listener.remove.media_object''getVichUploader_Listener_Remove_MediaObjectService'false],
  18798.             'vich_uploader.listener.remove.multi_offer' => ['privates''vich_uploader.listener.remove.multi_offer''getVichUploader_Listener_Remove_MultiOfferService'false],
  18799.             'vich_uploader.listener.remove.odr_code' => ['privates''vich_uploader.listener.remove.odr_code''getVichUploader_Listener_Remove_OdrCodeService'false],
  18800.             'vich_uploader.listener.remove.odr_image' => ['privates''vich_uploader.listener.remove.odr_image''getVichUploader_Listener_Remove_OdrImageService'false],
  18801.             'vich_uploader.listener.remove.recipe' => ['privates''vich_uploader.listener.remove.recipe''getVichUploader_Listener_Remove_RecipeService'false],
  18802.             'vich_uploader.listener.remove.slider_image' => ['privates''vich_uploader.listener.remove.slider_image''getVichUploader_Listener_Remove_SliderImageService'false],
  18803.             'vich_uploader.listener.remove.website_params_image' => ['privates''vich_uploader.listener.remove.website_params_image''getVichUploader_Listener_Remove_WebsiteParamsImageService'false],
  18804.             'vich_uploader.listener.upload.blog_image' => ['privates''vich_uploader.listener.upload.blog_image''getVichUploader_Listener_Upload_BlogImageService'false],
  18805.             'vich_uploader.listener.upload.coupon' => ['privates''vich_uploader.listener.upload.coupon''getVichUploader_Listener_Upload_CouponService'false],
  18806.             'vich_uploader.listener.upload.draw_code' => ['privates''vich_uploader.listener.upload.draw_code''getVichUploader_Listener_Upload_DrawCodeService'false],
  18807.             'vich_uploader.listener.upload.draw_image' => ['privates''vich_uploader.listener.upload.draw_image''getVichUploader_Listener_Upload_DrawImageService'false],
  18808.             'vich_uploader.listener.upload.game_image' => ['privates''vich_uploader.listener.upload.game_image''getVichUploader_Listener_Upload_GameImageService'false],
  18809.             'vich_uploader.listener.upload.gift_code' => ['privates''vich_uploader.listener.upload.gift_code''getVichUploader_Listener_Upload_GiftCodeService'false],
  18810.             'vich_uploader.listener.upload.gift_image' => ['privates''vich_uploader.listener.upload.gift_image''getVichUploader_Listener_Upload_GiftImageService'false],
  18811.             'vich_uploader.listener.upload.knowledge_response_image' => ['privates''vich_uploader.listener.upload.knowledge_response_image''getVichUploader_Listener_Upload_KnowledgeResponseImageService'false],
  18812.             'vich_uploader.listener.upload.library_image' => ['privates''vich_uploader.listener.upload.library_image''getVichUploader_Listener_Upload_LibraryImageService'false],
  18813.             'vich_uploader.listener.upload.library_pdf' => ['privates''vich_uploader.listener.upload.library_pdf''getVichUploader_Listener_Upload_LibraryPdfService'false],
  18814.             'vich_uploader.listener.upload.media_object' => ['privates''vich_uploader.listener.upload.media_object''getVichUploader_Listener_Upload_MediaObjectService'false],
  18815.             'vich_uploader.listener.upload.multi_offer' => ['privates''vich_uploader.listener.upload.multi_offer''getVichUploader_Listener_Upload_MultiOfferService'false],
  18816.             'vich_uploader.listener.upload.odr_code' => ['privates''vich_uploader.listener.upload.odr_code''getVichUploader_Listener_Upload_OdrCodeService'false],
  18817.             'vich_uploader.listener.upload.odr_image' => ['privates''vich_uploader.listener.upload.odr_image''getVichUploader_Listener_Upload_OdrImageService'false],
  18818.             'vich_uploader.listener.upload.recipe' => ['privates''vich_uploader.listener.upload.recipe''getVichUploader_Listener_Upload_RecipeService'false],
  18819.             'vich_uploader.listener.upload.slider_image' => ['privates''vich_uploader.listener.upload.slider_image''getVichUploader_Listener_Upload_SliderImageService'false],
  18820.             'vich_uploader.listener.upload.website_params_image' => ['privates''vich_uploader.listener.upload.website_params_image''getVichUploader_Listener_Upload_WebsiteParamsImageService'false],
  18821.         ], [
  18822.             'App\\EventListener\\AddressListener' => '?',
  18823.             'App\\EventListener\\CRM\\StepEarnListener' => '?',
  18824.             'App\\EventListener\\DepartmentListener' => '?',
  18825.             'App\\EventListener\\IdentityListener' => '?',
  18826.             'App\\EventListener\\Operation\\CouponListener' => '?',
  18827.             'App\\EventListener\\Operation\\OdrListener' => '?',
  18828.             'App\\EventListener\\Operation\\OperationListener' => '?',
  18829.             'App\\EventListener\\OrderListener' => '?',
  18830.             'App\\EventListener\\ParticipationListener' => '?',
  18831.             'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener' => '?',
  18832.             'App\\EventListener\\UserListener' => '?',
  18833.             'Gedmo\\Loggable\\LoggableListener' => '?',
  18834.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  18835.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  18836.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  18837.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  18838.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  18839.             'gedmo.listener.sluggable' => '?',
  18840.             'gedmo.listener.timestampable' => '?',
  18841.             'vich_uploader.listener.clean.draw_code' => '?',
  18842.             'vich_uploader.listener.clean.knowledge_response_image' => '?',
  18843.             'vich_uploader.listener.clean.media_object' => '?',
  18844.             'vich_uploader.listener.clean.odr_code' => '?',
  18845.             'vich_uploader.listener.remove.blog_image' => '?',
  18846.             'vich_uploader.listener.remove.coupon' => '?',
  18847.             'vich_uploader.listener.remove.draw_code' => '?',
  18848.             'vich_uploader.listener.remove.draw_image' => '?',
  18849.             'vich_uploader.listener.remove.game_image' => '?',
  18850.             'vich_uploader.listener.remove.gift_code' => '?',
  18851.             'vich_uploader.listener.remove.gift_image' => '?',
  18852.             'vich_uploader.listener.remove.knowledge_response_image' => '?',
  18853.             'vich_uploader.listener.remove.library_image' => '?',
  18854.             'vich_uploader.listener.remove.library_pdf' => '?',
  18855.             'vich_uploader.listener.remove.media_object' => '?',
  18856.             'vich_uploader.listener.remove.multi_offer' => '?',
  18857.             'vich_uploader.listener.remove.odr_code' => '?',
  18858.             'vich_uploader.listener.remove.odr_image' => '?',
  18859.             'vich_uploader.listener.remove.recipe' => '?',
  18860.             'vich_uploader.listener.remove.slider_image' => '?',
  18861.             'vich_uploader.listener.remove.website_params_image' => '?',
  18862.             'vich_uploader.listener.upload.blog_image' => '?',
  18863.             'vich_uploader.listener.upload.coupon' => '?',
  18864.             'vich_uploader.listener.upload.draw_code' => '?',
  18865.             'vich_uploader.listener.upload.draw_image' => '?',
  18866.             'vich_uploader.listener.upload.game_image' => '?',
  18867.             'vich_uploader.listener.upload.gift_code' => '?',
  18868.             'vich_uploader.listener.upload.gift_image' => '?',
  18869.             'vich_uploader.listener.upload.knowledge_response_image' => '?',
  18870.             'vich_uploader.listener.upload.library_image' => '?',
  18871.             'vich_uploader.listener.upload.library_pdf' => '?',
  18872.             'vich_uploader.listener.upload.media_object' => '?',
  18873.             'vich_uploader.listener.upload.multi_offer' => '?',
  18874.             'vich_uploader.listener.upload.odr_code' => '?',
  18875.             'vich_uploader.listener.upload.odr_image' => '?',
  18876.             'vich_uploader.listener.upload.recipe' => '?',
  18877.             'vich_uploader.listener.upload.slider_image' => '?',
  18878.             'vich_uploader.listener.upload.website_params_image' => '?',
  18879.         ]), [=> [=> [=> 'postUpdate'], => 'App\\EventListener\\AddressListener'], => [=> [=> 'postPersist'], => 'App\\EventListener\\CRM\\StepEarnListener'], => [=> [=> 'postPersist'], => 'App\\EventListener\\DepartmentListener'], => [=> [=> 'postUpdate'], => 'App\\EventListener\\IdentityListener'], => [=> [=> 'prePersist'], => 'App\\EventListener\\Operation\\CouponListener'], => [=> [=> 'prePersist'], => 'App\\EventListener\\Operation\\OdrListener'], => [=> [=> 'postLoad'], => 'App\\EventListener\\Operation\\OperationListener'], => [=> [=> 'postPersist'], => 'App\\EventListener\\OrderListener'], => [=> [=> 'prePersist'], => 'App\\EventListener\\ParticipationListener'], => [=> [=> 'postPersist'], => 'App\\EventListener\\ParticipationListener'], 10 => [=> [=> 'postPersist'], => 'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener'], 11 => [=> [=> 'postPersist'], => 'App\\EventListener\\UserListener'], 12 => [=> [=> 'prePersist'], => 'App\\EventListener\\UserListener'], 13 => [=> [=> 'postUpdate'], => 'App\\EventListener\\UserListener'], 14 => 'vich_uploader.listener.clean.media_object'15 => 'vich_uploader.listener.clean.draw_code'16 => 'vich_uploader.listener.clean.odr_code'17 => 'vich_uploader.listener.clean.knowledge_response_image'18 => 'gedmo.listener.timestampable'19 => 'gedmo.listener.sluggable'20 => 'Gedmo\\Loggable\\LoggableListener'21 => 'doctrine.orm.messenger.doctrine_schema_subscriber'22 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'23 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'24 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'25 => 'vich_uploader.listener.remove.media_object'26 => 'vich_uploader.listener.upload.media_object'27 => 'vich_uploader.listener.remove.coupon'28 => 'vich_uploader.listener.upload.coupon'29 => 'vich_uploader.listener.remove.blog_image'30 => 'vich_uploader.listener.upload.blog_image'31 => 'vich_uploader.listener.remove.gift_image'32 => 'vich_uploader.listener.upload.gift_image'33 => 'vich_uploader.listener.remove.gift_code'34 => 'vich_uploader.listener.upload.gift_code'35 => 'vich_uploader.listener.remove.draw_image'36 => 'vich_uploader.listener.upload.draw_image'37 => 'vich_uploader.listener.remove.draw_code'38 => 'vich_uploader.listener.upload.draw_code'39 => 'vich_uploader.listener.remove.odr_code'40 => 'vich_uploader.listener.upload.odr_code'41 => 'vich_uploader.listener.remove.library_image'42 => 'vich_uploader.listener.upload.library_image'43 => 'vich_uploader.listener.remove.library_pdf'44 => 'vich_uploader.listener.upload.library_pdf'45 => 'vich_uploader.listener.remove.game_image'46 => 'vich_uploader.listener.upload.game_image'47 => 'vich_uploader.listener.remove.website_params_image'48 => 'vich_uploader.listener.upload.website_params_image'49 => 'vich_uploader.listener.remove.slider_image'50 => 'vich_uploader.listener.upload.slider_image'51 => 'vich_uploader.listener.remove.odr_image'52 => 'vich_uploader.listener.upload.odr_image'53 => 'vich_uploader.listener.remove.multi_offer'54 => 'vich_uploader.listener.upload.multi_offer'55 => 'vich_uploader.listener.remove.recipe'56 => 'vich_uploader.listener.upload.recipe'57 => 'vich_uploader.listener.remove.knowledge_response_image'58 => 'vich_uploader.listener.upload.knowledge_response_image'59 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  18880.     }
  18881.     /**
  18882.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  18883.      *
  18884.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  18885.      */
  18886.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  18887.     {
  18888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18889.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18890.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  18891.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18892.         $instance->setName('doctrine:ensure-production-settings');
  18893.         return $instance;
  18894.     }
  18895.     /**
  18896.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  18897.      *
  18898.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  18899.      */
  18900.     protected function getDoctrine_FixturesLoadCommandService()
  18901.     {
  18902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  18905.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  18906.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  18907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  18908.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  18909.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  18910.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  18911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  18912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  18913.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  18914.         include_once \dirname(__DIR__4).'/src/DataFixtures/Operation/OdrFixtures.php';
  18915.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  18916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  18917.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  18918.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\Operation\OdrFixtures(($this->privates['App\\Repository\\Operation\\OdrRepository'] ?? $this->getOdrRepositoryService()), ($this->privates['App\\Manager\\Operation\\OdrManager'] ?? $this->getOdrManagerService())), 'groups' => []]]);
  18919.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  18920.         $instance->setName('doctrine:fixtures:load');
  18921.         return $instance;
  18922.     }
  18923.     /**
  18924.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  18925.      *
  18926.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  18927.      */
  18928.     protected function getDoctrine_MappingConvertCommandService()
  18929.     {
  18930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18931.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18932.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  18933.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18934.         $instance->setName('doctrine:mapping:convert');
  18935.         return $instance;
  18936.     }
  18937.     /**
  18938.      * Gets the private 'doctrine.mapping_import_command' shared service.
  18939.      *
  18940.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  18941.      */
  18942.     protected function getDoctrine_MappingImportCommandService()
  18943.     {
  18944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  18947.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  18948.         $instance->setName('doctrine:mapping:import');
  18949.         return $instance;
  18950.     }
  18951.     /**
  18952.      * Gets the private 'doctrine.mapping_info_command' shared service.
  18953.      *
  18954.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  18955.      */
  18956.     protected function getDoctrine_MappingInfoCommandService()
  18957.     {
  18958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  18961.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  18962.         $instance->setName('doctrine:mapping:info');
  18963.         return $instance;
  18964.     }
  18965.     /**
  18966.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  18967.      *
  18968.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  18969.      */
  18970.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  18971.     {
  18972.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  18973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  18974.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  18975.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  18976.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  18977.         }
  18978.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  18979.     }
  18980.     /**
  18981.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  18982.      *
  18983.      * @return \Doctrine\Migrations\DependencyFactory
  18984.      */
  18985.     protected function getDoctrine_Migrations_DependencyFactoryService()
  18986.     {
  18987.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  18988.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  18989.         $a->setAllOrNothing(false);
  18990.         $a->setCheckDatabasePlatform(true);
  18991.         $a->setTransactional(true);
  18992.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  18993.         $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()));
  18994.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  18995.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  18996.         });
  18997.         return $instance;
  18998.     }
  18999.     /**
  19000.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  19001.      *
  19002.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  19003.      */
  19004.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  19005.     {
  19006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  19007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  19008.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19009.     }
  19010.     /**
  19011.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  19012.      *
  19013.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19014.      */
  19015.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  19016.     {
  19017.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')], false);
  19018.     }
  19019.     /**
  19020.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  19021.      *
  19022.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19023.      */
  19024.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  19025.     {
  19026.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19027.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19028.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  19029.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  19030.         }
  19031.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19032.     }
  19033.     /**
  19034.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  19035.      *
  19036.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19037.      */
  19038.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  19039.     {
  19040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19041.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19042.         $instance->addEntityListener('App\\Entity\\MediaObject\\MediaObject''App\\EventListener\\MediaObjectListener''postUpdate');
  19043.         return $instance;
  19044.     }
  19045.     /**
  19046.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  19047.      *
  19048.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  19049.      */
  19050.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  19051.     {
  19052.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  19053.         $instance->setGlobalBasename('mapping');
  19054.         return $instance;
  19055.     }
  19056.     /**
  19057.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  19058.      *
  19059.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  19060.      */
  19061.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  19062.     {
  19063.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19064.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  19065.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  19066.     }
  19067.     /**
  19068.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  19069.      *
  19070.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  19071.      */
  19072.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  19073.     {
  19074.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19075.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  19076.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19077.             return new \EmptyIterator();
  19078.         }, 0));
  19079.     }
  19080.     /**
  19081.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  19082.      *
  19083.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  19084.      */
  19085.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  19086.     {
  19087.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19088.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  19089.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  19090.     }
  19091.     /**
  19092.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  19093.      *
  19094.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  19095.      */
  19096.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  19097.     {
  19098.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19099.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  19100.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19101.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  19102.             yield => ($this->privates['messenger.transport.async-email'] ?? $this->getMessenger_Transport_AsyncemailService());
  19103.             yield => ($this->privates['messenger.transport.async-purse'] ?? $this->getMessenger_Transport_AsyncpurseService());
  19104.             yield => ($this->privates['messenger.transport.async-shannon'] ?? $this->getMessenger_Transport_AsyncshannonService());
  19105.             yield => ($this->privates['messenger.transport.async-smp'] ?? $this->getMessenger_Transport_AsyncsmpService());
  19106.             yield => ($this->privates['messenger.transport.async-refund'] ?? $this->getMessenger_Transport_AsyncrefundService());
  19107.             yield => ($this->privates['messenger.transport.async-yeesss'] ?? $this->getMessenger_Transport_AsyncyeesssService());
  19108.             yield => ($this->privates['messenger.transport.async-salesforce'] ?? $this->getMessenger_Transport_AsyncsalesforceService());
  19109.             yield => ($this->privates['messenger.transport.async-isoskele'] ?? $this->getMessenger_Transport_AsyncisoskeleService());
  19110.             yield => ($this->privates['messenger.transport.async-gift-code'] ?? $this->getMessenger_Transport_AsyncgiftcodeService());
  19111.             yield 10 => ($this->privates['messenger.transport.async-operation-code'] ?? $this->getMessenger_Transport_AsyncoperationcodeService());
  19112.             yield 11 => ($this->privates['messenger.transport.async-import-referents'] ?? $this->getMessenger_Transport_AsyncimportreferentsService());
  19113.             yield 12 => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  19114.             yield 13 => ($this->privates['messenger.transport.sync'] ?? $this->getMessenger_Transport_SyncService());
  19115.         }, 14));
  19116.     }
  19117.     /**
  19118.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  19119.      *
  19120.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  19121.      */
  19122.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  19123.     {
  19124.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  19125.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19126.     }
  19127.     /**
  19128.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  19129.      *
  19130.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  19131.      */
  19132.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  19133.     {
  19134.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19135.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  19136.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19137.     }
  19138.     /**
  19139.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  19140.      *
  19141.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  19142.      */
  19143.     protected function getDoctrine_Orm_Validator_UniqueService()
  19144.     {
  19145.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19146.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19147.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  19148.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19149.     }
  19150.     /**
  19151.      * Gets the private 'doctrine.query_dql_command' shared service.
  19152.      *
  19153.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  19154.      */
  19155.     protected function getDoctrine_QueryDqlCommandService()
  19156.     {
  19157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  19160.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  19161.         $instance->setName('doctrine:query:dql');
  19162.         return $instance;
  19163.     }
  19164.     /**
  19165.      * Gets the private 'doctrine.query_sql_command' shared service.
  19166.      *
  19167.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  19168.      */
  19169.     protected function getDoctrine_QuerySqlCommandService()
  19170.     {
  19171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19172.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  19173.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  19174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  19175.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  19176.         $instance->setName('doctrine:query:sql');
  19177.         return $instance;
  19178.     }
  19179.     /**
  19180.      * Gets the private 'doctrine.schema_create_command' shared service.
  19181.      *
  19182.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  19183.      */
  19184.     protected function getDoctrine_SchemaCreateCommandService()
  19185.     {
  19186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19189.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  19190.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  19191.         $instance->setName('doctrine:schema:create');
  19192.         return $instance;
  19193.     }
  19194.     /**
  19195.      * Gets the private 'doctrine.schema_drop_command' shared service.
  19196.      *
  19197.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  19198.      */
  19199.     protected function getDoctrine_SchemaDropCommandService()
  19200.     {
  19201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  19205.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  19206.         $instance->setName('doctrine:schema:drop');
  19207.         return $instance;
  19208.     }
  19209.     /**
  19210.      * Gets the private 'doctrine.schema_update_command' shared service.
  19211.      *
  19212.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  19213.      */
  19214.     protected function getDoctrine_SchemaUpdateCommandService()
  19215.     {
  19216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  19220.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  19221.         $instance->setName('doctrine:schema:update');
  19222.         return $instance;
  19223.     }
  19224.     /**
  19225.      * Gets the private 'doctrine.schema_validate_command' shared service.
  19226.      *
  19227.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  19228.      */
  19229.     protected function getDoctrine_SchemaValidateCommandService()
  19230.     {
  19231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19232.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19233.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  19234.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  19235.         $instance->setName('doctrine:schema:validate');
  19236.         return $instance;
  19237.     }
  19238.     /**
  19239.      * Gets the private 'doctrine.ulid_generator' shared service.
  19240.      *
  19241.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  19242.      */
  19243.     protected function getDoctrine_UlidGeneratorService()
  19244.     {
  19245.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19246.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  19247.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  19248.     }
  19249.     /**
  19250.      * Gets the private 'doctrine.uuid_generator' shared service.
  19251.      *
  19252.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  19253.      */
  19254.     protected function getDoctrine_UuidGeneratorService()
  19255.     {
  19256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19257.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  19258.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  19259.     }
  19260.     /**
  19261.      * Gets the private 'doctrine_migrations.current_command' shared service.
  19262.      *
  19263.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  19264.      */
  19265.     protected function getDoctrineMigrations_CurrentCommandService()
  19266.     {
  19267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19268.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19269.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  19270.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  19271.         $instance->setName('doctrine:migrations:current');
  19272.         return $instance;
  19273.     }
  19274.     /**
  19275.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  19276.      *
  19277.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  19278.      */
  19279.     protected function getDoctrineMigrations_DiffCommandService()
  19280.     {
  19281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19282.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19283.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  19284.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  19285.         $instance->setName('doctrine:migrations:diff');
  19286.         return $instance;
  19287.     }
  19288.     /**
  19289.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  19290.      *
  19291.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  19292.      */
  19293.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  19294.     {
  19295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19296.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19297.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  19298.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  19299.         $instance->setName('doctrine:migrations:dump-schema');
  19300.         return $instance;
  19301.     }
  19302.     /**
  19303.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  19304.      *
  19305.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  19306.      */
  19307.     protected function getDoctrineMigrations_ExecuteCommandService()
  19308.     {
  19309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19310.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19311.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  19312.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  19313.         $instance->setName('doctrine:migrations:execute');
  19314.         return $instance;
  19315.     }
  19316.     /**
  19317.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  19318.      *
  19319.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  19320.      */
  19321.     protected function getDoctrineMigrations_GenerateCommandService()
  19322.     {
  19323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19324.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19325.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  19326.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  19327.         $instance->setName('doctrine:migrations:generate');
  19328.         return $instance;
  19329.     }
  19330.     /**
  19331.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  19332.      *
  19333.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  19334.      */
  19335.     protected function getDoctrineMigrations_LatestCommandService()
  19336.     {
  19337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19338.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19339.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  19340.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  19341.         $instance->setName('doctrine:migrations:latest');
  19342.         return $instance;
  19343.     }
  19344.     /**
  19345.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  19346.      *
  19347.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  19348.      */
  19349.     protected function getDoctrineMigrations_MigrateCommandService()
  19350.     {
  19351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19352.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19353.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  19354.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  19355.         $instance->setName('doctrine:migrations:migrate');
  19356.         return $instance;
  19357.     }
  19358.     /**
  19359.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  19360.      *
  19361.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  19362.      */
  19363.     protected function getDoctrineMigrations_RollupCommandService()
  19364.     {
  19365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19366.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19367.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  19368.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  19369.         $instance->setName('doctrine:migrations:rollup');
  19370.         return $instance;
  19371.     }
  19372.     /**
  19373.      * Gets the private 'doctrine_migrations.status_command' shared service.
  19374.      *
  19375.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  19376.      */
  19377.     protected function getDoctrineMigrations_StatusCommandService()
  19378.     {
  19379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19380.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19381.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  19382.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  19383.         $instance->setName('doctrine:migrations:status');
  19384.         return $instance;
  19385.     }
  19386.     /**
  19387.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  19388.      *
  19389.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  19390.      */
  19391.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  19392.     {
  19393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19395.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  19396.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  19397.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  19398.         return $instance;
  19399.     }
  19400.     /**
  19401.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  19402.      *
  19403.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  19404.      */
  19405.     protected function getDoctrineMigrations_UpToDateCommandService()
  19406.     {
  19407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19408.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19409.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  19410.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  19411.         $instance->setName('doctrine:migrations:up-to-date');
  19412.         return $instance;
  19413.     }
  19414.     /**
  19415.      * Gets the private 'doctrine_migrations.version_command' shared service.
  19416.      *
  19417.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  19418.      */
  19419.     protected function getDoctrineMigrations_VersionCommandService()
  19420.     {
  19421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19422.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19423.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  19424.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  19425.         $instance->setName('doctrine:migrations:version');
  19426.         return $instance;
  19427.     }
  19428.     /**
  19429.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  19430.      *
  19431.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  19432.      */
  19433.     protected function getDoctrineMigrations_VersionsCommandService()
  19434.     {
  19435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19436.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  19437.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  19438.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  19439.         $instance->setName('doctrine:migrations:list');
  19440.         return $instance;
  19441.     }
  19442.     /**
  19443.      * Gets the private 'error_handler.error_renderer.html' shared service.
  19444.      *
  19445.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  19446.      */
  19447.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  19448.     {
  19449.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  19450.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  19451.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19452.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  19453.     }
  19454.     /**
  19455.      * Gets the private 'exception_listener' shared service.
  19456.      *
  19457.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  19458.      */
  19459.     protected function getExceptionListener2Service()
  19460.     {
  19461.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  19462.     }
  19463.     /**
  19464.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  19465.      *
  19466.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  19467.      */
  19468.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  19469.     {
  19470.         if ($lazyLoad) {
  19471.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  19472.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19473.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  19474.                     $proxy->setProxyInitializer(null);
  19475.                     return true;
  19476.                 });
  19477.             });
  19478.         }
  19479.         return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  19480.     }
  19481.     /**
  19482.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  19483.      *
  19484.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  19485.      */
  19486.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  19487.     {
  19488.         if ($lazyLoad) {
  19489.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  19490.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19491.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  19492.                     $proxy->setProxyInitializer(null);
  19493.                     return true;
  19494.                 });
  19495.             });
  19496.         }
  19497.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  19498.     }
  19499.     /**
  19500.      * Gets the private 'form.choice_list_factory.cached' shared service.
  19501.      *
  19502.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  19503.      */
  19504.     protected function getForm_ChoiceListFactory_CachedService()
  19505.     {
  19506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  19507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  19508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  19509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  19510.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  19511.     }
  19512.     /**
  19513.      * Gets the private 'form.registry' shared service.
  19514.      *
  19515.      * @return \Symfony\Component\Form\FormRegistry
  19516.      */
  19517.     protected function getForm_RegistryService()
  19518.     {
  19519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  19520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  19521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  19522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  19523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  19524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  19525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  19526.         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, [
  19527.             'App\\Form\\Blog\\BlogSearchType' => ['privates''App\\Form\\Blog\\BlogSearchType''getBlogSearchTypeService'false],
  19528.             'App\\Form\\Blog\\BlogType' => ['privates''App\\Form\\Blog\\BlogType''getBlogTypeService'false],
  19529.             'App\\Form\\Blog\\MediaBlogType' => ['privates''App\\Form\\Blog\\MediaBlogType''getMediaBlogTypeService'false],
  19530.             'App\\Form\\Blog\\MediaCodeGiftType' => ['privates''App\\Form\\Blog\\MediaCodeGiftType''getMediaCodeGiftTypeService'false],
  19531.             'App\\Form\\Blog\\MediaThumbnailBlogType' => ['privates''App\\Form\\Blog\\MediaThumbnailBlogType''getMediaThumbnailBlogTypeService'false],
  19532.             'App\\Form\\Catalog\\GiftCodeSearchType' => ['privates''App\\Form\\Catalog\\GiftCodeSearchType''getGiftCodeSearchTypeService'false],
  19533.             'App\\Form\\Catalog\\GiftLevelType' => ['privates''App\\Form\\Catalog\\GiftLevelType''getGiftLevelTypeService'false],
  19534.             'App\\Form\\Catalog\\GiftSearchType' => ['privates''App\\Form\\Catalog\\GiftSearchType''getGiftSearchTypeService'false],
  19535.             'App\\Form\\Catalog\\GiftType' => ['privates''App\\Form\\Catalog\\GiftType''getGiftTypeService'false],
  19536.             'App\\Form\\CookiesType' => ['privates''App\\Form\\CookiesType''getCookiesTypeService'false],
  19537.             'App\\Form\\DisplayElementType' => ['privates''App\\Form\\DisplayElementType''getDisplayElementTypeService'false],
  19538.             'App\\Form\\Faq\\FaqType' => ['privates''App\\Form\\Faq\\FaqType''getFaqTypeService'false],
  19539.             'App\\Form\\Knowledge\\KnowledgeResponseType' => ['privates''App\\Form\\Knowledge\\KnowledgeResponseType''getKnowledgeResponseTypeService'false],
  19540.             'App\\Form\\Knowledge\\KnowledgeType' => ['privates''App\\Form\\Knowledge\\KnowledgeType''getKnowledgeTypeService'false],
  19541.             'App\\Form\\MediaObject\\MediaCodeDrawType' => ['privates''App\\Form\\MediaObject\\MediaCodeDrawType''getMediaCodeDrawTypeService'false],
  19542.             'App\\Form\\MediaObject\\MediaCodeOdrType' => ['privates''App\\Form\\MediaObject\\MediaCodeOdrType''getMediaCodeOdrTypeService'false],
  19543.             'App\\Form\\MediaObject\\MediaGiftType' => ['privates''App\\Form\\MediaObject\\MediaGiftType''getMediaGiftTypeService'false],
  19544.             'App\\Form\\MediaObject\\MediaImageType' => ['privates''App\\Form\\MediaObject\\MediaImageType''getMediaImageTypeService'false],
  19545.             'App\\Form\\MediaObject\\MediaObjectType' => ['privates''App\\Form\\MediaObject\\MediaObjectType''getMediaObjectTypeService'false],
  19546.             'App\\Form\\MediaObject\\MediaParticipationType' => ['privates''App\\Form\\MediaObject\\MediaParticipationType''getMediaParticipationTypeService'false],
  19547.             'App\\Form\\MediaObject\\MediaPdfEditType' => ['privates''App\\Form\\MediaObject\\MediaPdfEditType''getMediaPdfEditTypeService'false],
  19548.             'App\\Form\\MediaObject\\MediaPdfType' => ['privates''App\\Form\\MediaObject\\MediaPdfType''getMediaPdfTypeService'false],
  19549.             'App\\Form\\MediaObject\\MediaPromotionType' => ['privates''App\\Form\\MediaObject\\MediaPromotionType''getMediaPromotionTypeService'false],
  19550.             'App\\Form\\MediaObject\\MediaThumbnailGiftType' => ['privates''App\\Form\\MediaObject\\MediaThumbnailGiftType''getMediaThumbnailGiftTypeService'false],
  19551.             'App\\Form\\MentionLegalType' => ['privates''App\\Form\\MentionLegalType''getMentionLegalTypeService'false],
  19552.             'App\\Form\\MenuType' => ['privates''App\\Form\\MenuType''getMenuTypeService'false],
  19553.             'App\\Form\\NewsletterSubscriptionType' => ['privates''App\\Form\\NewsletterSubscriptionType''getNewsletterSubscriptionTypeService'false],
  19554.             'App\\Form\\OperationCode\\DrawCodeSearchType' => ['privates''App\\Form\\OperationCode\\DrawCodeSearchType''getDrawCodeSearchTypeService'false],
  19555.             'App\\Form\\OperationCode\\OdrCodeSearchType' => ['privates''App\\Form\\OperationCode\\OdrCodeSearchType''getOdrCodeSearchTypeService'false],
  19556.             'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType' => ['privates''App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType''getCouponNonIntegratedSearchTypeService'false],
  19557.             'App\\Form\\Operation\\Coupon\\CouponSearchType' => ['privates''App\\Form\\Operation\\Coupon\\CouponSearchType''getCouponSearchTypeService'false],
  19558.             'App\\Form\\Operation\\Coupon\\CouponType' => ['privates''App\\Form\\Operation\\Coupon\\CouponType''getCouponTypeService'false],
  19559.             'App\\Form\\Operation\\Coupon\\DetailsCouponType' => ['privates''App\\Form\\Operation\\Coupon\\DetailsCouponType''getDetailsCouponTypeService'false],
  19560.             'App\\Form\\Operation\\Coupon\\MediaCouponType' => ['privates''App\\Form\\Operation\\Coupon\\MediaCouponType''getMediaCouponTypeService'false],
  19561.             'App\\Form\\Operation\\Draw\\DrawEmailType' => ['privates''App\\Form\\Operation\\Draw\\DrawEmailType''getDrawEmailTypeService'false],
  19562.             'App\\Form\\Operation\\Draw\\DrawSearchType' => ['privates''App\\Form\\Operation\\Draw\\DrawSearchType''getDrawSearchTypeService'false],
  19563.             'App\\Form\\Operation\\Draw\\DrawType' => ['privates''App\\Form\\Operation\\Draw\\DrawType''getDrawTypeService'false],
  19564.             'App\\Form\\Operation\\Draw\\MediaDesktopDrawType' => ['privates''App\\Form\\Operation\\Draw\\MediaDesktopDrawType''getMediaDesktopDrawTypeService'false],
  19565.             'App\\Form\\Operation\\Draw\\MediaMobileDrawType' => ['privates''App\\Form\\Operation\\Draw\\MediaMobileDrawType''getMediaMobileDrawTypeService'false],
  19566.             'App\\Form\\Operation\\Draw\\MediaPdfDrawType' => ['privates''App\\Form\\Operation\\Draw\\MediaPdfDrawType''getMediaPdfDrawTypeService'false],
  19567.             'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType' => ['privates''App\\Form\\Operation\\Draw\\MediaThumbnailDrawType''getMediaThumbnailDrawTypeService'false],
  19568.             'App\\Form\\Operation\\Draw\\SogecEditDrawType' => ['privates''App\\Form\\Operation\\Draw\\SogecEditDrawType''getSogecEditDrawTypeService'false],
  19569.             'App\\Form\\Operation\\Game\\GameSearchType' => ['privates''App\\Form\\Operation\\Game\\GameSearchType''getGameSearchTypeService'false],
  19570.             'App\\Form\\Operation\\Game\\GameType' => ['privates''App\\Form\\Operation\\Game\\GameType''getGameTypeService'false],
  19571.             'App\\Form\\Operation\\Game\\MediaGameType' => ['privates''App\\Form\\Operation\\Game\\MediaGameType''getMediaGameTypeService'false],
  19572.             'App\\Form\\Operation\\Game\\MediaMobileGameType' => ['privates''App\\Form\\Operation\\Game\\MediaMobileGameType''getMediaMobileGameTypeService'false],
  19573.             'App\\Form\\Operation\\MultiOffer\\DepartmentType' => ['privates''App\\Form\\Operation\\MultiOffer\\DepartmentType''getDepartmentTypeService'false],
  19574.             'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType' => ['privates''App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType''getDetailsMultiOfferTypeService'false],
  19575.             'App\\Form\\Operation\\MultiOffer\\EanType' => ['privates''App\\Form\\Operation\\MultiOffer\\EanType''getEanTypeService'false],
  19576.             'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType' => ['privates''App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType''getMediaMultiOfferTypeService'false],
  19577.             'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType' => ['privates''App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType''getMultiOfferSearchTypeService'false],
  19578.             'App\\Form\\Operation\\MultiOffer\\MultiOfferType' => ['privates''App\\Form\\Operation\\MultiOffer\\MultiOfferType''getMultiOfferTypeService'false],
  19579.             'App\\Form\\Operation\\Odr\\DetailsOdrType' => ['privates''App\\Form\\Operation\\Odr\\DetailsOdrType''getDetailsOdrTypeService'false],
  19580.             'App\\Form\\Operation\\Odr\\MediaDesktopOdrType' => ['privates''App\\Form\\Operation\\Odr\\MediaDesktopOdrType''getMediaDesktopOdrTypeService'false],
  19581.             'App\\Form\\Operation\\Odr\\MediaMobileOdrType' => ['privates''App\\Form\\Operation\\Odr\\MediaMobileOdrType''getMediaMobileOdrTypeService'false],
  19582.             'App\\Form\\Operation\\Odr\\MediaPdfOdrType' => ['privates''App\\Form\\Operation\\Odr\\MediaPdfOdrType''getMediaPdfOdrTypeService'false],
  19583.             'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType' => ['privates''App\\Form\\Operation\\Odr\\MediaThumbnailOdrType''getMediaThumbnailOdrTypeService'false],
  19584.             'App\\Form\\Operation\\Odr\\OdrType' => ['privates''App\\Form\\Operation\\Odr\\OdrType''getOdrTypeService'false],
  19585.             'App\\Form\\Participation\\ParticipationSearchType' => ['privates''App\\Form\\Participation\\ParticipationSearchType''getParticipationSearchTypeService'false],
  19586.             'App\\Form\\PersonalDataType' => ['privates''App\\Form\\PersonalDataType''getPersonalDataTypeService'false],
  19587.             'App\\Form\\Recipe\\IngredientOfferSearchType' => ['privates''App\\Form\\Recipe\\IngredientOfferSearchType''getIngredientOfferSearchTypeService'false],
  19588.             'App\\Form\\Recipe\\IngredientSearchType' => ['privates''App\\Form\\Recipe\\IngredientSearchType''getIngredientSearchTypeService'false],
  19589.             'App\\Form\\Recipe\\IngredientType' => ['privates''App\\Form\\Recipe\\IngredientType''getIngredientTypeService'false],
  19590.             'App\\Form\\Recipe\\MediaRecipeType' => ['privates''App\\Form\\Recipe\\MediaRecipeType''getMediaRecipeTypeService'false],
  19591.             'App\\Form\\Recipe\\RecipeFormType' => ['privates''App\\Form\\Recipe\\RecipeFormType''getRecipeFormTypeService'false],
  19592.             'App\\Form\\Recipe\\RecipeIngredientType' => ['privates''App\\Form\\Recipe\\RecipeIngredientType''getRecipeIngredientTypeService'false],
  19593.             'App\\Form\\Recipe\\RecipeSearchType' => ['privates''App\\Form\\Recipe\\RecipeSearchType''getRecipeSearchTypeService'false],
  19594.             'App\\Form\\Recipe\\RecipeTypeFormType' => ['privates''App\\Form\\Recipe\\RecipeTypeFormType''getRecipeTypeFormTypeService'false],
  19595.             'App\\Form\\RequestResetPasswordType' => ['privates''App\\Form\\RequestResetPasswordType''getRequestResetPasswordTypeService'false],
  19596.             'App\\Form\\Security\\PermissionType' => ['privates''App\\Form\\Security\\PermissionType''getPermissionTypeService'false],
  19597.             'App\\Form\\Security\\ProfileType' => ['privates''App\\Form\\Security\\ProfileType''getProfileTypeService'false],
  19598.             'App\\Form\\Slider\\MediaMobileSliderType' => ['privates''App\\Form\\Slider\\MediaMobileSliderType''getMediaMobileSliderTypeService'false],
  19599.             'App\\Form\\Slider\\MediaSliderType' => ['privates''App\\Form\\Slider\\MediaSliderType''getMediaSliderTypeService'false],
  19600.             'App\\Form\\Slider\\SliderType' => ['privates''App\\Form\\Slider\\SliderType''getSliderTypeService'false],
  19601.             'App\\Form\\Sogec\\MediaPdfDocumentationType' => ['privates''App\\Form\\Sogec\\MediaPdfDocumentationType''getMediaPdfDocumentationTypeService'false],
  19602.             'App\\Form\\Sogec\\PromotionSearchType' => ['privates''App\\Form\\Sogec\\PromotionSearchType''getPromotionSearchTypeService'false],
  19603.             'App\\Form\\Sogec\\PromotionType' => ['privates''App\\Form\\Sogec\\PromotionType''getPromotionTypeService'false],
  19604.             'App\\Form\\Tag\\BlogTagSearchType' => ['privates''App\\Form\\Tag\\BlogTagSearchType''getBlogTagSearchTypeService'false],
  19605.             'App\\Form\\Tag\\BlogTagType' => ['privates''App\\Form\\Tag\\BlogTagType''getBlogTagTypeService'false],
  19606.             'App\\Form\\Tas\\TasSearchType' => ['privates''App\\Form\\Tas\\TasSearchType''getTasSearchTypeService'false],
  19607.             'App\\Form\\Tas\\TasType' => ['privates''App\\Form\\Tas\\TasType''getTasTypeService'false],
  19608.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  19609.             'App\\Form\\User\\ConsumerSearchType' => ['privates''App\\Form\\User\\ConsumerSearchType''getConsumerSearchTypeService'false],
  19610.             'App\\Form\\User\\IdentityType' => ['privates''App\\Form\\User\\IdentityType''getIdentityTypeService'false],
  19611.             'App\\Form\\User\\ReferentSearchType' => ['privates''App\\Form\\User\\ReferentSearchType''getReferentSearchTypeService'false],
  19612.             'App\\Form\\User\\ReferentType' => ['privates''App\\Form\\User\\ReferentType''getReferentTypeService'false],
  19613.             'App\\Form\\User\\ResetPasswordType' => ['privates''App\\Form\\User\\ResetPasswordType''getResetPasswordTypeService'false],
  19614.             'App\\Form\\User\\StrateType' => ['privates''App\\Form\\User\\StrateType''getStrateTypeService'false],
  19615.             'App\\Form\\User\\UserSearchType' => ['privates''App\\Form\\User\\UserSearchType''getUserSearchTypeService'false],
  19616.             'App\\Form\\User\\UserType' => ['privates''App\\Form\\User\\UserType''getUserType2Service'false],
  19617.             'App\\Form\\WebsiteParams\\GameParamsType' => ['privates''App\\Form\\WebsiteParams\\GameParamsType''getGameParamsTypeService'false],
  19618.             'App\\Form\\WebsiteParams\\MediaGameParamsType' => ['privates''App\\Form\\WebsiteParams\\MediaGameParamsType''getMediaGameParamsTypeService'false],
  19619.             'App\\Form\\WebsiteParams\\ModuleParamsType' => ['privates''App\\Form\\WebsiteParams\\ModuleParamsType''getModuleParamsTypeService'false],
  19620.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  19621.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  19622.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  19623.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  19624.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  19625.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  19626.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  19627.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  19628.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  19629.         ], [
  19630.             'App\\Form\\Blog\\BlogSearchType' => '?',
  19631.             'App\\Form\\Blog\\BlogType' => '?',
  19632.             'App\\Form\\Blog\\MediaBlogType' => '?',
  19633.             'App\\Form\\Blog\\MediaCodeGiftType' => '?',
  19634.             'App\\Form\\Blog\\MediaThumbnailBlogType' => '?',
  19635.             'App\\Form\\Catalog\\GiftCodeSearchType' => '?',
  19636.             'App\\Form\\Catalog\\GiftLevelType' => '?',
  19637.             'App\\Form\\Catalog\\GiftSearchType' => '?',
  19638.             'App\\Form\\Catalog\\GiftType' => '?',
  19639.             'App\\Form\\CookiesType' => '?',
  19640.             'App\\Form\\DisplayElementType' => '?',
  19641.             'App\\Form\\Faq\\FaqType' => '?',
  19642.             'App\\Form\\Knowledge\\KnowledgeResponseType' => '?',
  19643.             'App\\Form\\Knowledge\\KnowledgeType' => '?',
  19644.             'App\\Form\\MediaObject\\MediaCodeDrawType' => '?',
  19645.             'App\\Form\\MediaObject\\MediaCodeOdrType' => '?',
  19646.             'App\\Form\\MediaObject\\MediaGiftType' => '?',
  19647.             'App\\Form\\MediaObject\\MediaImageType' => '?',
  19648.             'App\\Form\\MediaObject\\MediaObjectType' => '?',
  19649.             'App\\Form\\MediaObject\\MediaParticipationType' => '?',
  19650.             'App\\Form\\MediaObject\\MediaPdfEditType' => '?',
  19651.             'App\\Form\\MediaObject\\MediaPdfType' => '?',
  19652.             'App\\Form\\MediaObject\\MediaPromotionType' => '?',
  19653.             'App\\Form\\MediaObject\\MediaThumbnailGiftType' => '?',
  19654.             'App\\Form\\MentionLegalType' => '?',
  19655.             'App\\Form\\MenuType' => '?',
  19656.             'App\\Form\\NewsletterSubscriptionType' => '?',
  19657.             'App\\Form\\OperationCode\\DrawCodeSearchType' => '?',
  19658.             'App\\Form\\OperationCode\\OdrCodeSearchType' => '?',
  19659.             'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType' => '?',
  19660.             'App\\Form\\Operation\\Coupon\\CouponSearchType' => '?',
  19661.             'App\\Form\\Operation\\Coupon\\CouponType' => '?',
  19662.             'App\\Form\\Operation\\Coupon\\DetailsCouponType' => '?',
  19663.             'App\\Form\\Operation\\Coupon\\MediaCouponType' => '?',
  19664.             'App\\Form\\Operation\\Draw\\DrawEmailType' => '?',
  19665.             'App\\Form\\Operation\\Draw\\DrawSearchType' => '?',
  19666.             'App\\Form\\Operation\\Draw\\DrawType' => '?',
  19667.             'App\\Form\\Operation\\Draw\\MediaDesktopDrawType' => '?',
  19668.             'App\\Form\\Operation\\Draw\\MediaMobileDrawType' => '?',
  19669.             'App\\Form\\Operation\\Draw\\MediaPdfDrawType' => '?',
  19670.             'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType' => '?',
  19671.             'App\\Form\\Operation\\Draw\\SogecEditDrawType' => '?',
  19672.             'App\\Form\\Operation\\Game\\GameSearchType' => '?',
  19673.             'App\\Form\\Operation\\Game\\GameType' => '?',
  19674.             'App\\Form\\Operation\\Game\\MediaGameType' => '?',
  19675.             'App\\Form\\Operation\\Game\\MediaMobileGameType' => '?',
  19676.             'App\\Form\\Operation\\MultiOffer\\DepartmentType' => '?',
  19677.             'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType' => '?',
  19678.             'App\\Form\\Operation\\MultiOffer\\EanType' => '?',
  19679.             'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType' => '?',
  19680.             'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType' => '?',
  19681.             'App\\Form\\Operation\\MultiOffer\\MultiOfferType' => '?',
  19682.             'App\\Form\\Operation\\Odr\\DetailsOdrType' => '?',
  19683.             'App\\Form\\Operation\\Odr\\MediaDesktopOdrType' => '?',
  19684.             'App\\Form\\Operation\\Odr\\MediaMobileOdrType' => '?',
  19685.             'App\\Form\\Operation\\Odr\\MediaPdfOdrType' => '?',
  19686.             'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType' => '?',
  19687.             'App\\Form\\Operation\\Odr\\OdrType' => '?',
  19688.             'App\\Form\\Participation\\ParticipationSearchType' => '?',
  19689.             'App\\Form\\PersonalDataType' => '?',
  19690.             'App\\Form\\Recipe\\IngredientOfferSearchType' => '?',
  19691.             'App\\Form\\Recipe\\IngredientSearchType' => '?',
  19692.             'App\\Form\\Recipe\\IngredientType' => '?',
  19693.             'App\\Form\\Recipe\\MediaRecipeType' => '?',
  19694.             'App\\Form\\Recipe\\RecipeFormType' => '?',
  19695.             'App\\Form\\Recipe\\RecipeIngredientType' => '?',
  19696.             'App\\Form\\Recipe\\RecipeSearchType' => '?',
  19697.             'App\\Form\\Recipe\\RecipeTypeFormType' => '?',
  19698.             'App\\Form\\RequestResetPasswordType' => '?',
  19699.             'App\\Form\\Security\\PermissionType' => '?',
  19700.             'App\\Form\\Security\\ProfileType' => '?',
  19701.             'App\\Form\\Slider\\MediaMobileSliderType' => '?',
  19702.             'App\\Form\\Slider\\MediaSliderType' => '?',
  19703.             'App\\Form\\Slider\\SliderType' => '?',
  19704.             'App\\Form\\Sogec\\MediaPdfDocumentationType' => '?',
  19705.             'App\\Form\\Sogec\\PromotionSearchType' => '?',
  19706.             'App\\Form\\Sogec\\PromotionType' => '?',
  19707.             'App\\Form\\Tag\\BlogTagSearchType' => '?',
  19708.             'App\\Form\\Tag\\BlogTagType' => '?',
  19709.             'App\\Form\\Tas\\TasSearchType' => '?',
  19710.             'App\\Form\\Tas\\TasType' => '?',
  19711.             'App\\Form\\UserType' => '?',
  19712.             'App\\Form\\User\\ConsumerSearchType' => '?',
  19713.             'App\\Form\\User\\IdentityType' => '?',
  19714.             'App\\Form\\User\\ReferentSearchType' => '?',
  19715.             'App\\Form\\User\\ReferentType' => '?',
  19716.             'App\\Form\\User\\ResetPasswordType' => '?',
  19717.             'App\\Form\\User\\StrateType' => '?',
  19718.             'App\\Form\\User\\UserSearchType' => '?',
  19719.             'App\\Form\\User\\UserType' => '?',
  19720.             'App\\Form\\WebsiteParams\\GameParamsType' => '?',
  19721.             'App\\Form\\WebsiteParams\\MediaGameParamsType' => '?',
  19722.             'App\\Form\\WebsiteParams\\ModuleParamsType' => '?',
  19723.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  19724.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  19725.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  19726.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  19727.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  19728.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  19729.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  19730.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  19731.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  19732.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  19733.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  19734.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  19735.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  19736.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  19737.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  19738.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  19739.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  19740.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  19741.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  19742.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  19743.         }, 1)], new RewindableGenerator(function () {
  19744.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  19745.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  19746.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  19747.     }
  19748.     /**
  19749.      * Gets the private 'form.server_params' shared service.
  19750.      *
  19751.      * @return \Symfony\Component\Form\Util\ServerParams
  19752.      */
  19753.     protected function getForm_ServerParamsService()
  19754.     {
  19755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  19756.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  19757.     }
  19758.     /**
  19759.      * Gets the private 'form.type.choice' shared service.
  19760.      *
  19761.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  19762.      */
  19763.     protected function getForm_Type_ChoiceService()
  19764.     {
  19765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  19768.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  19769.     }
  19770.     /**
  19771.      * Gets the private 'form.type.color' shared service.
  19772.      *
  19773.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  19774.      */
  19775.     protected function getForm_Type_ColorService()
  19776.     {
  19777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  19780.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  19781.     }
  19782.     /**
  19783.      * Gets the private 'form.type.entity' shared service.
  19784.      *
  19785.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  19786.      */
  19787.     protected function getForm_Type_EntityService()
  19788.     {
  19789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19791.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  19792.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  19793.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19794.     }
  19795.     /**
  19796.      * Gets the private 'form.type.form' shared service.
  19797.      *
  19798.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  19799.      */
  19800.     protected function getForm_Type_FormService()
  19801.     {
  19802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  19805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  19806.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  19807.     }
  19808.     /**
  19809.      * Gets the private 'form.type_extension.csrf' shared service.
  19810.      *
  19811.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  19812.      */
  19813.     protected function getForm_TypeExtension_CsrfService()
  19814.     {
  19815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  19818.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  19819.     }
  19820.     /**
  19821.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  19822.      *
  19823.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  19824.      */
  19825.     protected function getForm_TypeExtension_Form_DataCollectorService()
  19826.     {
  19827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  19830.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  19831.     }
  19832.     /**
  19833.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  19834.      *
  19835.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  19836.      */
  19837.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  19838.     {
  19839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  19842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  19843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  19844.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  19845.     }
  19846.     /**
  19847.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  19848.      *
  19849.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  19850.      */
  19851.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  19852.     {
  19853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  19856.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  19857.     }
  19858.     /**
  19859.      * Gets the private 'form.type_extension.form.validator' shared service.
  19860.      *
  19861.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  19862.      */
  19863.     protected function getForm_TypeExtension_Form_ValidatorService()
  19864.     {
  19865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  19868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  19869.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  19870.         if (isset($this->privates['form.type_extension.form.validator'])) {
  19871.             return $this->privates['form.type_extension.form.validator'];
  19872.         }
  19873.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  19874.         if (isset($this->privates['form.type_extension.form.validator'])) {
  19875.             return $this->privates['form.type_extension.form.validator'];
  19876.         }
  19877.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  19878.     }
  19879.     /**
  19880.      * Gets the private 'form.type_extension.upload.validator' shared service.
  19881.      *
  19882.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  19883.      */
  19884.     protected function getForm_TypeExtension_Upload_ValidatorService()
  19885.     {
  19886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  19889.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  19890.     }
  19891.     /**
  19892.      * Gets the private 'form.type_guesser.doctrine' shared service.
  19893.      *
  19894.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  19895.      */
  19896.     protected function getForm_TypeGuesser_DoctrineService()
  19897.     {
  19898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19899.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  19900.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19901.     }
  19902.     /**
  19903.      * Gets the private 'form.type_guesser.validator' shared service.
  19904.      *
  19905.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  19906.      */
  19907.     protected function getForm_TypeGuesser_ValidatorService()
  19908.     {
  19909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  19911.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  19912.         if (isset($this->privates['form.type_guesser.validator'])) {
  19913.             return $this->privates['form.type_guesser.validator'];
  19914.         }
  19915.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  19916.     }
  19917.     /**
  19918.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  19919.      *
  19920.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  19921.      */
  19922.     protected function getFosCkEditor_Command_InstallerService()
  19923.     {
  19924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19925.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  19926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  19927.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  19928.         $instance->setName('ckeditor:install');
  19929.         return $instance;
  19930.     }
  19931.     /**
  19932.      * Gets the private 'fos_ck_editor.form.type' shared service.
  19933.      *
  19934.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  19935.      */
  19936.     protected function getFosCkEditor_Form_TypeService()
  19937.     {
  19938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  19941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  19942.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  19943.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['configs' => ['main_config' => ['toolbar' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> 'Strike'=> '-'=> 'Subscript'=> 'Superscript'=> '-'=> 'Link'=> 'Image'10 => '-'11 => 'NumberedList'12 => 'BulletedList'13 => '-'14 => 'JustifyLeft'15 => 'JustifyCenter'16 => 'JustifyRight'17 => 'JustifyBlock'18 => '-'19 => 'Templates'20 => 'ShowBlocks'21 => 'Source'22 => 'Maximize']]], 'odr_config' => ['toolbar' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> 'Strike'=> '-'=> 'Link'=> 'Image'=> '-'=> 'Source']]]], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  19944.     }
  19945.     /**
  19946.      * Gets the private 'fragment.renderer.inline' shared service.
  19947.      *
  19948.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  19949.      */
  19950.     protected function getFragment_Renderer_InlineService()
  19951.     {
  19952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  19955.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  19956.         if (isset($this->privates['fragment.renderer.inline'])) {
  19957.             return $this->privates['fragment.renderer.inline'];
  19958.         }
  19959.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19960.         if (isset($this->privates['fragment.renderer.inline'])) {
  19961.             return $this->privates['fragment.renderer.inline'];
  19962.         }
  19963.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  19964.         $instance->setFragmentPath('/_fragment');
  19965.         return $instance;
  19966.     }
  19967.     /**
  19968.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  19969.      *
  19970.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  19971.      */
  19972.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  19973.     {
  19974.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  19975.     }
  19976.     /**
  19977.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  19978.      *
  19979.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  19980.      */
  19981.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  19982.     {
  19983.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  19984.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  19985.             return $this->privates['framework_extra_bundle.event.is_granted'];
  19986.         }
  19987.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  19988.     }
  19989.     /**
  19990.      * Gets the private 'gedmo.listener.sluggable' shared autowired service.
  19991.      *
  19992.      * @return \Gedmo\Sluggable\SluggableListener
  19993.      */
  19994.     protected function getGedmo_Listener_SluggableService()
  19995.     {
  19996.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19997.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  19998.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  19999.         $this->privates['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  20000.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20001.         return $instance;
  20002.     }
  20003.     /**
  20004.      * Gets the private 'gedmo.listener.timestampable' shared autowired service.
  20005.      *
  20006.      * @return \Gedmo\Timestampable\TimestampableListener
  20007.      */
  20008.     protected function getGedmo_Listener_TimestampableService()
  20009.     {
  20010.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20011.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  20012.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  20013.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  20014.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  20015.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20016.         return $instance;
  20017.     }
  20018.     /**
  20019.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  20020.      *
  20021.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  20022.      */
  20023.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  20024.     {
  20025.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  20026.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  20027.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  20028.     }
  20029.     /**
  20030.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  20031.      *
  20032.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  20033.      */
  20034.     protected function getJmsSerializer_Cache_CacheClearerService()
  20035.     {
  20036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  20037.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  20038.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  20039.     }
  20040.     /**
  20041.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  20042.      *
  20043.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  20044.      */
  20045.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  20046.     {
  20047.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  20048.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  20049.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  20050.     }
  20051.     /**
  20052.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  20053.      *
  20054.      * @return \JMS\Serializer\Handler\DateHandler
  20055.      */
  20056.     protected function getJmsSerializer_DatetimeHandlerService()
  20057.     {
  20058.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  20059.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  20060.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Paris'true);
  20061.     }
  20062.     /**
  20063.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  20064.      *
  20065.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  20066.      */
  20067.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  20068.     {
  20069.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20070.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  20071.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  20072.     }
  20073.     /**
  20074.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  20075.      *
  20076.      * @return \JMS\Serializer\Handler\FormErrorHandler
  20077.      */
  20078.     protected function getJmsSerializer_FormErrorHandlerService()
  20079.     {
  20080.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  20081.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  20082.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  20083.     }
  20084.     /**
  20085.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  20086.      *
  20087.      * @return \JMS\Serializer\Handler\IteratorHandler
  20088.      */
  20089.     protected function getJmsSerializer_IteratorHandlerService()
  20090.     {
  20091.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  20092.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  20093.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  20094.     }
  20095.     /**
  20096.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  20097.      *
  20098.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  20099.      */
  20100.     protected function getJmsSerializer_StopwatchSubscriberService()
  20101.     {
  20102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20103.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  20104.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20105.     }
  20106.     /**
  20107.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  20108.      *
  20109.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  20110.      */
  20111.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  20112.     {
  20113.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  20114.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  20115.     }
  20116.     /**
  20117.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  20118.      *
  20119.      * @return \Knp\Menu\Provider\LazyProvider
  20120.      */
  20121.     protected function getKnpMenu_MenuProvider_LazyService()
  20122.     {
  20123.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  20124.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['adminlte_main' => [=> function () {
  20125.             return ($this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService());
  20126.         }, => 'createMainMenu']]);
  20127.     }
  20128.     /**
  20129.      * Gets the private 'knp_menu.renderer.list' shared service.
  20130.      *
  20131.      * @return \Knp\Menu\Renderer\ListRenderer
  20132.      */
  20133.     protected function getKnpMenu_Renderer_ListService()
  20134.     {
  20135.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  20136.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  20137.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  20138.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  20139.     }
  20140.     /**
  20141.      * Gets the private 'knp_menu.renderer.twig' shared service.
  20142.      *
  20143.      * @return \Knp\Menu\Renderer\TwigRenderer
  20144.      */
  20145.     protected function getKnpMenu_Renderer_TwigService()
  20146.     {
  20147.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  20148.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  20149.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20150.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  20151.             return $this->privates['knp_menu.renderer.twig'];
  20152.         }
  20153.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a'@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  20154.     }
  20155.     /**
  20156.      * Gets the private 'knp_menu.voter.router' shared service.
  20157.      *
  20158.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  20159.      */
  20160.     protected function getKnpMenu_Voter_RouterService()
  20161.     {
  20162.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  20163.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  20164.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20165.     }
  20166.     /**
  20167.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  20168.      *
  20169.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  20170.      */
  20171.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  20172.     {
  20173.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  20174.     }
  20175.     /**
  20176.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  20177.      *
  20178.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  20179.      */
  20180.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  20181.     {
  20182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20183.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  20184.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  20185.         $instance->setName('lexik:jwt:check-config');
  20186.         return $instance;
  20187.     }
  20188.     /**
  20189.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  20190.      *
  20191.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  20192.      */
  20193.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  20194.     {
  20195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20196.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  20197.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20198.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  20199.         $instance->setName('lexik:jwt:generate-keypair');
  20200.         return $instance;
  20201.     }
  20202.     /**
  20203.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  20204.      *
  20205.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  20206.      */
  20207.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  20208.     {
  20209.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  20210.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  20211.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  20212.     }
  20213.     /**
  20214.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  20215.      *
  20216.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  20217.      */
  20218.     protected function getLiipImagine_Command_CacheRemoveService()
  20219.     {
  20220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20221.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  20222.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  20223.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  20224.         $instance->setName('liip:imagine:cache:remove');
  20225.         return $instance;
  20226.     }
  20227.     /**
  20228.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  20229.      *
  20230.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  20231.      */
  20232.     protected function getLiipImagine_Command_CacheResolveService()
  20233.     {
  20234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20235.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  20236.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  20237.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  20238.         $instance->setName('liip:imagine:cache:resolve');
  20239.         return $instance;
  20240.     }
  20241.     /**
  20242.      * Gets the private 'liip_imagine.form.type.image' shared service.
  20243.      *
  20244.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  20245.      */
  20246.     protected function getLiipImagine_Form_Type_ImageService()
  20247.     {
  20248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20250.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  20251.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  20252.     }
  20253.     /**
  20254.      * Gets the private 'liip_imagine.gd' shared service.
  20255.      *
  20256.      * @return \Imagine\Gd\Imagine
  20257.      */
  20258.     protected function getLiipImagine_GdService()
  20259.     {
  20260.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  20261.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  20262.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  20263.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  20264.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  20265.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  20266.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  20267.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  20268.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  20269.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  20270.         return $instance;
  20271.     }
  20272.     /**
  20273.      * Gets the private 'liip_imagine.service.filter' shared service.
  20274.      *
  20275.      * @return \Liip\ImagineBundle\Service\FilterService
  20276.      */
  20277.     protected function getLiipImagine_Service_FilterService()
  20278.     {
  20279.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  20280.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20281.     }
  20282.     /**
  20283.      * Gets the private 'liip_imagine.templating.filter_runtime' shared service.
  20284.      *
  20285.      * @return \Liip\ImagineBundle\Templating\LazyFilterRuntime
  20286.      */
  20287.     protected function getLiipImagine_Templating_FilterRuntimeService()
  20288.     {
  20289.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  20290.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterRuntime.php';
  20291.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  20292.         if (isset($this->privates['liip_imagine.templating.filter_runtime'])) {
  20293.             return $this->privates['liip_imagine.templating.filter_runtime'];
  20294.         }
  20295.         return $this->privates['liip_imagine.templating.filter_runtime'] = new \Liip\ImagineBundle\Templating\LazyFilterRuntime($aNULL);
  20296.     }
  20297.     /**
  20298.      * Gets the private 'locale_aware_listener' shared service.
  20299.      *
  20300.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  20301.      */
  20302.     protected function getLocaleAwareListenerService()
  20303.     {
  20304.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  20305.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  20306.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  20307.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20308.     }
  20309.     /**
  20310.      * Gets the private 'locale_listener' shared service.
  20311.      *
  20312.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  20313.      */
  20314.     protected function getLocaleListenerService()
  20315.     {
  20316.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  20317.     }
  20318.     /**
  20319.      * Gets the private 'mailer.transport_factory.native' shared service.
  20320.      *
  20321.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  20322.      */
  20323.     protected function getMailer_TransportFactory_NativeService()
  20324.     {
  20325.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20326.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20327.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  20328.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20329.         if (isset($this->privates['mailer.transport_factory.native'])) {
  20330.             return $this->privates['mailer.transport_factory.native'];
  20331.         }
  20332.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20333.     }
  20334.     /**
  20335.      * Gets the private 'mailer.transport_factory.null' shared service.
  20336.      *
  20337.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  20338.      */
  20339.     protected function getMailer_TransportFactory_NullService()
  20340.     {
  20341.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20342.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20343.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  20344.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20345.         if (isset($this->privates['mailer.transport_factory.null'])) {
  20346.             return $this->privates['mailer.transport_factory.null'];
  20347.         }
  20348.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20349.     }
  20350.     /**
  20351.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  20352.      *
  20353.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  20354.      */
  20355.     protected function getMailer_TransportFactory_SendmailService()
  20356.     {
  20357.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20358.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20359.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  20360.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20361.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  20362.             return $this->privates['mailer.transport_factory.sendmail'];
  20363.         }
  20364.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20365.     }
  20366.     /**
  20367.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  20368.      *
  20369.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  20370.      */
  20371.     protected function getMailer_TransportFactory_SmtpService()
  20372.     {
  20373.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20374.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20375.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  20376.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20377.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  20378.             return $this->privates['mailer.transport_factory.smtp'];
  20379.         }
  20380.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20381.     }
  20382.     /**
  20383.      * Gets the private 'maker.auto_command.make_auth' shared service.
  20384.      *
  20385.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20386.      */
  20387.     protected function getMaker_AutoCommand_MakeAuthService()
  20388.     {
  20389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  20394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  20395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20396.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20397.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  20398.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  20399.         $instance->setName('make:auth');
  20400.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  20401.         return $instance;
  20402.     }
  20403.     /**
  20404.      * Gets the private 'maker.auto_command.make_command' shared service.
  20405.      *
  20406.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20407.      */
  20408.     protected function getMaker_AutoCommand_MakeCommandService()
  20409.     {
  20410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  20415.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20416.         $instance->setName('make:command');
  20417.         $instance->setDescription('Creates a new console command class');
  20418.         return $instance;
  20419.     }
  20420.     /**
  20421.      * Gets the private 'maker.auto_command.make_controller' shared service.
  20422.      *
  20423.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20424.      */
  20425.     protected function getMaker_AutoCommand_MakeControllerService()
  20426.     {
  20427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  20432.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20433.         $instance->setName('make:controller');
  20434.         $instance->setDescription('Creates a new controller class');
  20435.         return $instance;
  20436.     }
  20437.     /**
  20438.      * Gets the private 'maker.auto_command.make_crud' shared service.
  20439.      *
  20440.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20441.      */
  20442.     protected function getMaker_AutoCommand_MakeCrudService()
  20443.     {
  20444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  20449.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20450.         $instance->setName('make:crud');
  20451.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  20452.         return $instance;
  20453.     }
  20454.     /**
  20455.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  20456.      *
  20457.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20458.      */
  20459.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  20460.     {
  20461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20465.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  20466.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20467.         $instance->setName('make:data-persister');
  20468.         $instance->setDescription('Creates an API Platform data persister');
  20469.         return $instance;
  20470.     }
  20471.     /**
  20472.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  20473.      *
  20474.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20475.      */
  20476.     protected function getMaker_AutoCommand_MakeDataProviderService()
  20477.     {
  20478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  20483.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20484.         $instance->setName('make:data-provider');
  20485.         $instance->setDescription('Creates an API Platform data provider');
  20486.         return $instance;
  20487.     }
  20488.     /**
  20489.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  20490.      *
  20491.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20492.      */
  20493.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  20494.     {
  20495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  20500.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20501.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20502.         $instance->setName('make:docker:database');
  20503.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  20504.         return $instance;
  20505.     }
  20506.     /**
  20507.      * Gets the private 'maker.auto_command.make_entity' shared service.
  20508.      *
  20509.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20510.      */
  20511.     protected function getMaker_AutoCommand_MakeEntityService()
  20512.     {
  20513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  20519.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20520.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  20521.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  20522.         $instance->setName('make:entity');
  20523.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  20524.         return $instance;
  20525.     }
  20526.     /**
  20527.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  20528.      *
  20529.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20530.      */
  20531.     protected function getMaker_AutoCommand_MakeFixturesService()
  20532.     {
  20533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  20538.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20539.         $instance->setName('make:fixtures');
  20540.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  20541.         return $instance;
  20542.     }
  20543.     /**
  20544.      * Gets the private 'maker.auto_command.make_form' shared service.
  20545.      *
  20546.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20547.      */
  20548.     protected function getMaker_AutoCommand_MakeFormService()
  20549.     {
  20550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  20555.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20556.         $instance->setName('make:form');
  20557.         $instance->setDescription('Creates a new form class');
  20558.         return $instance;
  20559.     }
  20560.     /**
  20561.      * Gets the private 'maker.auto_command.make_message' shared service.
  20562.      *
  20563.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20564.      */
  20565.     protected function getMaker_AutoCommand_MakeMessageService()
  20566.     {
  20567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  20572.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20573.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20574.         $instance->setName('make:message');
  20575.         $instance->setDescription('Creates a new message and handler');
  20576.         return $instance;
  20577.     }
  20578.     /**
  20579.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  20580.      *
  20581.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20582.      */
  20583.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  20584.     {
  20585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  20590.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20591.         $instance->setName('make:messenger-middleware');
  20592.         $instance->setDescription('Creates a new messenger middleware');
  20593.         return $instance;
  20594.     }
  20595.     /**
  20596.      * Gets the private 'maker.auto_command.make_migration' shared service.
  20597.      *
  20598.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20599.      */
  20600.     protected function getMaker_AutoCommand_MakeMigrationService()
  20601.     {
  20602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  20607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  20608.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20609.         $instance->setName('make:migration');
  20610.         $instance->setDescription('Creates a new migration based on database changes');
  20611.         return $instance;
  20612.     }
  20613.     /**
  20614.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  20615.      *
  20616.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20617.      */
  20618.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  20619.     {
  20620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  20625.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20626.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20627.         $instance->setName('make:registration-form');
  20628.         $instance->setDescription('Creates a new registration form system');
  20629.         return $instance;
  20630.     }
  20631.     /**
  20632.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  20633.      *
  20634.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20635.      */
  20636.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  20637.     {
  20638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  20643.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20644.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20645.         $instance->setName('make:reset-password');
  20646.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  20647.         return $instance;
  20648.     }
  20649.     /**
  20650.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  20651.      *
  20652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20653.      */
  20654.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  20655.     {
  20656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  20661.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20662.         $instance->setName('make:serializer:encoder');
  20663.         $instance->setDescription('Creates a new serializer encoder class');
  20664.         return $instance;
  20665.     }
  20666.     /**
  20667.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  20668.      *
  20669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20670.      */
  20671.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  20672.     {
  20673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  20678.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20679.         $instance->setName('make:serializer:normalizer');
  20680.         $instance->setDescription('Creates a new serializer normalizer class');
  20681.         return $instance;
  20682.     }
  20683.     /**
  20684.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  20685.      *
  20686.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20687.      */
  20688.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  20689.     {
  20690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  20695.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20696.         $instance->setName('make:state-processor');
  20697.         $instance->setDescription('Creates an API Platform state processor');
  20698.         return $instance;
  20699.     }
  20700.     /**
  20701.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  20702.      *
  20703.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20704.      */
  20705.     protected function getMaker_AutoCommand_MakeStateProviderService()
  20706.     {
  20707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  20712.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20713.         $instance->setName('make:state-provider');
  20714.         $instance->setDescription('Creates an API Platform state provider');
  20715.         return $instance;
  20716.     }
  20717.     /**
  20718.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  20719.      *
  20720.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20721.      */
  20722.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  20723.     {
  20724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  20729.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20730.         $instance->setName('make:stimulus-controller');
  20731.         $instance->setDescription('Creates a new Stimulus controller');
  20732.         return $instance;
  20733.     }
  20734.     /**
  20735.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  20736.      *
  20737.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20738.      */
  20739.     protected function getMaker_AutoCommand_MakeSubscriberService()
  20740.     {
  20741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  20746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  20747.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20748.         $instance->setName('make:subscriber');
  20749.         $instance->setDescription('Creates a new event subscriber class');
  20750.         return $instance;
  20751.     }
  20752.     /**
  20753.      * Gets the private 'maker.auto_command.make_test' shared service.
  20754.      *
  20755.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20756.      */
  20757.     protected function getMaker_AutoCommand_MakeTestService()
  20758.     {
  20759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  20765.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20766.         $instance->setName('make:test');
  20767.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  20768.         $instance->setDescription('Creates a new test class');
  20769.         return $instance;
  20770.     }
  20771.     /**
  20772.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  20773.      *
  20774.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20775.      */
  20776.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  20777.     {
  20778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  20783.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20784.         $instance->setName('make:twig-extension');
  20785.         $instance->setDescription('Creates a new Twig extension class');
  20786.         return $instance;
  20787.     }
  20788.     /**
  20789.      * Gets the private 'maker.auto_command.make_user' shared service.
  20790.      *
  20791.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20792.      */
  20793.     protected function getMaker_AutoCommand_MakeUserService()
  20794.     {
  20795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  20800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  20801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20802.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20803.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20804.         $instance->setName('make:user');
  20805.         $instance->setDescription('Creates a new security user class');
  20806.         return $instance;
  20807.     }
  20808.     /**
  20809.      * Gets the private 'maker.auto_command.make_validator' shared service.
  20810.      *
  20811.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20812.      */
  20813.     protected function getMaker_AutoCommand_MakeValidatorService()
  20814.     {
  20815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  20820.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20821.         $instance->setName('make:validator');
  20822.         $instance->setDescription('Creates a new validator and constraint class');
  20823.         return $instance;
  20824.     }
  20825.     /**
  20826.      * Gets the private 'maker.auto_command.make_voter' shared service.
  20827.      *
  20828.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20829.      */
  20830.     protected function getMaker_AutoCommand_MakeVoterService()
  20831.     {
  20832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  20837.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20838.         $instance->setName('make:voter');
  20839.         $instance->setDescription('Creates a new security voter class');
  20840.         return $instance;
  20841.     }
  20842.     /**
  20843.      * Gets the private 'maker.doctrine_helper' shared service.
  20844.      *
  20845.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  20846.      */
  20847.     protected function getMaker_DoctrineHelperService()
  20848.     {
  20849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  20850.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  20851.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Loggable\\Entity'=> $a], => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  20852.     }
  20853.     /**
  20854.      * Gets the private 'maker.entity_class_generator' shared service.
  20855.      *
  20856.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  20857.      */
  20858.     protected function getMaker_EntityClassGeneratorService()
  20859.     {
  20860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  20861.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  20862.     }
  20863.     /**
  20864.      * Gets the private 'maker.file_manager' shared service.
  20865.      *
  20866.      * @return \Symfony\Bundle\MakerBundle\FileManager
  20867.      */
  20868.     protected function getMaker_FileManagerService()
  20869.     {
  20870.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  20871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  20872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  20873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  20874.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20875.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  20876.     }
  20877.     /**
  20878.      * Gets the private 'maker.generator' shared service.
  20879.      *
  20880.      * @return \Symfony\Bundle\MakerBundle\Generator
  20881.      */
  20882.     protected function getMaker_GeneratorService()
  20883.     {
  20884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  20885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  20886.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  20887.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  20888.     }
  20889.     /**
  20890.      * Gets the private 'maker.php_compat_util' shared service.
  20891.      *
  20892.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  20893.      */
  20894.     protected function getMaker_PhpCompatUtilService()
  20895.     {
  20896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  20897.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  20898.     }
  20899.     /**
  20900.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  20901.      *
  20902.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  20903.      */
  20904.     protected function getMaker_Renderer_FormTypeRendererService()
  20905.     {
  20906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  20907.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20908.     }
  20909.     /**
  20910.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  20911.      *
  20912.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  20913.      */
  20914.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  20915.     {
  20916.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20917.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  20918.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  20919.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  20920.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\CRM\\Isoskele\\SendCouponMessage' => new RewindableGenerator(function () {
  20921.             yield => ($this->privates['.messenger.handler_descriptor.ZezDLl1'] ?? $this->get_Messenger_HandlerDescriptor_ZezDLl1Service());
  20922.         }, 1), 'App\\Message\\CRM\\Isoskele\\SendOdrPrimeMessage' => new RewindableGenerator(function () {
  20923.             yield => ($this->privates['.messenger.handler_descriptor.bG2h94e'] ?? $this->get_Messenger_HandlerDescriptor_BG2h94eService());
  20924.         }, 1), 'App\\Message\\CRM\\Isoskele\\SendOfferMessage' => new RewindableGenerator(function () {
  20925.             yield => ($this->privates['.messenger.handler_descriptor.e.rReKM'] ?? $this->get_Messenger_HandlerDescriptor_E_RReKMService());
  20926.         }, 1), 'App\\Message\\CRM\\Isoskele\\SendParticipationMessage' => new RewindableGenerator(function () {
  20927.             yield => ($this->privates['.messenger.handler_descriptor.LM9LMHS'] ?? $this->get_Messenger_HandlerDescriptor_LM9LMHSService());
  20928.         }, 1), 'App\\Message\\CRM\\Isoskele\\SendParticipationOdrPrimeMessage' => new RewindableGenerator(function () {
  20929.             yield => ($this->privates['.messenger.handler_descriptor.MnPSoGT'] ?? $this->get_Messenger_HandlerDescriptor_MnPSoGTService());
  20930.         }, 1), 'App\\Message\\CRM\\Isoskele\\SendTasParticipationMessage' => new RewindableGenerator(function () {
  20931.             yield => ($this->privates['.messenger.handler_descriptor.lxV5UvV'] ?? $this->get_Messenger_HandlerDescriptor_LxV5UvVService());
  20932.         }, 1), 'App\\Message\\CRM\\Isoskele\\SendUserInformationMessage' => new RewindableGenerator(function () {
  20933.             yield => ($this->privates['.messenger.handler_descriptor.bX96FHQ'] ?? $this->get_Messenger_HandlerDescriptor_BX96FHQService());
  20934.         }, 1), 'App\\Message\\CRM\\Salesforce\\SendAccountMessage' => new RewindableGenerator(function () {
  20935.             yield => ($this->privates['.messenger.handler_descriptor.bdlm48o'] ?? $this->get_Messenger_HandlerDescriptor_Bdlm48oService());
  20936.         }, 1), 'App\\Message\\CRM\\Salesforce\\SendContactMessage' => new RewindableGenerator(function () {
  20937.             yield => ($this->privates['.messenger.handler_descriptor.GtV1qZ.'] ?? $this->get_Messenger_HandlerDescriptor_GtV1qZ_Service());
  20938.         }, 1), 'App\\Message\\CRM\\Salesforce\\SendOdrMessage' => new RewindableGenerator(function () {
  20939.             yield => ($this->privates['.messenger.handler_descriptor.OdkJl5Z'] ?? $this->get_Messenger_HandlerDescriptor_OdkJl5ZService());
  20940.         }, 1), 'App\\Message\\CRM\\Salesforce\\SendParticipationOdrMessage' => new RewindableGenerator(function () {
  20941.             yield => ($this->privates['.messenger.handler_descriptor.ZhzXydc'] ?? $this->get_Messenger_HandlerDescriptor_ZhzXydcService());
  20942.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendCouponMessage' => new RewindableGenerator(function () {
  20943.             yield => ($this->privates['.messenger.handler_descriptor.frVxAr7'] ?? $this->get_Messenger_HandlerDescriptor_FrVxAr7Service());
  20944.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendMultiOdrParticipationMessage' => new RewindableGenerator(function () {
  20945.             yield => ($this->privates['.messenger.handler_descriptor.5kBxBCl'] ?? $this->get_Messenger_HandlerDescriptor_5kBxBClService());
  20946.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendNewsletterMessage' => new RewindableGenerator(function () {
  20947.             yield => ($this->privates['.messenger.handler_descriptor.IvRjzRH'] ?? $this->get_Messenger_HandlerDescriptor_IvRjzRHService());
  20948.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendProspectNewsletterMessage' => new RewindableGenerator(function () {
  20949.             yield => ($this->privates['.messenger.handler_descriptor.U3RntGF'] ?? $this->get_Messenger_HandlerDescriptor_U3RntGFService());
  20950.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendStepBurnMessage' => new RewindableGenerator(function () {
  20951.             yield => ($this->privates['.messenger.handler_descriptor.AXTawBL'] ?? $this->get_Messenger_HandlerDescriptor_AXTawBLService());
  20952.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendStepEarnMessage' => new RewindableGenerator(function () {
  20953.             yield => ($this->privates['.messenger.handler_descriptor.8cpHZ1u'] ?? $this->get_Messenger_HandlerDescriptor_8cpHZ1uService());
  20954.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendUserFromImportMessage' => new RewindableGenerator(function () {
  20955.             yield => ($this->privates['.messenger.handler_descriptor.YwrBQRi'] ?? $this->get_Messenger_HandlerDescriptor_YwrBQRiService());
  20956.         }, 1), 'App\\Message\\CRM\\Yeesss\\SendUserMessage' => new RewindableGenerator(function () {
  20957.             yield => ($this->privates['.messenger.handler_descriptor.69RVD51'] ?? $this->get_Messenger_HandlerDescriptor_69RVD51Service());
  20958.         }, 1), 'App\\Entity\\Contact' => new RewindableGenerator(function () {
  20959.             yield => ($this->privates['.messenger.handler_descriptor.7brIl1x'] ?? $this->get_Messenger_HandlerDescriptor_7brIl1xService());
  20960.         }, 1), 'App\\Message\\Email\\SendContactEmailMessage' => new RewindableGenerator(function () {
  20961.             yield => ($this->privates['.messenger.handler_descriptor.PRBw9Ob'] ?? $this->get_Messenger_HandlerDescriptor_PRBw9ObService());
  20962.         }, 1), 'App\\Message\\Email\\SendCodeForOdrParticipationConformedByEmailMessage' => new RewindableGenerator(function () {
  20963.             yield => ($this->privates['.messenger.handler_descriptor.YsWGGyJ'] ?? $this->get_Messenger_HandlerDescriptor_YsWGGyJService());
  20964.         }, 1), 'App\\Message\\Email\\SendConfirmationDeleteAccountByEmailMessage' => new RewindableGenerator(function () {
  20965.             yield => ($this->privates['.messenger.handler_descriptor.1OLfQAu'] ?? $this->get_Messenger_HandlerDescriptor_1OLfQAuService());
  20966.         }, 1), 'App\\Message\\Email\\SendConfirmationDrawByEmailMessage' => new RewindableGenerator(function () {
  20967.             yield => ($this->privates['.messenger.handler_descriptor.550jR2_'] ?? $this->get_Messenger_HandlerDescriptor_550jR2Service());
  20968.         }, 1), 'App\\Message\\Email\\SendConfirmationMultiOdrByEmailMessage' => new RewindableGenerator(function () {
  20969.             yield => ($this->privates['.messenger.handler_descriptor.UHa0QxJ'] ?? $this->get_Messenger_HandlerDescriptor_UHa0QxJService());
  20970.         }, 1), 'App\\Message\\Email\\SendConfirmationOdrByEmailMessage' => new RewindableGenerator(function () {
  20971.             yield => ($this->privates['.messenger.handler_descriptor.O6q.TKf'] ?? $this->get_Messenger_HandlerDescriptor_O6q_TKfService());
  20972.         }, 1), 'App\\Message\\Email\\SendCreateOperationDrawByEmailMessage' => new RewindableGenerator(function () {
  20973.             yield => ($this->privates['.messenger.handler_descriptor.b9eFK.q'] ?? $this->get_Messenger_HandlerDescriptor_B9eFK_QService());
  20974.         }, 1), 'App\\Message\\Email\\SendEmailAccordingStatusParticipationByEmailMessage' => new RewindableGenerator(function () {
  20975.             yield => ($this->privates['.messenger.handler_descriptor.xY0zY4T'] ?? $this->get_Messenger_HandlerDescriptor_XY0zY4TService());
  20976.         }, 1), 'App\\Message\\Email\\SendEmailRsoByEmailMessage' => new RewindableGenerator(function () {
  20977.             yield => ($this->privates['.messenger.handler_descriptor.GsbRZM3'] ?? $this->get_Messenger_HandlerDescriptor_GsbRZM3Service());
  20978.         }, 1), 'App\\Message\\Email\\SendGiftCodeByEmailMessage' => new RewindableGenerator(function () {
  20979.             yield => ($this->privates['.messenger.handler_descriptor.zcTORA4'] ?? $this->get_Messenger_HandlerDescriptor_ZcTORA4Service());
  20980.         }, 1), 'App\\Message\\Email\\SendInitializationAccountByEmailMessage' => new RewindableGenerator(function () {
  20981.             yield => ($this->privates['.messenger.handler_descriptor.t2wujiL'] ?? $this->get_Messenger_HandlerDescriptor_T2wujiLService());
  20982.         }, 1), 'App\\Message\\Email\\SendParticipationMultiOdrStatusByEmailMessage' => new RewindableGenerator(function () {
  20983.             yield => ($this->privates['.messenger.handler_descriptor.41dxA5S'] ?? $this->get_Messenger_HandlerDescriptor_41dxA5SService());
  20984.         }, 1), 'App\\Message\\Email\\SendParticipationOdrStatusByEmailMessage' => new RewindableGenerator(function () {
  20985.             yield => ($this->privates['.messenger.handler_descriptor.DVCqc4L'] ?? $this->get_Messenger_HandlerDescriptor_DVCqc4LService());
  20986.         }, 1), 'App\\Message\\Email\\SendPreventDeleteAccountByEmailMessage' => new RewindableGenerator(function () {
  20987.             yield => ($this->privates['.messenger.handler_descriptor.EOrq2DF'] ?? $this->get_Messenger_HandlerDescriptor_EOrq2DFService());
  20988.         }, 1), 'App\\Message\\Email\\SendReminderBalanceUserByEmailMessage' => new RewindableGenerator(function () {
  20989.             yield => ($this->privates['.messenger.handler_descriptor.oDin3lY'] ?? $this->get_Messenger_HandlerDescriptor_ODin3lYService());
  20990.         }, 1), 'App\\Message\\Email\\SendSponsorshipConfirmationByEmailMessage' => new RewindableGenerator(function () {
  20991.             yield => ($this->privates['.messenger.handler_descriptor.jw87keP'] ?? $this->get_Messenger_HandlerDescriptor_Jw87kePService());
  20992.         }, 1), 'App\\Message\\Email\\SendSponsorshipInvitationByEmailMessage' => new RewindableGenerator(function () {
  20993.             yield => ($this->privates['.messenger.handler_descriptor.5IVmSw0'] ?? $this->get_Messenger_HandlerDescriptor_5IVmSw0Service());
  20994.         }, 1), 'App\\Message\\Email\\SendWinnerDrawByEmailMessage' => new RewindableGenerator(function () {
  20995.             yield => ($this->privates['.messenger.handler_descriptor.ZmXoi82'] ?? $this->get_Messenger_HandlerDescriptor_ZmXoi82Service());
  20996.         }, 1), 'App\\Message\\ImportReferentMessage' => new RewindableGenerator(function () {
  20997.             yield => ($this->privates['.messenger.handler_descriptor.G5MphK6'] ?? $this->get_Messenger_HandlerDescriptor_G5MphK6Service());
  20998.         }, 1), 'App\\Message\\Media\\SendMediaCodeDrawMessage' => new RewindableGenerator(function () {
  20999.             yield => ($this->privates['.messenger.handler_descriptor.zN_Y97d'] ?? $this->get_Messenger_HandlerDescriptor_ZNY97dService());
  21000.         }, 1), 'App\\Message\\Media\\SendMediaCodeGiftMessage' => new RewindableGenerator(function () {
  21001.             yield => ($this->privates['.messenger.handler_descriptor.fE.tCau'] ?? $this->get_Messenger_HandlerDescriptor_FE_TCauService());
  21002.         }, 1), 'App\\Message\\Media\\SendMediaCodeOdrMessage' => new RewindableGenerator(function () {
  21003.             yield => ($this->privates['.messenger.handler_descriptor.y2gc7eg'] ?? $this->get_Messenger_HandlerDescriptor_Y2gc7egService());
  21004.         }, 1), 'App\\Message\\Operation\\SyncStockMessage' => new RewindableGenerator(function () {
  21005.             yield => ($this->privates['.messenger.handler_descriptor.lUqK702'] ?? $this->get_Messenger_HandlerDescriptor_LUqK702Service());
  21006.         }, 1), 'App\\Entity\\Participation\\Participation' => new RewindableGenerator(function () {
  21007.             yield => ($this->privates['.messenger.handler_descriptor.DAplUKI'] ?? $this->get_Messenger_HandlerDescriptor_DAplUKIService());
  21008.             yield => ($this->privates['.messenger.handler_descriptor.R4xEcKt'] ?? $this->get_Messenger_HandlerDescriptor_R4xEcKtService());
  21009.         }, 2), 'App\\Message\\Email\\SendCouponByEmailMessage' => new RewindableGenerator(function () {
  21010.             yield => ($this->privates['.messenger.handler_descriptor.vzbBrIF'] ?? $this->get_Messenger_HandlerDescriptor_VzbBrIFService());
  21011.         }, 1), 'App\\Message\\Participation\\PostParticipationMultiOdrByMessage' => new RewindableGenerator(function () {
  21012.             yield => ($this->privates['.messenger.handler_descriptor.nVs7Oqo'] ?? $this->get_Messenger_HandlerDescriptor_NVs7OqoService());
  21013.         }, 1), 'App\\Message\\Participation\\PutReParticipationMultiOdrByMessage' => new RewindableGenerator(function () {
  21014.             yield => ($this->privates['.messenger.handler_descriptor.S50RrkX'] ?? $this->get_Messenger_HandlerDescriptor_S50RrkXService());
  21015.         }, 1), 'App\\Entity\\Participation\\Odr' => new RewindableGenerator(function () {
  21016.             yield => ($this->privates['.messenger.handler_descriptor.Q6BfFhq'] ?? $this->get_Messenger_HandlerDescriptor_Q6BfFhqService());
  21017.         }, 1), 'App\\Message\\Participation\\PostParticipationOdrByMessage' => new RewindableGenerator(function () {
  21018.             yield => ($this->privates['.messenger.handler_descriptor.Q1xVE8T'] ?? $this->get_Messenger_HandlerDescriptor_Q1xVE8TService());
  21019.         }, 1), 'App\\Message\\Participation\\PutReParticipationOdrByMessage' => new RewindableGenerator(function () {
  21020.             yield => ($this->privates['.messenger.handler_descriptor.Dpj5Brf'] ?? $this->get_Messenger_HandlerDescriptor_Dpj5BrfService());
  21021.         }, 1), 'App\\Entity\\Participation\\Puntos' => new RewindableGenerator(function () {
  21022.             yield => ($this->privates['.messenger.handler_descriptor.GAQbYY0'] ?? $this->get_Messenger_HandlerDescriptor_GAQbYY0Service());
  21023.         }, 1), 'App\\Message\\SendPuntosByEmailMessage' => new RewindableGenerator(function () {
  21024.             yield => ($this->privates['.messenger.handler_descriptor.yVgGhj5'] ?? $this->get_Messenger_HandlerDescriptor_YVgGhj5Service());
  21025.         }, 1), 'App\\Entity\\Participation\\Refund' => new RewindableGenerator(function () {
  21026.             yield => ($this->privates['.messenger.handler_descriptor.pYrS9Ni'] ?? $this->get_Messenger_HandlerDescriptor_PYrS9NiService());
  21027.         }, 1), 'App\\Entity\\Participation\\Step' => new RewindableGenerator(function () {
  21028.             yield => ($this->privates['.messenger.handler_descriptor.pBP14O4'] ?? $this->get_Messenger_HandlerDescriptor_PBP14O4Service());
  21029.         }, 1), 'App\\Message\\Purse\\AddForGodParentMessage' => new RewindableGenerator(function () {
  21030.             yield => ($this->privates['.messenger.handler_descriptor.qgsEpl0'] ?? $this->get_Messenger_HandlerDescriptor_QgsEpl0Service());
  21031.         }, 1), 'App\\Message\\Purse\\AddToPurseMessage' => new RewindableGenerator(function () {
  21032.             yield => ($this->privates['.messenger.handler_descriptor.7D9Nglv'] ?? $this->get_Messenger_HandlerDescriptor_7D9NglvService());
  21033.         }, 1), 'App\\Message\\Shannon\\SendOrderToShannonMessage' => new RewindableGenerator(function () {
  21034.             yield => ($this->privates['.messenger.handler_descriptor.kFEp0AO'] ?? $this->get_Messenger_HandlerDescriptor_KFEp0AOService());
  21035.         }, 1), 'App\\Message\\Shannon\\SendParticipationDrawToShannonMessage' => new RewindableGenerator(function () {
  21036.             yield => ($this->privates['.messenger.handler_descriptor.kblICK3'] ?? $this->get_Messenger_HandlerDescriptor_KblICK3Service());
  21037.         }, 1), 'App\\Message\\Shannon\\SendParticipationPuntosToShannonMessage' => new RewindableGenerator(function () {
  21038.             yield => ($this->privates['.messenger.handler_descriptor.B6ziozn'] ?? $this->get_Messenger_HandlerDescriptor_B6zioznService());
  21039.         }, 1), 'App\\Message\\Shannon\\SendParticipationStepToShannonMessage' => new RewindableGenerator(function () {
  21040.             yield => ($this->privates['.messenger.handler_descriptor.lReU.i7'] ?? $this->get_Messenger_HandlerDescriptor_LReU_I7Service());
  21041.         }, 1), 'App\\Message\\Shannon\\SendRefundToShannonMessage' => new RewindableGenerator(function () {
  21042.             yield => ($this->privates['.messenger.handler_descriptor.W6YfEfM'] ?? $this->get_Messenger_HandlerDescriptor_W6YfEfMService());
  21043.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  21044.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  21045.         }, 1)]));
  21046.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21047.         return $instance;
  21048.     }
  21049.     /**
  21050.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  21051.      *
  21052.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  21053.      */
  21054.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  21055.     {
  21056.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  21057.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  21058.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  21059.     }
  21060.     /**
  21061.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  21062.      *
  21063.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  21064.      */
  21065.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  21066.     {
  21067.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  21068.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21069.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21070.             'async-email' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21071.             'async-gift-code' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21072.             'async-import-referents' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21073.             'async-isoskele' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21074.             'async-operation-code' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21075.             'async-purse' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21076.             'async-refund' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21077.             'async-salesforce' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21078.             'async-shannon' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21079.             'async-smp' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21080.             'async-yeesss' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21081.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21082.             'sync' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21083.         ], [
  21084.             'async' => '?',
  21085.             'async-email' => '?',
  21086.             'async-gift-code' => '?',
  21087.             'async-import-referents' => '?',
  21088.             'async-isoskele' => '?',
  21089.             'async-operation-code' => '?',
  21090.             'async-purse' => '?',
  21091.             'async-refund' => '?',
  21092.             'async-salesforce' => '?',
  21093.             'async-shannon' => '?',
  21094.             'async-smp' => '?',
  21095.             'async-yeesss' => '?',
  21096.             'failed' => '?',
  21097.             'sync' => '?',
  21098.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21099.     }
  21100.     /**
  21101.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  21102.      *
  21103.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  21104.      */
  21105.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  21106.     {
  21107.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  21108.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21109.     }
  21110.     /**
  21111.      * Gets the private 'messenger.middleware.send_message' shared service.
  21112.      *
  21113.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  21114.      */
  21115.     protected function getMessenger_Middleware_SendMessageService()
  21116.     {
  21117.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  21118.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  21119.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  21120.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  21121.         $a = ($this->privates['.service_locator.fNlhGzn'] ?? $this->get_ServiceLocator_FNlhGznService());
  21122.         if (isset($this->privates['messenger.middleware.send_message'])) {
  21123.             return $this->privates['messenger.middleware.send_message'];
  21124.         }
  21125.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21126.         if (isset($this->privates['messenger.middleware.send_message'])) {
  21127.             return $this->privates['messenger.middleware.send_message'];
  21128.         }
  21129.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\Email\\SendCouponByEmailMessage' => [=> 'async'], 'App\\Message\\Email\\SendContactEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendGiftCodeByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendConfirmationDrawByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendWinnerDrawByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendCreateOperationDrawByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendEmailRsoByEmailMessage' => [=> 'async-email'], 'App\\Message\\Operation\\SyncStockMessage' => [=> 'async'], 'App\\Message\\CRM\\Yeesss\\SendUserMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendUserFromImportMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendNewsletterMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendProspectNewsletterMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendCouponMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendStepEarnMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendStepBurnMessage' => [=> 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendMultiOdrParticipationMessage' => [=> 'async-yeesss'], 'App\\Message\\Purse\\AddToPurseMessage' => [=> 'async-purse'], 'App\\Message\\Purse\\AddForGodParentMessage' => [=> 'async-purse'], 'App\\Message\\Shannon\\SendParticipationStepToShannonMessage' => [=> 'async-shannon'], 'App\\Message\\Shannon\\SendParticipationPuntosToShannonMessage' => [=> 'async-shannon'], 'App\\Message\\Shannon\\SendParticipationDrawToShannonMessage' => [=> 'async-shannon'], 'App\\Message\\Shannon\\SendRefundToShannonMessage' => [=> 'async-refund'], 'App\\Message\\Shannon\\SendOrderToShannonMessage' => [=> 'async-shannon'], 'App\\Message\\Media\\SendMediaCodeGiftMessage' => [=> 'async-gift-code'], 'App\\Message\\SendPuntosByEmailMessage' => [=> 'async-email'], 'App\\Message\\Media\\SendMediaCodeDrawMessage' => [=> 'async-operation-code'], 'App\\Message\\Media\\SendMediaCodeOdrMessage' => [=> 'async-operation-code'], 'App\\Message\\Email\\SendConfirmationDeleteAccountByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendInitializationAccountByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendConfirmationOdrByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendConfirmationMultiOdrByEmailMessage' => [=> 'async-email'], 'App\\Message\\Participation\\PostParticipationOdrByMessage' => [=> 'async-smp'], 'App\\Message\\Participation\\PostParticipationMultiOdrByMessage' => [=> 'async-smp'], 'App\\Message\\Email\\SendParticipationOdrStatusByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendParticipationMultiOdrStatusByEmailMessage' => [=> 'async-email'], 'App\\Message\\Participation\\PutReParticipationOdrByMessage' => [=> 'async-smp'], 'App\\Message\\Participation\\PutReParticipationMultiOdrByMessage' => [=> 'async-smp'], 'App\\Message\\Email\\SendSponsorshipInvitationByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendSponsorshipConfirmationByEmailMessage' => [=> 'async-email'], 'App\\Message\\Email\\SendEmailAccordingStatusParticipationByEmailMessage' => [=> 'async-email'], 'App\\Message\\CRM\\Salesforce\\SendOdrMessage' => [=> 'async-salesforce'], 'App\\Message\\CRM\\Salesforce\\SendContactMessage' => [=> 'async-salesforce'], 'App\\Message\\CRM\\Salesforce\\SendAccountMessage' => [=> 'async-salesforce'], 'App\\Message\\CRM\\Salesforce\\SendParticipationOdrMessage' => [=> 'async-salesforce'], 'App\\Message\\CRM\\Isoskele\\SendOdrPrimeMessage' => [=> 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendUserInformationMessage' => [=> 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendOfferMessage' => [=> 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendParticipationOdrPrimeMessage' => [=> 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendParticipationMessage' => [=> 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendCouponMessage' => [=> 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendTasParticipationMessage' => [=> 'async-isoskele'], 'App\\Message\\Email\\SendCodeForOdrParticipationConformedByEmailMessage' => [=> 'async-email'], 'App\\Message\\ImportReferentMessage' => [=> 'async-import-referents']], $a), $b);
  21130.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21131.         return $instance;
  21132.     }
  21133.     /**
  21134.      * Gets the private 'messenger.receiver_locator' shared service.
  21135.      *
  21136.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  21137.      */
  21138.     protected function getMessenger_ReceiverLocatorService()
  21139.     {
  21140.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21141.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  21142.             'async-email' => ['privates''messenger.transport.async-email''getMessenger_Transport_AsyncemailService'false],
  21143.             'async-gift-code' => ['privates''messenger.transport.async-gift-code''getMessenger_Transport_AsyncgiftcodeService'false],
  21144.             'async-import-referents' => ['privates''messenger.transport.async-import-referents''getMessenger_Transport_AsyncimportreferentsService'false],
  21145.             'async-isoskele' => ['privates''messenger.transport.async-isoskele''getMessenger_Transport_AsyncisoskeleService'false],
  21146.             'async-operation-code' => ['privates''messenger.transport.async-operation-code''getMessenger_Transport_AsyncoperationcodeService'false],
  21147.             'async-purse' => ['privates''messenger.transport.async-purse''getMessenger_Transport_AsyncpurseService'false],
  21148.             'async-refund' => ['privates''messenger.transport.async-refund''getMessenger_Transport_AsyncrefundService'false],
  21149.             'async-salesforce' => ['privates''messenger.transport.async-salesforce''getMessenger_Transport_AsyncsalesforceService'false],
  21150.             'async-shannon' => ['privates''messenger.transport.async-shannon''getMessenger_Transport_AsyncshannonService'false],
  21151.             'async-smp' => ['privates''messenger.transport.async-smp''getMessenger_Transport_AsyncsmpService'false],
  21152.             'async-yeesss' => ['privates''messenger.transport.async-yeesss''getMessenger_Transport_AsyncyeesssService'false],
  21153.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21154.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  21155.             'messenger.transport.async-email' => ['privates''messenger.transport.async-email''getMessenger_Transport_AsyncemailService'false],
  21156.             'messenger.transport.async-gift-code' => ['privates''messenger.transport.async-gift-code''getMessenger_Transport_AsyncgiftcodeService'false],
  21157.             'messenger.transport.async-import-referents' => ['privates''messenger.transport.async-import-referents''getMessenger_Transport_AsyncimportreferentsService'false],
  21158.             'messenger.transport.async-isoskele' => ['privates''messenger.transport.async-isoskele''getMessenger_Transport_AsyncisoskeleService'false],
  21159.             'messenger.transport.async-operation-code' => ['privates''messenger.transport.async-operation-code''getMessenger_Transport_AsyncoperationcodeService'false],
  21160.             'messenger.transport.async-purse' => ['privates''messenger.transport.async-purse''getMessenger_Transport_AsyncpurseService'false],
  21161.             'messenger.transport.async-refund' => ['privates''messenger.transport.async-refund''getMessenger_Transport_AsyncrefundService'false],
  21162.             'messenger.transport.async-salesforce' => ['privates''messenger.transport.async-salesforce''getMessenger_Transport_AsyncsalesforceService'false],
  21163.             'messenger.transport.async-shannon' => ['privates''messenger.transport.async-shannon''getMessenger_Transport_AsyncshannonService'false],
  21164.             'messenger.transport.async-smp' => ['privates''messenger.transport.async-smp''getMessenger_Transport_AsyncsmpService'false],
  21165.             'messenger.transport.async-yeesss' => ['privates''messenger.transport.async-yeesss''getMessenger_Transport_AsyncyeesssService'false],
  21166.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21167.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  21168.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  21169.         ], [
  21170.             'async' => '?',
  21171.             'async-email' => '?',
  21172.             'async-gift-code' => '?',
  21173.             'async-import-referents' => '?',
  21174.             'async-isoskele' => '?',
  21175.             'async-operation-code' => '?',
  21176.             'async-purse' => '?',
  21177.             'async-refund' => '?',
  21178.             'async-salesforce' => '?',
  21179.             'async-shannon' => '?',
  21180.             'async-smp' => '?',
  21181.             'async-yeesss' => '?',
  21182.             'failed' => '?',
  21183.             'messenger.transport.async' => '?',
  21184.             'messenger.transport.async-email' => '?',
  21185.             'messenger.transport.async-gift-code' => '?',
  21186.             'messenger.transport.async-import-referents' => '?',
  21187.             'messenger.transport.async-isoskele' => '?',
  21188.             'messenger.transport.async-operation-code' => '?',
  21189.             'messenger.transport.async-purse' => '?',
  21190.             'messenger.transport.async-refund' => '?',
  21191.             'messenger.transport.async-salesforce' => '?',
  21192.             'messenger.transport.async-shannon' => '?',
  21193.             'messenger.transport.async-smp' => '?',
  21194.             'messenger.transport.async-yeesss' => '?',
  21195.             'messenger.transport.failed' => '?',
  21196.             'messenger.transport.sync' => '?',
  21197.             'sync' => '?',
  21198.         ]);
  21199.     }
  21200.     /**
  21201.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  21202.      *
  21203.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21204.      */
  21205.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  21206.     {
  21207.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21208.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21209.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21210.     }
  21211.     /**
  21212.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-email' shared service.
  21213.      *
  21214.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21215.      */
  21216.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncemailService()
  21217.     {
  21218.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21219.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21220.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-email'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21221.     }
  21222.     /**
  21223.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-gift-code' shared service.
  21224.      *
  21225.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21226.      */
  21227.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncgiftcodeService()
  21228.     {
  21229.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21230.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21231.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-gift-code'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21232.     }
  21233.     /**
  21234.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-import-referents' shared service.
  21235.      *
  21236.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21237.      */
  21238.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncimportreferentsService()
  21239.     {
  21240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21241.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21242.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-import-referents'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21243.     }
  21244.     /**
  21245.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-isoskele' shared service.
  21246.      *
  21247.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21248.      */
  21249.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncisoskeleService()
  21250.     {
  21251.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21252.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21253.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-isoskele'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21254.     }
  21255.     /**
  21256.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-operation-code' shared service.
  21257.      *
  21258.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21259.      */
  21260.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncoperationcodeService()
  21261.     {
  21262.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21263.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21264.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-operation-code'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21265.     }
  21266.     /**
  21267.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-purse' shared service.
  21268.      *
  21269.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21270.      */
  21271.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncpurseService()
  21272.     {
  21273.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21274.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21275.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-purse'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21276.     }
  21277.     /**
  21278.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-refund' shared service.
  21279.      *
  21280.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21281.      */
  21282.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncrefundService()
  21283.     {
  21284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21285.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21286.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-refund'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21287.     }
  21288.     /**
  21289.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-salesforce' shared service.
  21290.      *
  21291.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21292.      */
  21293.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncsalesforceService()
  21294.     {
  21295.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21296.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21297.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-salesforce'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21298.     }
  21299.     /**
  21300.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-shannon' shared service.
  21301.      *
  21302.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21303.      */
  21304.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncshannonService()
  21305.     {
  21306.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21307.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21308.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-shannon'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21309.     }
  21310.     /**
  21311.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-smp' shared service.
  21312.      *
  21313.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21314.      */
  21315.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncsmpService()
  21316.     {
  21317.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21318.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21319.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-smp'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21320.     }
  21321.     /**
  21322.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async-yeesss' shared service.
  21323.      *
  21324.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21325.      */
  21326.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncyeesssService()
  21327.     {
  21328.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21329.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21330.         return $this->privates['messenger.retry.multiplier_retry_strategy.async-yeesss'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21331.     }
  21332.     /**
  21333.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  21334.      *
  21335.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21336.      */
  21337.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  21338.     {
  21339.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21340.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21341.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21342.     }
  21343.     /**
  21344.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
  21345.      *
  21346.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21347.      */
  21348.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
  21349.     {
  21350.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21351.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21352.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21353.     }
  21354.     /**
  21355.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  21356.      *
  21357.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  21358.      */
  21359.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  21360.     {
  21361.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  21362.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21363.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  21364.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  21365.         }
  21366.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.fNlhGzn'] ?? $this->get_ServiceLocator_FNlhGznService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21367.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  21368.             'async-email' => ['privates''messenger.retry.multiplier_retry_strategy.async-email''getMessenger_Retry_MultiplierRetryStrategy_AsyncemailService'false],
  21369.             'async-gift-code' => ['privates''messenger.retry.multiplier_retry_strategy.async-gift-code''getMessenger_Retry_MultiplierRetryStrategy_AsyncgiftcodeService'false],
  21370.             'async-import-referents' => ['privates''messenger.retry.multiplier_retry_strategy.async-import-referents''getMessenger_Retry_MultiplierRetryStrategy_AsyncimportreferentsService'false],
  21371.             'async-isoskele' => ['privates''messenger.retry.multiplier_retry_strategy.async-isoskele''getMessenger_Retry_MultiplierRetryStrategy_AsyncisoskeleService'false],
  21372.             'async-operation-code' => ['privates''messenger.retry.multiplier_retry_strategy.async-operation-code''getMessenger_Retry_MultiplierRetryStrategy_AsyncoperationcodeService'false],
  21373.             'async-purse' => ['privates''messenger.retry.multiplier_retry_strategy.async-purse''getMessenger_Retry_MultiplierRetryStrategy_AsyncpurseService'false],
  21374.             'async-refund' => ['privates''messenger.retry.multiplier_retry_strategy.async-refund''getMessenger_Retry_MultiplierRetryStrategy_AsyncrefundService'false],
  21375.             'async-salesforce' => ['privates''messenger.retry.multiplier_retry_strategy.async-salesforce''getMessenger_Retry_MultiplierRetryStrategy_AsyncsalesforceService'false],
  21376.             'async-shannon' => ['privates''messenger.retry.multiplier_retry_strategy.async-shannon''getMessenger_Retry_MultiplierRetryStrategy_AsyncshannonService'false],
  21377.             'async-smp' => ['privates''messenger.retry.multiplier_retry_strategy.async-smp''getMessenger_Retry_MultiplierRetryStrategy_AsyncsmpService'false],
  21378.             'async-yeesss' => ['privates''messenger.retry.multiplier_retry_strategy.async-yeesss''getMessenger_Retry_MultiplierRetryStrategy_AsyncyeesssService'false],
  21379.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  21380.             'sync' => ['privates''messenger.retry.multiplier_retry_strategy.sync''getMessenger_Retry_MultiplierRetryStrategy_SyncService'false],
  21381.         ], [
  21382.             'async' => '?',
  21383.             'async-email' => '?',
  21384.             'async-gift-code' => '?',
  21385.             'async-import-referents' => '?',
  21386.             'async-isoskele' => '?',
  21387.             'async-operation-code' => '?',
  21388.             'async-purse' => '?',
  21389.             'async-refund' => '?',
  21390.             'async-salesforce' => '?',
  21391.             'async-shannon' => '?',
  21392.             'async-smp' => '?',
  21393.             'async-yeesss' => '?',
  21394.             'failed' => '?',
  21395.             'sync' => '?',
  21396.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  21397.     }
  21398.     /**
  21399.      * Gets the private 'messenger.routable_message_bus' shared service.
  21400.      *
  21401.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  21402.      */
  21403.     protected function getMessenger_RoutableMessageBusService()
  21404.     {
  21405.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  21406.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  21407.         if (isset($this->privates['messenger.routable_message_bus'])) {
  21408.             return $this->privates['messenger.routable_message_bus'];
  21409.         }
  21410.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21411.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  21412.         ], [
  21413.             'messenger.bus.default' => '?',
  21414.         ]), $a);
  21415.     }
  21416.     /**
  21417.      * Gets the private 'messenger.transport.async' shared service.
  21418.      *
  21419.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21420.      */
  21421.     protected function getMessenger_Transport_AsyncService()
  21422.     {
  21423.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21424.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21425.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21426.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21427.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21428.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21429.         if (isset($this->privates['messenger.transport.async'])) {
  21430.             return $this->privates['messenger.transport.async'];
  21431.         }
  21432.         return $this->privates['messenger.transport.async'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21433.     }
  21434.     /**
  21435.      * Gets the private 'messenger.transport.async-email' shared service.
  21436.      *
  21437.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21438.      */
  21439.     protected function getMessenger_Transport_AsyncemailService()
  21440.     {
  21441.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21442.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21443.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21444.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21445.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21446.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21447.         if (isset($this->privates['messenger.transport.async-email'])) {
  21448.             return $this->privates['messenger.transport.async-email'];
  21449.         }
  21450.         return $this->privates['messenger.transport.async-email'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=email', ['transport_name' => 'async-email'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21451.     }
  21452.     /**
  21453.      * Gets the private 'messenger.transport.async-gift-code' shared service.
  21454.      *
  21455.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21456.      */
  21457.     protected function getMessenger_Transport_AsyncgiftcodeService()
  21458.     {
  21459.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21460.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21461.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21462.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21463.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21464.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21465.         if (isset($this->privates['messenger.transport.async-gift-code'])) {
  21466.             return $this->privates['messenger.transport.async-gift-code'];
  21467.         }
  21468.         return $this->privates['messenger.transport.async-gift-code'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=gift-code', ['transport_name' => 'async-gift-code'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21469.     }
  21470.     /**
  21471.      * Gets the private 'messenger.transport.async-import-referents' shared service.
  21472.      *
  21473.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21474.      */
  21475.     protected function getMessenger_Transport_AsyncimportreferentsService()
  21476.     {
  21477.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21478.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21480.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21481.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21482.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21483.         if (isset($this->privates['messenger.transport.async-import-referents'])) {
  21484.             return $this->privates['messenger.transport.async-import-referents'];
  21485.         }
  21486.         return $this->privates['messenger.transport.async-import-referents'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=import-referents', ['transport_name' => 'async-import-referents'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21487.     }
  21488.     /**
  21489.      * Gets the private 'messenger.transport.async-isoskele' shared service.
  21490.      *
  21491.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21492.      */
  21493.     protected function getMessenger_Transport_AsyncisoskeleService()
  21494.     {
  21495.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21496.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21497.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21498.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21499.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21500.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21501.         if (isset($this->privates['messenger.transport.async-isoskele'])) {
  21502.             return $this->privates['messenger.transport.async-isoskele'];
  21503.         }
  21504.         return $this->privates['messenger.transport.async-isoskele'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=isoskele', ['transport_name' => 'async-isoskele'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21505.     }
  21506.     /**
  21507.      * Gets the private 'messenger.transport.async-operation-code' shared service.
  21508.      *
  21509.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21510.      */
  21511.     protected function getMessenger_Transport_AsyncoperationcodeService()
  21512.     {
  21513.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21514.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21515.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21518.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21519.         if (isset($this->privates['messenger.transport.async-operation-code'])) {
  21520.             return $this->privates['messenger.transport.async-operation-code'];
  21521.         }
  21522.         return $this->privates['messenger.transport.async-operation-code'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=operation-code', ['transport_name' => 'async-operation-code'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21523.     }
  21524.     /**
  21525.      * Gets the private 'messenger.transport.async-purse' shared service.
  21526.      *
  21527.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21528.      */
  21529.     protected function getMessenger_Transport_AsyncpurseService()
  21530.     {
  21531.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21532.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21533.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21534.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21535.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21536.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21537.         if (isset($this->privates['messenger.transport.async-purse'])) {
  21538.             return $this->privates['messenger.transport.async-purse'];
  21539.         }
  21540.         return $this->privates['messenger.transport.async-purse'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=purse', ['transport_name' => 'async-purse'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21541.     }
  21542.     /**
  21543.      * Gets the private 'messenger.transport.async-refund' shared service.
  21544.      *
  21545.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21546.      */
  21547.     protected function getMessenger_Transport_AsyncrefundService()
  21548.     {
  21549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21551.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21552.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21553.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21554.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21555.         if (isset($this->privates['messenger.transport.async-refund'])) {
  21556.             return $this->privates['messenger.transport.async-refund'];
  21557.         }
  21558.         return $this->privates['messenger.transport.async-refund'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=refund', ['transport_name' => 'async-refund'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21559.     }
  21560.     /**
  21561.      * Gets the private 'messenger.transport.async-salesforce' shared service.
  21562.      *
  21563.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21564.      */
  21565.     protected function getMessenger_Transport_AsyncsalesforceService()
  21566.     {
  21567.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21568.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21569.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21570.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21571.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21572.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21573.         if (isset($this->privates['messenger.transport.async-salesforce'])) {
  21574.             return $this->privates['messenger.transport.async-salesforce'];
  21575.         }
  21576.         return $this->privates['messenger.transport.async-salesforce'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=salesforce', ['transport_name' => 'async-salesforce'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21577.     }
  21578.     /**
  21579.      * Gets the private 'messenger.transport.async-shannon' shared service.
  21580.      *
  21581.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21582.      */
  21583.     protected function getMessenger_Transport_AsyncshannonService()
  21584.     {
  21585.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21586.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21587.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21588.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21589.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21590.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21591.         if (isset($this->privates['messenger.transport.async-shannon'])) {
  21592.             return $this->privates['messenger.transport.async-shannon'];
  21593.         }
  21594.         return $this->privates['messenger.transport.async-shannon'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=shannon', ['transport_name' => 'async-shannon'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21595.     }
  21596.     /**
  21597.      * Gets the private 'messenger.transport.async-smp' shared service.
  21598.      *
  21599.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21600.      */
  21601.     protected function getMessenger_Transport_AsyncsmpService()
  21602.     {
  21603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21604.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21605.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21606.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21607.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21608.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21609.         if (isset($this->privates['messenger.transport.async-smp'])) {
  21610.             return $this->privates['messenger.transport.async-smp'];
  21611.         }
  21612.         return $this->privates['messenger.transport.async-smp'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=smp', ['transport_name' => 'async-smp'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21613.     }
  21614.     /**
  21615.      * Gets the private 'messenger.transport.async-yeesss' shared service.
  21616.      *
  21617.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21618.      */
  21619.     protected function getMessenger_Transport_AsyncyeesssService()
  21620.     {
  21621.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21624.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21625.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21626.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21627.         if (isset($this->privates['messenger.transport.async-yeesss'])) {
  21628.             return $this->privates['messenger.transport.async-yeesss'];
  21629.         }
  21630.         return $this->privates['messenger.transport.async-yeesss'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=yeesss', ['transport_name' => 'async-yeesss'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21631.     }
  21632.     /**
  21633.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  21634.      *
  21635.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  21636.      */
  21637.     protected function getMessenger_Transport_Doctrine_FactoryService()
  21638.     {
  21639.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  21640.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  21641.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21642.     }
  21643.     /**
  21644.      * Gets the private 'messenger.transport.failed' shared service.
  21645.      *
  21646.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21647.      */
  21648.     protected function getMessenger_Transport_FailedService()
  21649.     {
  21650.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21652.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21653.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21654.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21655.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21656.         if (isset($this->privates['messenger.transport.failed'])) {
  21657.             return $this->privates['messenger.transport.failed'];
  21658.         }
  21659.         return $this->privates['messenger.transport.failed'] = $a->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21660.     }
  21661.     /**
  21662.      * Gets the private 'messenger.transport.sync' shared service.
  21663.      *
  21664.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21665.      */
  21666.     protected function getMessenger_Transport_SyncService()
  21667.     {
  21668.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21671.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21672.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21673.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  21674.         if (isset($this->privates['messenger.transport.sync'])) {
  21675.             return $this->privates['messenger.transport.sync'];
  21676.         }
  21677.         return $this->privates['messenger.transport.sync'] = $a->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21678.     }
  21679.     /**
  21680.      * Gets the private 'messenger.transport.sync.factory' shared service.
  21681.      *
  21682.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  21683.      */
  21684.     protected function getMessenger_Transport_Sync_FactoryService()
  21685.     {
  21686.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  21687.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  21688.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  21689.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  21690.             return $this->privates['messenger.transport.sync.factory'];
  21691.         }
  21692.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  21693.     }
  21694.     /**
  21695.      * Gets the private 'messenger.transport_factory' shared service.
  21696.      *
  21697.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  21698.      */
  21699.     protected function getMessenger_TransportFactoryService()
  21700.     {
  21701.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  21702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  21703.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  21704.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  21705.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  21706.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  21707.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  21708.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  21709.         }, 5));
  21710.     }
  21711.     /**
  21712.      * Gets the private 'mime_types' shared service.
  21713.      *
  21714.      * @return \Symfony\Component\Mime\MimeTypes
  21715.      */
  21716.     protected function getMimeTypesService()
  21717.     {
  21718.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  21719.         $instance->setDefault($instance);
  21720.         return $instance;
  21721.     }
  21722.     /**
  21723.      * Gets the private 'monolog.command.server_log' shared service.
  21724.      *
  21725.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  21726.      */
  21727.     protected function getMonolog_Command_ServerLogService()
  21728.     {
  21729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21730.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  21731.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  21732.         $instance->setName('server:log');
  21733.         $instance->setDescription('Start a log server that displays logs in real time');
  21734.         return $instance;
  21735.     }
  21736.     /**
  21737.      * Gets the private 'monolog.handler.console' shared service.
  21738.      *
  21739.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  21740.      */
  21741.     protected function getMonolog_Handler_ConsoleService()
  21742.     {
  21743.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  21744.     }
  21745.     /**
  21746.      * Gets the private 'monolog.handler.logrotate' shared service.
  21747.      *
  21748.      * @return \Monolog\Handler\RotatingFileHandler
  21749.      */
  21750.     protected function getMonolog_Handler_LogrotateService()
  21751.     {
  21752.         $this->privates['monolog.handler.logrotate'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 10100trueNULLfalse);
  21753.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  21754.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  21755.         return $instance;
  21756.     }
  21757.     /**
  21758.      * Gets the private 'monolog.handler.main' shared service.
  21759.      *
  21760.      * @return \Monolog\Handler\StreamHandler
  21761.      */
  21762.     protected function getMonolog_Handler_MainService()
  21763.     {
  21764.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  21765.     }
  21766.     /**
  21767.      * Gets the private 'monolog.handler.shannon' shared service.
  21768.      *
  21769.      * @return \Monolog\Handler\StreamHandler
  21770.      */
  21771.     protected function getMonolog_Handler_ShannonService()
  21772.     {
  21773.         $this->privates['monolog.handler.shannon'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/shannon.dev.log'), 100trueNULLfalse);
  21774.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  21775.         return $instance;
  21776.     }
  21777.     /**
  21778.      * Gets the private 'monolog.logger' shared service.
  21779.      *
  21780.      * @return \Symfony\Bridge\Monolog\Logger
  21781.      */
  21782.     protected function getMonolog_LoggerService()
  21783.     {
  21784.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  21785.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21786.         $instance->useMicrosecondTimestamps(true);
  21787.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  21788.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21789.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21790.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21791.         return $instance;
  21792.     }
  21793.     /**
  21794.      * Gets the private 'monolog.logger.cache' shared service.
  21795.      *
  21796.      * @return \Symfony\Bridge\Monolog\Logger
  21797.      */
  21798.     protected function getMonolog_Logger_CacheService()
  21799.     {
  21800.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  21801.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21802.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  21803.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21804.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21805.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21806.         return $instance;
  21807.     }
  21808.     /**
  21809.      * Gets the private 'monolog.logger.mailer' shared service.
  21810.      *
  21811.      * @return \Symfony\Bridge\Monolog\Logger
  21812.      */
  21813.     protected function getMonolog_Logger_MailerService()
  21814.     {
  21815.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  21816.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21817.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  21818.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21819.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21820.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21821.         return $instance;
  21822.     }
  21823.     /**
  21824.      * Gets the private 'monolog.logger.messenger' shared service.
  21825.      *
  21826.      * @return \Symfony\Bridge\Monolog\Logger
  21827.      */
  21828.     protected function getMonolog_Logger_MessengerService()
  21829.     {
  21830.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  21831.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21832.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  21833.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21834.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21835.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21836.         return $instance;
  21837.     }
  21838.     /**
  21839.      * Gets the private 'monolog.logger.request' shared service.
  21840.      *
  21841.      * @return \Symfony\Bridge\Monolog\Logger
  21842.      */
  21843.     protected function getMonolog_Logger_RequestService()
  21844.     {
  21845.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  21846.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21847.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  21848.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21849.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21850.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21851.         return $instance;
  21852.     }
  21853.     /**
  21854.      * Gets the private 'monolog.logger.security' shared service.
  21855.      *
  21856.      * @return \Symfony\Bridge\Monolog\Logger
  21857.      */
  21858.     protected function getMonolog_Logger_SecurityService()
  21859.     {
  21860.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  21861.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21862.         $instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  21863.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21864.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21865.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21866.         return $instance;
  21867.     }
  21868.     /**
  21869.      * Gets the private 'my_admin_bundle.show_user_listener' shared autowired service.
  21870.      *
  21871.      * @return \App\EventListener\NavbarUserListener
  21872.      */
  21873.     protected function getMyAdminBundle_ShowUserListenerService()
  21874.     {
  21875.         include_once \dirname(__DIR__4).'/src/EventListener/NavbarUserListener.php';
  21876.         include_once \dirname(__DIR__4).'/src/Manager/KnpMenuManager.php';
  21877.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  21878.         if (isset($this->privates['my_admin_bundle.show_user_listener'])) {
  21879.             return $this->privates['my_admin_bundle.show_user_listener'];
  21880.         }
  21881.         $b = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
  21882.         if (isset($this->privates['my_admin_bundle.show_user_listener'])) {
  21883.             return $this->privates['my_admin_bundle.show_user_listener'];
  21884.         }
  21885.         return $this->privates['my_admin_bundle.show_user_listener'] = new \App\EventListener\NavbarUserListener(new \App\Manager\KnpMenuManager(($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService()), $a$b, ($this->privates['App\\Repository\\MediaObject\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService())));
  21886.     }
  21887.     /**
  21888.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  21889.      *
  21890.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  21891.      */
  21892.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  21893.     {
  21894.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  21895.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  21896.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  21897.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  21898.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  21900.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  21901.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  21902.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  21903.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  21904.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  21905.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  21906.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  21907.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  21908.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  21909.     }
  21910.     /**
  21911.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  21912.      *
  21913.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  21914.      */
  21915.     protected function getNelmioCors_CorsListenerService()
  21916.     {
  21917.         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'))]));
  21918.     }
  21919.     /**
  21920.      * Gets the private 'parameter_bag' shared service.
  21921.      *
  21922.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  21923.      */
  21924.     protected function getParameterBagService()
  21925.     {
  21926.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  21927.     }
  21928.     /**
  21929.      * Gets the private 'profiler_listener' shared service.
  21930.      *
  21931.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  21932.      */
  21933.     protected function getProfilerListenerService()
  21934.     {
  21935.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  21936.         if (isset($this->privates['profiler_listener'])) {
  21937.             return $this->privates['profiler_listener'];
  21938.         }
  21939.         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);
  21940.     }
  21941.     /**
  21942.      * Gets the private 'property_accessor' shared service.
  21943.      *
  21944.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  21945.      */
  21946.     protected function getPropertyAccessorService()
  21947.     {
  21948.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21949.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  21950.     }
  21951.     /**
  21952.      * Gets the private 'property_info' shared service.
  21953.      *
  21954.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  21955.      */
  21956.     protected function getPropertyInfoService()
  21957.     {
  21958.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  21959.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  21960.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21961.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21962.         }, 3), new RewindableGenerator(function () {
  21963.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21964.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  21965.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21966.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21967.         }, 4), new RewindableGenerator(function () {
  21968.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21969.         }, 1), new RewindableGenerator(function () {
  21970.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21971.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21972.         }, 2), new RewindableGenerator(function () {
  21973.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21974.         }, 1));
  21975.     }
  21976.     /**
  21977.      * Gets the private 'property_info.serializer_extractor' shared service.
  21978.      *
  21979.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  21980.      */
  21981.     protected function getPropertyInfo_SerializerExtractorService()
  21982.     {
  21983.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  21984.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  21985.     }
  21986.     /**
  21987.      * Gets the private 'router.cache_warmer' shared service.
  21988.      *
  21989.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  21990.      */
  21991.     protected function getRouter_CacheWarmerService()
  21992.     {
  21993.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  21995.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21996.             'router' => ['services''router''getRouterService'false],
  21997.         ], [
  21998.             'router' => '?',
  21999.         ]))->withContext('router.cache_warmer'$this));
  22000.     }
  22001.     /**
  22002.      * Gets the private 'router.expression_language_provider' shared service.
  22003.      *
  22004.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  22005.      */
  22006.     protected function getRouter_ExpressionLanguageProviderService()
  22007.     {
  22008.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22009.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  22010.         ], [
  22011.             'env' => 'Closure',
  22012.         ]));
  22013.     }
  22014.     /**
  22015.      * Gets the private 'router.request_context' shared service.
  22016.      *
  22017.      * @return \Symfony\Component\Routing\RequestContext
  22018.      */
  22019.     protected function getRouter_RequestContextService()
  22020.     {
  22021.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  22022.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  22023.         return $instance;
  22024.     }
  22025.     /**
  22026.      * Gets the private 'router_listener' shared service.
  22027.      *
  22028.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  22029.      */
  22030.     protected function getRouterListenerService()
  22031.     {
  22032.         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);
  22033.     }
  22034.     /**
  22035.      * Gets the private 'secrets.vault' shared service.
  22036.      *
  22037.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  22038.      */
  22039.     protected function getSecrets_VaultService()
  22040.     {
  22041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  22042.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  22043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  22044.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  22045.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  22046.     }
  22047.     /**
  22048.      * Gets the private 'security.access_listener' shared service.
  22049.      *
  22050.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  22051.      */
  22052.     protected function getSecurity_AccessListenerService()
  22053.     {
  22054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  22055.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  22056.         if (isset($this->privates['security.access_listener'])) {
  22057.             return $this->privates['security.access_listener'];
  22058.         }
  22059.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  22060.     }
  22061.     /**
  22062.      * Gets the private 'security.access_map' shared service.
  22063.      *
  22064.      * @return \Symfony\Component\Security\Http\AccessMap
  22065.      */
  22066.     protected function getSecurity_AccessMapService()
  22067.     {
  22068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  22069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  22070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  22071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  22072.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  22073.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/test/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22074.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/public'), [=> 'ROLE_PUBLIC'], NULL);
  22075.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22076.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/authentication_token'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22077.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  22078.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22079.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_testing'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22080.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/client_login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22081.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/forget_password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22082.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset_password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22083.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/registration'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22084.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_ADMIN'], NULL);
  22085.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sogec-config'), [=> 'ROLE_ADMIN_SOGEC'], NULL);
  22086.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [=> 'ROLE_ADMIN_CLIENT'], NULL);
  22087.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tas'), [=> 'ROLE_ADMIN_CLIENT'], NULL);
  22088.         return $instance;
  22089.     }
  22090.     /**
  22091.      * Gets the private 'security.authentication_utils' shared service.
  22092.      *
  22093.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  22094.      */
  22095.     protected function getSecurity_AuthenticationUtilsService()
  22096.     {
  22097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  22098.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22099.     }
  22100.     /**
  22101.      * Gets the private 'security.authenticator.form_login.main' shared service.
  22102.      *
  22103.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  22104.      */
  22105.     protected function getSecurity_Authenticator_FormLogin_MainService()
  22106.     {
  22107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  22108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  22109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  22110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  22111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  22112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  22113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  22114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  22115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  22116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  22117.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  22118.         if (isset($this->privates['security.authenticator.form_login.main'])) {
  22119.             return $this->privates['security.authenticator.form_login.main'];
  22120.         }
  22121.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  22122.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  22123.         $c->setOptions(['login_path' => 'app_login''default_target_path' => 'list''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  22124.         $c->setFirewallName('main');
  22125.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a$b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  22126.         $d->setOptions(['login_path' => 'app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  22127.         return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $c$d, ['login_path' => 'app_login''check_path' => 'app_login''enable_csrf' => true'use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true'form_only' => false]);
  22128.     }
  22129.     /**
  22130.      * Gets the private 'security.authenticator.guard.api_secured.0' shared service.
  22131.      *
  22132.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  22133.      */
  22134.     protected function getSecurity_Authenticator_Guard_ApiSecured_0Service()
  22135.     {
  22136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  22137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  22138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  22139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  22140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  22141.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  22142.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  22143.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  22144.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  22145.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  22146.         if (isset($this->privates['security.authenticator.guard.api_secured.0'])) {
  22147.             return $this->privates['security.authenticator.guard.api_secured.0'];
  22148.         }
  22149.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22150.         if (isset($this->privates['security.authenticator.guard.api_secured.0'])) {
  22151.             return $this->privates['security.authenticator.guard.api_secured.0'];
  22152.         }
  22153.         return $this->privates['security.authenticator.guard.api_secured.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a$b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService())), ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService()));
  22154.     }
  22155.     /**
  22156.      * Gets the private 'security.authenticator.json_login.api_login' shared service.
  22157.      *
  22158.      * @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
  22159.      */
  22160.     protected function getSecurity_Authenticator_JsonLogin_ApiLoginService()
  22161.     {
  22162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  22163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  22164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  22165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  22166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  22167.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  22168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  22169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  22170.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  22171.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  22172.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  22173.             return $this->privates['security.authenticator.json_login.api_login'];
  22174.         }
  22175.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22176.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  22177.             return $this->privates['security.authenticator.json_login.api_login'];
  22178.         }
  22179.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  22180.         $this->privates['security.authenticator.json_login.api_login'] = $instance = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService()), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true), [], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($b$c), []), ['check_path' => '/api/authentication_token''username_path' => 'email''password_path' => 'password''use_forward' => false'require_previous_session' => false'login_path' => '/login'], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  22181.         if ($this->has('translator')) {
  22182.             $instance->setTranslator($c);
  22183.         }
  22184.         return $instance;
  22185.     }
  22186.     /**
  22187.      * Gets the private 'security.channel_listener' shared service.
  22188.      *
  22189.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  22190.      */
  22191.     protected function getSecurity_ChannelListenerService()
  22192.     {
  22193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  22194.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  22195.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  22196.     }
  22197.     /**
  22198.      * Gets the private 'security.command.debug_firewall' shared service.
  22199.      *
  22200.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  22201.      */
  22202.     protected function getSecurity_Command_DebugFirewallService()
  22203.     {
  22204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  22206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  22207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  22208.         include_once \dirname(__DIR__4).'/src/Security/Guard/TokenAuthenticator.php';
  22209.         include_once \dirname(__DIR__4).'/src/Security/Guard/AdminAPIAuthenticator.php';
  22210.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.8MS6oaX'] ?? $this->get_ServiceLocator_8MS6oaXService()), ($this->privates['.service_locator.HQGaOVb'] ?? $this->get_ServiceLocator_HQGaOVbService()), ['api_login' => [=> ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService())], 'api_public' => [=> ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] = new \App\Security\Guard\TokenAuthenticator()))], 'api_admin' => [=> ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] = new \App\Security\Guard\AdminAPIAuthenticator()))], 'api_secured' => [=> ($this->privates['security.authenticator.guard.api_secured.0'] ?? $this->getSecurity_Authenticator_Guard_ApiSecured_0Service())], 'main' => [=> ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), => ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())]], true);
  22211.         $instance->setName('debug:firewall');
  22212.         $instance->setDescription('Display information about your security firewall(s)');
  22213.         return $instance;
  22214.     }
  22215.     /**
  22216.      * Gets the private 'security.command.user_password_encoder' shared service.
  22217.      *
  22218.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  22219.      *
  22220.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  22221.      */
  22222.     protected function getSecurity_Command_UserPasswordEncoderService()
  22223.     {
  22224.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  22225.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User\\User'=> 'App\\Entity\\User\\Referent']);
  22226.         $instance->setName('security:encode-password');
  22227.         $instance->setDescription('Encode a password');
  22228.         return $instance;
  22229.     }
  22230.     /**
  22231.      * Gets the private 'security.command.user_password_hash' shared service.
  22232.      *
  22233.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  22234.      */
  22235.     protected function getSecurity_Command_UserPasswordHashService()
  22236.     {
  22237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22238.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  22239.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User\\User'=> 'App\\Entity\\User\\Referent']);
  22240.         $instance->setName('security:hash-password');
  22241.         $instance->setDescription('Hash a user password');
  22242.         return $instance;
  22243.     }
  22244.     /**
  22245.      * Gets the private 'security.context_listener.0' shared service.
  22246.      *
  22247.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  22248.      */
  22249.     protected function getSecurity_ContextListener_0Service()
  22250.     {
  22251.         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 () {
  22252.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  22253.             yield => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
  22254.             yield => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
  22255.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
  22256.             yield => ($this->privates['security.user.provider.concrete.app_referent_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppReferentProviderService());
  22257.             yield => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
  22258.         }, 6), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  22259.     }
  22260.     /**
  22261.      * Gets the private 'security.csrf.token_storage' shared service.
  22262.      *
  22263.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  22264.      */
  22265.     protected function getSecurity_Csrf_TokenStorageService()
  22266.     {
  22267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  22268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  22269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  22270.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22271.     }
  22272.     /**
  22273.      * Gets the private 'security.encoder_factory.generic' shared service.
  22274.      *
  22275.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  22276.      *
  22277.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  22278.      */
  22279.     protected function getSecurity_EncoderFactory_GenericService()
  22280.     {
  22281.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  22282.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'App\\Entity\\User\\Referent' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  22283.     }
  22284.     /**
  22285.      * Gets the private 'security.event_dispatcher.api_admin' shared service.
  22286.      *
  22287.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  22288.      */
  22289.     protected function getSecurity_EventDispatcher_ApiAdminService()
  22290.     {
  22291.         $this->privates['security.event_dispatcher.api_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  22292.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22293.             return ($this->privates['security.listener.api_admin.user_provider'] ?? $this->getSecurity_Listener_ApiAdmin_UserProviderService());
  22294.         }, => 'checkPassport'], 2048);
  22295.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22296.             return ($this->privates['security.listener.user_checker.api_admin'] ?? $this->getSecurity_Listener_UserChecker_ApiAdminService());
  22297.         }, => 'preCheckCredentials'], 256);
  22298.         $instance->addListener('security.authentication.success', [=> function () {
  22299.             return ($this->privates['security.listener.user_checker.api_admin'] ?? $this->getSecurity_Listener_UserChecker_ApiAdminService());
  22300.         }, => 'postCheckCredentials'], 256);
  22301.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22302.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  22303.         }, => 'checkPassport'], 1024);
  22304.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22305.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  22306.         }, => 'onLogout'], 0);
  22307.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22308.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  22309.         }, => 'checkPassport'], 0);
  22310.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  22311.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  22312.         }, => 'onLoginSuccess'], 0);
  22313.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22314.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  22315.         }, => 'checkPassport'], 512);
  22316.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22317.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  22318.         }, => 'onLogout'], 0);
  22319.         return $instance;
  22320.     }
  22321.     /**
  22322.      * Gets the private 'security.event_dispatcher.api_login' shared service.
  22323.      *
  22324.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  22325.      */
  22326.     protected function getSecurity_EventDispatcher_ApiLoginService()
  22327.     {
  22328.         $this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  22329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22330.             return ($this->privates['security.listener.api_login.user_provider'] ?? $this->getSecurity_Listener_ApiLogin_UserProviderService());
  22331.         }, => 'checkPassport'], 2048);
  22332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22333.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  22334.         }, => 'preCheckCredentials'], 256);
  22335.         $instance->addListener('security.authentication.success', [=> function () {
  22336.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  22337.         }, => 'postCheckCredentials'], 256);
  22338.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22339.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  22340.         }, => 'checkPassport'], 1024);
  22341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22342.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  22343.         }, => 'onLogout'], 0);
  22344.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22345.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  22346.         }, => 'checkPassport'], 0);
  22347.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  22348.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  22349.         }, => 'onLoginSuccess'], 0);
  22350.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22351.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  22352.         }, => 'checkPassport'], 512);
  22353.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22354.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  22355.         }, => 'onLogout'], 0);
  22356.         return $instance;
  22357.     }
  22358.     /**
  22359.      * Gets the private 'security.event_dispatcher.api_public' shared service.
  22360.      *
  22361.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  22362.      */
  22363.     protected function getSecurity_EventDispatcher_ApiPublicService()
  22364.     {
  22365.         $this->privates['security.event_dispatcher.api_public'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  22366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22367.             return ($this->privates['security.listener.api_public.user_provider'] ?? $this->getSecurity_Listener_ApiPublic_UserProviderService());
  22368.         }, => 'checkPassport'], 2048);
  22369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22370.             return ($this->privates['security.listener.user_checker.api_public'] ?? $this->getSecurity_Listener_UserChecker_ApiPublicService());
  22371.         }, => 'preCheckCredentials'], 256);
  22372.         $instance->addListener('security.authentication.success', [=> function () {
  22373.             return ($this->privates['security.listener.user_checker.api_public'] ?? $this->getSecurity_Listener_UserChecker_ApiPublicService());
  22374.         }, => 'postCheckCredentials'], 256);
  22375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22376.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  22377.         }, => 'checkPassport'], 1024);
  22378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22379.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  22380.         }, => 'onLogout'], 0);
  22381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22382.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  22383.         }, => 'checkPassport'], 0);
  22384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  22385.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  22386.         }, => 'onLoginSuccess'], 0);
  22387.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22388.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  22389.         }, => 'checkPassport'], 512);
  22390.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22391.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  22392.         }, => 'onLogout'], 0);
  22393.         return $instance;
  22394.     }
  22395.     /**
  22396.      * Gets the private 'security.event_dispatcher.api_secured' shared service.
  22397.      *
  22398.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  22399.      */
  22400.     protected function getSecurity_EventDispatcher_ApiSecuredService()
  22401.     {
  22402.         $this->privates['security.event_dispatcher.api_secured'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  22403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22404.             return ($this->privates['security.listener.user_checker.api_secured'] ?? $this->getSecurity_Listener_UserChecker_ApiSecuredService());
  22405.         }, => 'preCheckCredentials'], 256);
  22406.         $instance->addListener('security.authentication.success', [=> function () {
  22407.             return ($this->privates['security.listener.user_checker.api_secured'] ?? $this->getSecurity_Listener_UserChecker_ApiSecuredService());
  22408.         }, => 'postCheckCredentials'], 256);
  22409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22410.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  22411.         }, => 'checkPassport'], 1024);
  22412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22413.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  22414.         }, => 'onLogout'], 0);
  22415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22416.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  22417.         }, => 'checkPassport'], 0);
  22418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  22419.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  22420.         }, => 'onLoginSuccess'], 0);
  22421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22422.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  22423.         }, => 'checkPassport'], 512);
  22424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22425.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  22426.         }, => 'onLogout'], 0);
  22427.         return $instance;
  22428.     }
  22429.     /**
  22430.      * Gets the private 'security.event_dispatcher.main' shared service.
  22431.      *
  22432.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  22433.      */
  22434.     protected function getSecurity_EventDispatcher_MainService()
  22435.     {
  22436.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  22437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22438.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  22439.         }, => 'checkPassport'], 2048);
  22440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  22441.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  22442.         }, => 'onSuccessfulLogin'], 0);
  22443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22444.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  22445.         }, => 'onLogout'], 64);
  22446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22447.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  22448.         }, => 'onLogout'], 0);
  22449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22450.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  22451.         }, => 'preCheckCredentials'], 256);
  22452.         $instance->addListener('security.authentication.success', [=> function () {
  22453.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  22454.         }, => 'postCheckCredentials'], 256);
  22455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22456.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  22457.         }, => 'checkPassport'], 1024);
  22458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22459.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  22460.         }, => 'onLogout'], 0);
  22461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22462.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  22463.         }, => 'checkPassport'], 0);
  22464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  22465.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  22466.         }, => 'onLoginSuccess'], 0);
  22467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  22468.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  22469.         }, => 'checkPassport'], 512);
  22470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  22471.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  22472.         }, => 'onLogout'], 0);
  22473.         return $instance;
  22474.     }
  22475.     /**
  22476.      * Gets the private 'security.expression_language' shared service.
  22477.      *
  22478.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  22479.      */
  22480.     protected function getSecurity_ExpressionLanguageService()
  22481.     {
  22482.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  22483.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  22484.         return $instance;
  22485.     }
  22486.     /**
  22487.      * Gets the private 'security.firewall.map' shared service.
  22488.      *
  22489.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  22490.      */
  22491.     protected function getSecurity_Firewall_MapService()
  22492.     {
  22493.         $a = ($this->privates['.service_locator.8MS6oaX'] ?? $this->get_ServiceLocator_8MS6oaXService());
  22494.         if (isset($this->privates['security.firewall.map'])) {
  22495.             return $this->privates['security.firewall.map'];
  22496.         }
  22497.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  22498.             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)/')));
  22499.             yield 'security.firewall.map.context.docs' => ($this->privates['.security.request_matcher.PfIwdrL'] ?? ($this->privates['.security.request_matcher.PfIwdrL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs')));
  22500.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.9m6MGv0'] ?? ($this->privates['.security.request_matcher.9m6MGv0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/authentication_token')));
  22501.             yield 'security.firewall.map.context.api_public' => ($this->privates['.security.request_matcher.p..dlRs'] ?? ($this->privates['.security.request_matcher.p..dlRs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/public/*')));
  22502.             yield 'security.firewall.map.context.api_admin' => ($this->privates['.security.request_matcher.DpoNOvo'] ?? ($this->privates['.security.request_matcher.DpoNOvo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/admin/*')));
  22503.             yield 'security.firewall.map.context.api_secured' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  22504.             yield 'security.firewall.map.context.main' => NULL;
  22505.         }, 7));
  22506.     }
  22507.     /**
  22508.      * Gets the private 'security.firewall.map.context.api_admin' shared service.
  22509.      *
  22510.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  22511.      */
  22512.     protected function getSecurity_Firewall_Map_Context_ApiAdminService()
  22513.     {
  22514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  22516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22517.         return $this->privates['security.firewall.map.context.api_admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  22518.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  22519.             yield => ($this->privates['debug.security.firewall.authenticator.api_admin'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiAdminService());
  22520.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  22521.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_admin'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_admin''security.user_checker''.security.request_matcher.DpoNOvo'truetrue'App\\Security\\User\\Admin\\AdminAPIProvider'NULLNULLNULLNULL, [=> 'App\\Security\\Guard\\AdminAPIAuthenticator'], NULL));
  22522.     }
  22523.     /**
  22524.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  22525.      *
  22526.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  22527.      */
  22528.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  22529.     {
  22530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  22532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22533.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  22534.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  22535.             yield => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLoginService());
  22536.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  22537.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''security.user_checker''.security.request_matcher.9m6MGv0'truetrue'security.user.provider.concrete.app_consumer_provider'NULLNULLNULLNULL, [=> 'json_login'], NULL));
  22538.     }
  22539.     /**
  22540.      * Gets the private 'security.firewall.map.context.api_public' shared service.
  22541.      *
  22542.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  22543.      */
  22544.     protected function getSecurity_Firewall_Map_Context_ApiPublicService()
  22545.     {
  22546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  22548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22549.         return $this->privates['security.firewall.map.context.api_public'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  22550.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  22551.             yield => ($this->privates['debug.security.firewall.authenticator.api_public'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiPublicService());
  22552.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  22553.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_public'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_public''security.user_checker''.security.request_matcher.p..dlRs'truetrue'App\\Security\\User\\PublicUserProvider'NULLNULLNULLNULL, [=> 'App\\Security\\Guard\\TokenAuthenticator'], NULL));
  22554.     }
  22555.     /**
  22556.      * Gets the private 'security.firewall.map.context.api_secured' shared service.
  22557.      *
  22558.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  22559.      */
  22560.     protected function getSecurity_Firewall_Map_Context_ApiSecuredService()
  22561.     {
  22562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  22564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22565.         $a = ($this->privates['security.authenticator.guard.api_secured.0'] ?? $this->getSecurity_Authenticator_Guard_ApiSecured_0Service());
  22566.         if (isset($this->privates['security.firewall.map.context.api_secured'])) {
  22567.             return $this->privates['security.firewall.map.context.api_secured'];
  22568.         }
  22569.         return $this->privates['security.firewall.map.context.api_secured'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  22570.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  22571.             yield => ($this->privates['debug.security.firewall.authenticator.api_secured'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiSecuredService());
  22572.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  22573.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_secured'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_secured''security.user_checker''.security.request_matcher.p4VlLPC'truetrueNULLNULL'security.authenticator.guard.api_secured.0'NULLNULL, [=> 'guard'], NULL));
  22574.     }
  22575.     /**
  22576.      * Gets the private 'security.firewall.map.context.dev' shared service.
  22577.      *
  22578.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  22579.      */
  22580.     protected function getSecurity_Firewall_Map_Context_DevService()
  22581.     {
  22582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22584.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  22585.             return new \EmptyIterator();
  22586.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  22587.     }
  22588.     /**
  22589.      * Gets the private 'security.firewall.map.context.docs' shared service.
  22590.      *
  22591.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  22592.      */
  22593.     protected function getSecurity_Firewall_Map_Context_DocsService()
  22594.     {
  22595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22597.         return $this->privates['security.firewall.map.context.docs'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  22598.             return new \EmptyIterator();
  22599.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('docs''security.user_checker''.security.request_matcher.PfIwdrL'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  22600.     }
  22601.     /**
  22602.      * Gets the private 'security.firewall.map.context.main' shared service.
  22603.      *
  22604.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  22605.      */
  22606.     protected function getSecurity_Firewall_Map_Context_MainService()
  22607.     {
  22608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  22609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  22610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  22611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  22612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22613.         $a = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  22614.         if (isset($this->privates['security.firewall.map.context.main'])) {
  22615.             return $this->privates['security.firewall.map.context.main'];
  22616.         }
  22617.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  22618.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  22619.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  22620.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  22621.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  22622.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  22623.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  22624.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''security.authenticator.form_login.main'NULLNULL, [=> 'form_login'=> 'App\\Security\\LoginFormAuthenticator'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  22625.     }
  22626.     /**
  22627.      * Gets the private 'security.helper' shared service.
  22628.      *
  22629.      * @return \Symfony\Component\Security\Core\Security
  22630.      */
  22631.     protected function getSecurity_HelperService()
  22632.     {
  22633.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22634.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  22635.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  22636.         ], [
  22637.             'security.authorization_checker' => '?',
  22638.             'security.token_storage' => '?',
  22639.         ]));
  22640.     }
  22641.     /**
  22642.      * Gets the private 'security.http_utils' shared service.
  22643.      *
  22644.      * @return \Symfony\Component\Security\Http\HttpUtils
  22645.      */
  22646.     protected function getSecurity_HttpUtilsService()
  22647.     {
  22648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  22649.         $a = ($this->services['router'] ?? $this->getRouterService());
  22650.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  22651.     }
  22652.     /**
  22653.      * Gets the private 'security.listener.api_admin.user_provider' shared service.
  22654.      *
  22655.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  22656.      */
  22657.     protected function getSecurity_Listener_ApiAdmin_UserProviderService()
  22658.     {
  22659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  22660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22661.         include_once \dirname(__DIR__4).'/src/Security/User/Admin/AdminAPIProvider.php';
  22662.         return $this->privates['security.listener.api_admin.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider())));
  22663.     }
  22664.     /**
  22665.      * Gets the private 'security.listener.api_login.user_provider' shared service.
  22666.      *
  22667.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  22668.      */
  22669.     protected function getSecurity_Listener_ApiLogin_UserProviderService()
  22670.     {
  22671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  22672.         return $this->privates['security.listener.api_login.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService()));
  22673.     }
  22674.     /**
  22675.      * Gets the private 'security.listener.api_public.user_provider' shared service.
  22676.      *
  22677.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  22678.      */
  22679.     protected function getSecurity_Listener_ApiPublic_UserProviderService()
  22680.     {
  22681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  22682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22683.         include_once \dirname(__DIR__4).'/src/Security/User/PublicUserProvider.php';
  22684.         return $this->privates['security.listener.api_public.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider())));
  22685.     }
  22686.     /**
  22687.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  22688.      *
  22689.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  22690.      */
  22691.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  22692.     {
  22693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  22694.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22695.     }
  22696.     /**
  22697.      * Gets the private 'security.listener.csrf_protection' shared service.
  22698.      *
  22699.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  22700.      */
  22701.     protected function getSecurity_Listener_CsrfProtectionService()
  22702.     {
  22703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  22704.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  22705.     }
  22706.     /**
  22707.      * Gets the private 'security.listener.main.user_provider' shared service.
  22708.      *
  22709.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  22710.      */
  22711.     protected function getSecurity_Listener_Main_UserProviderService()
  22712.     {
  22713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  22714.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  22715.     }
  22716.     /**
  22717.      * Gets the private 'security.listener.password_migrating' shared service.
  22718.      *
  22719.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  22720.      */
  22721.     protected function getSecurity_Listener_PasswordMigratingService()
  22722.     {
  22723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  22724.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22725.     }
  22726.     /**
  22727.      * Gets the private 'security.listener.session.main' shared service.
  22728.      *
  22729.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  22730.      */
  22731.     protected function getSecurity_Listener_Session_MainService()
  22732.     {
  22733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  22734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  22735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  22736.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  22737.     }
  22738.     /**
  22739.      * Gets the private 'security.listener.user_checker.api_admin' shared service.
  22740.      *
  22741.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  22742.      */
  22743.     protected function getSecurity_Listener_UserChecker_ApiAdminService()
  22744.     {
  22745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  22746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  22747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  22748.         return $this->privates['security.listener.user_checker.api_admin'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  22749.     }
  22750.     /**
  22751.      * Gets the private 'security.listener.user_checker.api_login' shared service.
  22752.      *
  22753.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  22754.      */
  22755.     protected function getSecurity_Listener_UserChecker_ApiLoginService()
  22756.     {
  22757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  22758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  22759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  22760.         return $this->privates['security.listener.user_checker.api_login'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  22761.     }
  22762.     /**
  22763.      * Gets the private 'security.listener.user_checker.api_public' shared service.
  22764.      *
  22765.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  22766.      */
  22767.     protected function getSecurity_Listener_UserChecker_ApiPublicService()
  22768.     {
  22769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  22770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  22771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  22772.         return $this->privates['security.listener.user_checker.api_public'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  22773.     }
  22774.     /**
  22775.      * Gets the private 'security.listener.user_checker.api_secured' shared service.
  22776.      *
  22777.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  22778.      */
  22779.     protected function getSecurity_Listener_UserChecker_ApiSecuredService()
  22780.     {
  22781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  22782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  22783.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  22784.         return $this->privates['security.listener.user_checker.api_secured'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  22785.     }
  22786.     /**
  22787.      * Gets the private 'security.listener.user_checker.main' shared service.
  22788.      *
  22789.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  22790.      */
  22791.     protected function getSecurity_Listener_UserChecker_MainService()
  22792.     {
  22793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  22794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  22795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  22796.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  22797.     }
  22798.     /**
  22799.      * Gets the private 'security.listener.user_provider' shared service.
  22800.      *
  22801.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  22802.      */
  22803.     protected function getSecurity_Listener_UserProviderService()
  22804.     {
  22805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  22806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  22808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  22809.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  22810.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  22811.             yield => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
  22812.             yield => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
  22813.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
  22814.             yield => ($this->privates['security.user.provider.concrete.app_referent_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppReferentProviderService());
  22815.             yield => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
  22816.         }, 6)));
  22817.     }
  22818.     /**
  22819.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  22820.      *
  22821.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  22822.      */
  22823.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  22824.     {
  22825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  22826.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  22827.     }
  22828.     /**
  22829.      * Gets the private 'security.logout.listener.default.main' shared service.
  22830.      *
  22831.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  22832.      */
  22833.     protected function getSecurity_Logout_Listener_Default_MainService()
  22834.     {
  22835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  22836.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  22837.     }
  22838.     /**
  22839.      * Gets the private 'security.logout_url_generator' shared service.
  22840.      *
  22841.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  22842.      */
  22843.     protected function getSecurity_LogoutUrlGeneratorService()
  22844.     {
  22845.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  22846.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  22847.         return $instance;
  22848.     }
  22849.     /**
  22850.      * Gets the private 'security.password_hasher_factory' shared service.
  22851.      *
  22852.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  22853.      */
  22854.     protected function getSecurity_PasswordHasherFactoryService()
  22855.     {
  22856.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  22857.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  22858.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'App\\Entity\\User\\Referent' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  22859.     }
  22860.     /**
  22861.      * Gets the private 'security.role_hierarchy' shared service.
  22862.      *
  22863.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  22864.      */
  22865.     protected function getSecurity_RoleHierarchyService()
  22866.     {
  22867.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  22868.     }
  22869.     /**
  22870.      * Gets the private 'security.user.provider.concrete.app_consumer_provider' shared service.
  22871.      *
  22872.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  22873.      */
  22874.     protected function getSecurity_User_Provider_Concrete_AppConsumerProviderService()
  22875.     {
  22876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  22878.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  22879.         return $this->privates['security.user.provider.concrete.app_consumer_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\Consumer''email'NULL);
  22880.     }
  22881.     /**
  22882.      * Gets the private 'security.user.provider.concrete.app_referent_provider' shared service.
  22883.      *
  22884.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  22885.      */
  22886.     protected function getSecurity_User_Provider_Concrete_AppReferentProviderService()
  22887.     {
  22888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  22890.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  22891.         return $this->privates['security.user.provider.concrete.app_referent_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\Referent''email'NULL);
  22892.     }
  22893.     /**
  22894.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  22895.      *
  22896.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  22897.      */
  22898.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  22899.     {
  22900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  22902.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  22903.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\User''email'NULL);
  22904.     }
  22905.     /**
  22906.      * Gets the private 'security.user.provider.concrete.chain_provider' shared service.
  22907.      *
  22908.      * @return \Symfony\Component\Security\Core\User\ChainUserProvider
  22909.      */
  22910.     protected function getSecurity_User_Provider_Concrete_ChainProviderService()
  22911.     {
  22912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  22913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  22914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  22915.         return $this->privates['security.user.provider.concrete.chain_provider'] = new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  22916.             yield => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
  22917.             yield => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
  22918.             yield => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
  22919.         }, 3));
  22920.     }
  22921.     /**
  22922.      * Gets the private 'security.user_password_hasher' shared service.
  22923.      *
  22924.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  22925.      */
  22926.     protected function getSecurity_UserPasswordHasherService()
  22927.     {
  22928.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  22929.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  22930.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22931.     }
  22932.     /**
  22933.      * Gets the private 'security.validator.user_password' shared service.
  22934.      *
  22935.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  22936.      */
  22937.     protected function getSecurity_Validator_UserPasswordService()
  22938.     {
  22939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22940.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  22942.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22943.     }
  22944.     /**
  22945.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  22946.      *
  22947.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  22948.      */
  22949.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  22950.     {
  22951.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22952.     }
  22953.     /**
  22954.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  22955.      *
  22956.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  22957.      */
  22958.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  22959.     {
  22960.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  22961.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  22962.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  22963.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  22964.     }
  22965.     /**
  22966.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  22967.      *
  22968.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  22969.      */
  22970.     protected function getSensioFrameworkExtra_Security_ListenerService()
  22971.     {
  22972.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  22973.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  22974.             return $this->privates['sensio_framework_extra.security.listener'];
  22975.         }
  22976.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  22977.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  22978.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  22979.     }
  22980.     /**
  22981.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  22982.      *
  22983.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  22984.      */
  22985.     protected function getSensioFrameworkExtra_View_ListenerService()
  22986.     {
  22987.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  22988.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22989.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22990.         ], [
  22991.             'twig' => '?',
  22992.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  22993.         return $instance;
  22994.     }
  22995.     /**
  22996.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  22997.      *
  22998.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  22999.      */
  23000.     protected function getSerializer_Mapping_CacheWarmerService()
  23001.     {
  23002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  23004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  23005.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  23006.     }
  23007.     /**
  23008.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  23009.      *
  23010.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  23011.      */
  23012.     protected function getSerializer_NameConverter_MetadataAwareService()
  23013.     {
  23014.         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()));
  23015.     }
  23016.     /**
  23017.      * Gets the private 'session.factory' shared service.
  23018.      *
  23019.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  23020.      */
  23021.     protected function getSession_FactoryService()
  23022.     {
  23023.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  23024.         if (isset($this->privates['session.factory'])) {
  23025.             return $this->privates['session.factory'];
  23026.         }
  23027.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  23028.     }
  23029.     /**
  23030.      * Gets the private 'session.storage.factory.service' shared service.
  23031.      *
  23032.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  23033.      *
  23034.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  23035.      */
  23036.     protected function getSession_Storage_Factory_ServiceService()
  23037.     {
  23038.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  23039.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  23040.     }
  23041.     /**
  23042.      * Gets the private 'session.storage.metadata_bag' shared service.
  23043.      *
  23044.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  23045.      *
  23046.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  23047.      */
  23048.     protected function getSession_Storage_MetadataBagService()
  23049.     {
  23050.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  23051.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  23052.     }
  23053.     /**
  23054.      * Gets the private 'session.storage.native' shared service.
  23055.      *
  23056.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  23057.      *
  23058.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  23059.      */
  23060.     protected function getSession_Storage_NativeService()
  23061.     {
  23062.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  23063.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  23064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  23065.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  23066.     }
  23067.     /**
  23068.      * Gets the private 'session_listener' shared service.
  23069.      *
  23070.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  23071.      */
  23072.     protected function getSessionListenerService()
  23073.     {
  23074.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23075.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  23076.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  23077.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  23078.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  23079.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  23080.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  23081.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  23082.         ], [
  23083.             'initialized_session' => '?',
  23084.             'logger' => '?',
  23085.             'request_stack' => '?',
  23086.             'session' => '?',
  23087.             'session_collector' => '?',
  23088.             'session_factory' => '?',
  23089.             'session_storage' => '?',
  23090.         ]), true$this->parameters['session.storage.options']);
  23091.     }
  23092.     /**
  23093.      * Gets the private 'translation.extractor' shared service.
  23094.      *
  23095.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  23096.      */
  23097.     protected function getTranslation_ExtractorService()
  23098.     {
  23099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  23100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  23101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  23102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  23103.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  23104.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  23105.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  23106.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  23107.         return $instance;
  23108.     }
  23109.     /**
  23110.      * Gets the private 'translation.loader.csv' shared service.
  23111.      *
  23112.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  23113.      */
  23114.     protected function getTranslation_Loader_CsvService()
  23115.     {
  23116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  23120.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  23121.     }
  23122.     /**
  23123.      * Gets the private 'translation.loader.dat' shared service.
  23124.      *
  23125.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  23126.      */
  23127.     protected function getTranslation_Loader_DatService()
  23128.     {
  23129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  23131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  23132.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  23133.     }
  23134.     /**
  23135.      * Gets the private 'translation.loader.ini' shared service.
  23136.      *
  23137.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  23138.      */
  23139.     protected function getTranslation_Loader_IniService()
  23140.     {
  23141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23143.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  23145.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  23146.     }
  23147.     /**
  23148.      * Gets the private 'translation.loader.json' shared service.
  23149.      *
  23150.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  23151.      */
  23152.     protected function getTranslation_Loader_JsonService()
  23153.     {
  23154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  23158.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  23159.     }
  23160.     /**
  23161.      * Gets the private 'translation.loader.mo' shared service.
  23162.      *
  23163.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  23164.      */
  23165.     protected function getTranslation_Loader_MoService()
  23166.     {
  23167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  23171.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  23172.     }
  23173.     /**
  23174.      * Gets the private 'translation.loader.php' shared service.
  23175.      *
  23176.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  23177.      */
  23178.     protected function getTranslation_Loader_PhpService()
  23179.     {
  23180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  23184.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  23185.     }
  23186.     /**
  23187.      * Gets the private 'translation.loader.po' shared service.
  23188.      *
  23189.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  23190.      */
  23191.     protected function getTranslation_Loader_PoService()
  23192.     {
  23193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  23197.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  23198.     }
  23199.     /**
  23200.      * Gets the private 'translation.loader.qt' shared service.
  23201.      *
  23202.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  23203.      */
  23204.     protected function getTranslation_Loader_QtService()
  23205.     {
  23206.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23207.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  23208.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  23209.     }
  23210.     /**
  23211.      * Gets the private 'translation.loader.res' shared service.
  23212.      *
  23213.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  23214.      */
  23215.     protected function getTranslation_Loader_ResService()
  23216.     {
  23217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  23219.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  23220.     }
  23221.     /**
  23222.      * Gets the private 'translation.loader.xliff' shared service.
  23223.      *
  23224.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  23225.      */
  23226.     protected function getTranslation_Loader_XliffService()
  23227.     {
  23228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  23230.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  23231.     }
  23232.     /**
  23233.      * Gets the private 'translation.loader.yml' shared service.
  23234.      *
  23235.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  23236.      */
  23237.     protected function getTranslation_Loader_YmlService()
  23238.     {
  23239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  23243.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  23244.     }
  23245.     /**
  23246.      * Gets the private 'translation.provider_collection' shared service.
  23247.      *
  23248.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  23249.      */
  23250.     protected function getTranslation_ProviderCollectionService()
  23251.     {
  23252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  23253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  23254.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  23255.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  23256.         }, 1), []))->fromConfig([]);
  23257.     }
  23258.     /**
  23259.      * Gets the private 'translation.reader' shared service.
  23260.      *
  23261.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  23262.      */
  23263.     protected function getTranslation_ReaderService()
  23264.     {
  23265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  23266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  23267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  23271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  23272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  23273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  23274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  23275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  23276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  23277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  23278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  23279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  23280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  23281.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  23282.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  23283.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  23284.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  23285.         $instance->addLoader('yaml'$a);
  23286.         $instance->addLoader('yml'$a);
  23287.         $instance->addLoader('xlf'$b);
  23288.         $instance->addLoader('xliff'$b);
  23289.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  23290.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  23291.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  23292.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  23293.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  23294.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  23295.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  23296.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  23297.         return $instance;
  23298.     }
  23299.     /**
  23300.      * Gets the private 'translation.warmer' shared service.
  23301.      *
  23302.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  23303.      */
  23304.     protected function getTranslation_WarmerService()
  23305.     {
  23306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  23308.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23309.             'translator' => ['services''translator''getTranslatorService'false],
  23310.         ], [
  23311.             'translator' => '?',
  23312.         ]))->withContext('translation.warmer'$this));
  23313.     }
  23314.     /**
  23315.      * Gets the private 'translation.writer' shared service.
  23316.      *
  23317.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  23318.      */
  23319.     protected function getTranslation_WriterService()
  23320.     {
  23321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  23322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  23323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  23324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  23325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  23326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  23327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  23328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  23329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  23330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  23331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  23332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  23333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  23334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  23335.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  23336.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  23337.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  23338.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  23339.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  23340.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  23341.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  23342.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  23343.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  23344.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  23345.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  23346.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  23347.         return $instance;
  23348.     }
  23349.     /**
  23350.      * Gets the private 'translator.default' shared service.
  23351.      *
  23352.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  23353.      */
  23354.     protected function getTranslator_DefaultService()
  23355.     {
  23356.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23357.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  23358.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  23359.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  23360.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  23361.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  23362.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  23363.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  23364.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  23365.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  23366.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  23367.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  23368.         ], [
  23369.             'translation.loader.csv' => '?',
  23370.             'translation.loader.dat' => '?',
  23371.             'translation.loader.ini' => '?',
  23372.             'translation.loader.json' => '?',
  23373.             'translation.loader.mo' => '?',
  23374.             'translation.loader.php' => '?',
  23375.             'translation.loader.po' => '?',
  23376.             'translation.loader.qt' => '?',
  23377.             'translation.loader.res' => '?',
  23378.             'translation.loader.xliff' => '?',
  23379.             'translation.loader.yml' => '?',
  23380.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.el.xliff')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/form.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.he.xliff')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eo.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], '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/kevinpapst/adminlte-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/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/twig/extra-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 22 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/kevinpapst/adminlte-bundle/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/knplabs/knp-menu-bundle/src/translations'19 => 'vendor/symfony/webpack-encore-bundle/src/translations'20 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'21 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'22 => 'vendor/hautelook/alice-bundle/src/translations'23 => 'vendor/nelmio/cors-bundle/translations'24 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'25 => 'vendor/lexik/jwt-authentication-bundle/translations'26 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'27 => 'vendor/jms/serializer-bundle/translations'28 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'29 => 'vendor/liip/imagine-bundle/translations']]], []);
  23381.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  23382.         $instance->setFallbackLocales([=> 'fr']);
  23383.         return $instance;
  23384.     }
  23385.     /**
  23386.      * Gets the private 'twig.command.debug' shared service.
  23387.      *
  23388.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  23389.      */
  23390.     protected function getTwig_Command_DebugService()
  23391.     {
  23392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23393.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  23394.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  23395.         $instance->setName('debug:twig');
  23396.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  23397.         return $instance;
  23398.     }
  23399.     /**
  23400.      * Gets the private 'twig.command.lint' shared service.
  23401.      *
  23402.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  23403.      */
  23404.     protected function getTwig_Command_LintService()
  23405.     {
  23406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  23408.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  23409.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  23410.         $instance->setName('lint:twig');
  23411.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  23412.         return $instance;
  23413.     }
  23414.     /**
  23415.      * Gets the private 'twig.form.engine' shared service.
  23416.      *
  23417.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  23418.      */
  23419.     protected function getTwig_Form_EngineService()
  23420.     {
  23421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  23422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  23423.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  23424.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23425.         if (isset($this->privates['twig.form.engine'])) {
  23426.             return $this->privates['twig.form.engine'];
  23427.         }
  23428.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  23429.     }
  23430.     /**
  23431.      * Gets the private 'twig.form.renderer' shared service.
  23432.      *
  23433.      * @return \Symfony\Component\Form\FormRenderer
  23434.      */
  23435.     protected function getTwig_Form_RendererService()
  23436.     {
  23437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  23438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  23439.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  23440.         if (isset($this->privates['twig.form.renderer'])) {
  23441.             return $this->privates['twig.form.renderer'];
  23442.         }
  23443.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  23444.     }
  23445.     /**
  23446.      * Gets the private 'twig.mailer.message_listener' shared service.
  23447.      *
  23448.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  23449.      */
  23450.     protected function getTwig_Mailer_MessageListenerService()
  23451.     {
  23452.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  23453.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  23454.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  23455.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23456.         if (isset($this->privates['twig.mailer.message_listener'])) {
  23457.             return $this->privates['twig.mailer.message_listener'];
  23458.         }
  23459.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  23460.     }
  23461.     /**
  23462.      * Gets the private 'twig.runtime.httpkernel' shared service.
  23463.      *
  23464.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  23465.      */
  23466.     protected function getTwig_Runtime_HttpkernelService()
  23467.     {
  23468.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  23469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  23470.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  23472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  23473.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  23474.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  23475.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23476.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  23477.         ], [
  23478.             'inline' => '?',
  23479.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  23480.     }
  23481.     /**
  23482.      * Gets the private 'twig.runtime.security_csrf' shared service.
  23483.      *
  23484.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  23485.      */
  23486.     protected function getTwig_Runtime_SecurityCsrfService()
  23487.     {
  23488.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  23489.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  23490.     }
  23491.     /**
  23492.      * Gets the private 'twig.runtime.serializer' shared service.
  23493.      *
  23494.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  23495.      */
  23496.     protected function getTwig_Runtime_SerializerService()
  23497.     {
  23498.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  23499.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  23500.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  23501.         if (isset($this->privates['twig.runtime.serializer'])) {
  23502.             return $this->privates['twig.runtime.serializer'];
  23503.         }
  23504.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  23505.     }
  23506.     /**
  23507.      * Gets the private 'twig.template_cache_warmer' shared service.
  23508.      *
  23509.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  23510.      */
  23511.     protected function getTwig_TemplateCacheWarmerService()
  23512.     {
  23513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23514.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  23515.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  23516.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23517.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  23518.         ], [
  23519.             'twig' => '?',
  23520.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  23521.     }
  23522.     /**
  23523.      * Gets the private 'validator.builder' shared service.
  23524.      *
  23525.      * @return \Symfony\Component\Validator\ValidatorBuilder
  23526.      */
  23527.     protected function getValidator_BuilderService()
  23528.     {
  23529.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  23530.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  23531.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23532.             'App\\Validator\\Constraints\\FileColumnValidator' => ['privates''App\\Validator\\Constraints\\FileColumnValidator''getFileColumnValidatorService'false],
  23533.             'App\\Validator\\Constraints\\OverlappingDateValidator' => ['privates''App\\Validator\\Constraints\\OverlappingDateValidator''getOverlappingDateValidatorService'false],
  23534.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  23535.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  23536.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  23537.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  23538.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  23539.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  23540.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  23541.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  23542.         ], [
  23543.             'App\\Validator\\Constraints\\FileColumnValidator' => '?',
  23544.             'App\\Validator\\Constraints\\OverlappingDateValidator' => '?',
  23545.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  23546.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  23547.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  23548.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  23549.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  23550.             'doctrine.orm.validator.unique' => '?',
  23551.             'security.validator.user_password' => '?',
  23552.             'validator.expression' => '?',
  23553.         ])));
  23554.         if ($this->has('translator')) {
  23555.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  23556.         }
  23557.         $instance->setTranslationDomain('validators');
  23558.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  23559.         $instance->enableAnnotationMapping(true);
  23560.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  23561.         $instance->addMethodMapping('loadValidatorMetadata');
  23562.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  23563.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  23564.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  23565.         return $instance;
  23566.     }
  23567.     /**
  23568.      * Gets the private 'validator.email' shared service.
  23569.      *
  23570.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  23571.      */
  23572.     protected function getValidator_EmailService()
  23573.     {
  23574.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23575.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23576.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  23577.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  23578.     }
  23579.     /**
  23580.      * Gets the private 'validator.expression' shared service.
  23581.      *
  23582.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  23583.      */
  23584.     protected function getValidator_ExpressionService()
  23585.     {
  23586.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23587.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23588.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  23589.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  23590.     }
  23591.     /**
  23592.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  23593.      *
  23594.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  23595.      */
  23596.     protected function getValidator_Mapping_CacheWarmerService()
  23597.     {
  23598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  23600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  23601.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  23602.     }
  23603.     /**
  23604.      * Gets the private 'validator.not_compromised_password' shared service.
  23605.      *
  23606.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  23607.      */
  23608.     protected function getValidator_NotCompromisedPasswordService()
  23609.     {
  23610.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23611.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23612.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  23613.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  23614.     }
  23615.     /**
  23616.      * Gets the private 'var_dumper.command.server_dump' shared service.
  23617.      *
  23618.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  23619.      */
  23620.     protected function getVarDumper_Command_ServerDumpService()
  23621.     {
  23622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23623.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  23624.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  23625.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  23626.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  23627.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  23628.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  23629.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23630.         $a->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
  23631.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23632.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23633.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  23634.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  23635.         $instance->setName('server:dump');
  23636.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  23637.         return $instance;
  23638.     }
  23639.     /**
  23640.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  23641.      *
  23642.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  23643.      */
  23644.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  23645.     {
  23646.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  23647.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  23648.         return $instance;
  23649.     }
  23650.     /**
  23651.      * Gets the private 'var_dumper.html_dumper' shared service.
  23652.      *
  23653.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  23654.      */
  23655.     protected function getVarDumper_HtmlDumperService()
  23656.     {
  23657.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  23658.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  23659.         return $instance;
  23660.     }
  23661.     /**
  23662.      * Gets the private 'var_dumper.server_connection' shared service.
  23663.      *
  23664.      * @return \Symfony\Component\VarDumper\Server\Connection
  23665.      */
  23666.     protected function getVarDumper_ServerConnectionService()
  23667.     {
  23668.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  23669.     }
  23670.     /**
  23671.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  23672.      *
  23673.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  23674.      */
  23675.     protected function getVichUploader_Command_MappingDebugService()
  23676.     {
  23677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23678.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  23679.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  23680.         $instance->setName('vich:mapping:debug');
  23681.         return $instance;
  23682.     }
  23683.     /**
  23684.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  23685.      *
  23686.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  23687.      */
  23688.     protected function getVichUploader_Command_MappingDebugClassService()
  23689.     {
  23690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23691.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  23692.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  23693.         $instance->setName('vich:mapping:debug-class');
  23694.         return $instance;
  23695.     }
  23696.     /**
  23697.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  23698.      *
  23699.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  23700.      */
  23701.     protected function getVichUploader_Command_MappingListClassesService()
  23702.     {
  23703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23704.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  23705.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  23706.         $instance->setName('vich:mapping:list-classes');
  23707.         return $instance;
  23708.     }
  23709.     /**
  23710.      * Gets the private 'vich_uploader.listener.clean.draw_code' shared service.
  23711.      *
  23712.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  23713.      */
  23714.     protected function getVichUploader_Listener_Clean_DrawCodeService()
  23715.     {
  23716.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23717.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  23719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23721.         return $this->privates['vich_uploader.listener.clean.draw_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('draw_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23722.     }
  23723.     /**
  23724.      * Gets the private 'vich_uploader.listener.clean.knowledge_response_image' shared service.
  23725.      *
  23726.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  23727.      */
  23728.     protected function getVichUploader_Listener_Clean_KnowledgeResponseImageService()
  23729.     {
  23730.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23732.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  23733.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23734.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23735.         return $this->privates['vich_uploader.listener.clean.knowledge_response_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('knowledge_response_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23736.     }
  23737.     /**
  23738.      * Gets the private 'vich_uploader.listener.clean.media_object' shared service.
  23739.      *
  23740.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  23741.      */
  23742.     protected function getVichUploader_Listener_Clean_MediaObjectService()
  23743.     {
  23744.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23745.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23746.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  23747.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23748.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23749.         return $this->privates['vich_uploader.listener.clean.media_object'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('media_object', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23750.     }
  23751.     /**
  23752.      * Gets the private 'vich_uploader.listener.clean.odr_code' shared service.
  23753.      *
  23754.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  23755.      */
  23756.     protected function getVichUploader_Listener_Clean_OdrCodeService()
  23757.     {
  23758.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23760.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  23761.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23762.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23763.         return $this->privates['vich_uploader.listener.clean.odr_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('odr_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23764.     }
  23765.     /**
  23766.      * Gets the private 'vich_uploader.listener.remove.blog_image' shared service.
  23767.      *
  23768.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23769.      */
  23770.     protected function getVichUploader_Listener_Remove_BlogImageService()
  23771.     {
  23772.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23773.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23774.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23775.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23776.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23777.         return $this->privates['vich_uploader.listener.remove.blog_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('blog_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23778.     }
  23779.     /**
  23780.      * Gets the private 'vich_uploader.listener.remove.coupon' shared service.
  23781.      *
  23782.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23783.      */
  23784.     protected function getVichUploader_Listener_Remove_CouponService()
  23785.     {
  23786.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23787.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23788.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23789.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23790.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23791.         return $this->privates['vich_uploader.listener.remove.coupon'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('coupon', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23792.     }
  23793.     /**
  23794.      * Gets the private 'vich_uploader.listener.remove.draw_code' shared service.
  23795.      *
  23796.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23797.      */
  23798.     protected function getVichUploader_Listener_Remove_DrawCodeService()
  23799.     {
  23800.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23801.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23802.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23803.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23804.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23805.         return $this->privates['vich_uploader.listener.remove.draw_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('draw_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23806.     }
  23807.     /**
  23808.      * Gets the private 'vich_uploader.listener.remove.draw_image' shared service.
  23809.      *
  23810.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23811.      */
  23812.     protected function getVichUploader_Listener_Remove_DrawImageService()
  23813.     {
  23814.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23815.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23816.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23817.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23818.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23819.         return $this->privates['vich_uploader.listener.remove.draw_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('draw_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23820.     }
  23821.     /**
  23822.      * Gets the private 'vich_uploader.listener.remove.game_image' shared service.
  23823.      *
  23824.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23825.      */
  23826.     protected function getVichUploader_Listener_Remove_GameImageService()
  23827.     {
  23828.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23830.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23831.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23832.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23833.         return $this->privates['vich_uploader.listener.remove.game_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('game_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23834.     }
  23835.     /**
  23836.      * Gets the private 'vich_uploader.listener.remove.gift_code' shared service.
  23837.      *
  23838.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23839.      */
  23840.     protected function getVichUploader_Listener_Remove_GiftCodeService()
  23841.     {
  23842.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23844.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23845.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23846.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23847.         return $this->privates['vich_uploader.listener.remove.gift_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('gift_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23848.     }
  23849.     /**
  23850.      * Gets the private 'vich_uploader.listener.remove.gift_image' shared service.
  23851.      *
  23852.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23853.      */
  23854.     protected function getVichUploader_Listener_Remove_GiftImageService()
  23855.     {
  23856.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23857.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23858.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23859.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23860.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23861.         return $this->privates['vich_uploader.listener.remove.gift_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('gift_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23862.     }
  23863.     /**
  23864.      * Gets the private 'vich_uploader.listener.remove.knowledge_response_image' shared service.
  23865.      *
  23866.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23867.      */
  23868.     protected function getVichUploader_Listener_Remove_KnowledgeResponseImageService()
  23869.     {
  23870.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23871.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23873.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23874.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23875.         return $this->privates['vich_uploader.listener.remove.knowledge_response_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('knowledge_response_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23876.     }
  23877.     /**
  23878.      * Gets the private 'vich_uploader.listener.remove.library_image' shared service.
  23879.      *
  23880.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23881.      */
  23882.     protected function getVichUploader_Listener_Remove_LibraryImageService()
  23883.     {
  23884.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23885.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23886.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23887.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23888.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23889.         return $this->privates['vich_uploader.listener.remove.library_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('library_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23890.     }
  23891.     /**
  23892.      * Gets the private 'vich_uploader.listener.remove.library_pdf' shared service.
  23893.      *
  23894.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23895.      */
  23896.     protected function getVichUploader_Listener_Remove_LibraryPdfService()
  23897.     {
  23898.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23899.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23900.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23901.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23902.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23903.         return $this->privates['vich_uploader.listener.remove.library_pdf'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('library_pdf', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23904.     }
  23905.     /**
  23906.      * Gets the private 'vich_uploader.listener.remove.media_object' shared service.
  23907.      *
  23908.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23909.      */
  23910.     protected function getVichUploader_Listener_Remove_MediaObjectService()
  23911.     {
  23912.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23913.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23914.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23915.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23916.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23917.         return $this->privates['vich_uploader.listener.remove.media_object'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('media_object', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23918.     }
  23919.     /**
  23920.      * Gets the private 'vich_uploader.listener.remove.multi_offer' shared service.
  23921.      *
  23922.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23923.      */
  23924.     protected function getVichUploader_Listener_Remove_MultiOfferService()
  23925.     {
  23926.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23928.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23929.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23930.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23931.         return $this->privates['vich_uploader.listener.remove.multi_offer'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('multi_offer', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23932.     }
  23933.     /**
  23934.      * Gets the private 'vich_uploader.listener.remove.odr_code' shared service.
  23935.      *
  23936.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23937.      */
  23938.     protected function getVichUploader_Listener_Remove_OdrCodeService()
  23939.     {
  23940.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23941.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23942.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23943.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23944.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23945.         return $this->privates['vich_uploader.listener.remove.odr_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('odr_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23946.     }
  23947.     /**
  23948.      * Gets the private 'vich_uploader.listener.remove.odr_image' shared service.
  23949.      *
  23950.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23951.      */
  23952.     protected function getVichUploader_Listener_Remove_OdrImageService()
  23953.     {
  23954.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23955.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23956.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23957.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23958.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23959.         return $this->privates['vich_uploader.listener.remove.odr_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('odr_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23960.     }
  23961.     /**
  23962.      * Gets the private 'vich_uploader.listener.remove.recipe' shared service.
  23963.      *
  23964.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23965.      */
  23966.     protected function getVichUploader_Listener_Remove_RecipeService()
  23967.     {
  23968.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23969.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23970.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23971.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23972.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23973.         return $this->privates['vich_uploader.listener.remove.recipe'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('recipe', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23974.     }
  23975.     /**
  23976.      * Gets the private 'vich_uploader.listener.remove.slider_image' shared service.
  23977.      *
  23978.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23979.      */
  23980.     protected function getVichUploader_Listener_Remove_SliderImageService()
  23981.     {
  23982.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23983.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23984.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23985.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  23986.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  23987.         return $this->privates['vich_uploader.listener.remove.slider_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('slider_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  23988.     }
  23989.     /**
  23990.      * Gets the private 'vich_uploader.listener.remove.website_params_image' shared service.
  23991.      *
  23992.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  23993.      */
  23994.     protected function getVichUploader_Listener_Remove_WebsiteParamsImageService()
  23995.     {
  23996.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  23997.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  23998.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  23999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24000.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24001.         return $this->privates['vich_uploader.listener.remove.website_params_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('website_params_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24002.     }
  24003.     /**
  24004.      * Gets the private 'vich_uploader.listener.upload.blog_image' shared service.
  24005.      *
  24006.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24007.      */
  24008.     protected function getVichUploader_Listener_Upload_BlogImageService()
  24009.     {
  24010.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24012.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24013.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24014.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24015.         return $this->privates['vich_uploader.listener.upload.blog_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('blog_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24016.     }
  24017.     /**
  24018.      * Gets the private 'vich_uploader.listener.upload.coupon' shared service.
  24019.      *
  24020.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24021.      */
  24022.     protected function getVichUploader_Listener_Upload_CouponService()
  24023.     {
  24024.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24025.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24026.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24028.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24029.         return $this->privates['vich_uploader.listener.upload.coupon'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('coupon', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24030.     }
  24031.     /**
  24032.      * Gets the private 'vich_uploader.listener.upload.draw_code' shared service.
  24033.      *
  24034.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24035.      */
  24036.     protected function getVichUploader_Listener_Upload_DrawCodeService()
  24037.     {
  24038.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24039.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24040.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24041.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24043.         return $this->privates['vich_uploader.listener.upload.draw_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('draw_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24044.     }
  24045.     /**
  24046.      * Gets the private 'vich_uploader.listener.upload.draw_image' shared service.
  24047.      *
  24048.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24049.      */
  24050.     protected function getVichUploader_Listener_Upload_DrawImageService()
  24051.     {
  24052.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24053.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24054.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24057.         return $this->privates['vich_uploader.listener.upload.draw_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('draw_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24058.     }
  24059.     /**
  24060.      * Gets the private 'vich_uploader.listener.upload.game_image' shared service.
  24061.      *
  24062.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24063.      */
  24064.     protected function getVichUploader_Listener_Upload_GameImageService()
  24065.     {
  24066.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24067.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24068.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24071.         return $this->privates['vich_uploader.listener.upload.game_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('game_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24072.     }
  24073.     /**
  24074.      * Gets the private 'vich_uploader.listener.upload.gift_code' shared service.
  24075.      *
  24076.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24077.      */
  24078.     protected function getVichUploader_Listener_Upload_GiftCodeService()
  24079.     {
  24080.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24082.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24085.         return $this->privates['vich_uploader.listener.upload.gift_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('gift_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24086.     }
  24087.     /**
  24088.      * Gets the private 'vich_uploader.listener.upload.gift_image' shared service.
  24089.      *
  24090.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24091.      */
  24092.     protected function getVichUploader_Listener_Upload_GiftImageService()
  24093.     {
  24094.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24095.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24096.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24099.         return $this->privates['vich_uploader.listener.upload.gift_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('gift_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24100.     }
  24101.     /**
  24102.      * Gets the private 'vich_uploader.listener.upload.knowledge_response_image' shared service.
  24103.      *
  24104.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24105.      */
  24106.     protected function getVichUploader_Listener_Upload_KnowledgeResponseImageService()
  24107.     {
  24108.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24110.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24111.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24112.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24113.         return $this->privates['vich_uploader.listener.upload.knowledge_response_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('knowledge_response_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24114.     }
  24115.     /**
  24116.      * Gets the private 'vich_uploader.listener.upload.library_image' shared service.
  24117.      *
  24118.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24119.      */
  24120.     protected function getVichUploader_Listener_Upload_LibraryImageService()
  24121.     {
  24122.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24123.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24124.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24125.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24126.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24127.         return $this->privates['vich_uploader.listener.upload.library_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('library_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24128.     }
  24129.     /**
  24130.      * Gets the private 'vich_uploader.listener.upload.library_pdf' shared service.
  24131.      *
  24132.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24133.      */
  24134.     protected function getVichUploader_Listener_Upload_LibraryPdfService()
  24135.     {
  24136.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24138.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24139.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24140.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24141.         return $this->privates['vich_uploader.listener.upload.library_pdf'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('library_pdf', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24142.     }
  24143.     /**
  24144.      * Gets the private 'vich_uploader.listener.upload.media_object' shared service.
  24145.      *
  24146.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24147.      */
  24148.     protected function getVichUploader_Listener_Upload_MediaObjectService()
  24149.     {
  24150.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24152.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24154.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24155.         return $this->privates['vich_uploader.listener.upload.media_object'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('media_object', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24156.     }
  24157.     /**
  24158.      * Gets the private 'vich_uploader.listener.upload.multi_offer' shared service.
  24159.      *
  24160.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24161.      */
  24162.     protected function getVichUploader_Listener_Upload_MultiOfferService()
  24163.     {
  24164.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24165.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24166.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24167.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24168.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24169.         return $this->privates['vich_uploader.listener.upload.multi_offer'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('multi_offer', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24170.     }
  24171.     /**
  24172.      * Gets the private 'vich_uploader.listener.upload.odr_code' shared service.
  24173.      *
  24174.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24175.      */
  24176.     protected function getVichUploader_Listener_Upload_OdrCodeService()
  24177.     {
  24178.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24179.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24180.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24181.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24182.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24183.         return $this->privates['vich_uploader.listener.upload.odr_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('odr_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24184.     }
  24185.     /**
  24186.      * Gets the private 'vich_uploader.listener.upload.odr_image' shared service.
  24187.      *
  24188.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24189.      */
  24190.     protected function getVichUploader_Listener_Upload_OdrImageService()
  24191.     {
  24192.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24194.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24195.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24196.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24197.         return $this->privates['vich_uploader.listener.upload.odr_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('odr_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24198.     }
  24199.     /**
  24200.      * Gets the private 'vich_uploader.listener.upload.recipe' shared service.
  24201.      *
  24202.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24203.      */
  24204.     protected function getVichUploader_Listener_Upload_RecipeService()
  24205.     {
  24206.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24210.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24211.         return $this->privates['vich_uploader.listener.upload.recipe'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('recipe', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24212.     }
  24213.     /**
  24214.      * Gets the private 'vich_uploader.listener.upload.slider_image' shared service.
  24215.      *
  24216.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24217.      */
  24218.     protected function getVichUploader_Listener_Upload_SliderImageService()
  24219.     {
  24220.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24222.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24223.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24224.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24225.         return $this->privates['vich_uploader.listener.upload.slider_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('slider_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24226.     }
  24227.     /**
  24228.      * Gets the private 'vich_uploader.listener.upload.website_params_image' shared service.
  24229.      *
  24230.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  24231.      */
  24232.     protected function getVichUploader_Listener_Upload_WebsiteParamsImageService()
  24233.     {
  24234.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  24235.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  24236.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  24237.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  24238.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  24239.         return $this->privates['vich_uploader.listener.upload.website_params_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('website_params_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  24240.     }
  24241.     /**
  24242.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  24243.      *
  24244.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  24245.      */
  24246.     protected function getVichUploader_MetadataReaderService()
  24247.     {
  24248.         $a = new \Metadata\Driver\FileLocator([]);
  24249.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  24250.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  24251.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  24252.     }
  24253.     /**
  24254.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  24255.      *
  24256.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  24257.      */
  24258.     protected function getVichUploader_PropertyMappingFactoryService()
  24259.     {
  24260.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  24261.         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');
  24262.     }
  24263.     /**
  24264.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  24265.      *
  24266.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  24267.      */
  24268.     protected function getVichUploader_Storage_FileSystemService()
  24269.     {
  24270.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  24271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  24272.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  24273.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  24274.     }
  24275.     /**
  24276.      * Gets the private 'web_profiler.csp.handler' shared service.
  24277.      *
  24278.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  24279.      */
  24280.     protected function getWebProfiler_Csp_HandlerService()
  24281.     {
  24282.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  24283.     }
  24284.     /**
  24285.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  24286.      *
  24287.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  24288.      */
  24289.     protected function getWebProfiler_DebugToolbarService()
  24290.     {
  24291.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24292.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  24293.             return $this->privates['web_profiler.debug_toolbar'];
  24294.         }
  24295.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  24296.     }
  24297.     /**
  24298.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  24299.      *
  24300.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24301.      */
  24302.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  24303.     {
  24304.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24305.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24306.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24307.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  24308.     }
  24309.     /**
  24310.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  24311.      *
  24312.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  24313.      */
  24314.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  24315.     {
  24316.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24317.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  24318.         ], [
  24319.             '_default' => '?',
  24320.         ]), '_default');
  24321.     }
  24322.     /**
  24323.      * Gets the private 'webpack_encore.exception_listener' shared service.
  24324.      *
  24325.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  24326.      */
  24327.     protected function getWebpackEncore_ExceptionListenerService()
  24328.     {
  24329.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  24330.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  24331.     }
  24332.     /**
  24333.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  24334.      *
  24335.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  24336.      */
  24337.     protected function getWebpackEncore_TagRendererService()
  24338.     {
  24339.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  24340.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24341.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  24342.             return $this->privates['webpack_encore.tag_renderer'];
  24343.         }
  24344.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  24345.     }
  24346.     /**
  24347.      * Gets the public 'cache_clearer' alias.
  24348.      *
  24349.      * @return object The ".container.private.cache_clearer" service.
  24350.      */
  24351.     protected function getCacheClearerService()
  24352.     {
  24353.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  24354.         return $this->get('.container.private.cache_clearer');
  24355.     }
  24356.     /**
  24357.      * Gets the public 'filesystem' alias.
  24358.      *
  24359.      * @return object The ".container.private.filesystem" service.
  24360.      */
  24361.     protected function getFilesystemService()
  24362.     {
  24363.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  24364.         return $this->get('.container.private.filesystem');
  24365.     }
  24366.     /**
  24367.      * Gets the public 'serializer' alias.
  24368.      *
  24369.      * @return object The ".container.private.serializer" service.
  24370.      */
  24371.     protected function getSerializerService()
  24372.     {
  24373.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  24374.         return $this->get('.container.private.serializer');
  24375.     }
  24376.     /**
  24377.      * Gets the public 'security.csrf.token_manager' alias.
  24378.      *
  24379.      * @return object The ".container.private.security.csrf.token_manager" service.
  24380.      */
  24381.     protected function getSecurity_Csrf_TokenManagerService()
  24382.     {
  24383.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  24384.         return $this->get('.container.private.security.csrf.token_manager');
  24385.     }
  24386.     /**
  24387.      * Gets the public 'form.factory' alias.
  24388.      *
  24389.      * @return object The ".container.private.form.factory" service.
  24390.      */
  24391.     protected function getForm_FactoryService()
  24392.     {
  24393.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  24394.         return $this->get('.container.private.form.factory');
  24395.     }
  24396.     /**
  24397.      * Gets the public 'form.type.file' alias.
  24398.      *
  24399.      * @return object The ".container.private.form.type.file" service.
  24400.      */
  24401.     protected function getForm_Type_FileService()
  24402.     {
  24403.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  24404.         return $this->get('.container.private.form.type.file');
  24405.     }
  24406.     /**
  24407.      * Gets the public 'profiler' alias.
  24408.      *
  24409.      * @return object The ".container.private.profiler" service.
  24410.      */
  24411.     protected function getProfilerService()
  24412.     {
  24413.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  24414.         return $this->get('.container.private.profiler');
  24415.     }
  24416.     /**
  24417.      * Gets the public 'twig' alias.
  24418.      *
  24419.      * @return object The ".container.private.twig" service.
  24420.      */
  24421.     protected function getTwigService()
  24422.     {
  24423.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  24424.         return $this->get('.container.private.twig');
  24425.     }
  24426.     /**
  24427.      * Gets the public 'security.authorization_checker' alias.
  24428.      *
  24429.      * @return object The ".container.private.security.authorization_checker" service.
  24430.      */
  24431.     protected function getSecurity_AuthorizationCheckerService()
  24432.     {
  24433.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  24434.         return $this->get('.container.private.security.authorization_checker');
  24435.     }
  24436.     /**
  24437.      * Gets the public 'security.token_storage' alias.
  24438.      *
  24439.      * @return object The ".container.private.security.token_storage" service.
  24440.      */
  24441.     protected function getSecurity_TokenStorageService()
  24442.     {
  24443.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  24444.         return $this->get('.container.private.security.token_storage');
  24445.     }
  24446.     /**
  24447.      * Gets the public 'security.password_encoder' alias.
  24448.      *
  24449.      * @return object The ".container.private.security.password_encoder" service.
  24450.      */
  24451.     protected function getSecurity_PasswordEncoderService()
  24452.     {
  24453.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  24454.         return $this->get('.container.private.security.password_encoder');
  24455.     }
  24456.     /**
  24457.      * Gets the public 'session' alias.
  24458.      *
  24459.      * @return object The ".container.private.session" service.
  24460.      */
  24461.     protected function getSessionService()
  24462.     {
  24463.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  24464.         return $this->get('.container.private.session');
  24465.     }
  24466.     /**
  24467.      * Gets the public 'validator' alias.
  24468.      *
  24469.      * @return object The ".container.private.validator" service.
  24470.      */
  24471.     protected function getValidatorService()
  24472.     {
  24473.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  24474.         return $this->get('.container.private.validator');
  24475.     }
  24476.     /**
  24477.      * @return array|bool|float|int|string|\UnitEnum|null
  24478.      */
  24479.     public function getParameter(string $name)
  24480.     {
  24481.         if (isset($this->buildParameters[$name])) {
  24482.             return $this->buildParameters[$name];
  24483.         }
  24484.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  24485.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  24486.         }
  24487.         if (isset($this->loadedDynamicParameters[$name])) {
  24488.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  24489.         }
  24490.         return $this->parameters[$name];
  24491.     }
  24492.     public function hasParameter(string $name): bool
  24493.     {
  24494.         if (isset($this->buildParameters[$name])) {
  24495.             return true;
  24496.         }
  24497.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  24498.     }
  24499.     public function setParameter(string $name$value): void
  24500.     {
  24501.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  24502.     }
  24503.     public function getParameterBag(): ParameterBagInterface
  24504.     {
  24505.         if (null === $this->parameterBag) {
  24506.             $parameters $this->parameters;
  24507.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  24508.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  24509.             }
  24510.             foreach ($this->buildParameters as $name => $value) {
  24511.                 $parameters[$name] = $value;
  24512.             }
  24513.             $this->parameterBag = new FrozenParameterBag($parameters);
  24514.         }
  24515.         return $this->parameterBag;
  24516.     }
  24517.     private $loadedDynamicParameters = [
  24518.         'kernel.runtime_environment' => false,
  24519.         'kernel.build_dir' => false,
  24520.         'kernel.cache_dir' => false,
  24521.         'kernel.secret' => false,
  24522.         'debug.container.dump' => false,
  24523.         'serializer.mapping.cache.file' => false,
  24524.         'validator.mapping.cache.file' => false,
  24525.         'profiler.storage.dsn' => false,
  24526.         'doctrine.orm.proxy_dir' => false,
  24527.         'nelmio_cors.defaults' => false,
  24528.         'lexik_jwt_authentication.pass_phrase' => false,
  24529.         'lexik_jwt_authentication.token_ttl' => false,
  24530.     ];
  24531.     private $dynamicParameters = [];
  24532.     private function getDynamicParameter(string $name)
  24533.     {
  24534.         switch ($name) {
  24535.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  24536.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  24537.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  24538.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  24539.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  24540.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  24541.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  24542.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  24543.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  24544.             case 'nelmio_cors.defaults'$value = [
  24545.                 'allow_origin' => [
  24546.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  24547.                 ],
  24548.                 'allow_credentials' => false,
  24549.                 'allow_headers' => [
  24550.                     => 'content-type',
  24551.                     => 'authorization',
  24552.                 ],
  24553.                 'expose_headers' => [
  24554.                     => 'Link',
  24555.                 ],
  24556.                 'allow_methods' => [
  24557.                     => 'GET',
  24558.                     => 'OPTIONS',
  24559.                     => 'POST',
  24560.                     => 'PUT',
  24561.                     => 'PATCH',
  24562.                     => 'DELETE',
  24563.                 ],
  24564.                 'max_age' => 3600,
  24565.                 'hosts' => [
  24566.                 ],
  24567.                 'origin_regex' => true,
  24568.                 'forced_allow_origin_value' => NULL,
  24569.                 'skip_same_as_origin' => true,
  24570.             ]; break;
  24571.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  24572.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('JWT_TOKEN_TTL'); break;
  24573.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  24574.         }
  24575.         $this->loadedDynamicParameters[$name] = true;
  24576.         return $this->dynamicParameters[$name] = $value;
  24577.     }
  24578.     protected function getDefaultParameters(): array
  24579.     {
  24580.         return [
  24581.             'kernel.project_dir' => \dirname(__DIR__4),
  24582.             'kernel.environment' => 'dev',
  24583.             'kernel.debug' => true,
  24584.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  24585.             'kernel.bundles' => [
  24586.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  24587.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  24588.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  24589.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  24590.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  24591.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  24592.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  24593.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  24594.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  24595.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  24596.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  24597.                 'AdminLTEBundle' => 'KevinPapst\\AdminLTEBundle\\AdminLTEBundle',
  24598.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  24599.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  24600.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  24601.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  24602.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  24603.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  24604.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  24605.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  24606.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  24607.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  24608.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  24609.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  24610.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  24611.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  24612.             ],
  24613.             'kernel.bundles_metadata' => [
  24614.                 'FrameworkBundle' => [
  24615.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  24616.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  24617.                 ],
  24618.                 'TwigBundle' => [
  24619.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  24620.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  24621.                 ],
  24622.                 'TwigExtraBundle' => [
  24623.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  24624.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  24625.                 ],
  24626.                 'SensioFrameworkExtraBundle' => [
  24627.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  24628.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  24629.                 ],
  24630.                 'DoctrineBundle' => [
  24631.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  24632.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  24633.                 ],
  24634.                 'DoctrineMigrationsBundle' => [
  24635.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  24636.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  24637.                 ],
  24638.                 'SecurityBundle' => [
  24639.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  24640.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  24641.                 ],
  24642.                 'WebProfilerBundle' => [
  24643.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  24644.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  24645.                 ],
  24646.                 'MonologBundle' => [
  24647.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  24648.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  24649.                 ],
  24650.                 'DebugBundle' => [
  24651.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  24652.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  24653.                 ],
  24654.                 'MakerBundle' => [
  24655.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  24656.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  24657.                 ],
  24658.                 'AdminLTEBundle' => [
  24659.                     'path' => (\dirname(__DIR__4).'/vendor/kevinpapst/adminlte-bundle'),
  24660.                     'namespace' => 'KevinPapst\\AdminLTEBundle',
  24661.                 ],
  24662.                 'KnpMenuBundle' => [
  24663.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  24664.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  24665.                 ],
  24666.                 'KnpPaginatorBundle' => [
  24667.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  24668.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  24669.                 ],
  24670.                 'WebpackEncoreBundle' => [
  24671.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  24672.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  24673.                 ],
  24674.                 'NelmioAliceBundle' => [
  24675.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  24676.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  24677.                 ],
  24678.                 'FidryAliceDataFixturesBundle' => [
  24679.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  24680.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  24681.                 ],
  24682.                 'HautelookAliceBundle' => [
  24683.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  24684.                     'namespace' => 'Hautelook\\AliceBundle',
  24685.                 ],
  24686.                 'NelmioCorsBundle' => [
  24687.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  24688.                     'namespace' => 'Nelmio\\CorsBundle',
  24689.                 ],
  24690.                 'ApiPlatformBundle' => [
  24691.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  24692.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  24693.                 ],
  24694.                 'LexikJWTAuthenticationBundle' => [
  24695.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  24696.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  24697.                 ],
  24698.                 'DoctrineFixturesBundle' => [
  24699.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  24700.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  24701.                 ],
  24702.                 'VichUploaderBundle' => [
  24703.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  24704.                     'namespace' => 'Vich\\UploaderBundle',
  24705.                 ],
  24706.                 'JMSSerializerBundle' => [
  24707.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  24708.                     'namespace' => 'JMS\\SerializerBundle',
  24709.                 ],
  24710.                 'FOSCKEditorBundle' => [
  24711.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  24712.                     'namespace' => 'FOS\\CKEditorBundle',
  24713.                 ],
  24714.                 'LiipImagineBundle' => [
  24715.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  24716.                     'namespace' => 'Liip\\ImagineBundle',
  24717.                 ],
  24718.             ],
  24719.             'kernel.charset' => 'UTF-8',
  24720.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  24721.             'container.dumper.inline_class_loader' => true,
  24722.             'container.dumper.inline_factories' => true,
  24723.             'app.path.blog_images' => '/uploads/images/blogs',
  24724.             'import_csv' => (\dirname(__DIR__4).'/public/import/import_client.csv'),
  24725.             'upload_csv_code' => (\dirname(__DIR__4).'/public/odr_code/'),
  24726.             'import_referents' => (\dirname(__DIR__4).'/public/referent'),
  24727.             'error_dir' => (\dirname(__DIR__4).'/public/error'),
  24728.             'admin_lte_theme.options' => [
  24729.                 'default_avatar' => 'bundles/adminlte/images/default_avatar.png',
  24730.                 'skin' => 'skin-blue',
  24731.                 'fixed_layout' => false,
  24732.                 'boxed_layout' => false,
  24733.                 'collapsed_sidebar' => false,
  24734.                 'mini_sidebar' => false,
  24735.                 'max_navbar_notifications' => 10,
  24736.                 'max_navbar_tasks' => 10,
  24737.                 'max_navbar_messages' => 10,
  24738.                 'form_theme' => 'default',
  24739.                 'control_sidebar' => [
  24740.                 ],
  24741.                 'knp_menu' => [
  24742.                     'enable' => true,
  24743.                     'main_menu' => 'adminlte_main',
  24744.                     'breadcrumb_menu' => false,
  24745.                 ],
  24746.                 'widget' => [
  24747.                     'type' => 'primary',
  24748.                     'bordered' => true,
  24749.                     'collapsible' => false,
  24750.                     'collapsible_title' => 'Collapse',
  24751.                     'removable' => false,
  24752.                     'removable_title' => 'Remove',
  24753.                     'solid' => false,
  24754.                     'use_footer' => true,
  24755.                 ],
  24756.                 'button' => [
  24757.                     'type' => 'primary',
  24758.                     'size' => false,
  24759.                 ],
  24760.             ],
  24761.             'admin_lte_theme.routes' => [
  24762.                 'adminlte_welcome' => 'app_login',
  24763.                 'adminlte_login' => 'app_client_login',
  24764.                 'adminlte_login_check' => 'app_login',
  24765.                 'adminlte_password_reset' => 'app_forgotten_password',
  24766.                 'adminlte_message' => 'message',
  24767.                 'adminlte_messages' => 'messages',
  24768.                 'adminlte_notification' => 'notification',
  24769.                 'adminlte_notifications' => 'notifications',
  24770.                 'adminlte_task' => 'task',
  24771.                 'adminlte_tasks' => 'tasks',
  24772.                 'adminlte_profile' => 'user_profile',
  24773.                 'adminlte_registration' => NULL,
  24774.             ],
  24775.             'event_dispatcher.event_aliases' => [
  24776.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  24777.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  24778.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  24779.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  24780.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  24781.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  24782.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  24783.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  24784.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  24785.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  24786.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  24787.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  24788.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  24789.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  24790.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  24791.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  24792.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  24793.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  24794.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  24795.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  24796.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  24797.             ],
  24798.             'fragment.renderer.hinclude.global_template' => NULL,
  24799.             'fragment.path' => '/_fragment',
  24800.             'kernel.http_method_override' => true,
  24801.             'kernel.trusted_hosts' => [
  24802.             ],
  24803.             'kernel.default_locale' => 'fr',
  24804.             'kernel.enabled_locales' => [
  24805.             ],
  24806.             'kernel.error_controller' => 'error_controller',
  24807.             'debug.file_link_format' => NULL,
  24808.             'asset.request_context.base_path' => NULL,
  24809.             'asset.request_context.secure' => NULL,
  24810.             'translator.logging' => false,
  24811.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  24812.             'debug.error_handler.throw_at' => -1,
  24813.             'router.request_context.host' => 'localhost',
  24814.             'router.request_context.scheme' => 'http',
  24815.             'router.request_context.base_url' => '',
  24816.             'router.resource' => 'kernel::loadRoutes',
  24817.             'request_listener.http_port' => 80,
  24818.             'request_listener.https_port' => 443,
  24819.             'session.metadata.storage_key' => '_sf2_meta',
  24820.             'session.storage.options' => [
  24821.                 'cache_limiter' => '0',
  24822.                 'cookie_secure' => 'auto',
  24823.                 'cookie_httponly' => true,
  24824.                 'cookie_samesite' => 'lax',
  24825.                 'gc_probability' => 1,
  24826.             ],
  24827.             'session.save_path' => NULL,
  24828.             'session.metadata.update_threshold' => 0,
  24829.             'form.type_extension.csrf.enabled' => true,
  24830.             'form.type_extension.csrf.field_name' => '_token',
  24831.             'validator.translation_domain' => 'validators',
  24832.             'profiler_listener.only_exceptions' => false,
  24833.             'profiler_listener.only_main_requests' => false,
  24834.             'twig.form.resources' => [
  24835.                 => '@VichUploader/Form/fields.html.twig',
  24836.                 => 'form_div_layout.html.twig',
  24837.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  24838.                 => '@AdminLTE/layout/form-theme.html.twig',
  24839.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  24840.                 => '@AdminLTE/layout/form-theme-horizontal.html.twig',
  24841.             ],
  24842.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  24843.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  24844.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  24845.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  24846.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  24847.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  24848.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  24849.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  24850.             'doctrine.entity_managers' => [
  24851.                 'default' => 'doctrine.orm.default_entity_manager',
  24852.             ],
  24853.             'doctrine.default_entity_manager' => 'default',
  24854.             'doctrine.dbal.connection_factory.types' => [
  24855.                 'uuid' => [
  24856.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  24857.                 ],
  24858.             ],
  24859.             'doctrine.connections' => [
  24860.                 'default' => 'doctrine.dbal.default_connection',
  24861.             ],
  24862.             'doctrine.default_connection' => 'default',
  24863.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  24864.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  24865.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  24866.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  24867.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  24868.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  24869.             'doctrine.orm.cache.memcache_host' => 'localhost',
  24870.             'doctrine.orm.cache.memcache_port' => 11211,
  24871.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  24872.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  24873.             'doctrine.orm.cache.memcached_host' => 'localhost',
  24874.             'doctrine.orm.cache.memcached_port' => 11211,
  24875.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  24876.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  24877.             'doctrine.orm.cache.redis_host' => 'localhost',
  24878.             'doctrine.orm.cache.redis_port' => 6379,
  24879.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  24880.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  24881.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  24882.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  24883.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  24884.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  24885.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  24886.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  24887.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  24888.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  24889.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  24890.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  24891.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  24892.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  24893.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  24894.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  24895.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  24896.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  24897.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  24898.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  24899.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  24900.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  24901.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  24902.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  24903.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  24904.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  24905.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  24906.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  24907.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  24908.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  24909.             'doctrine.orm.auto_generate_proxy_classes' => true,
  24910.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  24911.             'doctrine.orm.proxy_namespace' => 'Proxies',
  24912.             'doctrine.migrations.preferred_em' => NULL,
  24913.             'doctrine.migrations.preferred_connection' => NULL,
  24914.             'security.role_hierarchy.roles' => [
  24915.                 'ROLE_PUBLIC' => [
  24916.                     => 'ROLE_PUBLIC',
  24917.                 ],
  24918.                 'ROLE_USER' => [
  24919.                     => 'ROLE_USER',
  24920.                 ],
  24921.                 'ROLE_ADMIN' => [
  24922.                     => 'ROLE_ADMIN',
  24923.                 ],
  24924.                 'ROLE_ADMIN_API' => [
  24925.                     => 'ROLE_USER',
  24926.                     => 'ROLE_ADMIN',
  24927.                 ],
  24928.                 'ROLE_SECTOR_MANAGER' => [
  24929.                     => 'ROLE_SECTOR_MANAGER',
  24930.                     => 'ROLE_USER',
  24931.                 ],
  24932.                 'ROLE_REGION_MANAGER' => [
  24933.                     => 'ROLE_REGION_MANAGER',
  24934.                     => 'ROLE_USER',
  24935.                 ],
  24936.                 'ROLE_MANAGER' => [
  24937.                     => 'ROLE_SECTOR_MANAGER',
  24938.                     => 'ROLE_REGION_MANAGER',
  24939.                     => 'ROLE_ALLOWED_TO_SWITCH',
  24940.                 ],
  24941.                 'ROLE_ADMIN_SOGEC' => [
  24942.                     => 'ROLE_ADMIN',
  24943.                     => 'ROLE_MANAGER',
  24944.                     => 'ROLE_ALLOWED_TO_SWITCH',
  24945.                 ],
  24946.                 'ROLE_ADMIN_CLIENT' => [
  24947.                     => 'ROLE_ADMIN',
  24948.                     => 'ROLE_MANAGER',
  24949.                 ],
  24950.                 'ROLE_SUPER_ADMIN' => [
  24951.                     => 'ROLE_ADMIN',
  24952.                     => 'ROLE_ADMIN_SOGEC',
  24953.                     => 'ROLE_ALLOWED_TO_SWITCH',
  24954.                 ],
  24955.             ],
  24956.             'security.access.denied_url' => NULL,
  24957.             'security.authentication.manager.erase_credentials' => true,
  24958.             'security.authentication.session_strategy.strategy' => 'migrate',
  24959.             'security.access.always_authenticate_before_granting' => false,
  24960.             'security.authentication.hide_user_not_found' => true,
  24961.             'security.firewalls' => [
  24962.                 => 'dev',
  24963.                 => 'docs',
  24964.                 => 'api_login',
  24965.                 => 'api_public',
  24966.                 => 'api_admin',
  24967.                 => 'api_secured',
  24968.                 => 'main',
  24969.             ],
  24970.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  24971.             'web_profiler.debug_toolbar.mode' => 2,
  24972.             'monolog.use_microseconds' => true,
  24973.             'monolog.swift_mailer.handlers' => [
  24974.             ],
  24975.             'monolog.handlers_to_channels' => [
  24976.                 'monolog.handler.shannon' => [
  24977.                     'type' => 'inclusive',
  24978.                     'elements' => [
  24979.                         => 'shannon',
  24980.                     ],
  24981.                 ],
  24982.                 'monolog.handler.logrotate' => [
  24983.                     'type' => 'exclusive',
  24984.                     'elements' => [
  24985.                         => 'event',
  24986.                     ],
  24987.                 ],
  24988.                 'monolog.handler.console' => [
  24989.                     'type' => 'exclusive',
  24990.                     'elements' => [
  24991.                         => 'event',
  24992.                         => 'doctrine',
  24993.                         => 'console',
  24994.                     ],
  24995.                 ],
  24996.                 'monolog.handler.main' => [
  24997.                     'type' => 'exclusive',
  24998.                     'elements' => [
  24999.                         => 'event',
  25000.                     ],
  25001.                 ],
  25002.             ],
  25003.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  25004.             'knp_menu.renderer.list.options' => [
  25005.             ],
  25006.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  25007.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  25008.             'knp_menu.renderer.twig.options' => [
  25009.             ],
  25010.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  25011.             'knp_menu.default_renderer' => 'twig',
  25012.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  25013.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  25014.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  25015.             'knp_paginator.page_range' => 5,
  25016.             'knp_paginator.page_limit' => NULL,
  25017.             'nelmio_alice.functions_blacklist' => [
  25018.                 => 'current',
  25019.                 => 'shuffle',
  25020.                 => 'date',
  25021.                 => 'time',
  25022.                 => 'file',
  25023.                 => 'md5',
  25024.                 => 'sha1',
  25025.             ],
  25026.             'nelmio_alice.locale' => 'en_US',
  25027.             'nelmio_alice.seed' => 1,
  25028.             'nelmio_alice.loading_limit' => 5,
  25029.             'nelmio_alice.max_unique_values_retry' => 150,
  25030.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  25031.             'hautelook_alice.fixtures_path' => [
  25032.                 => 'fixtures',
  25033.             ],
  25034.             'hautelook_alice.root_dirs' => [
  25035.                 => \dirname(__DIR__4),
  25036.             ],
  25037.             'nelmio_cors.map' => [
  25038.                 '^/' => [
  25039.                     'skip_same_as_origin' => true,
  25040.                 ],
  25041.             ],
  25042.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  25043.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  25044.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  25045.             'api_platform.metadata_backward_compatibility_layer' => true,
  25046.             'api_platform.enable_entrypoint' => true,
  25047.             'api_platform.enable_docs' => true,
  25048.             'api_platform.title' => '',
  25049.             'api_platform.description' => '',
  25050.             'api_platform.version' => '0.0.0',
  25051.             'api_platform.show_webby' => true,
  25052.             'api_platform.url_generation_strategy' => 1,
  25053.             'api_platform.exception_to_status' => [
  25054.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  25055.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  25056.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  25057.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  25058.             ],
  25059.             'api_platform.formats' => [
  25060.                 'jsonld' => [
  25061.                     => 'application/ld+json',
  25062.                 ],
  25063.                 'json' => [
  25064.                     => 'application/json',
  25065.                 ],
  25066.                 'html' => [
  25067.                     => 'text/html',
  25068.                 ],
  25069.             ],
  25070.             'api_platform.patch_formats' => [
  25071.                 'json' => [
  25072.                     => 'application/merge-patch+json',
  25073.                 ],
  25074.             ],
  25075.             'api_platform.error_formats' => [
  25076.                 'jsonproblem' => [
  25077.                     => 'application/problem+json',
  25078.                 ],
  25079.                 'jsonld' => [
  25080.                     => 'application/ld+json',
  25081.                 ],
  25082.             ],
  25083.             'api_platform.allow_plain_identifiers' => false,
  25084.             'api_platform.eager_loading.enabled' => true,
  25085.             'api_platform.eager_loading.max_joins' => 30,
  25086.             'api_platform.eager_loading.fetch_partial' => false,
  25087.             'api_platform.eager_loading.force_eager' => true,
  25088.             'api_platform.collection.exists_parameter_name' => 'exists',
  25089.             'api_platform.collection.order' => 'ASC',
  25090.             'api_platform.collection.order_parameter_name' => 'order',
  25091.             'api_platform.collection.order_nulls_comparison' => NULL,
  25092.             'api_platform.collection.pagination.enabled' => true,
  25093.             'api_platform.collection.pagination.partial' => false,
  25094.             'api_platform.collection.pagination.client_enabled' => false,
  25095.             'api_platform.collection.pagination.client_items_per_page' => false,
  25096.             'api_platform.collection.pagination.client_partial' => false,
  25097.             'api_platform.collection.pagination.items_per_page' => 30,
  25098.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  25099.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  25100.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  25101.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  25102.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  25103.             'api_platform.collection.pagination' => [
  25104.                 'enabled' => true,
  25105.                 'partial' => false,
  25106.                 'client_enabled' => false,
  25107.                 'client_items_per_page' => false,
  25108.                 'client_partial' => false,
  25109.                 'items_per_page' => 30,
  25110.                 'maximum_items_per_page' => NULL,
  25111.                 'page_parameter_name' => 'page',
  25112.                 'enabled_parameter_name' => 'pagination',
  25113.                 'items_per_page_parameter_name' => 'itemsPerPage',
  25114.                 'partial_parameter_name' => 'partial',
  25115.             ],
  25116.             'api_platform.http_cache.etag' => true,
  25117.             'api_platform.http_cache.max_age' => NULL,
  25118.             'api_platform.http_cache.shared_max_age' => NULL,
  25119.             'api_platform.http_cache.vary' => [
  25120.                 => 'Accept',
  25121.             ],
  25122.             'api_platform.http_cache.public' => NULL,
  25123.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  25124.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  25125.             'api_platform.asset_package' => NULL,
  25126.             'api_platform.defaults' => [
  25127.                 'attributes' => [
  25128.                 ],
  25129.             ],
  25130.             'api_platform.resource_class_directories' => [
  25131.                 => (\dirname(__DIR__4).'/src/Entity'),
  25132.             ],
  25133.             'api_platform.oauth.enabled' => false,
  25134.             'api_platform.oauth.clientId' => '',
  25135.             'api_platform.oauth.clientSecret' => '',
  25136.             'api_platform.oauth.type' => 'oauth2',
  25137.             'api_platform.oauth.flow' => 'application',
  25138.             'api_platform.oauth.tokenUrl' => '',
  25139.             'api_platform.oauth.authorizationUrl' => '',
  25140.             'api_platform.oauth.refreshUrl' => '',
  25141.             'api_platform.oauth.scopes' => [
  25142.             ],
  25143.             'api_platform.oauth.pkce' => false,
  25144.             'api_platform.openapi.termsOfService' => NULL,
  25145.             'api_platform.openapi.contact.name' => NULL,
  25146.             'api_platform.openapi.contact.url' => NULL,
  25147.             'api_platform.openapi.contact.email' => NULL,
  25148.             'api_platform.openapi.license.name' => NULL,
  25149.             'api_platform.openapi.license.url' => NULL,
  25150.             'api_platform.swagger.versions' => [
  25151.                 => 3,
  25152.             ],
  25153.             'api_platform.enable_swagger_ui' => true,
  25154.             'api_platform.enable_re_doc' => true,
  25155.             'api_platform.swagger.api_keys' => [
  25156.             ],
  25157.             'api_platform.swagger_ui.extra_configuration' => [
  25158.             ],
  25159.             'api_platform.graphql.enabled' => false,
  25160.             'api_platform.graphql.graphiql.enabled' => false,
  25161.             'api_platform.graphql.graphql_playground.enabled' => false,
  25162.             'api_platform.graphql.collection.pagination' => [
  25163.                 'enabled' => true,
  25164.             ],
  25165.             'api_platform.validator.serialize_payload_fields' => [
  25166.             ],
  25167.             'api_platform.validator.query_parameter_validation' => true,
  25168.             'api_platform.elasticsearch.enabled' => false,
  25169.             'lexik_jwt_authentication.clock_skew' => 0,
  25170.             'lexik_jwt_authentication.user_identity_field' => 'username',
  25171.             'lexik_jwt_authentication.allow_no_expiration' => false,
  25172.             'lexik_jwt_authentication.user_id_claim' => 'email',
  25173.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  25174.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  25175.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  25176.             'vich_uploader.mappings' => [
  25177.                 'media_object' => [
  25178.                     'uri_prefix' => '/media',
  25179.                     'upload_destination' => (\dirname(__DIR__4).'/public/media'),
  25180.                     'namer' => [
  25181.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object',
  25182.                         'options' => [
  25183.                         ],
  25184.                     ],
  25185.                     'directory_namer' => [
  25186.                         'service' => NULL,
  25187.                         'options' => NULL,
  25188.                     ],
  25189.                     'delete_on_remove' => true,
  25190.                     'delete_on_update' => true,
  25191.                     'inject_on_load' => false,
  25192.                     'db_driver' => 'orm',
  25193.                 ],
  25194.                 'coupon' => [
  25195.                     'uri_prefix' => '/coupon',
  25196.                     'upload_destination' => (\dirname(__DIR__4).'/public/coupon'),
  25197.                     'namer' => [
  25198.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.coupon',
  25199.                         'options' => [
  25200.                         ],
  25201.                     ],
  25202.                     'delete_on_update' => false,
  25203.                     'directory_namer' => [
  25204.                         'service' => NULL,
  25205.                         'options' => NULL,
  25206.                     ],
  25207.                     'delete_on_remove' => true,
  25208.                     'inject_on_load' => false,
  25209.                     'db_driver' => 'orm',
  25210.                 ],
  25211.                 'blog_image' => [
  25212.                     'uri_prefix' => '/blog',
  25213.                     'upload_destination' => (\dirname(__DIR__4).'/public/blog'),
  25214.                     'namer' => [
  25215.                         'service' => 'App\\Helper\\FileNamerHelper.blog_image',
  25216.                         'options' => [
  25217.                         ],
  25218.                     ],
  25219.                     'delete_on_update' => false,
  25220.                     'directory_namer' => [
  25221.                         'service' => NULL,
  25222.                         'options' => NULL,
  25223.                     ],
  25224.                     'delete_on_remove' => true,
  25225.                     'inject_on_load' => false,
  25226.                     'db_driver' => 'orm',
  25227.                 ],
  25228.                 'gift_image' => [
  25229.                     'uri_prefix' => '/gift_image',
  25230.                     'upload_destination' => (\dirname(__DIR__4).'/public/gift_image'),
  25231.                     'namer' => [
  25232.                         'service' => 'App\\Helper\\FileNamerHelper.gift_image',
  25233.                         'options' => [
  25234.                         ],
  25235.                     ],
  25236.                     'delete_on_update' => false,
  25237.                     'directory_namer' => [
  25238.                         'service' => NULL,
  25239.                         'options' => NULL,
  25240.                     ],
  25241.                     'delete_on_remove' => true,
  25242.                     'inject_on_load' => false,
  25243.                     'db_driver' => 'orm',
  25244.                 ],
  25245.                 'gift_code' => [
  25246.                     'uri_prefix' => '/gift_code/in',
  25247.                     'upload_destination' => (\dirname(__DIR__4).'/public/gift_code/in'),
  25248.                     'namer' => [
  25249.                         'service' => 'App\\Helper\\FileNamerHelper.gift_code',
  25250.                         'options' => [
  25251.                         ],
  25252.                     ],
  25253.                     'delete_on_update' => false,
  25254.                     'directory_namer' => [
  25255.                         'service' => NULL,
  25256.                         'options' => NULL,
  25257.                     ],
  25258.                     'delete_on_remove' => true,
  25259.                     'inject_on_load' => false,
  25260.                     'db_driver' => 'orm',
  25261.                 ],
  25262.                 'draw_image' => [
  25263.                     'uri_prefix' => '/draw',
  25264.                     'upload_destination' => (\dirname(__DIR__4).'/public/draw'),
  25265.                     'namer' => [
  25266.                         'service' => 'App\\Helper\\FileNamerHelper.draw_image',
  25267.                         'options' => [
  25268.                         ],
  25269.                     ],
  25270.                     'delete_on_update' => false,
  25271.                     'directory_namer' => [
  25272.                         'service' => NULL,
  25273.                         'options' => NULL,
  25274.                     ],
  25275.                     'delete_on_remove' => true,
  25276.                     'inject_on_load' => false,
  25277.                     'db_driver' => 'orm',
  25278.                 ],
  25279.                 'draw_code' => [
  25280.                     'uri_prefix' => '/draw_code/in',
  25281.                     'upload_destination' => (\dirname(__DIR__4).'/public/draw_code/in'),
  25282.                     'namer' => [
  25283.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.draw_code',
  25284.                         'options' => [
  25285.                         ],
  25286.                     ],
  25287.                     'directory_namer' => [
  25288.                         'service' => NULL,
  25289.                         'options' => NULL,
  25290.                     ],
  25291.                     'delete_on_remove' => true,
  25292.                     'delete_on_update' => true,
  25293.                     'inject_on_load' => false,
  25294.                     'db_driver' => 'orm',
  25295.                 ],
  25296.                 'odr_code' => [
  25297.                     'uri_prefix' => '/odr_code/in',
  25298.                     'upload_destination' => (\dirname(__DIR__4).'/public/odr_code/in'),
  25299.                     'namer' => [
  25300.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_code',
  25301.                         'options' => [
  25302.                         ],
  25303.                     ],
  25304.                     'directory_namer' => [
  25305.                         'service' => NULL,
  25306.                         'options' => NULL,
  25307.                     ],
  25308.                     'delete_on_remove' => true,
  25309.                     'delete_on_update' => true,
  25310.                     'inject_on_load' => false,
  25311.                     'db_driver' => 'orm',
  25312.                 ],
  25313.                 'library_image' => [
  25314.                     'uri_prefix' => '/library/image',
  25315.                     'upload_destination' => (\dirname(__DIR__4).'/public/library/image'),
  25316.                     'namer' => [
  25317.                         'service' => 'App\\Helper\\FileNamerHelper.library_image',
  25318.                         'options' => [
  25319.                         ],
  25320.                     ],
  25321.                     'delete_on_update' => false,
  25322.                     'directory_namer' => [
  25323.                         'service' => NULL,
  25324.                         'options' => NULL,
  25325.                     ],
  25326.                     'delete_on_remove' => true,
  25327.                     'inject_on_load' => false,
  25328.                     'db_driver' => 'orm',
  25329.                 ],
  25330.                 'library_pdf' => [
  25331.                     'uri_prefix' => '/library/pdf',
  25332.                     'upload_destination' => (\dirname(__DIR__4).'/public/library/pdf'),
  25333.                     'namer' => [
  25334.                         'service' => 'App\\Helper\\FileNamerHelper.library_pdf',
  25335.                         'options' => [
  25336.                         ],
  25337.                     ],
  25338.                     'delete_on_update' => false,
  25339.                     'directory_namer' => [
  25340.                         'service' => NULL,
  25341.                         'options' => NULL,
  25342.                     ],
  25343.                     'delete_on_remove' => true,
  25344.                     'inject_on_load' => false,
  25345.                     'db_driver' => 'orm',
  25346.                 ],
  25347.                 'game_image' => [
  25348.                     'uri_prefix' => '/game',
  25349.                     'upload_destination' => (\dirname(__DIR__4).'/public/game'),
  25350.                     'namer' => [
  25351.                         'service' => 'App\\Helper\\FileNamerHelper.game_image',
  25352.                         'options' => [
  25353.                         ],
  25354.                     ],
  25355.                     'delete_on_update' => false,
  25356.                     'directory_namer' => [
  25357.                         'service' => NULL,
  25358.                         'options' => NULL,
  25359.                     ],
  25360.                     'delete_on_remove' => true,
  25361.                     'inject_on_load' => false,
  25362.                     'db_driver' => 'orm',
  25363.                 ],
  25364.                 'website_params_image' => [
  25365.                     'uri_prefix' => '/website_params',
  25366.                     'upload_destination' => (\dirname(__DIR__4).'/public/website_params'),
  25367.                     'namer' => [
  25368.                         'service' => 'App\\Helper\\FileNamerHelper.website_params_image',
  25369.                         'options' => [
  25370.                         ],
  25371.                     ],
  25372.                     'delete_on_update' => false,
  25373.                     'directory_namer' => [
  25374.                         'service' => NULL,
  25375.                         'options' => NULL,
  25376.                     ],
  25377.                     'delete_on_remove' => true,
  25378.                     'inject_on_load' => false,
  25379.                     'db_driver' => 'orm',
  25380.                 ],
  25381.                 'slider_image' => [
  25382.                     'uri_prefix' => '/slider',
  25383.                     'upload_destination' => (\dirname(__DIR__4).'/public/slider'),
  25384.                     'namer' => [
  25385.                         'service' => 'App\\Helper\\FileNamerHelper.slider_image',
  25386.                         'options' => [
  25387.                         ],
  25388.                     ],
  25389.                     'delete_on_update' => false,
  25390.                     'directory_namer' => [
  25391.                         'service' => NULL,
  25392.                         'options' => NULL,
  25393.                     ],
  25394.                     'delete_on_remove' => true,
  25395.                     'inject_on_load' => false,
  25396.                     'db_driver' => 'orm',
  25397.                 ],
  25398.                 'odr_image' => [
  25399.                     'uri_prefix' => '/odr',
  25400.                     'upload_destination' => (\dirname(__DIR__4).'/public/odr'),
  25401.                     'namer' => [
  25402.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_image',
  25403.                         'options' => [
  25404.                         ],
  25405.                     ],
  25406.                     'delete_on_update' => false,
  25407.                     'directory_namer' => [
  25408.                         'service' => NULL,
  25409.                         'options' => NULL,
  25410.                     ],
  25411.                     'delete_on_remove' => true,
  25412.                     'inject_on_load' => false,
  25413.                     'db_driver' => 'orm',
  25414.                 ],
  25415.                 'multi_offer' => [
  25416.                     'uri_prefix' => '/multi-offer',
  25417.                     'upload_destination' => (\dirname(__DIR__4).'/public/multi-offer'),
  25418.                     'namer' => [
  25419.                         'service' => 'App\\Helper\\FileNamerHelper.multi_offer',
  25420.                         'options' => [
  25421.                         ],
  25422.                     ],
  25423.                     'delete_on_update' => false,
  25424.                     'directory_namer' => [
  25425.                         'service' => NULL,
  25426.                         'options' => NULL,
  25427.                     ],
  25428.                     'delete_on_remove' => true,
  25429.                     'inject_on_load' => false,
  25430.                     'db_driver' => 'orm',
  25431.                 ],
  25432.                 'recipe' => [
  25433.                     'uri_prefix' => '/recipe',
  25434.                     'upload_destination' => (\dirname(__DIR__4).'/public/recipe'),
  25435.                     'namer' => [
  25436.                         'service' => 'App\\Helper\\FileNamerHelper.recipe',
  25437.                         'options' => [
  25438.                         ],
  25439.                     ],
  25440.                     'delete_on_update' => false,
  25441.                     'directory_namer' => [
  25442.                         'service' => NULL,
  25443.                         'options' => NULL,
  25444.                     ],
  25445.                     'delete_on_remove' => true,
  25446.                     'inject_on_load' => false,
  25447.                     'db_driver' => 'orm',
  25448.                 ],
  25449.                 'knowledge_response_image' => [
  25450.                     'uri_prefix' => '/knowledge',
  25451.                     'upload_destination' => (\dirname(__DIR__4).'/public/knowledge'),
  25452.                     'namer' => [
  25453.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.knowledge_response_image',
  25454.                         'options' => [
  25455.                         ],
  25456.                     ],
  25457.                     'delete_on_update' => true,
  25458.                     'delete_on_remove' => true,
  25459.                     'directory_namer' => [
  25460.                         'service' => NULL,
  25461.                         'options' => NULL,
  25462.                     ],
  25463.                     'inject_on_load' => false,
  25464.                     'db_driver' => 'orm',
  25465.                 ],
  25466.             ],
  25467.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  25468.             'liip_imagine.resolvers' => [
  25469.                 'default' => [
  25470.                     'web_path' => [
  25471.                         'web_root' => (\dirname(__DIR__4).'/public'),
  25472.                         'cache_prefix' => 'media/cache',
  25473.                     ],
  25474.                 ],
  25475.             ],
  25476.             'liip_imagine.loaders' => [
  25477.                 'default' => [
  25478.                     'filesystem' => [
  25479.                         'locator' => 'filesystem',
  25480.                         'data_root' => [
  25481.                             => (\dirname(__DIR__4).'/public'),
  25482.                         ],
  25483.                         'allow_unresolvable_data_roots' => false,
  25484.                         'bundle_resources' => [
  25485.                             'enabled' => false,
  25486.                             'access_control_type' => 'blacklist',
  25487.                             'access_control_list' => [
  25488.                             ],
  25489.                         ],
  25490.                     ],
  25491.                 ],
  25492.             ],
  25493.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  25494.             'liip_imagine.jpegoptim.stripAll' => true,
  25495.             'liip_imagine.jpegoptim.max' => NULL,
  25496.             'liip_imagine.jpegoptim.progressive' => true,
  25497.             'liip_imagine.jpegoptim.tempDir' => NULL,
  25498.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  25499.             'liip_imagine.optipng.level' => 7,
  25500.             'liip_imagine.optipng.stripAll' => true,
  25501.             'liip_imagine.optipng.tempDir' => NULL,
  25502.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  25503.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  25504.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  25505.             'liip_imagine.cwebp.tempDir' => NULL,
  25506.             'liip_imagine.cwebp.q' => 75,
  25507.             'liip_imagine.cwebp.alphaQ' => 100,
  25508.             'liip_imagine.cwebp.m' => 4,
  25509.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  25510.             'liip_imagine.cwebp.alphaMethod' => 1,
  25511.             'liip_imagine.cwebp.exact' => false,
  25512.             'liip_imagine.cwebp.metadata' => [
  25513.                 => 'none',
  25514.             ],
  25515.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  25516.             'liip_imagine.cache.resolver.default' => 'default',
  25517.             'liip_imagine.default_image' => NULL,
  25518.             'liip_imagine.filter_sets' => [
  25519.             ],
  25520.             'liip_imagine.binary.loader.default' => 'default',
  25521.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  25522.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  25523.             'liip_imagine.webp.generate' => false,
  25524.             'liip_imagine.webp.options' => [
  25525.                 'quality' => 100,
  25526.                 'cache' => NULL,
  25527.                 'data_loader' => NULL,
  25528.                 'post_processors' => [
  25529.                 ],
  25530.             ],
  25531.             'maker.compatible_check.doctrine.supports_attributes' => true,
  25532.             'data_collector.templates' => [
  25533.                 'data_collector.request' => [
  25534.                     => 'request',
  25535.                     => '@WebProfiler/Collector/request.html.twig',
  25536.                 ],
  25537.                 'api_platform.data_collector.request' => [
  25538.                     => 'api_platform.data_collector.request',
  25539.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  25540.                 ],
  25541.                 'data_collector.time' => [
  25542.                     => 'time',
  25543.                     => '@WebProfiler/Collector/time.html.twig',
  25544.                 ],
  25545.                 'data_collector.memory' => [
  25546.                     => 'memory',
  25547.                     => '@WebProfiler/Collector/memory.html.twig',
  25548.                 ],
  25549.                 'data_collector.validator' => [
  25550.                     => 'validator',
  25551.                     => '@WebProfiler/Collector/validator.html.twig',
  25552.                 ],
  25553.                 'data_collector.ajax' => [
  25554.                     => 'ajax',
  25555.                     => '@WebProfiler/Collector/ajax.html.twig',
  25556.                 ],
  25557.                 'data_collector.form' => [
  25558.                     => 'form',
  25559.                     => '@WebProfiler/Collector/form.html.twig',
  25560.                 ],
  25561.                 'data_collector.exception' => [
  25562.                     => 'exception',
  25563.                     => '@WebProfiler/Collector/exception.html.twig',
  25564.                 ],
  25565.                 'data_collector.logger' => [
  25566.                     => 'logger',
  25567.                     => '@WebProfiler/Collector/logger.html.twig',
  25568.                 ],
  25569.                 'data_collector.events' => [
  25570.                     => 'events',
  25571.                     => '@WebProfiler/Collector/events.html.twig',
  25572.                 ],
  25573.                 'data_collector.router' => [
  25574.                     => 'router',
  25575.                     => '@WebProfiler/Collector/router.html.twig',
  25576.                 ],
  25577.                 'data_collector.cache' => [
  25578.                     => 'cache',
  25579.                     => '@WebProfiler/Collector/cache.html.twig',
  25580.                 ],
  25581.                 'data_collector.translation' => [
  25582.                     => 'translation',
  25583.                     => '@WebProfiler/Collector/translation.html.twig',
  25584.                 ],
  25585.                 'data_collector.security' => [
  25586.                     => 'security',
  25587.                     => '@Security/Collector/security.html.twig',
  25588.                 ],
  25589.                 'data_collector.twig' => [
  25590.                     => 'twig',
  25591.                     => '@WebProfiler/Collector/twig.html.twig',
  25592.                 ],
  25593.                 'data_collector.http_client' => [
  25594.                     => 'http_client',
  25595.                     => '@WebProfiler/Collector/http_client.html.twig',
  25596.                 ],
  25597.                 'data_collector.doctrine' => [
  25598.                     => 'db',
  25599.                     => '@Doctrine/Collector/db.html.twig',
  25600.                 ],
  25601.                 'doctrine_migrations.migrations_collector' => [
  25602.                     => 'doctrine_migrations',
  25603.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  25604.                 ],
  25605.                 'data_collector.dump' => [
  25606.                     => 'dump',
  25607.                     => '@Debug/Profiler/dump.html.twig',
  25608.                 ],
  25609.                 'data_collector.messenger' => [
  25610.                     => 'messenger',
  25611.                     => '@WebProfiler/Collector/messenger.html.twig',
  25612.                 ],
  25613.                 'mailer.data_collector' => [
  25614.                     => 'mailer',
  25615.                     => '@WebProfiler/Collector/mailer.html.twig',
  25616.                 ],
  25617.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  25618.                     => 'vich_uploader.mapping_collector',
  25619.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  25620.                 ],
  25621.                 'data_collector.config' => [
  25622.                     => 'config',
  25623.                     => '@WebProfiler/Collector/config.html.twig',
  25624.                 ],
  25625.             ],
  25626.             'console.command.ids' => [
  25627.                 => 'console.command.public_alias.App\\Command\\SoftDeleteCommand',
  25628.                 => 'console.command.public_alias.App\\Command\\sendMailBeforeDeleteCommand',
  25629.             ],
  25630.         ];
  25631.     }
  25632.     protected function throw($message)
  25633.     {
  25634.         throw new RuntimeException($message);
  25635.     }
  25636. }