var/cache/dev/ContainerXUwH2pJ/App_KernelDevDebugContainer.php line 307

Open in your IDE?
  1. <?php
  2. namespace ContainerXUwH2pJ;
  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.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'App\\Command\\ExampleCommand' => 'getExampleCommandService',
  46.             'App\\Command\\GenerateCrudCommand' => 'getGenerateCrudCommandService',
  47.             'App\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  48.             'App\\Controller\\Admin\\ArticleController' => 'getArticleControllerService',
  49.             'App\\Controller\\Admin\\CampaignController' => 'getCampaignControllerService',
  50.             'App\\Controller\\Admin\\CategoryArticleController' => 'getCategoryArticleControllerService',
  51.             'App\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  52.             'App\\Controller\\Admin\\ContactController' => 'getContactControllerService',
  53.             'App\\Controller\\Admin\\EcommerceOrderController' => 'getEcommerceOrderControllerService',
  54.             'App\\Controller\\Admin\\FilemanagerController' => 'getFilemanagerControllerService',
  55.             'App\\Controller\\Admin\\LauncherController' => 'getLauncherControllerService',
  56.             'App\\Controller\\Admin\\LicenceKeyController' => 'getLicenceKeyControllerService',
  57.             'App\\Controller\\Admin\\ProductController' => 'getProductControllerService',
  58.             'App\\Controller\\Admin\\QuestionController' => 'getQuestionControllerService',
  59.             'App\\Controller\\Admin\\RedirectionController' => 'getRedirectionControllerService',
  60.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
  61.             'App\\Controller\\Admin\\SeoRouteController' => 'getSeoRouteControllerService',
  62.             'App\\Controller\\Admin\\SubscriberController' => 'getSubscriberControllerService',
  63.             'App\\Controller\\Admin\\SubscriberGroupController' => 'getSubscriberGroupControllerService',
  64.             'App\\Controller\\Admin\\TemplateController' => 'getTemplateControllerService',
  65.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  66.             'App\\Controller\\ApiController' => 'getApiControllerService',
  67.             'App\\Controller\\AppController' => 'getAppControllerService',
  68.             'App\\Controller\\ArticleController' => 'getArticleController2Service',
  69.             'App\\Controller\\ContactController' => 'getContactController2Service',
  70.             'App\\Controller\\EcommerceController' => 'getEcommerceControllerService',
  71.             'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  72.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  73.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  74.             'App\\EventListener\\RequestListener' => 'getRequestListenerService',
  75.             'App\\EventListener\\UserListener' => 'getUserListenerService',
  76.             'App\\Form\\ArticleType' => 'getArticleTypeService',
  77.             'App\\Form\\CampaignType' => 'getCampaignTypeService',
  78.             'App\\Form\\CategoryArticleType' => 'getCategoryArticleTypeService',
  79.             'App\\Form\\CategoryType' => 'getCategoryTypeService',
  80.             'App\\Form\\ContactType' => 'getContactTypeService',
  81.             'App\\Form\\LauncherType' => 'getLauncherTypeService',
  82.             'App\\Form\\LicenceKeyType' => 'getLicenceKeyTypeService',
  83.             'App\\Form\\PictureType' => 'getPictureTypeService',
  84.             'App\\Form\\ProductType' => 'getProductTypeService',
  85.             'App\\Form\\QuestionType' => 'getQuestionTypeService',
  86.             'App\\Form\\RedirectionType' => 'getRedirectionTypeService',
  87.             'App\\Form\\RegistrationType' => 'getRegistrationTypeService',
  88.             'App\\Form\\SeoRouteMetaType' => 'getSeoRouteMetaTypeService',
  89.             'App\\Form\\SeoRouteType' => 'getSeoRouteTypeService',
  90.             'App\\Form\\SubscriberGroupType' => 'getSubscriberGroupTypeService',
  91.             'App\\Form\\SubscriberType' => 'getSubscriberTypeService',
  92.             'App\\Form\\TemplateType' => 'getTemplateTypeService',
  93.             'App\\Form\\UserType' => 'getUserTypeService',
  94.             'App\\Form\\YmlBlockType' => 'getYmlBlockTypeService',
  95.             'App\\Repository\\ArticleRepository' => 'getArticleRepositoryService',
  96.             'App\\Repository\\CampaignRepository' => 'getCampaignRepositoryService',
  97.             'App\\Repository\\CartProductRepository' => 'getCartProductRepositoryService',
  98.             'App\\Repository\\CartRepository' => 'getCartRepositoryService',
  99.             'App\\Repository\\CategoryArticleRepository' => 'getCategoryArticleRepositoryService',
  100.             'App\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
  101.             'App\\Repository\\ContactRepository' => 'getContactRepositoryService',
  102.             'App\\Repository\\EcommerceOrderRepository' => 'getEcommerceOrderRepositoryService',
  103.             'App\\Repository\\PictureRepository' => 'getPictureRepositoryService',
  104.             'App\\Repository\\ProductRepository' => 'getProductRepositoryService',
  105.             'App\\Repository\\QuestionRepository' => 'getQuestionRepositoryService',
  106.             'App\\Repository\\RecipientRepository' => 'getRecipientRepositoryService',
  107.             'App\\Repository\\SeoRouteMetaRepository' => 'getSeoRouteMetaRepositoryService',
  108.             'App\\Repository\\SeoRouteRepository' => 'getSeoRouteRepositoryService',
  109.             'App\\Repository\\SubscriberGroupRepository' => 'getSubscriberGroupRepositoryService',
  110.             'App\\Repository\\SubscriberRepository' => 'getSubscriberRepositoryService',
  111.             'App\\Repository\\TemplateRepository' => 'getTemplateRepositoryService',
  112.             'App\\Repository\\UserRepository' => 'getUserRepositoryService',
  113.             'App\\Service\\CheckRoute' => 'getCheckRouteService',
  114.             'App\\Service\\FacebookConversion' => 'getFacebookConversionService',
  115.             'App\\Service\\Filter' => 'getFilterService',
  116.             'App\\Service\\Klaviyo' => 'getKlaviyoService',
  117.             'App\\Service\\Mailer' => 'getMailerService',
  118.             'App\\Service\\Mailjet' => 'getMailjetService',
  119.             'App\\Service\\Order' => 'getOrderService',
  120.             'App\\Service\\Picture' => 'getPictureService',
  121.             'App\\Service\\RedditConversion' => 'getRedditConversionService',
  122.             'App\\Service\\Seo' => 'getSeoService',
  123.             'App\\Service\\Sitemap' => 'getSitemapService',
  124.             'App\\Service\\TwigExtension' => 'getTwigExtensionService',
  125.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  126.             'FOS\\UserBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
  127.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  128.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  129.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  130.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  131.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  132.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  133.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  134.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  135.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  136.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  137.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  138.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  139.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  140.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  141.             'cache.app' => 'getCache_AppService',
  142.             'cache.app_clearer' => 'getCache_AppClearerService',
  143.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  144.             'cache.system' => 'getCache_SystemService',
  145.             'cache.system_clearer' => 'getCache_SystemClearerService',
  146.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  147.             'cache_warmer' => 'getCacheWarmerService',
  148.             'console.command_loader' => 'getConsole_CommandLoaderService',
  149.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  150.             'data_collector.dump' => 'getDataCollector_DumpService',
  151.             'doctrine' => 'getDoctrineService',
  152.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  153.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  154.             'error_controller' => 'getErrorControllerService',
  155.             'event_dispatcher' => 'getEventDispatcherService',
  156.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  157.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  158.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  159.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  160.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  161.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  162.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  163.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  164.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  165.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  166.             'http_kernel' => 'getHttpKernelService',
  167.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  168.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService',
  169.             'jms_translation.config_factory' => 'getJmsTranslation_ConfigFactoryService',
  170.             'jms_translation.controller.api_controller' => 'getJmsTranslation_Controller_ApiControllerService',
  171.             'jms_translation.controller.translate_controller' => 'getJmsTranslation_Controller_TranslateControllerService',
  172.             'jms_translation.twig_extension' => 'getJmsTranslation_TwigExtensionService',
  173.             'jms_translation.updater' => 'getJmsTranslation_UpdaterService',
  174.             'knp_paginator' => 'getKnpPaginatorService',
  175.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  176.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  177.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  178.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  179.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  180.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  181.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  182.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  183.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  184.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  185.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  186.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  187.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  188.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  189.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  190.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  191.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  192.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  193.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  194.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  195.             'request_stack' => 'getRequestStackService',
  196.             'router' => 'getRouterService',
  197.             'routing.loader' => 'getRouting_LoaderService',
  198.             'services_resetter' => 'getServicesResetterService',
  199.             'test.client' => 'getTest_ClientService',
  200.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  201.             'test.service_container' => 'getTest_ServiceContainerService',
  202.             'translator' => 'getTranslatorService',
  203.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  204.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  205.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  206.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  207.             'cache_clearer' => 'getCacheClearerService',
  208.             'filesystem' => 'getFilesystemService',
  209.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  210.             'form.factory' => 'getForm_FactoryService',
  211.             'form.type.file' => 'getForm_Type_FileService',
  212.             'profiler' => 'getProfilerService',
  213.             'twig' => 'getTwigService',
  214.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  215.             'security.token_storage' => 'getSecurity_TokenStorageService',
  216.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  217.             'session' => 'getSessionService',
  218.             'validator' => 'getValidatorService',
  219.         ];
  220.         $this->aliases = [
  221.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  222.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  223.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  224.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  225.             'JMS\\TranslationBundle\\Controller\\ApiController' => 'jms_translation.controller.api_controller',
  226.             'JMS\\TranslationBundle\\Controller\\TranslateController' => 'jms_translation.controller.translate_controller',
  227.             'database_connection' => 'doctrine.dbal.default_connection',
  228.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  229.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  230.         ];
  231.         $this->privates['service_container'] = function () {
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  238.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  240.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  241.             include_once \dirname(__DIR__4).'/src/Service/CheckRoute.php';
  242.             include_once \dirname(__DIR__4).'/src/Service/FacebookConversion.php';
  243.             include_once \dirname(__DIR__4).'/src/Service/Picture.php';
  244.             include_once \dirname(__DIR__4).'/src/Service/Seo.php';
  245.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  247.             include_once \dirname(__DIR__4).'/src/Service/TwigExtension.php';
  248.             include_once \dirname(__DIR__4).'/vendor/bes/mobiledetect-twig-extension/src/Bes/Twig/Extension/MobileDetectExtension.php';
  249.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  251.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  256.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  258.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  259.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  260.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  261.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  262.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  265.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  268.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  269.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  270.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  276.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  279.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  280.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  282.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  283.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  284.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  285.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  286.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  288.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  289.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  292.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  294.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  296.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  297.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  299.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  300.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  301.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  513.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  515.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  516.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  517.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  518.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  569.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultLocaleResolver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  617.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  622.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  631.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  636.         };
  637.     }
  638.     public function compile(): void
  639.     {
  640.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  641.     }
  642.     public function isCompiled(): bool
  643.     {
  644.         return true;
  645.     }
  646.     public function getRemovedIds(): array
  647.     {
  648.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  649.     }
  650.     /**
  651.      * Gets the public '.container.private.cache_clearer' shared service.
  652.      *
  653.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  654.      */
  655.     protected function get_Container_Private_CacheClearerService()
  656.     {
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  659.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  660.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  661.         }, 1));
  662.     }
  663.     /**
  664.      * Gets the public '.container.private.filesystem' shared service.
  665.      *
  666.      * @return \Symfony\Component\Filesystem\Filesystem
  667.      */
  668.     protected function get_Container_Private_FilesystemService()
  669.     {
  670.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  671.     }
  672.     /**
  673.      * Gets the public '.container.private.form.factory' shared service.
  674.      *
  675.      * @return \Symfony\Component\Form\FormFactory
  676.      */
  677.     protected function get_Container_Private_Form_FactoryService()
  678.     {
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  681.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  682.     }
  683.     /**
  684.      * Gets the public '.container.private.form.type.file' shared service.
  685.      *
  686.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  687.      */
  688.     protected function get_Container_Private_Form_Type_FileService()
  689.     {
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  693.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  694.     }
  695.     /**
  696.      * Gets the public '.container.private.profiler' shared service.
  697.      *
  698.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  699.      */
  700.     protected function get_Container_Private_ProfilerService()
  701.     {
  702.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  703.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  704.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  705.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  706.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  707.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  708.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  709.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  710.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  711.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  712.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  713.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  714.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  715.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  716.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  717.         $instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
  718.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  719.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  720.         $instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
  721.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  722.         return $instance;
  723.     }
  724.     /**
  725.      * Gets the public '.container.private.security.authorization_checker' shared service.
  726.      *
  727.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  728.      */
  729.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  730.     {
  731.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  732.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  733.             return $this->services['.container.private.security.authorization_checker'];
  734.         }
  735.         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);
  736.     }
  737.     /**
  738.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  739.      *
  740.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  741.      */
  742.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  743.     {
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  748.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = 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())));
  749.     }
  750.     /**
  751.      * Gets the public '.container.private.security.password_encoder' shared service.
  752.      *
  753.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  754.      *
  755.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  756.      */
  757.     protected function get_Container_Private_Security_PasswordEncoderService()
  758.     {
  759.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  760.         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()));
  761.     }
  762.     /**
  763.      * Gets the public '.container.private.security.token_storage' shared service.
  764.      *
  765.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  766.      */
  767.     protected function get_Container_Private_Security_TokenStorageService()
  768.     {
  769.         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, [
  770.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  771.         ], [
  772.             'request_stack' => '?',
  773.         ]));
  774.     }
  775.     /**
  776.      * Gets the public '.container.private.session' shared service.
  777.      *
  778.      * @return \Symfony\Component\HttpFoundation\Session\Session
  779.      */
  780.     protected function get_Container_Private_SessionService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  784.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  785.         if (isset($this->services['.container.private.session'])) {
  786.             return $this->services['.container.private.session'];
  787.         }
  788.         return $this->services['.container.private.session'] = $a->createSession();
  789.     }
  790.     /**
  791.      * Gets the public '.container.private.twig' shared service.
  792.      *
  793.      * @return \Twig\Environment
  794.      */
  795.     protected function get_Container_Private_TwigService()
  796.     {
  797.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['cache' => false'debug' => true'strict_variables' => true'autoescape' => 'name''charset' => 'UTF-8']);
  798.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  799.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  800.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  801.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  802.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  803.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  804.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  805.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  806.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  807.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  808.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  809.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  810.         $instance->addExtension(($this->privates['twig.extension.weblink'] ?? $this->getTwig_Extension_WeblinkService()));
  811.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  812.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  813.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  814.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  815.         $instance->addExtension(($this->services['App\\Service\\TwigExtension'] ?? $this->getTwigExtensionService()));
  816.         $instance->addExtension(($this->privates['twig.mobile_detect_extension'] ?? ($this->privates['twig.mobile_detect_extension'] = new \Bes\Twig\Extension\MobileDetectExtension())));
  817.         $instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
  818.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  819.         $instance->addExtension(($this->privates['webpack_encore.twig_stimulus_extension'] ?? ($this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension())));
  820.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  821.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  822.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  823.         $instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
  824.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  825.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  826.         $instance->addGlobal('website_name''Amsel Suite');
  827.         $instance->addGlobal('colorAdmin''#171717');
  828.         $instance->addGlobal('captcha_site_key''6LeUut0mAAAAAKpzZH7QUuuu9XKGy9prBwpA-5Cf');
  829.         $instance->addGlobal('captcha_secret_key''6LeUut0mAAAAAP555u3WNWvKC1JkJv511AQ1KXp1');
  830.         $instance->addGlobal('seo', ($this->services['App\\Service\\Seo'] ?? $this->getSeoService()));
  831.         $instance->addGlobal('checkroute', ($this->services['App\\Service\\CheckRoute'] ?? $this->getCheckRouteService()));
  832.         $instance->addGlobal('primary''40,80,255');
  833.         $instance->addGlobal('secondary''40,40,255');
  834.         $instance->addGlobal('darkTheme''');
  835.         $instance->addGlobal('matomoSiteId''745');
  836.         $instance->addGlobal('googleAnalyticsId''G-X1PM3GEV0S');
  837.         $instance->addGlobal('coord', ['mail' => '[email protected]''phone' => 'none''address' => 'none']);
  838.         $instance->addGlobal('social', ['facebook' => 'none''twitter' => 'none''instagram' => 'https://www.instagram.com/amselsuite/''linkedin' => 'https://fr.linkedin.com/company/ollam''youtube' => 'https://www.youtube.com/@AmselSuite''pinterest' => 'none''reddit' => 'https://www.reddit.com/r/amselsuite/''kickstarter' => 'https://www.kickstarter.com/projects/ollam/amsel-suite''discord' => 'https://discord.gg/Tj7PJPUkhk']);
  839.         $instance->addGlobal('legal', ['siren' => 'siren''type' => 'type''rcs' => 'rcs']);
  840.         $instance->addGlobal('dpo', ['name' => 'name''phone' => 'phone''mail' => 'mail''address' => 'address''date' => 'date']);
  841.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  842.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  843.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  844.         return $instance;
  845.     }
  846.     /**
  847.      * Gets the public '.container.private.validator' shared service.
  848.      *
  849.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  850.      */
  851.     protected function get_Container_Private_ValidatorService()
  852.     {
  853.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  854.         if (isset($this->services['.container.private.validator'])) {
  855.             return $this->services['.container.private.validator'];
  856.         }
  857.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  858.     }
  859.     /**
  860.      * Gets the public 'App\Command\ExampleCommand' shared autowired service.
  861.      *
  862.      * @return \App\Command\ExampleCommand
  863.      */
  864.     protected function getExampleCommandService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  867.         include_once \dirname(__DIR__4).'/vendor/lk/importsynchro/Lk/ImportBundle/Command/ImportBaseCommand.php';
  868.         include_once \dirname(__DIR__4).'/src/Command/ExampleCommand.php';
  869.         $this->services['App\\Command\\ExampleCommand'] = $instance = new \App\Command\ExampleCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  870.         $instance->setName('pw:import:example');
  871.         $instance->setDescription('Example command');
  872.         return $instance;
  873.     }
  874.     /**
  875.      * Gets the public 'App\Command\GenerateCrudCommand' shared autowired service.
  876.      *
  877.      * @return \App\Command\GenerateCrudCommand
  878.      */
  879.     protected function getGenerateCrudCommandService()
  880.     {
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  882.         include_once \dirname(__DIR__4).'/vendor/lk/importsynchro/Lk/ImportBundle/Command/ImportBaseCommand.php';
  883.         include_once \dirname(__DIR__4).'/src/Command/GenerateCrudCommand.php';
  884.         $this->services['App\\Command\\GenerateCrudCommand'] = $instance = new \App\Command\GenerateCrudCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  885.         $instance->setName('pw:generate:crud');
  886.         $instance->setDescription('Generate CRUD');
  887.         return $instance;
  888.     }
  889.     /**
  890.      * Gets the public 'App\Controller\Admin\AdminController' shared autowired service.
  891.      *
  892.      * @return \App\Controller\Admin\AdminController
  893.      */
  894.     protected function getAdminControllerService()
  895.     {
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  897.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminController.php';
  898.         $this->services['App\\Controller\\Admin\\AdminController'] = $instance = new \App\Controller\Admin\AdminController();
  899.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\AdminController'$this));
  900.         return $instance;
  901.     }
  902.     /**
  903.      * Gets the public 'App\Controller\Admin\ArticleController' shared autowired service.
  904.      *
  905.      * @return \App\Controller\Admin\ArticleController
  906.      */
  907.     protected function getArticleControllerService()
  908.     {
  909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  910.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ArticleController.php';
  911.         $this->services['App\\Controller\\Admin\\ArticleController'] = $instance = new \App\Controller\Admin\ArticleController();
  912.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ArticleController'$this));
  913.         return $instance;
  914.     }
  915.     /**
  916.      * Gets the public 'App\Controller\Admin\CampaignController' shared autowired service.
  917.      *
  918.      * @return \App\Controller\Admin\CampaignController
  919.      */
  920.     protected function getCampaignControllerService()
  921.     {
  922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  923.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CampaignController.php';
  924.         $this->services['App\\Controller\\Admin\\CampaignController'] = $instance = new \App\Controller\Admin\CampaignController();
  925.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CampaignController'$this));
  926.         return $instance;
  927.     }
  928.     /**
  929.      * Gets the public 'App\Controller\Admin\CategoryArticleController' shared autowired service.
  930.      *
  931.      * @return \App\Controller\Admin\CategoryArticleController
  932.      */
  933.     protected function getCategoryArticleControllerService()
  934.     {
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  936.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CategoryArticleController.php';
  937.         $this->services['App\\Controller\\Admin\\CategoryArticleController'] = $instance = new \App\Controller\Admin\CategoryArticleController();
  938.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CategoryArticleController'$this));
  939.         return $instance;
  940.     }
  941.     /**
  942.      * Gets the public 'App\Controller\Admin\CategoryController' shared autowired service.
  943.      *
  944.      * @return \App\Controller\Admin\CategoryController
  945.      */
  946.     protected function getCategoryControllerService()
  947.     {
  948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  949.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CategoryController.php';
  950.         $this->services['App\\Controller\\Admin\\CategoryController'] = $instance = new \App\Controller\Admin\CategoryController();
  951.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CategoryController'$this));
  952.         return $instance;
  953.     }
  954.     /**
  955.      * Gets the public 'App\Controller\Admin\ContactController' shared autowired service.
  956.      *
  957.      * @return \App\Controller\Admin\ContactController
  958.      */
  959.     protected function getContactControllerService()
  960.     {
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ContactController.php';
  963.         $this->services['App\\Controller\\Admin\\ContactController'] = $instance = new \App\Controller\Admin\ContactController();
  964.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ContactController'$this));
  965.         return $instance;
  966.     }
  967.     /**
  968.      * Gets the public 'App\Controller\Admin\EcommerceOrderController' shared autowired service.
  969.      *
  970.      * @return \App\Controller\Admin\EcommerceOrderController
  971.      */
  972.     protected function getEcommerceOrderControllerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  975.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EcommerceOrderController.php';
  976.         $this->services['App\\Controller\\Admin\\EcommerceOrderController'] = $instance = new \App\Controller\Admin\EcommerceOrderController();
  977.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\EcommerceOrderController'$this));
  978.         return $instance;
  979.     }
  980.     /**
  981.      * Gets the public 'App\Controller\Admin\FilemanagerController' shared autowired service.
  982.      *
  983.      * @return \App\Controller\Admin\FilemanagerController
  984.      */
  985.     protected function getFilemanagerControllerService()
  986.     {
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  988.         include_once \dirname(__DIR__4).'/src/Controller/Admin/FilemanagerController.php';
  989.         $this->services['App\\Controller\\Admin\\FilemanagerController'] = $instance = new \App\Controller\Admin\FilemanagerController();
  990.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\FilemanagerController'$this));
  991.         return $instance;
  992.     }
  993.     /**
  994.      * Gets the public 'App\Controller\Admin\LauncherController' shared autowired service.
  995.      *
  996.      * @return \App\Controller\Admin\LauncherController
  997.      */
  998.     protected function getLauncherControllerService()
  999.     {
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1001.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LauncherController.php';
  1002.         $this->services['App\\Controller\\Admin\\LauncherController'] = $instance = new \App\Controller\Admin\LauncherController(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  1003.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\LauncherController'$this));
  1004.         return $instance;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'App\Controller\Admin\LicenceKeyController' shared autowired service.
  1008.      *
  1009.      * @return \App\Controller\Admin\LicenceKeyController
  1010.      */
  1011.     protected function getLicenceKeyControllerService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1014.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LicenceKeyController.php';
  1015.         $this->services['App\\Controller\\Admin\\LicenceKeyController'] = $instance = new \App\Controller\Admin\LicenceKeyController();
  1016.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\LicenceKeyController'$this));
  1017.         return $instance;
  1018.     }
  1019.     /**
  1020.      * Gets the public 'App\Controller\Admin\ProductController' shared autowired service.
  1021.      *
  1022.      * @return \App\Controller\Admin\ProductController
  1023.      */
  1024.     protected function getProductControllerService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1027.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ProductController.php';
  1028.         $this->services['App\\Controller\\Admin\\ProductController'] = $instance = new \App\Controller\Admin\ProductController();
  1029.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ProductController'$this));
  1030.         return $instance;
  1031.     }
  1032.     /**
  1033.      * Gets the public 'App\Controller\Admin\QuestionController' shared autowired service.
  1034.      *
  1035.      * @return \App\Controller\Admin\QuestionController
  1036.      */
  1037.     protected function getQuestionControllerService()
  1038.     {
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1040.         include_once \dirname(__DIR__4).'/src/Controller/Admin/QuestionController.php';
  1041.         $this->services['App\\Controller\\Admin\\QuestionController'] = $instance = new \App\Controller\Admin\QuestionController();
  1042.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\QuestionController'$this));
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Controller\Admin\RedirectionController' shared autowired service.
  1047.      *
  1048.      * @return \App\Controller\Admin\RedirectionController
  1049.      */
  1050.     protected function getRedirectionControllerService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1053.         include_once \dirname(__DIR__4).'/src/Controller/Admin/RedirectionController.php';
  1054.         $this->services['App\\Controller\\Admin\\RedirectionController'] = $instance = new \App\Controller\Admin\RedirectionController();
  1055.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\RedirectionController'$this));
  1056.         return $instance;
  1057.     }
  1058.     /**
  1059.      * Gets the public 'App\Controller\Admin\SecurityController' shared autowired service.
  1060.      *
  1061.      * @return \App\Controller\Admin\SecurityController
  1062.      */
  1063.     protected function getSecurityControllerService()
  1064.     {
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1066.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SecurityController.php';
  1067.         $this->services['App\\Controller\\Admin\\SecurityController'] = $instance = new \App\Controller\Admin\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1068.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SecurityController'$this));
  1069.         return $instance;
  1070.     }
  1071.     /**
  1072.      * Gets the public 'App\Controller\Admin\SeoRouteController' shared autowired service.
  1073.      *
  1074.      * @return \App\Controller\Admin\SeoRouteController
  1075.      */
  1076.     protected function getSeoRouteControllerService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1079.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SeoRouteController.php';
  1080.         $this->services['App\\Controller\\Admin\\SeoRouteController'] = $instance = new \App\Controller\Admin\SeoRouteController();
  1081.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SeoRouteController'$this));
  1082.         return $instance;
  1083.     }
  1084.     /**
  1085.      * Gets the public 'App\Controller\Admin\SubscriberController' shared autowired service.
  1086.      *
  1087.      * @return \App\Controller\Admin\SubscriberController
  1088.      */
  1089.     protected function getSubscriberControllerService()
  1090.     {
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1092.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriberController.php';
  1093.         $this->services['App\\Controller\\Admin\\SubscriberController'] = $instance = new \App\Controller\Admin\SubscriberController();
  1094.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SubscriberController'$this));
  1095.         return $instance;
  1096.     }
  1097.     /**
  1098.      * Gets the public 'App\Controller\Admin\SubscriberGroupController' shared autowired service.
  1099.      *
  1100.      * @return \App\Controller\Admin\SubscriberGroupController
  1101.      */
  1102.     protected function getSubscriberGroupControllerService()
  1103.     {
  1104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1105.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriberGroupController.php';
  1106.         $this->services['App\\Controller\\Admin\\SubscriberGroupController'] = $instance = new \App\Controller\Admin\SubscriberGroupController();
  1107.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SubscriberGroupController'$this));
  1108.         return $instance;
  1109.     }
  1110.     /**
  1111.      * Gets the public 'App\Controller\Admin\TemplateController' shared autowired service.
  1112.      *
  1113.      * @return \App\Controller\Admin\TemplateController
  1114.      */
  1115.     protected function getTemplateControllerService()
  1116.     {
  1117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1118.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TemplateController.php';
  1119.         $this->services['App\\Controller\\Admin\\TemplateController'] = $instance = new \App\Controller\Admin\TemplateController();
  1120.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\TemplateController'$this));
  1121.         return $instance;
  1122.     }
  1123.     /**
  1124.      * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  1125.      *
  1126.      * @return \App\Controller\Admin\UserController
  1127.      */
  1128.     protected function getUserControllerService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/Admin/UserController.php';
  1132.         $this->services['App\\Controller\\Admin\\UserController'] = $instance = new \App\Controller\Admin\UserController();
  1133.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\UserController'$this));
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  1138.      *
  1139.      * @return \App\Controller\ApiController
  1140.      */
  1141.     protected function getApiControllerService()
  1142.     {
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1144.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  1145.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController();
  1146.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ApiController'$this));
  1147.         return $instance;
  1148.     }
  1149.     /**
  1150.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1151.      *
  1152.      * @return \App\Controller\AppController
  1153.      */
  1154.     protected function getAppControllerService()
  1155.     {
  1156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1157.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1158.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1159.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AppController'$this));
  1160.         return $instance;
  1161.     }
  1162.     /**
  1163.      * Gets the public 'App\Controller\ArticleController' shared autowired service.
  1164.      *
  1165.      * @return \App\Controller\ArticleController
  1166.      */
  1167.     protected function getArticleController2Service()
  1168.     {
  1169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1170.         include_once \dirname(__DIR__4).'/src/Controller/ArticleController.php';
  1171.         $this->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController();
  1172.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleController'$this));
  1173.         return $instance;
  1174.     }
  1175.     /**
  1176.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  1177.      *
  1178.      * @return \App\Controller\ContactController
  1179.      */
  1180.     protected function getContactController2Service()
  1181.     {
  1182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1183.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  1184.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController();
  1185.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ContactController'$this));
  1186.         return $instance;
  1187.     }
  1188.     /**
  1189.      * Gets the public 'App\Controller\EcommerceController' shared autowired service.
  1190.      *
  1191.      * @return \App\Controller\EcommerceController
  1192.      */
  1193.     protected function getEcommerceControllerService()
  1194.     {
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1196.         include_once \dirname(__DIR__4).'/src/Controller/EcommerceController.php';
  1197.         $this->services['App\\Controller\\EcommerceController'] = $instance = new \App\Controller\EcommerceController();
  1198.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EcommerceController'$this));
  1199.         return $instance;
  1200.     }
  1201.     /**
  1202.      * Gets the public 'App\Controller\NewsletterController' shared autowired service.
  1203.      *
  1204.      * @return \App\Controller\NewsletterController
  1205.      */
  1206.     protected function getNewsletterControllerService()
  1207.     {
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1209.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterController.php';
  1210.         $this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
  1211.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NewsletterController'$this));
  1212.         return $instance;
  1213.     }
  1214.     /**
  1215.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  1216.      *
  1217.      * @return \App\Controller\ProfileController
  1218.      */
  1219.     protected function getProfileControllerService()
  1220.     {
  1221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1223.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  1224.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  1225.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProfileController'$this));
  1226.         return $instance;
  1227.     }
  1228.     /**
  1229.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  1230.      *
  1231.      * @return \App\Controller\RegistrationController
  1232.      */
  1233.     protected function getRegistrationControllerService()
  1234.     {
  1235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1236.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  1237.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  1238.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RegistrationController'$this));
  1239.         return $instance;
  1240.     }
  1241.     /**
  1242.      * Gets the public 'App\EventListener\RequestListener' shared autowired service.
  1243.      *
  1244.      * @return \App\EventListener\RequestListener
  1245.      */
  1246.     protected function getRequestListenerService()
  1247.     {
  1248.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1249.         if (isset($this->services['App\\EventListener\\RequestListener'])) {
  1250.             return $this->services['App\\EventListener\\RequestListener'];
  1251.         }
  1252.         return $this->services['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['App\\Service\\FacebookConversion'] ?? $this->getFacebookConversionService()));
  1253.     }
  1254.     /**
  1255.      * Gets the public 'App\EventListener\UserListener' shared autowired service.
  1256.      *
  1257.      * @return \App\EventListener\UserListener
  1258.      */
  1259.     protected function getUserListenerService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/src/EventListener/UserListener.php';
  1262.         return $this->services['App\\EventListener\\UserListener'] = new \App\EventListener\UserListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['App\\Service\\FacebookConversion'] ?? $this->getFacebookConversionService()), ($this->services['App\\Service\\RedditConversion'] ?? $this->getRedditConversionService()), ($this->services['App\\Service\\Mailjet'] ?? $this->getMailjetService()));
  1263.     }
  1264.     /**
  1265.      * Gets the public 'App\Form\ArticleType' shared autowired service.
  1266.      *
  1267.      * @return \App\Form\ArticleType
  1268.      */
  1269.     protected function getArticleTypeService()
  1270.     {
  1271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1273.         include_once \dirname(__DIR__4).'/src/Form/ArticleType.php';
  1274.         return $this->services['App\\Form\\ArticleType'] = new \App\Form\ArticleType();
  1275.     }
  1276.     /**
  1277.      * Gets the public 'App\Form\CampaignType' shared autowired service.
  1278.      *
  1279.      * @return \App\Form\CampaignType
  1280.      */
  1281.     protected function getCampaignTypeService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1285.         include_once \dirname(__DIR__4).'/src/Form/CampaignType.php';
  1286.         return $this->services['App\\Form\\CampaignType'] = new \App\Form\CampaignType();
  1287.     }
  1288.     /**
  1289.      * Gets the public 'App\Form\CategoryArticleType' shared autowired service.
  1290.      *
  1291.      * @return \App\Form\CategoryArticleType
  1292.      */
  1293.     protected function getCategoryArticleTypeService()
  1294.     {
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1297.         include_once \dirname(__DIR__4).'/src/Form/CategoryArticleType.php';
  1298.         return $this->services['App\\Form\\CategoryArticleType'] = new \App\Form\CategoryArticleType();
  1299.     }
  1300.     /**
  1301.      * Gets the public 'App\Form\CategoryType' shared autowired service.
  1302.      *
  1303.      * @return \App\Form\CategoryType
  1304.      */
  1305.     protected function getCategoryTypeService()
  1306.     {
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1309.         include_once \dirname(__DIR__4).'/src/Form/CategoryType.php';
  1310.         return $this->services['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
  1311.     }
  1312.     /**
  1313.      * Gets the public 'App\Form\ContactType' shared autowired service.
  1314.      *
  1315.      * @return \App\Form\ContactType
  1316.      */
  1317.     protected function getContactTypeService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1321.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  1322.         return $this->services['App\\Form\\ContactType'] = new \App\Form\ContactType();
  1323.     }
  1324.     /**
  1325.      * Gets the public 'App\Form\LauncherType' shared autowired service.
  1326.      *
  1327.      * @return \App\Form\LauncherType
  1328.      */
  1329.     protected function getLauncherTypeService()
  1330.     {
  1331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1333.         include_once \dirname(__DIR__4).'/src/Form/LauncherType.php';
  1334.         return $this->services['App\\Form\\LauncherType'] = new \App\Form\LauncherType();
  1335.     }
  1336.     /**
  1337.      * Gets the public 'App\Form\LicenceKeyType' shared autowired service.
  1338.      *
  1339.      * @return \App\Form\LicenceKeyType
  1340.      */
  1341.     protected function getLicenceKeyTypeService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1345.         include_once \dirname(__DIR__4).'/src/Form/LicenceKeyType.php';
  1346.         return $this->services['App\\Form\\LicenceKeyType'] = new \App\Form\LicenceKeyType();
  1347.     }
  1348.     /**
  1349.      * Gets the public 'App\Form\PictureType' shared autowired service.
  1350.      *
  1351.      * @return \App\Form\PictureType
  1352.      */
  1353.     protected function getPictureTypeService()
  1354.     {
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1357.         include_once \dirname(__DIR__4).'/src/Form/PictureType.php';
  1358.         return $this->services['App\\Form\\PictureType'] = new \App\Form\PictureType();
  1359.     }
  1360.     /**
  1361.      * Gets the public 'App\Form\ProductType' shared autowired service.
  1362.      *
  1363.      * @return \App\Form\ProductType
  1364.      */
  1365.     protected function getProductTypeService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1369.         include_once \dirname(__DIR__4).'/src/Form/ProductType.php';
  1370.         return $this->services['App\\Form\\ProductType'] = new \App\Form\ProductType();
  1371.     }
  1372.     /**
  1373.      * Gets the public 'App\Form\QuestionType' shared autowired service.
  1374.      *
  1375.      * @return \App\Form\QuestionType
  1376.      */
  1377.     protected function getQuestionTypeService()
  1378.     {
  1379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1381.         include_once \dirname(__DIR__4).'/src/Form/QuestionType.php';
  1382.         return $this->services['App\\Form\\QuestionType'] = new \App\Form\QuestionType();
  1383.     }
  1384.     /**
  1385.      * Gets the public 'App\Form\RedirectionType' shared autowired service.
  1386.      *
  1387.      * @return \App\Form\RedirectionType
  1388.      */
  1389.     protected function getRedirectionTypeService()
  1390.     {
  1391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1393.         include_once \dirname(__DIR__4).'/src/Form/RedirectionType.php';
  1394.         return $this->services['App\\Form\\RedirectionType'] = new \App\Form\RedirectionType();
  1395.     }
  1396.     /**
  1397.      * Gets the public 'App\Form\RegistrationType' shared autowired service.
  1398.      *
  1399.      * @return \App\Form\RegistrationType
  1400.      */
  1401.     protected function getRegistrationTypeService()
  1402.     {
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1405.         include_once \dirname(__DIR__4).'/src/Form/RegistrationType.php';
  1406.         return $this->services['App\\Form\\RegistrationType'] = new \App\Form\RegistrationType();
  1407.     }
  1408.     /**
  1409.      * Gets the public 'App\Form\SeoRouteMetaType' shared autowired service.
  1410.      *
  1411.      * @return \App\Form\SeoRouteMetaType
  1412.      */
  1413.     protected function getSeoRouteMetaTypeService()
  1414.     {
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1417.         include_once \dirname(__DIR__4).'/src/Form/SeoRouteMetaType.php';
  1418.         return $this->services['App\\Form\\SeoRouteMetaType'] = new \App\Form\SeoRouteMetaType();
  1419.     }
  1420.     /**
  1421.      * Gets the public 'App\Form\SeoRouteType' shared autowired service.
  1422.      *
  1423.      * @return \App\Form\SeoRouteType
  1424.      */
  1425.     protected function getSeoRouteTypeService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1429.         include_once \dirname(__DIR__4).'/src/Form/SeoRouteType.php';
  1430.         return $this->services['App\\Form\\SeoRouteType'] = new \App\Form\SeoRouteType();
  1431.     }
  1432.     /**
  1433.      * Gets the public 'App\Form\SubscriberGroupType' shared autowired service.
  1434.      *
  1435.      * @return \App\Form\SubscriberGroupType
  1436.      */
  1437.     protected function getSubscriberGroupTypeService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1441.         include_once \dirname(__DIR__4).'/src/Form/SubscriberGroupType.php';
  1442.         return $this->services['App\\Form\\SubscriberGroupType'] = new \App\Form\SubscriberGroupType();
  1443.     }
  1444.     /**
  1445.      * Gets the public 'App\Form\SubscriberType' shared autowired service.
  1446.      *
  1447.      * @return \App\Form\SubscriberType
  1448.      */
  1449.     protected function getSubscriberTypeService()
  1450.     {
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1453.         include_once \dirname(__DIR__4).'/src/Form/SubscriberType.php';
  1454.         return $this->services['App\\Form\\SubscriberType'] = new \App\Form\SubscriberType();
  1455.     }
  1456.     /**
  1457.      * Gets the public 'App\Form\TemplateType' shared autowired service.
  1458.      *
  1459.      * @return \App\Form\TemplateType
  1460.      */
  1461.     protected function getTemplateTypeService()
  1462.     {
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1465.         include_once \dirname(__DIR__4).'/src/Form/TemplateType.php';
  1466.         return $this->services['App\\Form\\TemplateType'] = new \App\Form\TemplateType();
  1467.     }
  1468.     /**
  1469.      * Gets the public 'App\Form\UserType' shared autowired service.
  1470.      *
  1471.      * @return \App\Form\UserType
  1472.      */
  1473.     protected function getUserTypeService()
  1474.     {
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1477.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  1478.         return $this->services['App\\Form\\UserType'] = new \App\Form\UserType();
  1479.     }
  1480.     /**
  1481.      * Gets the public 'App\Form\YmlBlockType' shared autowired service.
  1482.      *
  1483.      * @return \App\Form\YmlBlockType
  1484.      */
  1485.     protected function getYmlBlockTypeService()
  1486.     {
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1489.         include_once \dirname(__DIR__4).'/src/Form/YmlBlockType.php';
  1490.         return $this->services['App\\Form\\YmlBlockType'] = new \App\Form\YmlBlockType();
  1491.     }
  1492.     /**
  1493.      * Gets the public 'App\Repository\ArticleRepository' shared autowired service.
  1494.      *
  1495.      * @return \App\Repository\ArticleRepository
  1496.      */
  1497.     protected function getArticleRepositoryService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1504.         include_once \dirname(__DIR__4).'/src/Repository/ArticleRepository.php';
  1505.         return $this->services['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1506.     }
  1507.     /**
  1508.      * Gets the public 'App\Repository\CampaignRepository' shared autowired service.
  1509.      *
  1510.      * @return \App\Repository\CampaignRepository
  1511.      */
  1512.     protected function getCampaignRepositoryService()
  1513.     {
  1514.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1519.         include_once \dirname(__DIR__4).'/src/Repository/CampaignRepository.php';
  1520.         return $this->services['App\\Repository\\CampaignRepository'] = new \App\Repository\CampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1521.     }
  1522.     /**
  1523.      * Gets the public 'App\Repository\CartProductRepository' shared autowired service.
  1524.      *
  1525.      * @return \App\Repository\CartProductRepository
  1526.      */
  1527.     protected function getCartProductRepositoryService()
  1528.     {
  1529.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1534.         include_once \dirname(__DIR__4).'/src/Repository/CartProductRepository.php';
  1535.         return $this->services['App\\Repository\\CartProductRepository'] = new \App\Repository\CartProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1536.     }
  1537.     /**
  1538.      * Gets the public 'App\Repository\CartRepository' shared autowired service.
  1539.      *
  1540.      * @return \App\Repository\CartRepository
  1541.      */
  1542.     protected function getCartRepositoryService()
  1543.     {
  1544.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1549.         include_once \dirname(__DIR__4).'/src/Repository/CartRepository.php';
  1550.         return $this->services['App\\Repository\\CartRepository'] = new \App\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1551.     }
  1552.     /**
  1553.      * Gets the public 'App\Repository\CategoryArticleRepository' shared autowired service.
  1554.      *
  1555.      * @return \App\Repository\CategoryArticleRepository
  1556.      */
  1557.     protected function getCategoryArticleRepositoryService()
  1558.     {
  1559.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1564.         include_once \dirname(__DIR__4).'/src/Repository/CategoryArticleRepository.php';
  1565.         return $this->services['App\\Repository\\CategoryArticleRepository'] = new \App\Repository\CategoryArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1566.     }
  1567.     /**
  1568.      * Gets the public 'App\Repository\CategoryRepository' shared autowired service.
  1569.      *
  1570.      * @return \App\Repository\CategoryRepository
  1571.      */
  1572.     protected function getCategoryRepositoryService()
  1573.     {
  1574.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1575.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1579.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  1580.         return $this->services['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1581.     }
  1582.     /**
  1583.      * Gets the public 'App\Repository\ContactRepository' shared autowired service.
  1584.      *
  1585.      * @return \App\Repository\ContactRepository
  1586.      */
  1587.     protected function getContactRepositoryService()
  1588.     {
  1589.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1594.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  1595.         return $this->services['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1596.     }
  1597.     /**
  1598.      * Gets the public 'App\Repository\EcommerceOrderRepository' shared autowired service.
  1599.      *
  1600.      * @return \App\Repository\EcommerceOrderRepository
  1601.      */
  1602.     protected function getEcommerceOrderRepositoryService()
  1603.     {
  1604.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1609.         include_once \dirname(__DIR__4).'/src/Repository/EcommerceOrderRepository.php';
  1610.         return $this->services['App\\Repository\\EcommerceOrderRepository'] = new \App\Repository\EcommerceOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1611.     }
  1612.     /**
  1613.      * Gets the public 'App\Repository\PictureRepository' shared autowired service.
  1614.      *
  1615.      * @return \App\Repository\PictureRepository
  1616.      */
  1617.     protected function getPictureRepositoryService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1624.         include_once \dirname(__DIR__4).'/src/Repository/PictureRepository.php';
  1625.         return $this->services['App\\Repository\\PictureRepository'] = new \App\Repository\PictureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1626.     }
  1627.     /**
  1628.      * Gets the public 'App\Repository\ProductRepository' shared autowired service.
  1629.      *
  1630.      * @return \App\Repository\ProductRepository
  1631.      */
  1632.     protected function getProductRepositoryService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1639.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  1640.         return $this->services['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1641.     }
  1642.     /**
  1643.      * Gets the public 'App\Repository\QuestionRepository' shared autowired service.
  1644.      *
  1645.      * @return \App\Repository\QuestionRepository
  1646.      */
  1647.     protected function getQuestionRepositoryService()
  1648.     {
  1649.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1650.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1654.         include_once \dirname(__DIR__4).'/src/Repository/QuestionRepository.php';
  1655.         return $this->services['App\\Repository\\QuestionRepository'] = new \App\Repository\QuestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1656.     }
  1657.     /**
  1658.      * Gets the public 'App\Repository\RecipientRepository' shared autowired service.
  1659.      *
  1660.      * @return \App\Repository\RecipientRepository
  1661.      */
  1662.     protected function getRecipientRepositoryService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1669.         include_once \dirname(__DIR__4).'/src/Repository/RecipientRepository.php';
  1670.         return $this->services['App\\Repository\\RecipientRepository'] = new \App\Repository\RecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1671.     }
  1672.     /**
  1673.      * Gets the public 'App\Repository\SeoRouteMetaRepository' shared autowired service.
  1674.      *
  1675.      * @return \App\Repository\SeoRouteMetaRepository
  1676.      */
  1677.     protected function getSeoRouteMetaRepositoryService()
  1678.     {
  1679.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1680.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1684.         include_once \dirname(__DIR__4).'/src/Repository/SeoRouteMetaRepository.php';
  1685.         return $this->services['App\\Repository\\SeoRouteMetaRepository'] = new \App\Repository\SeoRouteMetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1686.     }
  1687.     /**
  1688.      * Gets the public 'App\Repository\SeoRouteRepository' shared autowired service.
  1689.      *
  1690.      * @return \App\Repository\SeoRouteRepository
  1691.      */
  1692.     protected function getSeoRouteRepositoryService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1699.         include_once \dirname(__DIR__4).'/src/Repository/SeoRouteRepository.php';
  1700.         return $this->services['App\\Repository\\SeoRouteRepository'] = new \App\Repository\SeoRouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1701.     }
  1702.     /**
  1703.      * Gets the public 'App\Repository\SubscriberGroupRepository' shared autowired service.
  1704.      *
  1705.      * @return \App\Repository\SubscriberGroupRepository
  1706.      */
  1707.     protected function getSubscriberGroupRepositoryService()
  1708.     {
  1709.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1714.         include_once \dirname(__DIR__4).'/src/Repository/SubscriberGroupRepository.php';
  1715.         return $this->services['App\\Repository\\SubscriberGroupRepository'] = new \App\Repository\SubscriberGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1716.     }
  1717.     /**
  1718.      * Gets the public 'App\Repository\SubscriberRepository' shared autowired service.
  1719.      *
  1720.      * @return \App\Repository\SubscriberRepository
  1721.      */
  1722.     protected function getSubscriberRepositoryService()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1729.         include_once \dirname(__DIR__4).'/src/Repository/SubscriberRepository.php';
  1730.         return $this->services['App\\Repository\\SubscriberRepository'] = new \App\Repository\SubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1731.     }
  1732.     /**
  1733.      * Gets the public 'App\Repository\TemplateRepository' shared autowired service.
  1734.      *
  1735.      * @return \App\Repository\TemplateRepository
  1736.      */
  1737.     protected function getTemplateRepositoryService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1744.         include_once \dirname(__DIR__4).'/src/Repository/TemplateRepository.php';
  1745.         return $this->services['App\\Repository\\TemplateRepository'] = new \App\Repository\TemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1746.     }
  1747.     /**
  1748.      * Gets the public 'App\Repository\UserRepository' shared autowired service.
  1749.      *
  1750.      * @return \App\Repository\UserRepository
  1751.      */
  1752.     protected function getUserRepositoryService()
  1753.     {
  1754.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1759.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  1760.         return $this->services['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1761.     }
  1762.     /**
  1763.      * Gets the public 'App\Service\CheckRoute' shared autowired service.
  1764.      *
  1765.      * @return \App\Service\CheckRoute
  1766.      */
  1767.     protected function getCheckRouteService()
  1768.     {
  1769.         return $this->services['App\\Service\\CheckRoute'] = new \App\Service\CheckRoute(($this->services['router'] ?? $this->getRouterService()), $this->parameters['jms_i18n_routing.locales']);
  1770.     }
  1771.     /**
  1772.      * Gets the public 'App\Service\FacebookConversion' shared autowired service.
  1773.      *
  1774.      * @return \App\Service\FacebookConversion
  1775.      */
  1776.     protected function getFacebookConversionService()
  1777.     {
  1778.         return $this->services['App\\Service\\FacebookConversion'] = new \App\Service\FacebookConversion(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1779.     }
  1780.     /**
  1781.      * Gets the public 'App\Service\Filter' shared autowired service.
  1782.      *
  1783.      * @return \App\Service\Filter
  1784.      */
  1785.     protected function getFilterService()
  1786.     {
  1787.         include_once \dirname(__DIR__4).'/src/Service/Filter.php';
  1788.         return $this->services['App\\Service\\Filter'] = new \App\Service\Filter();
  1789.     }
  1790.     /**
  1791.      * Gets the public 'App\Service\Klaviyo' shared autowired service.
  1792.      *
  1793.      * @return \App\Service\Klaviyo
  1794.      */
  1795.     protected function getKlaviyoService()
  1796.     {
  1797.         include_once \dirname(__DIR__4).'/src/Service/Klaviyo.php';
  1798.         return $this->services['App\\Service\\Klaviyo'] = new \App\Service\Klaviyo($this);
  1799.     }
  1800.     /**
  1801.      * Gets the public 'App\Service\Mailer' shared autowired service.
  1802.      *
  1803.      * @return \App\Service\Mailer
  1804.      */
  1805.     protected function getMailerService()
  1806.     {
  1807.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  1808.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  1809.         return $this->services['App\\Service\\Mailer'] = new \App\Service\Mailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']], 'template' => ['confirmation' => '@FOSUser/Registration/email.txt.twig''resetting' => '@FOSUser/Resetting/email.txt.twig']]);
  1810.     }
  1811.     /**
  1812.      * Gets the public 'App\Service\Mailjet' shared autowired service.
  1813.      *
  1814.      * @return \App\Service\Mailjet
  1815.      */
  1816.     protected function getMailjetService()
  1817.     {
  1818.         include_once \dirname(__DIR__4).'/src/Service/Mailjet.php';
  1819.         return $this->services['App\\Service\\Mailjet'] = new \App\Service\Mailjet(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1820.     }
  1821.     /**
  1822.      * Gets the public 'App\Service\Order' shared autowired service.
  1823.      *
  1824.      * @return \App\Service\Order
  1825.      */
  1826.     protected function getOrderService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/src/Service/Order.php';
  1829.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1830.         if (isset($this->services['App\\Service\\Order'])) {
  1831.             return $this->services['App\\Service\\Order'];
  1832.         }
  1833.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1834.         if (isset($this->services['App\\Service\\Order'])) {
  1835.             return $this->services['App\\Service\\Order'];
  1836.         }
  1837.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1838.         if (isset($this->services['App\\Service\\Order'])) {
  1839.             return $this->services['App\\Service\\Order'];
  1840.         }
  1841.         return $this->services['App\\Service\\Order'] = new \App\Service\Order($a$this$b$c, ($this->services['App\\Service\\Mailjet'] ?? $this->getMailjetService()), ($this->services['router'] ?? $this->getRouterService()));
  1842.     }
  1843.     /**
  1844.      * Gets the public 'App\Service\Picture' shared autowired service.
  1845.      *
  1846.      * @return \App\Service\Picture
  1847.      */
  1848.     protected function getPictureService()
  1849.     {
  1850.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  1851.         if (isset($this->services['App\\Service\\Picture'])) {
  1852.             return $this->services['App\\Service\\Picture'];
  1853.         }
  1854.         return $this->services['App\\Service\\Picture'] = new \App\Service\Picture($a, ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  1855.     }
  1856.     /**
  1857.      * Gets the public 'App\Service\RedditConversion' shared autowired service.
  1858.      *
  1859.      * @return \App\Service\RedditConversion
  1860.      */
  1861.     protected function getRedditConversionService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/src/Service/RedditConversion.php';
  1864.         return $this->services['App\\Service\\RedditConversion'] = new \App\Service\RedditConversion(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1865.     }
  1866.     /**
  1867.      * Gets the public 'App\Service\Seo' shared autowired service.
  1868.      *
  1869.      * @return \App\Service\Seo
  1870.      */
  1871.     protected function getSeoService()
  1872.     {
  1873.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1874.         if (isset($this->services['App\\Service\\Seo'])) {
  1875.             return $this->services['App\\Service\\Seo'];
  1876.         }
  1877.         return $this->services['App\\Service\\Seo'] = new \App\Service\Seo(($this->services['router'] ?? $this->getRouterService()), $a);
  1878.     }
  1879.     /**
  1880.      * Gets the public 'App\Service\Sitemap' shared autowired service.
  1881.      *
  1882.      * @return \App\Service\Sitemap
  1883.      */
  1884.     protected function getSitemapService()
  1885.     {
  1886.         include_once \dirname(__DIR__4).'/src/Service/Sitemap.php';
  1887.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1888.         if (isset($this->services['App\\Service\\Sitemap'])) {
  1889.             return $this->services['App\\Service\\Sitemap'];
  1890.         }
  1891.         return $this->services['App\\Service\\Sitemap'] = new \App\Service\Sitemap(($this->services['router'] ?? $this->getRouterService()), $a);
  1892.     }
  1893.     /**
  1894.      * Gets the public 'App\Service\TwigExtension' shared autowired service.
  1895.      *
  1896.      * @return \App\Service\TwigExtension
  1897.      */
  1898.     protected function getTwigExtensionService()
  1899.     {
  1900.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1901.         if (isset($this->services['App\\Service\\TwigExtension'])) {
  1902.             return $this->services['App\\Service\\TwigExtension'];
  1903.         }
  1904.         $b = ($this->services['App\\Service\\Picture'] ?? $this->getPictureService());
  1905.         if (isset($this->services['App\\Service\\TwigExtension'])) {
  1906.             return $this->services['App\\Service\\TwigExtension'];
  1907.         }
  1908.         return $this->services['App\\Service\\TwigExtension'] = new \App\Service\TwigExtension(($this->services['router'] ?? $this->getRouterService()), $a$b);
  1909.     }
  1910.     /**
  1911.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1912.      *
  1913.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1914.      */
  1915.     protected function getProfilerControllerService()
  1916.     {
  1917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1918.         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()));
  1919.     }
  1920.     /**
  1921.      * Gets the public 'FOS\UserBundle\Controller\SecurityController' shared autowired service.
  1922.      *
  1923.      * @return \App\Controller\Admin\SecurityController
  1924.      */
  1925.     protected function getSecurityController2Service()
  1926.     {
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1928.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SecurityController.php';
  1929.         $this->services['FOS\\UserBundle\\Controller\\SecurityController'] = $instance = new \App\Controller\Admin\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1930.         $instance->setContainer($this);
  1931.         return $instance;
  1932.     }
  1933.     /**
  1934.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  1935.      *
  1936.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  1937.      */
  1938.     protected function getBlameableEventSubscriberService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  1942.         $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  1943.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1944.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1945.         }
  1946.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1947.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1948.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1949.         }
  1950.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a$bNULL);
  1951.     }
  1952.     /**
  1953.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  1954.      *
  1955.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  1956.      */
  1957.     protected function getLoggableEventSubscriberService()
  1958.     {
  1959.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  1961.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1962.     }
  1963.     /**
  1964.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  1965.      *
  1966.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  1967.      */
  1968.     protected function getSluggableEventSubscriberService()
  1969.     {
  1970.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  1972.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1973.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1974.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1975.         }
  1976.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  1977.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1978.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1979.         }
  1980.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  1981.     }
  1982.     /**
  1983.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  1984.      *
  1985.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  1986.      */
  1987.     protected function getSoftDeletableEventSubscriberService()
  1988.     {
  1989.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  1991.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  1992.     }
  1993.     /**
  1994.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  1995.      *
  1996.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  1997.      */
  1998.     protected function getTimestampableEventSubscriberService()
  1999.     {
  2000.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  2002.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  2003.     }
  2004.     /**
  2005.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  2006.      *
  2007.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  2008.      */
  2009.     protected function getTranslatableEventSubscriberService()
  2010.     {
  2011.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  2013.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  2014.     }
  2015.     /**
  2016.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  2017.      *
  2018.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  2019.      */
  2020.     protected function getTreeEventSubscriberService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  2024.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  2025.     }
  2026.     /**
  2027.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  2028.      *
  2029.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  2030.      */
  2031.     protected function getUuidableEventSubscriberService()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  2035.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  2036.     }
  2037.     /**
  2038.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  2039.      *
  2040.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  2041.      */
  2042.     protected function getLocaleProviderService()
  2043.     {
  2044.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  2046.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  2047.     }
  2048.     /**
  2049.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  2050.      *
  2051.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  2052.      */
  2053.     protected function getUserProviderService()
  2054.     {
  2055.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  2057.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2058.         if (isset($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'])) {
  2059.             return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'];
  2060.         }
  2061.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider($aNULL);
  2062.     }
  2063.     /**
  2064.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  2065.      *
  2066.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  2067.      */
  2068.     protected function getDefaultSluggableRepositoryService()
  2069.     {
  2070.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  2071.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2072.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  2073.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  2074.         }
  2075.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  2076.     }
  2077.     /**
  2078.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2079.      *
  2080.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2081.      */
  2082.     protected function getImagineControllerService()
  2083.     {
  2084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2086.         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')))), ($this->privates['liip_imagine.controller.config'] ?? ($this->privates['liip_imagine.controller.config'] = new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302))));
  2087.     }
  2088.     /**
  2089.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2090.      *
  2091.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2092.      */
  2093.     protected function getRedirectControllerService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2096.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2097.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2098.     }
  2099.     /**
  2100.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2101.      *
  2102.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2103.      */
  2104.     protected function getTemplateController2Service()
  2105.     {
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2107.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2108.     }
  2109.     /**
  2110.      * Gets the public 'cache.app' shared service.
  2111.      *
  2112.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2113.      */
  2114.     protected function getCache_AppService()
  2115.     {
  2116.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  2117.     }
  2118.     /**
  2119.      * Gets the public 'cache.app_clearer' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2122.      */
  2123.     protected function getCache_AppClearerService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2127.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2128.     }
  2129.     /**
  2130.      * Gets the public 'cache.global_clearer' shared service.
  2131.      *
  2132.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2133.      */
  2134.     protected function getCache_GlobalClearerService()
  2135.     {
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2138.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), '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.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.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()), '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())]);
  2139.     }
  2140.     /**
  2141.      * Gets the public 'cache.system' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2144.      */
  2145.     protected function getCache_SystemService()
  2146.     {
  2147.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  2148.     }
  2149.     /**
  2150.      * Gets the public 'cache.system_clearer' shared service.
  2151.      *
  2152.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2153.      */
  2154.     protected function getCache_SystemClearerService()
  2155.     {
  2156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2158.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), '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.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService())]);
  2159.     }
  2160.     /**
  2161.      * Gets the public 'cache.validator_expression_language' shared service.
  2162.      *
  2163.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2164.      */
  2165.     protected function getCache_ValidatorExpressionLanguageService()
  2166.     {
  2167.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator_expression_language.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_RecorderInnerService()));
  2168.     }
  2169.     /**
  2170.      * Gets the public 'cache_warmer' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2173.      */
  2174.     protected function getCacheWarmerService()
  2175.     {
  2176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2178.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2179.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2180.             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'))));
  2181.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2182.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2183.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2184.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2185.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2186.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2187.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2188.     }
  2189.     /**
  2190.      * Gets the public 'console.command_loader' shared service.
  2191.      *
  2192.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2193.      */
  2194.     protected function getConsole_CommandLoaderService()
  2195.     {
  2196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2198.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2199.             'App\\Command\\ExampleCommand' => ['privates''.App\\Command\\ExampleCommand.lazy''getExampleCommand_LazyService'false],
  2200.             'App\\Command\\GenerateCrudCommand' => ['privates''.App\\Command\\GenerateCrudCommand.lazy''getGenerateCrudCommand_LazyService'false],
  2201.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2202.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2203.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2204.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2205.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2206.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2207.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2208.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2209.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2210.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2211.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2212.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2213.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2214.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2215.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2216.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2217.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2218.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2219.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2220.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2221.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2222.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2223.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2224.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2225.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2226.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2227.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2228.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2229.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2230.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2231.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2232.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2233.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2234.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2235.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2236.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2237.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2238.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2239.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2240.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2241.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2242.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2243.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2244.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2245.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2246.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2247.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2248.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2249.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2250.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2251.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2252.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2253.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2254.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2255.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2256.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2257.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2258.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2259.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2260.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2261.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2262.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2263.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2264.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2265.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  2266.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  2267.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2268.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2269.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2270.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2271.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2272.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2273.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2274.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2275.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2276.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2277.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2278.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2279.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2280.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2281.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  2282.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  2283.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2284.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2285.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  2286.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  2287.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2288.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2289.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2290.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2291.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2292.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2293.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2294.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2295.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2296.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2297.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2298.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2299.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2300.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2301.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2302.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2303.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2304.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2305.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2306.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2307.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2308.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2309.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2310.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2311.         ], [
  2312.             'App\\Command\\ExampleCommand' => '?',
  2313.             'App\\Command\\GenerateCrudCommand' => '?',
  2314.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2315.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2316.             'console.command.about' => '?',
  2317.             'console.command.assets_install' => '?',
  2318.             'console.command.cache_clear' => '?',
  2319.             'console.command.cache_pool_clear' => '?',
  2320.             'console.command.cache_pool_prune' => '?',
  2321.             'console.command.cache_pool_delete' => '?',
  2322.             'console.command.cache_pool_list' => '?',
  2323.             'console.command.cache_warmup' => '?',
  2324.             'console.command.config_debug' => '?',
  2325.             'console.command.config_dump_reference' => '?',
  2326.             'console.command.container_debug' => '?',
  2327.             'console.command.container_lint' => '?',
  2328.             'console.command.debug_autowiring' => '?',
  2329.             'console.command.dotenv_debug' => '?',
  2330.             'console.command.event_dispatcher_debug' => '?',
  2331.             'console.command.router_debug' => '?',
  2332.             'console.command.router_match' => '?',
  2333.             'console.command.translation_debug' => '?',
  2334.             'console.command.translation_extract' => '?',
  2335.             'console.command.validator_debug' => '?',
  2336.             'console.command.translation_pull' => '?',
  2337.             'console.command.translation_push' => '?',
  2338.             'console.command.xliff_lint' => '?',
  2339.             'console.command.yaml_lint' => '?',
  2340.             'console.command.form_debug' => '?',
  2341.             'console.command.secrets_set' => '?',
  2342.             'console.command.secrets_remove' => '?',
  2343.             'console.command.secrets_generate_key' => '?',
  2344.             'console.command.secrets_list' => '?',
  2345.             'console.command.secrets_decrypt_to_local' => '?',
  2346.             'console.command.secrets_encrypt_from_local' => '?',
  2347.             'twig.command.debug' => '?',
  2348.             'twig.command.lint' => '?',
  2349.             'security.command.debug_firewall' => '?',
  2350.             'security.command.user_password_encoder' => '?',
  2351.             'security.command.user_password_hash' => '?',
  2352.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2353.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2354.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2355.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2356.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2357.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2358.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2359.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2360.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2361.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2362.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2363.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2364.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2365.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2366.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2367.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2368.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2369.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2370.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2371.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2372.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2373.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2374.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2375.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2376.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2377.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2378.             'jms_translation.command.extract' => 'JMS\\TranslationBundle\\Command\\ExtractTranslationCommand',
  2379.             'jms_translation.command.list_resources' => 'JMS\\TranslationBundle\\Command\\ResourcesListCommand',
  2380.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2381.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2382.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2383.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2384.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2385.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2386.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2387.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2388.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2389.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2390.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2391.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2392.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2393.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2394.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  2395.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  2396.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2397.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2398.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  2399.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  2400.             'var_dumper.command.server_dump' => '?',
  2401.             'monolog.command.server_log' => '?',
  2402.             'maker.auto_command.make_auth' => '?',
  2403.             'maker.auto_command.make_command' => '?',
  2404.             'maker.auto_command.make_controller' => '?',
  2405.             'maker.auto_command.make_crud' => '?',
  2406.             'maker.auto_command.make_docker_database' => '?',
  2407.             'maker.auto_command.make_entity' => '?',
  2408.             'maker.auto_command.make_fixtures' => '?',
  2409.             'maker.auto_command.make_form' => '?',
  2410.             'maker.auto_command.make_message' => '?',
  2411.             'maker.auto_command.make_messenger_middleware' => '?',
  2412.             'maker.auto_command.make_registration_form' => '?',
  2413.             'maker.auto_command.make_reset_password' => '?',
  2414.             'maker.auto_command.make_serializer_encoder' => '?',
  2415.             'maker.auto_command.make_serializer_normalizer' => '?',
  2416.             'maker.auto_command.make_subscriber' => '?',
  2417.             'maker.auto_command.make_twig_extension' => '?',
  2418.             'maker.auto_command.make_test' => '?',
  2419.             'maker.auto_command.make_validator' => '?',
  2420.             'maker.auto_command.make_voter' => '?',
  2421.             'maker.auto_command.make_user' => '?',
  2422.             'maker.auto_command.make_migration' => '?',
  2423.             'maker.auto_command.make_stimulus_controller' => '?',
  2424.         ]), ['pw:import:example' => 'App\\Command\\ExampleCommand''pw:generate:crud' => 'App\\Command\\GenerateCrudCommand''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'jms_translation.command.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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''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:database:import' => 'doctrine.database_import_command''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''translation:list-resources' => 'jms_translation.command.list_resources''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''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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']);
  2425.     }
  2426.     /**
  2427.      * Gets the public 'container.env_var_processors_locator' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2430.      */
  2431.     protected function getContainer_EnvVarProcessorsLocatorService()
  2432.     {
  2433.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2434.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2435.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2436.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2437.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2438.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2439.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2440.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2441.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2442.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2443.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2444.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2445.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2446.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2447.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2448.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2449.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2450.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2451.         ], [
  2452.             'base64' => '?',
  2453.             'bool' => '?',
  2454.             'const' => '?',
  2455.             'csv' => '?',
  2456.             'default' => '?',
  2457.             'file' => '?',
  2458.             'float' => '?',
  2459.             'int' => '?',
  2460.             'json' => '?',
  2461.             'key' => '?',
  2462.             'not' => '?',
  2463.             'query_string' => '?',
  2464.             'require' => '?',
  2465.             'resolve' => '?',
  2466.             'string' => '?',
  2467.             'trim' => '?',
  2468.             'url' => '?',
  2469.         ]);
  2470.     }
  2471.     /**
  2472.      * Gets the public 'data_collector.dump' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2475.      */
  2476.     protected function getDataCollector_DumpService()
  2477.     {
  2478.         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()));
  2479.     }
  2480.     /**
  2481.      * Gets the public 'doctrine' shared service.
  2482.      *
  2483.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2484.      */
  2485.     protected function getDoctrineService()
  2486.     {
  2487.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2488.     }
  2489.     /**
  2490.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2491.      *
  2492.      * @return \Doctrine\DBAL\Connection
  2493.      */
  2494.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2495.     {
  2496.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2497.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2498.             return $this->services['doctrine.dbal.default_connection'];
  2499.         }
  2500.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), $a, []);
  2501.     }
  2502.     /**
  2503.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2504.      *
  2505.      * @return \Doctrine\ORM\EntityManager
  2506.      */
  2507.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2508.     {
  2509.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2510.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  2511.             return $this->services['doctrine.orm.default_entity_manager'];
  2512.         }
  2513.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  2514.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  2515.         return $instance;
  2516.     }
  2517.     /**
  2518.      * Gets the public 'error_controller' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2521.      */
  2522.     protected function getErrorControllerService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2525.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', ($this->privates['twig.error_renderer.html'] ?? $this->getTwig_ErrorRenderer_HtmlService()));
  2526.     }
  2527.     /**
  2528.      * Gets the public 'event_dispatcher' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2531.      */
  2532.     protected function getEventDispatcherService()
  2533.     {
  2534.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2535.         $instance->addListener('kernel.exception', [=> function () {
  2536.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2537.         }, => 'onKernelException'], 0);
  2538.         $instance->addListener('kernel.controller', [=> function () {
  2539.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2540.         }, => 'onKernelController'], 0);
  2541.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2542.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2543.         }, => 'checkPassport'], 1024);
  2544.         $instance->addListener('kernel.response', [=> function () {
  2545.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2546.         }, => 'onKernelResponse'], 0);
  2547.         $instance->addListener('kernel.response', [=> function () {
  2548.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  2549.         }, => 'onKernelResponse'], 0);
  2550.         $instance->addListener('kernel.request', [=> function () {
  2551.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2552.         }, => 'onKernelRequest'], 0);
  2553.         $instance->addListener('kernel.response', [=> function () {
  2554.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  2555.         }, => 'onKernelResponse'], 256);
  2556.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2557.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2558.         }, => 'attachRefreshToken'], 0);
  2559.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2560.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  2561.         }, => 'onLogout'], 0);
  2562.         $instance->addListener('kernel.exception', [=> function () {
  2563.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2564.         }, => 'onException'], 0);
  2565.         $instance->addListener('kernel.request', [=> function () {
  2566.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2567.         }, => 'onRequest'], 0);
  2568.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  2569.             return ($this->services['App\\EventListener\\UserListener'] ?? $this->getUserListenerService());
  2570.         }, => 'onRegister'], 0);
  2571.         $instance->addListener('fos_user.registration.success', [=> function () {
  2572.             return ($this->services['App\\EventListener\\UserListener'] ?? $this->getUserListenerService());
  2573.         }, => 'onRegisterSuccess'], 0);
  2574.         $instance->addListener('kernel.controller', [=> function () {
  2575.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2576.         }, => 'onKernelController'], 0);
  2577.         $instance->addListener('kernel.controller', [=> function () {
  2578.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2579.         }, => 'onKernelController'], 0);
  2580.         $instance->addListener('kernel.controller', [=> function () {
  2581.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2582.         }, => 'onKernelController'], -128);
  2583.         $instance->addListener('kernel.view', [=> function () {
  2584.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2585.         }, => 'onKernelView'], 0);
  2586.         $instance->addListener('kernel.controller', [=> function () {
  2587.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2588.         }, => 'onKernelController'], 0);
  2589.         $instance->addListener('kernel.response', [=> function () {
  2590.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2591.         }, => 'onKernelResponse'], 0);
  2592.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2593.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2594.         }, => 'onKernelControllerArguments'], 0);
  2595.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2596.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2597.         }, => 'onKernelControllerArguments'], 0);
  2598.         $instance->addListener('console.error', [=> function () {
  2599.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2600.         }, => 'onConsoleError'], 0);
  2601.         $instance->addListener('console.terminate', [=> function () {
  2602.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2603.         }, => 'onConsoleTerminate'], 0);
  2604.         $instance->addListener('kernel.response', [=> function () {
  2605.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  2606.         }, => 'onKernelResponse'], 50);
  2607.         $instance->addListener('kernel.finish_request', [=> function () {
  2608.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2609.         }, => 'resetAssets'], 0);
  2610.         $instance->addListener('kernel.response', [=> function () {
  2611.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2612.         }, => 'onKernelResponse'], 0);
  2613.         $instance->addListener('kernel.response', [=> function () {
  2614.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2615.         }, => 'onKernelResponse'], -1024);
  2616.         $instance->addListener('kernel.request', [=> function () {
  2617.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2618.         }, => 'setDefaultLocale'], 100);
  2619.         $instance->addListener('kernel.request', [=> function () {
  2620.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2621.         }, => 'onKernelRequest'], 16);
  2622.         $instance->addListener('kernel.finish_request', [=> function () {
  2623.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2624.         }, => 'onKernelFinishRequest'], 0);
  2625.         $instance->addListener('kernel.request', [=> function () {
  2626.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2627.         }, => 'onKernelRequest'], 256);
  2628.         $instance->addListener('kernel.response', [=> function () {
  2629.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2630.         }, => 'onResponse'], -255);
  2631.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2632.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2633.         }, => 'onControllerArguments'], 0);
  2634.         $instance->addListener('kernel.exception', [=> function () {
  2635.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2636.         }, => 'logKernelException'], 0);
  2637.         $instance->addListener('kernel.exception', [=> function () {
  2638.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2639.         }, => 'onKernelException'], -128);
  2640.         $instance->addListener('kernel.response', [=> function () {
  2641.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2642.         }, => 'removeCspHeader'], -128);
  2643.         $instance->addListener('kernel.request', [=> function () {
  2644.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2645.         }, => 'onKernelRequest'], 15);
  2646.         $instance->addListener('kernel.finish_request', [=> function () {
  2647.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2648.         }, => 'onKernelFinishRequest'], -15);
  2649.         $instance->addListener('console.error', [=> function () {
  2650.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2651.         }, => 'onConsoleError'], -128);
  2652.         $instance->addListener('console.terminate', [=> function () {
  2653.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2654.         }, => 'onConsoleTerminate'], -128);
  2655.         $instance->addListener('console.error', [=> function () {
  2656.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2657.         }, => 'onConsoleError'], 0);
  2658.         $instance->addListener('kernel.request', [=> function () {
  2659.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2660.         }, => 'onKernelRequest'], 128);
  2661.         $instance->addListener('kernel.response', [=> function () {
  2662.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2663.         }, => 'onKernelResponse'], -1000);
  2664.         $instance->addListener('kernel.finish_request', [=> function () {
  2665.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2666.         }, => 'onFinishRequest'], 0);
  2667.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2668.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2669.         }, => 'onMessage'], -255);
  2670.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2671.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2672.         }, => 'onMessage'], -255);
  2673.         $instance->addListener('kernel.request', [=> function () {
  2674.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2675.         }, => 'configure'], 2048);
  2676.         $instance->addListener('console.command', [=> function () {
  2677.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2678.         }, => 'configure'], 2048);
  2679.         $instance->addListener('kernel.request', [=> function () {
  2680.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2681.         }, => 'onKernelRequest'], 32);
  2682.         $instance->addListener('kernel.finish_request', [=> function () {
  2683.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2684.         }, => 'onKernelFinishRequest'], 0);
  2685.         $instance->addListener('kernel.exception', [=> function () {
  2686.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2687.         }, => 'onKernelException'], -64);
  2688.         $instance->addListener('kernel.response', [=> function () {
  2689.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2690.         }, => 'onKernelResponse'], 0);
  2691.         $instance->addListener('kernel.response', [=> function () {
  2692.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2693.         }, => 'onKernelResponse'], -100);
  2694.         $instance->addListener('kernel.exception', [=> function () {
  2695.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2696.         }, => 'onKernelException'], 0);
  2697.         $instance->addListener('kernel.terminate', [=> function () {
  2698.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2699.         }, => 'onKernelTerminate'], -1024);
  2700.         $instance->addListener('kernel.controller', [=> function () {
  2701.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2702.         }, => 'onKernelController'], 0);
  2703.         $instance->addListener('kernel.response', [=> function () {
  2704.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2705.         }, => 'onKernelResponse'], 0);
  2706.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2707.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2708.         }, => 'onMessage'], 0);
  2709.         $instance->addListener('kernel.response', [=> function () {
  2710.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2711.         }, => 'onKernelResponse'], -128);
  2712.         $instance->addListener('kernel.response', [=> function () {
  2713.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2714.         }, => 'onKernelResponse'], 0);
  2715.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2716.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2717.         }, => 'checkPassport'], 0);
  2718.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2719.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2720.         }, => 'onLoginSuccess'], 0);
  2721.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2722.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2723.         }, => 'onVoterVote'], 0);
  2724.         $instance->addListener('kernel.request', [=> function () {
  2725.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2726.         }, => 'configureLogoutUrlGenerator'], 8);
  2727.         $instance->addListener('kernel.request', [=> function () {
  2728.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2729.         }, => 'onKernelRequest'], 8);
  2730.         $instance->addListener('kernel.finish_request', [=> function () {
  2731.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2732.         }, => 'onKernelFinishRequest'], 0);
  2733.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2734.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2735.         }, => 'onImplicitLogin'], 0);
  2736.         $instance->addListener('security.interactive_login', [=> function () {
  2737.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2738.         }, => 'onSecurityInteractiveLogin'], 0);
  2739.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2740.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2741.         }, => 'authenticate'], 0);
  2742.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2743.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2744.         }, => 'authenticate'], 0);
  2745.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2746.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2747.         }, => 'authenticate'], 0);
  2748.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2749.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2750.         }, => 'addSuccessFlash'], 0);
  2751.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2752.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2753.         }, => 'addSuccessFlash'], 0);
  2754.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2755.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2756.         }, => 'addSuccessFlash'], 0);
  2757.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2758.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2759.         }, => 'addSuccessFlash'], 0);
  2760.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2761.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2762.         }, => 'onResettingResetInitialize'], 0);
  2763.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2764.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2765.         }, => 'onResettingResetSuccess'], 0);
  2766.         $instance->addListener('knp_pager.before', [=> function () {
  2767.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2768.         }, => 'before'], 0);
  2769.         $instance->addListener('knp_pager.pagination', [=> function () {
  2770.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2771.         }, => 'pagination'], 0);
  2772.         $instance->addListener('knp_pager.before', [=> function () {
  2773.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2774.         }, => 'before'], 1);
  2775.         $instance->addListener('knp_pager.before', [=> function () {
  2776.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2777.         }, => 'before'], 1);
  2778.         $instance->addListener('knp_pager.pagination', [=> function () {
  2779.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2780.         }, => 'pagination'], 1);
  2781.         $instance->addListener('console.command', [=> function () {
  2782.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2783.         }, => 'configure'], 1024);
  2784.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2785.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2786.         }, => 'checkPassport'], 512);
  2787.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2788.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2789.         }, => 'onLogout'], 0);
  2790.         return $instance;
  2791.     }
  2792.     /**
  2793.      * Gets the public 'fos_user.change_password.controller' shared service.
  2794.      *
  2795.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2796.      */
  2797.     protected function getFosUser_ChangePassword_ControllerService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  2801.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2802.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  2803.         return $instance;
  2804.     }
  2805.     /**
  2806.      * Gets the public 'fos_user.profile.controller' shared service.
  2807.      *
  2808.      * @return \FOS\UserBundle\Controller\ProfileController
  2809.      */
  2810.     protected function getFosUser_Profile_ControllerService()
  2811.     {
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  2814.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2815.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.profile.controller'$this));
  2816.         return $instance;
  2817.     }
  2818.     /**
  2819.      * Gets the public 'fos_user.registration.controller' shared service.
  2820.      *
  2821.      * @return \FOS\UserBundle\Controller\RegistrationController
  2822.      */
  2823.     protected function getFosUser_Registration_ControllerService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  2827.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2828.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.registration.controller'$this));
  2829.         return $instance;
  2830.     }
  2831.     /**
  2832.      * Gets the public 'fos_user.resetting.controller' shared service.
  2833.      *
  2834.      * @return \FOS\UserBundle\Controller\ResettingController
  2835.      */
  2836.     protected function getFosUser_Resetting_ControllerService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  2842.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['App\\Service\\Mailer'] ?? $this->getMailerService()), 7200);
  2843.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  2844.         return $instance;
  2845.     }
  2846.     /**
  2847.      * Gets the public 'fos_user.security.controller' shared service.
  2848.      *
  2849.      * @return \FOS\UserBundle\Controller\SecurityController
  2850.      */
  2851.     protected function getFosUser_Security_ControllerService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  2855.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  2856.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  2857.         return $instance;
  2858.     }
  2859.     /**
  2860.      * Gets the public 'fos_user.user_manager' shared service.
  2861.      *
  2862.      * @return \FOS\UserBundle\Doctrine\UserManager
  2863.      */
  2864.     protected function getFosUser_UserManagerService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  2869.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Entity\\User');
  2870.     }
  2871.     /**
  2872.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  2873.      *
  2874.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  2875.      *
  2876.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken" service is deprecated.
  2877.      */
  2878.     protected function getGesdinet_JwtrefreshtokenService()
  2879.     {
  2880.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken" service is deprecated.');
  2881.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(($this->privates['gesdinet.jwtrefreshtoken.authenticator'] ?? $this->getGesdinet_Jwtrefreshtoken_AuthenticatorService()), ($this->privates['gesdinet.jwtrefreshtoken.user_provider'] ?? $this->getGesdinet_Jwtrefreshtoken_UserProviderService()), ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 15552000'api'false, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2882.     }
  2883.     /**
  2884.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_generator' shared service.
  2885.      *
  2886.      * @return \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator
  2887.      */
  2888.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGeneratorInterface.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGenerator.php';
  2892.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  2893.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'])) {
  2894.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'];
  2895.         }
  2896.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] = new \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator($a);
  2897.     }
  2898.     /**
  2899.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  2900.      *
  2901.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  2902.      */
  2903.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  2907.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2908.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'])) {
  2909.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'];
  2910.         }
  2911.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager($a'App\\Entity\\RefreshToken');
  2912.     }
  2913.     /**
  2914.      * Gets the public 'gesdinet.jwtrefreshtoken.request.extractor.chain' shared service.
  2915.      *
  2916.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor
  2917.      */
  2918.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()
  2919.     {
  2920.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ChainExtractor.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  2925.         $this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor();
  2926.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor())));
  2927.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor())));
  2928.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor())));
  2929.         return $instance;
  2930.     }
  2931.     /**
  2932.      * Gets the public 'http_kernel' shared service.
  2933.      *
  2934.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2935.      */
  2936.     protected function getHttpKernelService()
  2937.     {
  2938.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2939.         if (isset($this->services['http_kernel'])) {
  2940.             return $this->services['http_kernel'];
  2941.         }
  2942.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2943.         if (isset($this->services['http_kernel'])) {
  2944.             return $this->services['http_kernel'];
  2945.         }
  2946.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  2947.     }
  2948.     /**
  2949.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  2950.      *
  2951.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  2952.      */
  2953.     protected function getJmsI18nRouting_CookieSettingListenerService()
  2954.     {
  2955.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  2956.     }
  2957.     /**
  2958.      * Gets the public 'jms_i18n_routing.loader' shared service.
  2959.      *
  2960.      * @return \JMS\I18nRoutingBundle\Router\I18nLoader
  2961.      */
  2962.     protected function getJmsI18nRouting_LoaderService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nLoader.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  2967.         return $this->services['jms_i18n_routing.loader'] = new \JMS\I18nRoutingBundle\Router\I18nLoader(($this->privates['jms_i18n_routing.route_exclusion_strategy'] ?? ($this->privates['jms_i18n_routing.route_exclusion_strategy'] = new \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy())), ($this->privates['jms_i18n_routing.pattern_generation_strategy.default'] ?? $this->getJmsI18nRouting_PatternGenerationStrategy_DefaultService()));
  2968.     }
  2969.     /**
  2970.      * Gets the public 'jms_translation.config_factory' shared service.
  2971.      *
  2972.      * @return \JMS\TranslationBundle\Translation\ConfigFactory
  2973.      */
  2974.     protected function getJmsTranslation_ConfigFactoryService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigFactory.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigBuilder.php';
  2978.         $a = new \JMS\TranslationBundle\Translation\ConfigBuilder();
  2979.         $a->setTranslationsDir((\dirname(__DIR__4).'/translations'));
  2980.         $a->setScanDirs([=> (\dirname(__DIR__4).'/src')]);
  2981.         $a->setIgnoredDomains([]);
  2982.         $a->setDomains([]);
  2983.         $a->setEnabledExtractors([]);
  2984.         $a->setExcludedDirs([=> 'cache'=> 'data'=> 'logs']);
  2985.         $a->setExcludedNames([=> '*TestCase.php'=> '*Test.php']);
  2986.         $a->setOutputFormat('yaml');
  2987.         $a->setUseIcuMessageFormat(false);
  2988.         $a->setKeepOldTranslations(false);
  2989.         $a->setLoadResources([]);
  2990.         return $this->services['jms_translation.config_factory'] = new \JMS\TranslationBundle\Translation\ConfigFactory(['app' => $a]);
  2991.     }
  2992.     /**
  2993.      * Gets the public 'jms_translation.controller.api_controller' shared service.
  2994.      *
  2995.      * @return \JMS\TranslationBundle\Controller\ApiController
  2996.      */
  2997.     protected function getJmsTranslation_Controller_ApiControllerService()
  2998.     {
  2999.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/ApiController.php';
  3000.         return $this->services['jms_translation.controller.api_controller'] = new \JMS\TranslationBundle\Controller\ApiController(($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->services['jms_translation.updater'] ?? $this->getJmsTranslation_UpdaterService()));
  3001.     }
  3002.     /**
  3003.      * Gets the public 'jms_translation.controller.translate_controller' shared service.
  3004.      *
  3005.      * @return \JMS\TranslationBundle\Controller\TranslateController
  3006.      */
  3007.     protected function getJmsTranslation_Controller_TranslateControllerService()
  3008.     {
  3009.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/TranslateController.php';
  3010.         $this->services['jms_translation.controller.translate_controller'] = $instance = new \JMS\TranslationBundle\Controller\TranslateController(($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->privates['jms_translation.loader_manager'] ?? $this->getJmsTranslation_LoaderManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3011.         $instance->setSourceLanguage('en');
  3012.         return $instance;
  3013.     }
  3014.     /**
  3015.      * Gets the public 'jms_translation.twig_extension' shared service.
  3016.      *
  3017.      * @return \JMS\TranslationBundle\Twig\TranslationExtension
  3018.      */
  3019.     protected function getJmsTranslation_TwigExtensionService()
  3020.     {
  3021.         return $this->services['jms_translation.twig_extension'] = new \JMS\TranslationBundle\Twig\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()), true);
  3022.     }
  3023.     /**
  3024.      * Gets the public 'jms_translation.updater' shared service.
  3025.      *
  3026.      * @return \JMS\TranslationBundle\Translation\Updater
  3027.      */
  3028.     protected function getJmsTranslation_UpdaterService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Updater.php';
  3031.         return $this->services['jms_translation.updater'] = new \JMS\TranslationBundle\Translation\Updater(($this->privates['jms_translation.loader_manager'] ?? $this->getJmsTranslation_LoaderManagerService()), ($this->privates['jms_translation.extractor_manager'] ?? $this->getJmsTranslation_ExtractorManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['jms_translation.file_writer'] ?? $this->getJmsTranslation_FileWriterService()));
  3032.     }
  3033.     /**
  3034.      * Gets the public 'knp_paginator' shared service.
  3035.      *
  3036.      * @return \Knp\Component\Pager\Paginator
  3037.      */
  3038.     protected function getKnpPaginatorService($lazyLoad true)
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  3042.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3043.         if (isset($this->services['knp_paginator'])) {
  3044.             return $this->services['knp_paginator'];
  3045.         }
  3046.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3047.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3052.      *
  3053.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3054.      */
  3055.     protected function getLexikJwtAuthentication_EncoderService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3060.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  3061.     }
  3062.     /**
  3063.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3064.      *
  3065.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3066.      */
  3067.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3071.         $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 () {
  3072.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  3073.         }, 1));
  3074.         $instance->setName('lexik:jwt:generate-token');
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3079.      *
  3080.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3081.      */
  3082.     protected function getLexikJwtAuthentication_JwtManagerService()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  3088.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  3089.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3090.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3091.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  3092.         }
  3093.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username', ($this->privates['lexik_jwt_authentication.payload_enrichment'] ?? ($this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]))));
  3094.         $instance->setUserIdentityField('username'false);
  3095.         return $instance;
  3096.     }
  3097.     /**
  3098.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3099.      *
  3100.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3101.      */
  3102.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3103.     {
  3104.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3108.         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'), []);
  3109.     }
  3110.     /**
  3111.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3112.      *
  3113.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3114.      */
  3115.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3116.     {
  3117.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  3118.         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));
  3119.     }
  3120.     /**
  3121.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3122.      *
  3123.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3124.      */
  3125.     protected function getLiipImagine_Cache_ManagerService()
  3126.     {
  3127.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3128.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3129.             return $this->services['liip_imagine.cache.manager'];
  3130.         }
  3131.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($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'true);
  3132.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3133.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3138.      *
  3139.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3140.      */
  3141.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3142.     {
  3143.         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');
  3144.     }
  3145.     /**
  3146.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3147.      *
  3148.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3149.      */
  3150.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3151.     {
  3152.         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()));
  3153.     }
  3154.     /**
  3155.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3156.      *
  3157.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3158.      */
  3159.     protected function getLiipImagine_Cache_SignerService()
  3160.     {
  3161.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3162.     }
  3163.     /**
  3164.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3165.      *
  3166.      * @return \Liip\ImagineBundle\Config\StackCollection
  3167.      */
  3168.     protected function getLiipImagine_Config_StackCollectionService()
  3169.     {
  3170.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3171.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(($this->privates['liip_imagine.config.stack_builder'] ?? $this->getLiipImagine_Config_StackBuilderService()), $this->parameters['liip_imagine.filter_sets']);
  3172.     }
  3173.     /**
  3174.      * Gets the public 'liip_imagine.data.manager' shared service.
  3175.      *
  3176.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3177.      */
  3178.     protected function getLiipImagine_Data_ManagerService()
  3179.     {
  3180.         $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->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  3181.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3186.      *
  3187.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3188.      */
  3189.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  3190.     {
  3191.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3192.     }
  3193.     /**
  3194.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  3195.      *
  3196.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  3197.      */
  3198.     protected function getLiipImagine_Filter_Loader_FixedService()
  3199.     {
  3200.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  3201.     }
  3202.     /**
  3203.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  3204.      *
  3205.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  3206.      */
  3207.     protected function getLiipImagine_Filter_Loader_FlipService()
  3208.     {
  3209.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  3210.     }
  3211.     /**
  3212.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  3213.      *
  3214.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  3215.      */
  3216.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  3217.     {
  3218.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  3219.     }
  3220.     /**
  3221.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  3222.      *
  3223.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  3224.      */
  3225.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  3226.     {
  3227.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  3228.     }
  3229.     /**
  3230.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  3231.      *
  3232.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  3233.      */
  3234.     protected function getLiipImagine_Filter_Loader_ResampleService()
  3235.     {
  3236.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  3237.     }
  3238.     /**
  3239.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  3240.      *
  3241.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  3242.      */
  3243.     protected function getLiipImagine_Filter_Loader_RotateService()
  3244.     {
  3245.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  3246.     }
  3247.     /**
  3248.      * Gets the public 'liip_imagine.filter.manager' shared service.
  3249.      *
  3250.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  3251.      */
  3252.     protected function getLiipImagine_Filter_ManagerService()
  3253.     {
  3254.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()), ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  3255.         $instance->addLoader('relative_resize', ($this->privates['liip_imagine.filter.loader.relative_resize'] ?? ($this->privates['liip_imagine.filter.loader.relative_resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader())));
  3256.         $instance->addLoader('resize', ($this->privates['liip_imagine.filter.loader.resize'] ?? ($this->privates['liip_imagine.filter.loader.resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader())));
  3257.         $instance->addLoader('thumbnail', ($this->privates['liip_imagine.filter.loader.thumbnail'] ?? ($this->privates['liip_imagine.filter.loader.thumbnail'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader())));
  3258.         $instance->addLoader('crop', ($this->privates['liip_imagine.filter.loader.crop'] ?? ($this->privates['liip_imagine.filter.loader.crop'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader())));
  3259.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  3260.         $instance->addLoader('paste_image', ($this->privates['liip_imagine.filter.loader.paste_image'] ?? $this->getLiipImagine_Filter_Loader_PasteImageService()));
  3261.         $instance->addLoader('watermark_image', ($this->privates['liip_imagine.filter.loader.watermark_image'] ?? $this->getLiipImagine_Filter_Loader_WatermarkImageService()));
  3262.         $instance->addLoader('background', ($this->privates['liip_imagine.filter.loader.background'] ?? $this->getLiipImagine_Filter_Loader_BackgroundService()));
  3263.         $instance->addLoader('strip', ($this->privates['liip_imagine.filter.loader.strip'] ?? ($this->privates['liip_imagine.filter.loader.strip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader())));
  3264.         $instance->addLoader('scale', ($this->privates['liip_imagine.filter.loader.scale'] ?? ($this->privates['liip_imagine.filter.loader.scale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader())));
  3265.         $instance->addLoader('upscale', ($this->privates['liip_imagine.filter.loader.upscale'] ?? ($this->privates['liip_imagine.filter.loader.upscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader())));
  3266.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  3267.         $instance->addLoader('auto_rotate', ($this->privates['liip_imagine.filter.loader.auto_rotate'] ?? ($this->privates['liip_imagine.filter.loader.auto_rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader())));
  3268.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  3269.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  3270.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  3271.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  3272.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  3273.         $instance->addPostProcessor('jpegoptim', ($this->privates['liip_imagine.filter.post_processor.jpegoptim'] ?? $this->getLiipImagine_Filter_PostProcessor_JpegoptimService()));
  3274.         $instance->addPostProcessor('optipng', ($this->privates['liip_imagine.filter.post_processor.optipng'] ?? $this->getLiipImagine_Filter_PostProcessor_OptipngService()));
  3275.         $instance->addPostProcessor('pngquant', ($this->privates['liip_imagine.filter.post_processor.pngquant'] ?? ($this->privates['liip_imagine.filter.post_processor.pngquant'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'))));
  3276.         $instance->addPostProcessor('mozjpeg', ($this->privates['liip_imagine.filter.post_processor.mozjpeg'] ?? ($this->privates['liip_imagine.filter.post_processor.mozjpeg'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'))));
  3277.         $instance->addPostProcessor('cwebp', ($this->privates['liip_imagine.filter.post_processor.cwebp'] ?? $this->getLiipImagine_Filter_PostProcessor_CwebpService()));
  3278.         return $instance;
  3279.     }
  3280.     /**
  3281.      * Gets the public 'monolog.logger.deprecation' shared service.
  3282.      *
  3283.      * @return \Symfony\Bridge\Monolog\Logger
  3284.      */
  3285.     protected function getMonolog_Logger_DeprecationService()
  3286.     {
  3287.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3288.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3289.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3290.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3291.         return $instance;
  3292.     }
  3293.     /**
  3294.      * Gets the public 'request_stack' shared service.
  3295.      *
  3296.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3297.      */
  3298.     protected function getRequestStackService()
  3299.     {
  3300.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3301.     }
  3302.     /**
  3303.      * Gets the public 'router' shared service.
  3304.      *
  3305.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  3306.      */
  3307.     protected function getRouterService()
  3308.     {
  3309.         $this->services['router'] = $instance = new \JMS\I18nRoutingBundle\Router\I18nRouter($this'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'en');
  3310.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3311.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3312.         $instance->setLocaleResolver(($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl'))));
  3313.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  3314.         $instance->setDefaultLocale('en');
  3315.         $instance->setRedirectToHost(true);
  3316.         return $instance;
  3317.     }
  3318.     /**
  3319.      * Gets the public 'routing.loader' shared service.
  3320.      *
  3321.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3322.      */
  3323.     protected function getRouting_LoaderService()
  3324.     {
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3329.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), ['utf8' => true], []);
  3330.     }
  3331.     /**
  3332.      * Gets the public 'services_resetter' shared service.
  3333.      *
  3334.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3335.      */
  3336.     protected function getServicesResetterService()
  3337.     {
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3339.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3340.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  3341.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  3342.             }
  3343.             if (isset($this->privates['cache.webpack_encore'])) {
  3344.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  3345.             }
  3346.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  3347.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  3348.             }
  3349.             if (isset($this->services['cache.app'])) {
  3350.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3351.             }
  3352.             if (isset($this->services['cache.system'])) {
  3353.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3354.             }
  3355.             if (isset($this->privates['cache.validator'])) {
  3356.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3357.             }
  3358.             if (isset($this->privates['cache.serializer'])) {
  3359.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3360.             }
  3361.             if (isset($this->privates['cache.annotations'])) {
  3362.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3363.             }
  3364.             if (isset($this->privates['cache.property_info'])) {
  3365.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3366.             }
  3367.             if (isset($this->privates['.debug.http_client'])) {
  3368.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3369.             }
  3370.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3371.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3372.             }
  3373.             if (isset($this->privates['debug.stopwatch'])) {
  3374.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3375.             }
  3376.             if (isset($this->services['event_dispatcher'])) {
  3377.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3378.             }
  3379.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3380.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3381.             }
  3382.             if (isset($this->services['cache.validator_expression_language'])) {
  3383.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3384.             }
  3385.             if (isset($this->services['.container.private.profiler'])) {
  3386.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3387.             }
  3388.             if (isset($this->services['.container.private.validator'])) {
  3389.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3390.             }
  3391.             if (isset($this->privates['twig.form.engine'])) {
  3392.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3393.             }
  3394.             if (isset($this->services['.container.private.security.token_storage'])) {
  3395.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3396.             }
  3397.             if (isset($this->privates['cache.security_expression_language'])) {
  3398.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3399.             }
  3400.             if (isset($this->privates['debug.security.firewall'])) {
  3401.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  3402.             }
  3403.             if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  3404.                 yield 'debug.security.firewall.authenticator.admin' => ($this->privates['debug.security.firewall.authenticator.admin'] ?? null);
  3405.             }
  3406.             if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  3407.                 yield 'debug.security.firewall.authenticator.api_login' => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? null);
  3408.             }
  3409.             if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  3410.                 yield 'debug.security.firewall.authenticator.api' => ($this->privates['debug.security.firewall.authenticator.api'] ?? null);
  3411.             }
  3412.             if (isset($this->privates['cache.security_token_verifier'])) {
  3413.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null);
  3414.             }
  3415.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  3416.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  3417.             }
  3418.             if (isset($this->services['doctrine'])) {
  3419.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3420.             }
  3421.             if (isset($this->privates['form.type.entity'])) {
  3422.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3423.             }
  3424.             if (isset($this->privates['.debug.http_client'])) {
  3425.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3426.             }
  3427.         }, function () {
  3428.             return + (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->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['.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['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.admin'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_login'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api'])) + (int) (isset($this->privates['cache.security_token_verifier'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['.debug.http_client']));
  3429.         }), ['webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'debug.security.firewall.authenticator.admin' => [=> 'reset'], 'debug.security.firewall.authenticator.api_login' => [=> 'reset'], 'debug.security.firewall.authenticator.api' => [=> 'reset'], 'cache.security_token_verifier' => [=> 'reset'], 'debug.security.firewall.authenticator.main' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  3430.     }
  3431.     /**
  3432.      * Gets the public 'test.client' service.
  3433.      *
  3434.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  3435.      */
  3436.     protected function getTest_ClientService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  3443.         $this->factories['test.client'] = function () {
  3444.             return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  3445.         };
  3446.         return $this->factories['test.client']();
  3447.     }
  3448.     /**
  3449.      * Gets the public 'test.private_services_locator' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3452.      */
  3453.     protected function getTest_PrivateServicesLocatorService()
  3454.     {
  3455.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3456.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  3457.             'twig.mobile_detect_extension' => ['privates''twig.mobile_detect_extension''getTwig_MobileDetectExtensionService'false],
  3458.             'a2lix_translation_form.locale.simple_provider' => ['privates''a2lix_translation_form.locale.simple_provider''getA2lixTranslationForm_Locale_SimpleProviderService'false],
  3459.             'a2lix_translation_form.form.event_listener.translations_listener' => ['privates''a2lix_translation_form.form.event_listener.translations_listener''getA2lixTranslationForm_Form_EventListener_TranslationsListenerService'false],
  3460.             'a2lix_translation_form.form.event_listener.translations_form_listener' => ['privates''a2lix_translation_form.form.event_listener.translations_form_listener''getA2lixTranslationForm_Form_EventListener_TranslationsFormListenerService'false],
  3461.             'a2lix_translation_form.form.type.translations_type' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  3462.             'a2lix_translation_form.form.type.translations_forms_type' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  3463.             'a2lix_translation_form.form.type.translations_locales_selector_type' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  3464.             'a2lix_translation_form.form.type.translated_entity_type' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  3465.             'liip_imagine.factory.config.filter.argument.point' => ['privates''liip_imagine.factory.config.filter.argument.point''getLiipImagine_Factory_Config_Filter_Argument_PointService'false],
  3466.             'liip_imagine.factory.config.filter.argument.size' => ['privates''liip_imagine.factory.config.filter.argument.size''getLiipImagine_Factory_Config_Filter_Argument_SizeService'false],
  3467.             'liip_imagine.factory.config.stack' => ['privates''liip_imagine.factory.config.stack''getLiipImagine_Factory_Config_StackService'false],
  3468.             'liip_imagine.factory.config.filter.auto_rotate' => ['privates''liip_imagine.factory.config.filter.auto_rotate''getLiipImagine_Factory_Config_Filter_AutoRotateService'false],
  3469.             'liip_imagine.factory.config.filter.background' => ['privates''liip_imagine.factory.config.filter.background''getLiipImagine_Factory_Config_Filter_BackgroundService'false],
  3470.             'liip_imagine.factory.config.filter.crop' => ['privates''liip_imagine.factory.config.filter.crop''getLiipImagine_Factory_Config_Filter_CropService'false],
  3471.             'liip_imagine.factory.config.filter.downscale' => ['privates''liip_imagine.factory.config.filter.downscale''getLiipImagine_Factory_Config_Filter_DownscaleService'false],
  3472.             'liip_imagine.factory.config.filter.flip' => ['privates''liip_imagine.factory.config.filter.flip''getLiipImagine_Factory_Config_Filter_FlipService'false],
  3473.             'liip_imagine.factory.config.filter.grayscale' => ['privates''liip_imagine.factory.config.filter.grayscale''getLiipImagine_Factory_Config_Filter_GrayscaleService'false],
  3474.             'liip_imagine.factory.config.filter.interlace' => ['privates''liip_imagine.factory.config.filter.interlace''getLiipImagine_Factory_Config_Filter_InterlaceService'false],
  3475.             'liip_imagine.factory.config.filter.paste' => ['privates''liip_imagine.factory.config.filter.paste''getLiipImagine_Factory_Config_Filter_PasteService'false],
  3476.             'liip_imagine.factory.config.filter.relative_resize' => ['privates''liip_imagine.factory.config.filter.relative_resize''getLiipImagine_Factory_Config_Filter_RelativeResizeService'false],
  3477.             'liip_imagine.factory.config.filter.resize' => ['privates''liip_imagine.factory.config.filter.resize''getLiipImagine_Factory_Config_Filter_ResizeService'false],
  3478.             'liip_imagine.factory.config.filter.rotate' => ['privates''liip_imagine.factory.config.filter.rotate''getLiipImagine_Factory_Config_Filter_RotateService'false],
  3479.             'liip_imagine.factory.config.filter.scale' => ['privates''liip_imagine.factory.config.filter.scale''getLiipImagine_Factory_Config_Filter_ScaleService'false],
  3480.             'liip_imagine.factory.config.filter.strip' => ['privates''liip_imagine.factory.config.filter.strip''getLiipImagine_Factory_Config_Filter_StripService'false],
  3481.             'liip_imagine.factory.config.filter.thumbnail' => ['privates''liip_imagine.factory.config.filter.thumbnail''getLiipImagine_Factory_Config_Filter_ThumbnailService'false],
  3482.             'liip_imagine.factory.config.filter.upscale' => ['privates''liip_imagine.factory.config.filter.upscale''getLiipImagine_Factory_Config_Filter_UpscaleService'false],
  3483.             'liip_imagine.factory.config.filter.watermark' => ['privates''liip_imagine.factory.config.filter.watermark''getLiipImagine_Factory_Config_Filter_WatermarkService'false],
  3484.             'liip_imagine.config.filter_factory_collection' => ['privates''liip_imagine.config.filter_factory_collection''getLiipImagine_Config_FilterFactoryCollectionService'false],
  3485.             'liip_imagine.config.stack_builder' => ['privates''liip_imagine.config.stack_builder''getLiipImagine_Config_StackBuilderService'false],
  3486.             'liip_imagine.filter.configuration' => ['privates''liip_imagine.filter.configuration''getLiipImagine_Filter_ConfigurationService'false],
  3487.             'liip_imagine.service.filter' => ['privates''liip_imagine.service.filter''getLiipImagine_Service_FilterService'false],
  3488.             'liip_imagine.controller.config' => ['privates''liip_imagine.controller.config''getLiipImagine_Controller_ConfigService'false],
  3489.             'liip_imagine.meta_data.reader' => ['privates''liip_imagine.meta_data.reader''getLiipImagine_MetaData_ReaderService'false],
  3490.             'liip_imagine.gd' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  3491.             'liip_imagine.filter.loader.relative_resize' => ['privates''liip_imagine.filter.loader.relative_resize''getLiipImagine_Filter_Loader_RelativeResizeService'false],
  3492.             'liip_imagine.filter.loader.resize' => ['privates''liip_imagine.filter.loader.resize''getLiipImagine_Filter_Loader_ResizeService'false],
  3493.             'liip_imagine.filter.loader.thumbnail' => ['privates''liip_imagine.filter.loader.thumbnail''getLiipImagine_Filter_Loader_ThumbnailService'false],
  3494.             'liip_imagine.filter.loader.crop' => ['privates''liip_imagine.filter.loader.crop''getLiipImagine_Filter_Loader_CropService'false],
  3495.             'liip_imagine.filter.loader.paste_image' => ['privates''liip_imagine.filter.loader.paste_image''getLiipImagine_Filter_Loader_PasteImageService'false],
  3496.             'liip_imagine.filter.loader.watermark_image' => ['privates''liip_imagine.filter.loader.watermark_image''getLiipImagine_Filter_Loader_WatermarkImageService'false],
  3497.             'liip_imagine.filter.loader.background' => ['privates''liip_imagine.filter.loader.background''getLiipImagine_Filter_Loader_BackgroundService'false],
  3498.             'liip_imagine.filter.loader.strip' => ['privates''liip_imagine.filter.loader.strip''getLiipImagine_Filter_Loader_StripService'false],
  3499.             'liip_imagine.filter.loader.scale' => ['privates''liip_imagine.filter.loader.scale''getLiipImagine_Filter_Loader_ScaleService'false],
  3500.             'liip_imagine.filter.loader.upscale' => ['privates''liip_imagine.filter.loader.upscale''getLiipImagine_Filter_Loader_UpscaleService'false],
  3501.             'liip_imagine.filter.loader.auto_rotate' => ['privates''liip_imagine.filter.loader.auto_rotate''getLiipImagine_Filter_Loader_AutoRotateService'false],
  3502.             'liip_imagine.form.type.image' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  3503.             'liip_imagine.binary.mime_type_guesser' => ['privates''liip_imagine.binary.mime_type_guesser''getLiipImagine_Binary_MimeTypeGuesserService'false],
  3504.             'liip_imagine.filter.post_processor.jpegoptim' => ['privates''liip_imagine.filter.post_processor.jpegoptim''getLiipImagine_Filter_PostProcessor_JpegoptimService'false],
  3505.             'liip_imagine.filter.post_processor.optipng' => ['privates''liip_imagine.filter.post_processor.optipng''getLiipImagine_Filter_PostProcessor_OptipngService'false],
  3506.             'liip_imagine.filter.post_processor.pngquant' => ['privates''liip_imagine.filter.post_processor.pngquant''getLiipImagine_Filter_PostProcessor_PngquantService'false],
  3507.             'liip_imagine.filter.post_processor.mozjpeg' => ['privates''liip_imagine.filter.post_processor.mozjpeg''getLiipImagine_Filter_PostProcessor_MozjpegService'false],
  3508.             'liip_imagine.filter.post_processor.cwebp' => ['privates''liip_imagine.filter.post_processor.cwebp''getLiipImagine_Filter_PostProcessor_CwebpService'false],
  3509.             'liip_imagine.templating.filter_extension' => ['privates''liip_imagine.templating.filter_extension''getLiipImagine_Templating_FilterExtensionService'false],
  3510.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  3511.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  3512.             'sensio_framework_extra.controller.listener' => ['privates''sensio_framework_extra.controller.listener''getSensioFrameworkExtra_Controller_ListenerService'false],
  3513.             'sensio_framework_extra.converter.listener' => ['privates''sensio_framework_extra.converter.listener''getSensioFrameworkExtra_Converter_ListenerService'false],
  3514.             'sensio_framework_extra.converter.manager' => ['privates''sensio_framework_extra.converter.manager''getSensioFrameworkExtra_Converter_ManagerService'false],
  3515.             'sensio_framework_extra.converter.doctrine.orm' => ['privates''sensio_framework_extra.converter.doctrine.orm''getSensioFrameworkExtra_Converter_Doctrine_OrmService'false],
  3516.             'framework_extra_bundle.date_time_param_converter' => ['privates''framework_extra_bundle.date_time_param_converter''getFrameworkExtraBundle_DateTimeParamConverterService'false],
  3517.             'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => ['privates''sensio_framework_extra.converter.doctrine.orm.expression_language.default''getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService'false],
  3518.             'sensio_framework_extra.view.guesser' => ['privates''sensio_framework_extra.view.guesser''getSensioFrameworkExtra_View_GuesserService'false],
  3519.             'sensio_framework_extra.view.listener' => ['privates''sensio_framework_extra.view.listener''getSensioFrameworkExtra_View_ListenerService'false],
  3520.             'sensio_framework_extra.cache.listener' => ['privates''sensio_framework_extra.cache.listener''getSensioFrameworkExtra_Cache_ListenerService'false],
  3521.             'sensio_framework_extra.security.listener' => ['privates''sensio_framework_extra.security.listener''getSensioFrameworkExtra_Security_ListenerService'false],
  3522.             'sensio_framework_extra.security.expression_language.default' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  3523.             'framework_extra_bundle.event.is_granted' => ['privates''framework_extra_bundle.event.is_granted''getFrameworkExtraBundle_Event_IsGrantedService'false],
  3524.             'framework_extra_bundle.argument_name_convertor' => ['privates''framework_extra_bundle.argument_name_convertor''getFrameworkExtraBundle_ArgumentNameConvertorService'false],
  3525.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  3526.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  3527.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  3528.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  3529.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  3530.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  3531.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  3532.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  3533.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  3534.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  3535.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  3536.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  3537.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  3538.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  3539.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  3540.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  3541.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  3542.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  3543.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  3544.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  3545.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  3546.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  3547.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  3548.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  3549.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  3550.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  3551.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  3552.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  3553.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  3554.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  3555.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  3556.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  3557.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  3558.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  3559.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  3560.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  3561.             'maker.maker.make_stimulus_controller' => ['privates''maker.maker.make_stimulus_controller''getMaker_Maker_MakeStimulusControllerService'false],
  3562.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3563.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3564.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  3565.             'webpack_encore.twig_entry_files_extension' => ['privates''webpack_encore.twig_entry_files_extension''getWebpackEncore_TwigEntryFilesExtensionService'false],
  3566.             'webpack_encore.twig_stimulus_extension' => ['privates''webpack_encore.twig_stimulus_extension''getWebpackEncore_TwigStimulusExtensionService'false],
  3567.             'webpack_encore.entrypoint_lookup.cache_warmer' => ['privates''webpack_encore.entrypoint_lookup.cache_warmer''getWebpackEncore_EntrypointLookup_CacheWarmerService'false],
  3568.             'cache.webpack_encore' => ['privates''cache.webpack_encore''getCache_WebpackEncoreService'false],
  3569.             'webpack_encore.exception_listener' => ['privates''webpack_encore.exception_listener''getWebpackEncore_ExceptionListenerService'false],
  3570.             'webpack_encore.preload_assets_event_listener' => ['privates''webpack_encore.preload_assets_event_listener''getWebpackEncore_PreloadAssetsEventListenerService'false],
  3571.             'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' => ['privates''Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener''getResetAssetsEventListenerService'false],
  3572.             'webpack_encore.entrypoint_lookup[_default]' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  3573.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  3574.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  3575.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  3576.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  3577.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  3578.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  3579.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  3580.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3581.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  3582.             'cache_clearer' => ['services''.container.private.cache_clearer''get_Container_Private_CacheClearerService'false],
  3583.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  3584.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  3585.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  3586.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  3587.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  3588.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  3589.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  3590.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3591.             'slugger' => ['privates''slugger''getSluggerService'false],
  3592.             'container.getenv' => ['privates''container.getenv''getContainer_GetenvService'false],
  3593.             'config_builder.warmer' => ['privates''config_builder.warmer''getConfigBuilder_WarmerService'false],
  3594.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  3595.             'fragment.uri_generator' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  3596.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  3597.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3598.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  3599.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  3600.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  3601.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  3602.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  3603.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  3604.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  3605.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  3606.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  3607.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  3608.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  3609.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  3610.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  3611.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  3612.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  3613.             'console.command.dotenv_debug' => ['privates''console.command.dotenv_debug''getConsole_Command_DotenvDebugService'false],
  3614.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  3615.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  3616.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  3617.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  3618.             'console.command.translation_extract' => ['privates''console.command.translation_extract''getConsole_Command_TranslationExtractService'false],
  3619.             'console.command.validator_debug' => ['privates''console.command.validator_debug''getConsole_Command_ValidatorDebugService'false],
  3620.             'console.command.translation_pull' => ['privates''console.command.translation_pull''getConsole_Command_TranslationPullService'false],
  3621.             'console.command.translation_push' => ['privates''console.command.translation_push''getConsole_Command_TranslationPushService'false],
  3622.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  3623.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  3624.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  3625.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  3626.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  3627.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  3628.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  3629.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  3630.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  3631.             'cache.validator' => ['privates''cache.validator''getCache_ValidatorService'false],
  3632.             'cache.serializer' => ['privates''cache.serializer''getCache_SerializerService'false],
  3633.             'cache.annotations' => ['privates''cache.annotations''getCache_AnnotationsService'false],
  3634.             'cache.property_info' => ['privates''cache.property_info''getCache_PropertyInfoService'false],
  3635.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  3636.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  3637.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  3638.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  3639.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  3640.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  3641.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  3642.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  3643.             'assets._version__default' => ['privates''assets._version__default''getAssets_VersionDefaultService'false],
  3644.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  3645.             'mailer.mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3646.             'mailer.transports' => ['privates''mailer.transports''getMailer_TransportsService'false],
  3647.             'mailer.transport_factory' => ['privates''mailer.transport_factory''getMailer_TransportFactoryService'false],
  3648.             'mailer.envelope_listener' => ['privates''mailer.envelope_listener''getMailer_EnvelopeListenerService'false],
  3649.             'mailer.message_logger_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  3650.             'mailer.transport_factory.null' => ['privates''mailer.transport_factory.null''getMailer_TransportFactory_NullService'false],
  3651.             'mailer.transport_factory.sendmail' => ['privates''mailer.transport_factory.sendmail''getMailer_TransportFactory_SendmailService'false],
  3652.             'mailer.transport_factory.smtp' => ['privates''mailer.transport_factory.smtp''getMailer_TransportFactory_SmtpService'false],
  3653.             'mailer.transport_factory.native' => ['privates''mailer.transport_factory.native''getMailer_TransportFactory_NativeService'false],
  3654.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  3655.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3656.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  3657.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  3658.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  3659.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  3660.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  3661.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  3662.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  3663.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  3664.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  3665.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  3666.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  3667.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  3668.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  3669.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  3670.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  3671.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  3672.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  3673.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  3674.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  3675.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  3676.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  3677.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  3678.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  3679.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  3680.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  3681.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  3682.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  3683.             'translation.provider_collection' => ['privates''translation.provider_collection''getTranslation_ProviderCollectionService'false],
  3684.             'translation.provider_collection_factory' => ['privates''translation.provider_collection_factory''getTranslation_ProviderCollectionFactoryService'false],
  3685.             'translation.provider_factory.null' => ['privates''translation.provider_factory.null''getTranslation_ProviderFactory_NullService'false],
  3686.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  3687.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  3688.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  3689.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3690.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  3691.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  3692.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  3693.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  3694.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  3695.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  3696.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  3697.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  3698.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  3699.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  3700.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  3701.             'router.expression_language_provider' => ['privates''router.expression_language_provider''getRouter_ExpressionLanguageProviderService'false],
  3702.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  3703.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  3704.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  3705.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  3706.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  3707.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  3708.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  3709.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  3710.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  3711.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  3712.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3713.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  3714.             'secrets.decryption_key' => ['privates''secrets.decryption_key''getSecrets_DecryptionKeyService'false],
  3715.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  3716.             'property_info' => ['privates''property_info''getPropertyInfoService'false],
  3717.             'property_info.reflection_extractor' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  3718.             'web_link.add_link_header_listener' => ['privates''web_link.add_link_header_listener''getWebLink_AddLinkHeaderListenerService'false],
  3719.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  3720.             'session.factory' => ['privates''session.factory''getSession_FactoryService'false],
  3721.             'session.storage.factory.native' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  3722.             'security.csrf.token_generator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  3723.             'security.csrf.token_storage' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  3724.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3725.             'twig.runtime.security_csrf' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3726.             'twig.extension.security_csrf' => ['privates''twig.extension.security_csrf''getTwig_Extension_SecurityCsrfService'false],
  3727.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  3728.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  3729.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3730.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  3731.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  3732.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  3733.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  3734.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3735.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  3736.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3737.             'form.type.file' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  3738.             'form.type.color' => ['privates''form.type.color''getForm_Type_ColorService'false],
  3739.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  3740.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  3741.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  3742.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  3743.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  3744.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  3745.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  3746.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  3747.             'form.type_extension.csrf' => ['privates''form.type_extension.csrf''getForm_TypeExtension_CsrfService'false],
  3748.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  3749.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  3750.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  3751.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  3752.             'validator.expression_language' => ['privates''validator.expression_language''getValidator_ExpressionLanguageService'false],
  3753.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  3754.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  3755.             'validator.property_info_loader' => ['privates''validator.property_info_loader''getValidator_PropertyInfoLoaderService'false],
  3756.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3757.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  3758.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  3759.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  3760.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  3761.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  3762.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  3763.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  3764.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  3765.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  3766.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  3767.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  3768.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  3769.             'cache_pool_clearer.cache_warmer' => ['privates''cache_pool_clearer.cache_warmer''getCachePoolClearer_CacheWarmerService'false],
  3770.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  3771.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  3772.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  3773.             'debug.validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  3774.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  3775.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  3776.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  3777.             'mailer.data_collector' => ['privates''mailer.data_collector''getMailer_DataCollectorService'false],
  3778.             'data_collector.http_client' => ['privates''data_collector.http_client''getDataCollector_HttpClientService'false],
  3779.             'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' => ['privates''a2lix_auto_form.form.manipulator.doctrine_orm_manipulator''getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService'false],
  3780.             'a2lix_auto_form.form.event_listener.auto_form_listener' => ['privates''a2lix_auto_form.form.event_listener.auto_form_listener''getA2lixAutoForm_Form_EventListener_AutoFormListenerService'false],
  3781.             'a2lix_auto_form.form.type.auto_form_type' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  3782.             'a2lix_auto_form.doctrine.metadata_factory' => ['privates''a2lix_auto_form.doctrine.metadata_factory''getA2lixAutoForm_Doctrine_MetadataFactoryService'false],
  3783.             'a2lix_auto_form.object_info.doctrine_orm_info' => ['privates''a2lix_auto_form.object_info.doctrine_orm_info''getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService'false],
  3784.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3785.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  3786.             'twig.loader.native_filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  3787.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  3788.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  3789.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  3790.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  3791.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  3792.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  3793.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  3794.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  3795.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  3796.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  3797.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  3798.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3799.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  3800.             'twig.extension.weblink' => ['privates''twig.extension.weblink''getTwig_Extension_WeblinkService'false],
  3801.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  3802.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  3803.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  3804.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3805.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  3806.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  3807.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3808.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3809.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3810.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  3811.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  3812.             'twig.missing_extension_suggestor' => ['privates''twig.missing_extension_suggestor''getTwig_MissingExtensionSuggestorService'false],
  3813.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  3814.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  3815.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  3816.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  3817.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3818.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3819.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  3820.             'security.helper' => ['privates''security.helper''getSecurity_HelperService'false],
  3821.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  3822.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3823.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3824.             'security.user_password_encoder.generic' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3825.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3826.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  3827.             'security.authentication_utils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3828.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  3829.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  3830.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  3831.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  3832.             'security.impersonate_url_generator' => ['privates''security.impersonate_url_generator''getSecurity_ImpersonateUrlGeneratorService'false],
  3833.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3834.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  3835.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  3836.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  3837.             'cache.security_expression_language' => ['privates''cache.security_expression_language''getCache_SecurityExpressionLanguageService'false],
  3838.             'security.password_hasher_factory' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  3839.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  3840.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  3841.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  3842.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  3843.             'security.listener.check_authenticator_credentials' => ['privates''security.listener.check_authenticator_credentials''getSecurity_Listener_CheckAuthenticatorCredentialsService'false],
  3844.             'security.listener.user_provider' => ['privates''security.listener.user_provider''getSecurity_Listener_UserProviderService'false],
  3845.             'security.listener.password_migrating' => ['privates''security.listener.password_migrating''getSecurity_Listener_PasswordMigratingService'false],
  3846.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  3847.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  3848.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  3849.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  3850.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  3851.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  3852.             'security.command.debug_firewall' => ['privates''security.command.debug_firewall''getSecurity_Command_DebugFirewallService'false],
  3853.             'security.firewall.map.config.admin' => ['privates''security.firewall.map.config.admin''getSecurity_Firewall_Map_Config_AdminService'false],
  3854.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  3855.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  3856.             'security.listener.session.admin' => ['privates''security.listener.session.admin''getSecurity_Listener_Session_AdminService'false],
  3857.             'security.logout_listener.admin' => ['privates''security.logout_listener.admin''getSecurity_LogoutListener_AdminService'false],
  3858.             'security.logout.listener.default.admin' => ['privates''security.logout.listener.default.admin''getSecurity_Logout_Listener_Default_AdminService'false],
  3859.             'security.logout.listener.session.admin' => ['privates''security.logout.listener.session.admin''getSecurity_Logout_Listener_Session_AdminService'false],
  3860.             'security.authenticator.form_login.admin' => ['privates''security.authenticator.form_login.admin''getSecurity_Authenticator_FormLogin_AdminService'false],
  3861.             'security.authentication.success_handler.admin.form_login' => ['privates''security.authentication.success_handler.admin.form_login''getSecurity_Authentication_SuccessHandler_Admin_FormLoginService'false],
  3862.             'security.authentication.failure_handler.admin.form_login' => ['privates''security.authentication.failure_handler.admin.form_login''getSecurity_Authentication_FailureHandler_Admin_FormLoginService'false],
  3863.             'security.authenticator.manager.admin' => ['privates''security.authenticator.manager.admin''getSecurity_Authenticator_Manager_AdminService'false],
  3864.             'debug.security.firewall.authenticator.admin' => ['privates''debug.security.firewall.authenticator.admin''getDebug_Security_Firewall_Authenticator_AdminService'false],
  3865.             'security.listener.user_checker.admin' => ['privates''security.listener.user_checker.admin''getSecurity_Listener_UserChecker_AdminService'false],
  3866.             'security.exception_listener.admin' => ['privates''security.exception_listener.admin''getSecurity_ExceptionListener_AdminService'false],
  3867.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  3868.             'security.firewall.map.config.api_login' => ['privates''security.firewall.map.config.api_login''getSecurity_Firewall_Map_Config_ApiLoginService'false],
  3869.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  3870.             'security.authenticator.json_login.api_login' => ['privates''security.authenticator.json_login.api_login''getSecurity_Authenticator_JsonLogin_ApiLoginService'false],
  3871.             'security.authentication.success_handler.api_login.json_login' => ['privates''security.authentication.success_handler.api_login.json_login''getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService'false],
  3872.             'security.authentication.failure_handler.api_login.json_login' => ['privates''security.authentication.failure_handler.api_login.json_login''getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService'false],
  3873.             'security.authenticator.refresh_jwt.api_login' => ['privates''security.authenticator.refresh_jwt.api_login''getSecurity_Authenticator_RefreshJwt_ApiLoginService'false],
  3874.             'security.authentication.success_handler.api_login.refresh_jwt' => ['privates''security.authentication.success_handler.api_login.refresh_jwt''getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService'false],
  3875.             'security.authentication.failure_handler.api_login.refresh_jwt' => ['privates''security.authentication.failure_handler.api_login.refresh_jwt''getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService'false],
  3876.             'security.authenticator.manager.api_login' => ['privates''security.authenticator.manager.api_login''getSecurity_Authenticator_Manager_ApiLoginService'false],
  3877.             'debug.security.firewall.authenticator.api_login' => ['privates''debug.security.firewall.authenticator.api_login''getDebug_Security_Firewall_Authenticator_ApiLoginService'false],
  3878.             'security.listener.user_checker.api_login' => ['privates''security.listener.user_checker.api_login''getSecurity_Listener_UserChecker_ApiLoginService'false],
  3879.             'security.exception_listener.api_login' => ['privates''security.exception_listener.api_login''getSecurity_ExceptionListener_ApiLoginService'false],
  3880.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  3881.             'security.firewall.map.config.api' => ['privates''security.firewall.map.config.api''getSecurity_Firewall_Map_Config_ApiService'false],
  3882.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  3883.             'security.authenticator.jwt.api' => ['privates''security.authenticator.jwt.api''getSecurity_Authenticator_Jwt_ApiService'false],
  3884.             'security.authenticator.manager.api' => ['privates''security.authenticator.manager.api''getSecurity_Authenticator_Manager_ApiService'false],
  3885.             'debug.security.firewall.authenticator.api' => ['privates''debug.security.firewall.authenticator.api''getDebug_Security_Firewall_Authenticator_ApiService'false],
  3886.             'security.listener.user_checker.api' => ['privates''security.listener.user_checker.api''getSecurity_Listener_UserChecker_ApiService'false],
  3887.             'security.exception_listener.api' => ['privates''security.exception_listener.api''getSecurity_ExceptionListener_ApiService'false],
  3888.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  3889.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  3890.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3891.             'security.context_listener.1' => ['privates''security.context_listener.1''getSecurity_ContextListener_1Service'false],
  3892.             'security.listener.session.main' => ['privates''security.listener.session.main''getSecurity_Listener_Session_MainService'false],
  3893.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  3894.             'security.logout.listener.default.main' => ['privates''security.logout.listener.default.main''getSecurity_Logout_Listener_Default_MainService'false],
  3895.             'security.logout.listener.session.main' => ['privates''security.logout.listener.session.main''getSecurity_Logout_Listener_Session_MainService'false],
  3896.             'security.authenticator.form_login.main' => ['privates''security.authenticator.form_login.main''getSecurity_Authenticator_FormLogin_MainService'false],
  3897.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  3898.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  3899.             'cache.security_token_verifier' => ['privates''cache.security_token_verifier''getCache_SecurityTokenVerifierService'false],
  3900.             'security.authenticator.remember_me_signature_hasher.main' => ['privates''security.authenticator.remember_me_signature_hasher.main''getSecurity_Authenticator_RememberMeSignatureHasher_MainService'false],
  3901.             'security.authenticator.remember_me_handler.main' => ['privates''security.authenticator.remember_me_handler.main''getSecurity_Authenticator_RememberMeHandler_MainService'false],
  3902.             'security.listener.check_remember_me_conditions.main' => ['privates''security.listener.check_remember_me_conditions.main''getSecurity_Listener_CheckRememberMeConditions_MainService'false],
  3903.             'security.listener.remember_me.main' => ['privates''security.listener.remember_me.main''getSecurity_Listener_RememberMe_MainService'false],
  3904.             'security.authenticator.remember_me.main' => ['privates''security.authenticator.remember_me.main''getSecurity_Authenticator_RememberMe_MainService'false],
  3905.             'security.authenticator.manager.main' => ['privates''security.authenticator.manager.main''getSecurity_Authenticator_Manager_MainService'false],
  3906.             'debug.security.firewall.authenticator.main' => ['privates''debug.security.firewall.authenticator.main''getDebug_Security_Firewall_Authenticator_MainService'false],
  3907.             'security.listener.user_checker.main' => ['privates''security.listener.user_checker.main''getSecurity_Listener_UserChecker_MainService'false],
  3908.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  3909.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3910.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3911.             'security.command.user_password_hash' => ['privates''security.command.user_password_hash''getSecurity_Command_UserPasswordHashService'false],
  3912.             'fos_user.user_manager.default' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3913.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  3914.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3915.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  3916.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  3917.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  3918.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3919.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3920.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  3921.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3922.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  3923.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  3924.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  3925.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  3926.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  3927.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  3928.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  3929.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  3930.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  3931.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  3932.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  3933.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  3934.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  3935.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  3936.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3937.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  3938.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  3939.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  3940.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  3941.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  3942.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  3943.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  3944.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  3945.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  3946.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  3947.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  3948.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  3949.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  3950.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  3951.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  3952.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  3953.             'doctrine.dbal.well_known_schema_asset_filter' => ['privates''doctrine.dbal.well_known_schema_asset_filter''getDoctrine_Dbal_WellKnownSchemaAssetFilterService'false],
  3954.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3955.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3956.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3957.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  3958.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  3959.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  3960.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  3961.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  3962.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  3963.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => ['privates''Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider''getManagerRegistryAwareConnectionProviderService'false],
  3964.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  3965.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  3966.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3967.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  3968.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  3969.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  3970.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3971.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3972.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3973.             'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates''doctrine.orm.naming_strategy.underscore_number_aware''getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService'false],
  3974.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  3975.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3976.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3977.             'doctrine.orm.command.entity_manager_provider' => ['privates''doctrine.orm.command.entity_manager_provider''getDoctrine_Orm_Command_EntityManagerProviderService'false],
  3978.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3979.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3980.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3981.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3982.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3983.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3984.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3985.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3986.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3987.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3988.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3989.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3990.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3991.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3992.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3993.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  3994.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  3995.             'doctrine.orm.default_xml_metadata_driver' => ['privates''doctrine.orm.default_xml_metadata_driver''getDoctrine_Orm_DefaultXmlMetadataDriverService'false],
  3996.             'cache.doctrine.orm.default.metadata' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  3997.             'cache.doctrine.orm.default.result' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  3998.             'cache.doctrine.orm.default.query' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  3999.             'doctrine.orm.default_entity_listener_resolver' => ['privates''doctrine.orm.default_entity_listener_resolver''getDoctrine_Orm_DefaultEntityListenerResolverService'false],
  4000.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  4001.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  4002.             'doctrine.orm.default_entity_manager.property_info_extractor' => ['privates''doctrine.orm.default_entity_manager.property_info_extractor''getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'false],
  4003.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  4004.             'jms_i18n_routing.locale_resolver.default' => ['privates''jms_i18n_routing.locale_resolver.default''getJmsI18nRouting_LocaleResolver_DefaultService'false],
  4005.             'jms_i18n_routing.router' => ['services''router''getRouterService'false],
  4006.             'jms_i18n_routing.route_exclusion_strategy' => ['privates''jms_i18n_routing.route_exclusion_strategy''getJmsI18nRouting_RouteExclusionStrategyService'false],
  4007.             'jms_i18n_routing.pattern_generation_strategy.default' => ['privates''jms_i18n_routing.pattern_generation_strategy.default''getJmsI18nRouting_PatternGenerationStrategy_DefaultService'false],
  4008.             'jms_i18n_routing.route_translation_extractor' => ['privates''jms_i18n_routing.route_translation_extractor''getJmsI18nRouting_RouteTranslationExtractorService'false],
  4009.             'jms_translation.file_source_factory' => ['privates''jms_translation.file_source_factory''getJmsTranslation_FileSourceFactoryService'false],
  4010.             'jms_translation.file_writer' => ['privates''jms_translation.file_writer''getJmsTranslation_FileWriterService'false],
  4011.             'jms_translation.loader_manager' => ['privates''jms_translation.loader_manager''getJmsTranslation_LoaderManagerService'false],
  4012.             'jms_translation.loader.xliff_loader' => ['privates''jms_translation.loader.xliff_loader''getJmsTranslation_Loader_XliffLoaderService'false],
  4013.             'jms_translation.dumper.php_dumper' => ['privates''jms_translation.dumper.php_dumper''getJmsTranslation_Dumper_PhpDumperService'false],
  4014.             'jms_translation.dumper.xliff_dumper' => ['privates''jms_translation.dumper.xliff_dumper''getJmsTranslation_Dumper_XliffDumperService'false],
  4015.             'jms_translation.dumper.xlf_dumper' => ['privates''jms_translation.dumper.xlf_dumper''getJmsTranslation_Dumper_XlfDumperService'false],
  4016.             'jms_translation.dumper.yaml_dumper' => ['privates''jms_translation.dumper.yaml_dumper''getJmsTranslation_Dumper_YamlDumperService'false],
  4017.             'jms_translation.extractor_manager' => ['privates''jms_translation.extractor_manager''getJmsTranslation_ExtractorManagerService'false],
  4018.             'jms_translation.extractor.file_extractor' => ['privates''jms_translation.extractor.file_extractor''getJmsTranslation_Extractor_FileExtractorService'false],
  4019.             'jms_translation.extractor.file.default_php_extractor' => ['privates''jms_translation.extractor.file.default_php_extractor''getJmsTranslation_Extractor_File_DefaultPhpExtractorService'false],
  4020.             'jms_translation.extractor.file.form_extractor' => ['privates''jms_translation.extractor.file.form_extractor''getJmsTranslation_Extractor_File_FormExtractorService'false],
  4021.             'jms_translation.extractor.file.translation_container_extractor' => ['privates''jms_translation.extractor.file.translation_container_extractor''getJmsTranslation_Extractor_File_TranslationContainerExtractorService'false],
  4022.             'jms_translation.extractor.file.twig_extractor' => ['privates''jms_translation.extractor.file.twig_extractor''getJmsTranslation_Extractor_File_TwigExtractorService'false],
  4023.             'jms_translation.extractor.file.validation_extractor' => ['privates''jms_translation.extractor.file.validation_extractor''getJmsTranslation_Extractor_File_ValidationExtractorService'false],
  4024.             'jms_translation.extractor.file.authentication_message_extractor' => ['privates''jms_translation.extractor.file.authentication_message_extractor''getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService'false],
  4025.             'jms_translation.doc_parser' => ['privates''jms_translation.doc_parser''getJmsTranslation_DocParserService'false],
  4026.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  4027.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  4028.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  4029.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  4030.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  4031.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  4032.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  4033.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  4034.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  4035.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  4036.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  4037.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  4038.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  4039.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  4040.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  4041.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  4042.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  4043.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  4044.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  4045.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  4046.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  4047.             'lexik_jwt_authentication.payload_enrichment' => ['privates''lexik_jwt_authentication.payload_enrichment''getLexikJwtAuthentication_PayloadEnrichmentService'false],
  4048.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  4049.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  4050.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  4051.             'lexik_jwt_authentication.handler.authentication_success' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4052.             'lexik_jwt_authentication.handler.authentication_failure' => ['privates''lexik_jwt_authentication.handler.authentication_failure''getLexikJwtAuthentication_Handler_AuthenticationFailureService'false],
  4053.             'lexik_jwt_authentication.extractor.chain_extractor' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  4054.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => ['privates''lexik_jwt_authentication.extractor.authorization_header_extractor''getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService'false],
  4055.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  4056.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  4057.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  4058.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  4059.             'gesdinet.jwtrefreshtoken.send_token' => ['privates''gesdinet.jwtrefreshtoken.send_token''getGesdinet_Jwtrefreshtoken_SendTokenService'false],
  4060.             'gesdinet.jwtrefreshtoken.request.extractor.request_body' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_body''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestBodyService'false],
  4061.             'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_parameter''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestParameterService'false],
  4062.             'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_cookie''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestCookieService'false],
  4063.             'gesdinet.jwtrefreshtoken.user_provider' => ['privates''gesdinet.jwtrefreshtoken.user_provider''getGesdinet_Jwtrefreshtoken_UserProviderService'false],
  4064.             'gesdinet.jwtrefreshtoken.authenticator' => ['privates''gesdinet.jwtrefreshtoken.authenticator''getGesdinet_Jwtrefreshtoken_AuthenticatorService'false],
  4065.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  4066.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  4067.             'Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener''getLogoutEventListenerService'false],
  4068.             'twig.extension.dump' => ['privates''twig.extension.dump''getTwig_Extension_DumpService'false],
  4069.             'debug.dump_listener' => ['privates''debug.dump_listener''getDebug_DumpListenerService'false],
  4070.             'var_dumper.contextualized_cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  4071.             'var_dumper.html_dumper' => ['privates''var_dumper.html_dumper''getVarDumper_HtmlDumperService'false],
  4072.             'var_dumper.server_connection' => ['privates''var_dumper.server_connection''getVarDumper_ServerConnectionService'false],
  4073.             'var_dumper.dump_server' => ['privates''var_dumper.dump_server''getVarDumper_DumpServerService'false],
  4074.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  4075.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  4076.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  4077.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  4078.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  4079.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  4080.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  4081.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  4082.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  4083.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  4084.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  4085.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  4086.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  4087.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  4088.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  4089.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  4090.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  4091.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  4092.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  4093.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  4094.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  4095.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  4096.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  4097.             'maker.auto_command.make_stimulus_controller' => ['privates''maker.auto_command.make_stimulus_controller''getMaker_AutoCommand_MakeStimulusControllerService'false],
  4098.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  4099.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  4100.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  4101.             'monolog.logger.http_client' => ['privates''monolog.logger.http_client''getMonolog_Logger_HttpClientService'false],
  4102.             'monolog.logger.mailer' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  4103.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  4104.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  4105.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  4106.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  4107.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  4108.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  4109.             'monolog.logger.debug' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  4110.             'monolog.handler.null_internal' => ['privates''monolog.handler.null_internal''getMonolog_Handler_NullInternalService'false],
  4111.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  4112.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  4113.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  4114.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  4115.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  4116.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  4117.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  4118.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  4119.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  4120.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  4121.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  4122.             'security.listener.csrf_protection' => ['privates''security.listener.csrf_protection''getSecurity_Listener_CsrfProtectionService'false],
  4123.             'security.logout.listener.csrf_token_clearing' => ['privates''security.logout.listener.csrf_token_clearing''getSecurity_Logout_Listener_CsrfTokenClearingService'false],
  4124.             'doctrine.dbal.default_schema_asset_filter_manager' => ['privates''doctrine.dbal.default_schema_asset_filter_manager''getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService'false],
  4125.             'jms_translation.loader.wrapped_symfony_loader.0' => ['privates''jms_translation.loader.wrapped_symfony_loader.0''getJmsTranslation_Loader_WrappedSymfonyLoader_0Service'false],
  4126.             'jms_translation.loader.wrapped_symfony_loader.1' => ['privates''jms_translation.loader.wrapped_symfony_loader.1''getJmsTranslation_Loader_WrappedSymfonyLoader_1Service'false],
  4127.             'jms_translation.loader.wrapped_symfony_loader.2' => ['privates''jms_translation.loader.wrapped_symfony_loader.2''getJmsTranslation_Loader_WrappedSymfonyLoader_2Service'false],
  4128.             'jms_translation.loader.wrapped_symfony_loader.3' => ['privates''jms_translation.loader.wrapped_symfony_loader.3''getJmsTranslation_Loader_WrappedSymfonyLoader_3Service'false],
  4129.             'jms_translation.loader.wrapped_symfony_loader.4' => ['privates''jms_translation.loader.wrapped_symfony_loader.4''getJmsTranslation_Loader_WrappedSymfonyLoader_4Service'false],
  4130.             'jms_translation.loader.wrapped_symfony_loader.5' => ['privates''jms_translation.loader.wrapped_symfony_loader.5''getJmsTranslation_Loader_WrappedSymfonyLoader_5Service'false],
  4131.             'jms_translation.loader.wrapped_symfony_loader.6' => ['privates''jms_translation.loader.wrapped_symfony_loader.6''getJmsTranslation_Loader_WrappedSymfonyLoader_6Service'false],
  4132.             'jms_translation.loader.wrapped_symfony_loader.7' => ['privates''jms_translation.loader.wrapped_symfony_loader.7''getJmsTranslation_Loader_WrappedSymfonyLoader_7Service'false],
  4133.             'jms_translation.loader.wrapped_symfony_loader.8' => ['privates''jms_translation.loader.wrapped_symfony_loader.8''getJmsTranslation_Loader_WrappedSymfonyLoader_8Service'false],
  4134.             'jms_translation.loader.wrapped_symfony_loader.9' => ['privates''jms_translation.loader.wrapped_symfony_loader.9''getJmsTranslation_Loader_WrappedSymfonyLoader_9Service'false],
  4135.             'jms_translation.loader.wrapped_symfony_loader.10' => ['privates''jms_translation.loader.wrapped_symfony_loader.10''getJmsTranslation_Loader_WrappedSymfonyLoader_10Service'false],
  4136.             'jms_translation.dumper.wrapped_symfony_dumper.2' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.2''getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service'false],
  4137.             'jms_translation.dumper.wrapped_symfony_dumper.3' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.3''getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service'false],
  4138.             'jms_translation.dumper.wrapped_symfony_dumper.5' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.5''getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service'false],
  4139.             'jms_translation.dumper.wrapped_symfony_dumper.6' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.6''getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service'false],
  4140.             'jms_translation.dumper.wrapped_symfony_dumper.7' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.7''getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service'false],
  4141.             'jms_translation.dumper.wrapped_symfony_dumper.8' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.8''getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service'false],
  4142.             'jms_translation.dumper.wrapped_symfony_dumper.9' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.9''getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service'false],
  4143.             'jms_translation.dumper.wrapped_symfony_dumper.10' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.10''getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service'false],
  4144.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  4145.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  4146.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  4147.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  4148.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  4149.             'debug.security.firewall.authenticator.admin.inner' => ['privates''debug.security.firewall.authenticator.admin.inner''getDebug_Security_Firewall_Authenticator_Admin_InnerService'false],
  4150.             'debug.security.firewall.authenticator.api_login.inner' => ['privates''debug.security.firewall.authenticator.api_login.inner''getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService'false],
  4151.             'debug.security.firewall.authenticator.api.inner' => ['privates''debug.security.firewall.authenticator.api.inner''getDebug_Security_Firewall_Authenticator_Api_InnerService'false],
  4152.             'debug.security.firewall.authenticator.main.inner' => ['privates''debug.security.firewall.authenticator.main.inner''getDebug_Security_Firewall_Authenticator_Main_InnerService'false],
  4153.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  4154.             'var_dumper.contextualized_cli_dumper.inner' => ['privates''var_dumper.contextualized_cli_dumper.inner''getVarDumper_ContextualizedCliDumper_InnerService'false],
  4155.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  4156.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  4157.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  4158.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  4159.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  4160.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  4161.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  4162.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  4163.             'cache.webpack_encore.recorder_inner' => ['privates''cache.webpack_encore.recorder_inner''getCache_WebpackEncore_RecorderInnerService'false],
  4164.             'cache.app.recorder_inner' => ['privates''cache.app.recorder_inner''getCache_App_RecorderInnerService'false],
  4165.             'cache.system.recorder_inner' => ['privates''cache.system.recorder_inner''getCache_System_RecorderInnerService'false],
  4166.             'cache.validator.recorder_inner' => ['privates''cache.validator.recorder_inner''getCache_Validator_RecorderInnerService'false],
  4167.             'cache.serializer.recorder_inner' => ['privates''cache.serializer.recorder_inner''getCache_Serializer_RecorderInnerService'false],
  4168.             'cache.annotations.recorder_inner' => ['privates''cache.annotations.recorder_inner''getCache_Annotations_RecorderInnerService'false],
  4169.             'cache.property_info.recorder_inner' => ['privates''cache.property_info.recorder_inner''getCache_PropertyInfo_RecorderInnerService'false],
  4170.             'cache.validator_expression_language.recorder_inner' => ['privates''cache.validator_expression_language.recorder_inner''getCache_ValidatorExpressionLanguage_RecorderInnerService'false],
  4171.             'cache.security_expression_language.recorder_inner' => ['privates''cache.security_expression_language.recorder_inner''getCache_SecurityExpressionLanguage_RecorderInnerService'false],
  4172.             'cache.security_token_verifier.recorder_inner' => ['privates''cache.security_token_verifier.recorder_inner''getCache_SecurityTokenVerifier_RecorderInnerService'false],
  4173.             'cache.doctrine.orm.default.result.recorder_inner' => ['privates''cache.doctrine.orm.default.result.recorder_inner''getCache_Doctrine_Orm_Default_Result_RecorderInnerService'false],
  4174.             'cache.doctrine.orm.default.query.recorder_inner' => ['privates''cache.doctrine.orm.default.query.recorder_inner''getCache_Doctrine_Orm_Default_Query_RecorderInnerService'false],
  4175.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  4176.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  4177.             'Liip\\ImagineBundle\\Config\\FilterFactoryCollection' => ['privates''liip_imagine.config.filter_factory_collection''getLiipImagine_Config_FilterFactoryCollectionService'false],
  4178.             'Liip\\ImagineBundle\\Config\\StackBuilder' => ['privates''liip_imagine.config.stack_builder''getLiipImagine_Config_StackBuilderService'false],
  4179.             'Liip\\ImagineBundle\\Config\\StackCollection' => ['services''liip_imagine.config.stack_collection''getLiipImagine_Config_StackCollectionService'false],
  4180.             'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager' => ['services''liip_imagine.filter.manager''getLiipImagine_Filter_ManagerService'false],
  4181.             'Liip\\ImagineBundle\\Imagine\\Data\\DataManager' => ['services''liip_imagine.data.manager''getLiipImagine_Data_ManagerService'false],
  4182.             'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  4183.             'liip_imagine' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  4184.             'Imagine\\Image\\ImagineInterface' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  4185.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates''sensio_framework_extra.converter.doctrine.orm.expression_language.default''getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService'false],
  4186.             'sensio_framework_extra.security.expression_language' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  4187.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4188.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4189.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupCollectionInterface' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  4190.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  4191.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  4192.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  4193.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4194.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4195.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  4196.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  4197.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  4198.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  4199.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  4200.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  4201.             'Symfony\\Component\\HttpKernel\\UriSigner' => ['privates''uri_signer''getUriSignerService'false],
  4202.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => ['privates''slugger''getSluggerService'false],
  4203.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  4204.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  4205.             'error_renderer' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  4206.             'Psr\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4207.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  4208.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  4209.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  4210.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  4211.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  4212.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  4213.             'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  4214.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4215.             'Symfony\\Component\\Mailer\\MailerInterface' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4216.             'mailer.logger_message_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  4217.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  4218.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  4219.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  4220.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  4221.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  4222.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  4223.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  4224.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  4225.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  4226.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  4227.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  4228.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4229.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4230.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  4231.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4232.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4233.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4234.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4235.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4236.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4237.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  4238.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  4239.             'cache.default_doctrine_dbal_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4240.             'cache.default_pdo_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4241.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4242.             'SessionHandlerInterface' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  4243.             'session.storage.factory' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  4244.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  4245.             'session_listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  4246.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  4247.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  4248.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4249.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  4250.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  4251.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4252.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  4253.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  4254.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4255.             'validator.mapping.class_metadata_factory' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4256.             'a2lix_auto_form.manipulator.default' => ['privates''a2lix_auto_form.form.manipulator.doctrine_orm_manipulator''getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService'false],
  4257.             'Twig_Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4258.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4259.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4260.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4261.             'Symfony\\Component\\Security\\Core\\Security' => ['privates''security.helper''getSecurity_HelperService'false],
  4262.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4263.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  4264.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  4265.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4266.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4267.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  4268.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  4269.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  4270.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  4271.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  4272.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  4273.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  4274.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4275.             'security.user_providers' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4276.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4277.             'security.authentication.session_strategy.admin' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4278.             'security.user_checker.admin' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4279.             'security.user_checker.api_login' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4280.             'security.user_checker.api' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4281.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4282.             'security.user_checker.main' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4283.             'security.firewall.context_locator' => ['privates''.service_locator.icRJycQ''get_ServiceLocator_IcRJycQService'false],
  4284.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4285.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  4286.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  4287.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4288.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  4289.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  4290.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4291.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  4292.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  4293.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4294.             'fos_user.mailer' => ['services''App\\Service\\Mailer''getMailerService'false],
  4295.             'FOS\\UserBundle\\Mailer\\MailerInterface' => ['services''App\\Service\\Mailer''getMailerService'false],
  4296.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  4297.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\LocaleProviderInterface' => ['services''Knp\\DoctrineBehaviors\\Provider\\LocaleProvider''getLocaleProviderService'false],
  4298.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\UserProviderInterface' => ['services''Knp\\DoctrineBehaviors\\Provider\\UserProvider''getUserProviderService'false],
  4299.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4300.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4301.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4302.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4303.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  4304.             'Doctrine\\DBAL\\Connection $defaultConnection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4305.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4306.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4307.             'doctrine.orm.default_metadata_cache' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  4308.             'doctrine.orm.default_result_cache' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  4309.             'doctrine.orm.default_query_cache' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  4310.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4311.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  4312.             'jms_i18n_routing.locale_resolver' => ['privates''jms_i18n_routing.locale_resolver.default''getJmsI18nRouting_LocaleResolver_DefaultService'false],
  4313.             'jms_i18n_routing.pattern_generation_strategy' => ['privates''jms_i18n_routing.pattern_generation_strategy.default''getJmsI18nRouting_PatternGenerationStrategy_DefaultService'false],
  4314.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  4315.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4316.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4317.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  4318.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4319.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => ['privates''lexik_jwt_authentication.handler.authentication_failure''getLexikJwtAuthentication_Handler_AuthenticationFailureService'false],
  4320.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  4321.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  4322.             'Gesdinet\\JWTRefreshTokenBundle\\Generator\\RefreshTokenGeneratorInterface' => ['services''gesdinet.jwtrefreshtoken.refresh_token_generator''getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService'false],
  4323.             'Gesdinet\\JWTRefreshTokenBundle\\Model\\RefreshTokenManagerInterface' => ['services''gesdinet.jwtrefreshtoken.refresh_token_manager''getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService'false],
  4324.             'Gesdinet\\JWTRefreshTokenBundle\\Request\\Extractor\\ExtractorInterface' => ['services''gesdinet.jwtrefreshtoken.request.extractor.chain''getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService'false],
  4325.             'twig.loader.filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  4326.             'a2lix_translation_form.locale_provider.default' => ['privates''a2lix_translation_form.locale.simple_provider''getA2lixTranslationForm_Locale_SimpleProviderService'false],
  4327.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  4328.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  4329.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  4330.             'Psr\\Log\\LoggerInterface $httpClientLogger' => ['privates''monolog.logger.http_client''getMonolog_Logger_HttpClientService'false],
  4331.             'Psr\\Log\\LoggerInterface $mailerLogger' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  4332.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  4333.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  4334.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  4335.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  4336.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  4337.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  4338.             'Psr\\Log\\LoggerInterface $debugLogger' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  4339.             'Psr\\Log\\LoggerInterface $deprecationLogger' => ['services''monolog.logger.deprecation''getMonolog_Logger_DeprecationService'false],
  4340.             'argument_resolver.controller_locator' => ['privates''.service_locator.SHOOQIy''get_ServiceLocator_SHOOQIyService'false],
  4341.             'twig.loader' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  4342.             'doctrine.id_generator_locator' => ['privates''.service_locator.KLVvNIq''get_ServiceLocator_KLVvNIqService'false],
  4343.             'gesdinet.jwtrefreshtoken.object_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4344.             'gesdinet.jwtrefreshtoken.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4345.             'http_client' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  4346.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  4347.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  4348.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  4349.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  4350.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  4351.             'security.firewall.authenticator.admin' => ['privates''debug.security.firewall.authenticator.admin''getDebug_Security_Firewall_Authenticator_AdminService'false],
  4352.             'security.firewall.authenticator.api_login' => ['privates''debug.security.firewall.authenticator.api_login''getDebug_Security_Firewall_Authenticator_ApiLoginService'false],
  4353.             'security.firewall.authenticator.api' => ['privates''debug.security.firewall.authenticator.api''getDebug_Security_Firewall_Authenticator_ApiService'false],
  4354.             'security.firewall.authenticator.main' => ['privates''debug.security.firewall.authenticator.main''getDebug_Security_Firewall_Authenticator_MainService'false],
  4355.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  4356.             'var_dumper.cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  4357.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  4358.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  4359.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  4360.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  4361.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  4362.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  4363.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  4364.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  4365.             'doctrine.orm.default_metadata_driver' => ['privates''.doctrine.orm.default_metadata_driver''get_Doctrine_Orm_DefaultMetadataDriverService'false],
  4366.             'security.password_encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4367.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4368.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4369.         ], [
  4370.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => '?',
  4371.             'twig.mobile_detect_extension' => '?',
  4372.             'a2lix_translation_form.locale.simple_provider' => '?',
  4373.             'a2lix_translation_form.form.event_listener.translations_listener' => '?',
  4374.             'a2lix_translation_form.form.event_listener.translations_form_listener' => '?',
  4375.             'a2lix_translation_form.form.type.translations_type' => '?',
  4376.             'a2lix_translation_form.form.type.translations_forms_type' => '?',
  4377.             'a2lix_translation_form.form.type.translations_locales_selector_type' => '?',
  4378.             'a2lix_translation_form.form.type.translated_entity_type' => '?',
  4379.             'liip_imagine.factory.config.filter.argument.point' => '?',
  4380.             'liip_imagine.factory.config.filter.argument.size' => '?',
  4381.             'liip_imagine.factory.config.stack' => '?',
  4382.             'liip_imagine.factory.config.filter.auto_rotate' => '?',
  4383.             'liip_imagine.factory.config.filter.background' => '?',
  4384.             'liip_imagine.factory.config.filter.crop' => '?',
  4385.             'liip_imagine.factory.config.filter.downscale' => '?',
  4386.             'liip_imagine.factory.config.filter.flip' => '?',
  4387.             'liip_imagine.factory.config.filter.grayscale' => '?',
  4388.             'liip_imagine.factory.config.filter.interlace' => '?',
  4389.             'liip_imagine.factory.config.filter.paste' => '?',
  4390.             'liip_imagine.factory.config.filter.relative_resize' => '?',
  4391.             'liip_imagine.factory.config.filter.resize' => '?',
  4392.             'liip_imagine.factory.config.filter.rotate' => '?',
  4393.             'liip_imagine.factory.config.filter.scale' => '?',
  4394.             'liip_imagine.factory.config.filter.strip' => '?',
  4395.             'liip_imagine.factory.config.filter.thumbnail' => '?',
  4396.             'liip_imagine.factory.config.filter.upscale' => '?',
  4397.             'liip_imagine.factory.config.filter.watermark' => '?',
  4398.             'liip_imagine.config.filter_factory_collection' => '?',
  4399.             'liip_imagine.config.stack_builder' => '?',
  4400.             'liip_imagine.filter.configuration' => '?',
  4401.             'liip_imagine.service.filter' => '?',
  4402.             'liip_imagine.controller.config' => '?',
  4403.             'liip_imagine.meta_data.reader' => '?',
  4404.             'liip_imagine.gd' => '?',
  4405.             'liip_imagine.filter.loader.relative_resize' => '?',
  4406.             'liip_imagine.filter.loader.resize' => '?',
  4407.             'liip_imagine.filter.loader.thumbnail' => '?',
  4408.             'liip_imagine.filter.loader.crop' => '?',
  4409.             'liip_imagine.filter.loader.paste_image' => '?',
  4410.             'liip_imagine.filter.loader.watermark_image' => '?',
  4411.             'liip_imagine.filter.loader.background' => '?',
  4412.             'liip_imagine.filter.loader.strip' => '?',
  4413.             'liip_imagine.filter.loader.scale' => '?',
  4414.             'liip_imagine.filter.loader.upscale' => '?',
  4415.             'liip_imagine.filter.loader.auto_rotate' => '?',
  4416.             'liip_imagine.form.type.image' => '?',
  4417.             'liip_imagine.binary.mime_type_guesser' => '?',
  4418.             'liip_imagine.filter.post_processor.jpegoptim' => '?',
  4419.             'liip_imagine.filter.post_processor.optipng' => '?',
  4420.             'liip_imagine.filter.post_processor.pngquant' => '?',
  4421.             'liip_imagine.filter.post_processor.mozjpeg' => '?',
  4422.             'liip_imagine.filter.post_processor.cwebp' => '?',
  4423.             'liip_imagine.templating.filter_extension' => '?',
  4424.             'liip_imagine.command.cache_remove' => '?',
  4425.             'liip_imagine.command.cache_resolve' => '?',
  4426.             'sensio_framework_extra.controller.listener' => '?',
  4427.             'sensio_framework_extra.converter.listener' => '?',
  4428.             'sensio_framework_extra.converter.manager' => '?',
  4429.             'sensio_framework_extra.converter.doctrine.orm' => '?',
  4430.             'framework_extra_bundle.date_time_param_converter' => '?',
  4431.             'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => '?',
  4432.             'sensio_framework_extra.view.guesser' => '?',
  4433.             'sensio_framework_extra.view.listener' => '?',
  4434.             'sensio_framework_extra.cache.listener' => '?',
  4435.             'sensio_framework_extra.security.listener' => '?',
  4436.             'sensio_framework_extra.security.expression_language.default' => '?',
  4437.             'framework_extra_bundle.event.is_granted' => '?',
  4438.             'framework_extra_bundle.argument_name_convertor' => '?',
  4439.             'maker.file_manager' => '?',
  4440.             'maker.autoloader_finder' => '?',
  4441.             'maker.autoloader_util' => '?',
  4442.             'maker.file_link_formatter' => '?',
  4443.             'maker.event_registry' => '?',
  4444.             'maker.console_error_listener' => '?',
  4445.             'maker.doctrine_helper' => '?',
  4446.             'maker.generator' => '?',
  4447.             'maker.entity_class_generator' => '?',
  4448.             'maker.user_class_builder' => '?',
  4449.             'maker.security_config_updater' => '?',
  4450.             'maker.renderer.form_type_renderer' => '?',
  4451.             'maker.security_controller_builder' => '?',
  4452.             'maker.php_compat_util' => '?',
  4453.             'maker.template_component_generator' => '?',
  4454.             'maker.maker.make_authenticator' => '?',
  4455.             'maker.maker.make_command' => '?',
  4456.             'maker.maker.make_controller' => '?',
  4457.             'maker.maker.make_crud' => '?',
  4458.             'maker.maker.make_docker_database' => '?',
  4459.             'maker.maker.make_entity' => '?',
  4460.             'maker.maker.make_fixtures' => '?',
  4461.             'maker.maker.make_form' => '?',
  4462.             'maker.maker.make_message' => '?',
  4463.             'maker.maker.make_messenger_middleware' => '?',
  4464.             'maker.maker.make_registration_form' => '?',
  4465.             'maker.maker.make_reset_password' => '?',
  4466.             'maker.maker.make_serializer_encoder' => '?',
  4467.             'maker.maker.make_serializer_normalizer' => '?',
  4468.             'maker.maker.make_subscriber' => '?',
  4469.             'maker.maker.make_twig_extension' => '?',
  4470.             'maker.maker.make_test' => '?',
  4471.             'maker.maker.make_validator' => '?',
  4472.             'maker.maker.make_voter' => '?',
  4473.             'maker.maker.make_user' => '?',
  4474.             'maker.maker.make_migration' => '?',
  4475.             'maker.maker.make_stimulus_controller' => '?',
  4476.             'monolog.logger' => '?',
  4477.             'webpack_encore.entrypoint_lookup_collection' => '?',
  4478.             'webpack_encore.tag_renderer' => '?',
  4479.             'webpack_encore.twig_entry_files_extension' => '?',
  4480.             'webpack_encore.twig_stimulus_extension' => '?',
  4481.             'webpack_encore.entrypoint_lookup.cache_warmer' => '?',
  4482.             'cache.webpack_encore' => '?',
  4483.             'webpack_encore.exception_listener' => '?',
  4484.             'webpack_encore.preload_assets_event_listener' => '?',
  4485.             'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' => '?',
  4486.             'webpack_encore.entrypoint_lookup[_default]' => '?',
  4487.             'argument_metadata_factory' => '?',
  4488.             'response_listener' => '?',
  4489.             'streamed_response_listener' => '?',
  4490.             'locale_listener' => '?',
  4491.             'validate_request_listener' => '?',
  4492.             'disallow_search_engine_index_response_listener' => '?',
  4493.             'exception_listener' => '?',
  4494.             'parameter_bag' => '?',
  4495.             'url_helper' => '?',
  4496.             'cache_clearer' => '?',
  4497.             'filesystem' => '?',
  4498.             'file_locator' => '?',
  4499.             'uri_signer' => '?',
  4500.             'config_cache_factory' => '?',
  4501.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  4502.             'config.resource.self_checking_resource_checker' => '?',
  4503.             'locale_aware_listener' => '?',
  4504.             'container.env_var_processor' => '?',
  4505.             'slugger' => '?',
  4506.             'container.getenv' => '?',
  4507.             'config_builder.warmer' => '?',
  4508.             'fragment.handler' => '?',
  4509.             'fragment.uri_generator' => '?',
  4510.             'fragment.renderer.inline' => '?',
  4511.             'error_handler.error_renderer.html' => '?',
  4512.             'console.error_listener' => '?',
  4513.             'console.suggest_missing_package_subscriber' => '?',
  4514.             'console.command.about' => '?',
  4515.             'console.command.assets_install' => '?',
  4516.             'console.command.cache_clear' => '?',
  4517.             'console.command.cache_pool_clear' => '?',
  4518.             'console.command.cache_pool_prune' => '?',
  4519.             'console.command.cache_pool_delete' => '?',
  4520.             'console.command.cache_pool_list' => '?',
  4521.             'console.command.cache_warmup' => '?',
  4522.             'console.command.config_debug' => '?',
  4523.             'console.command.config_dump_reference' => '?',
  4524.             'console.command.container_debug' => '?',
  4525.             'console.command.container_lint' => '?',
  4526.             'console.command.debug_autowiring' => '?',
  4527.             'console.command.dotenv_debug' => '?',
  4528.             'console.command.event_dispatcher_debug' => '?',
  4529.             'console.command.router_debug' => '?',
  4530.             'console.command.router_match' => '?',
  4531.             'console.command.translation_debug' => '?',
  4532.             'console.command.translation_extract' => '?',
  4533.             'console.command.validator_debug' => '?',
  4534.             'console.command.translation_pull' => '?',
  4535.             'console.command.translation_push' => '?',
  4536.             'console.command.xliff_lint' => '?',
  4537.             'console.command.yaml_lint' => '?',
  4538.             'console.command.form_debug' => '?',
  4539.             'console.command.secrets_set' => '?',
  4540.             'console.command.secrets_remove' => '?',
  4541.             'console.command.secrets_generate_key' => '?',
  4542.             'console.command.secrets_list' => '?',
  4543.             'console.command.secrets_decrypt_to_local' => '?',
  4544.             'console.command.secrets_encrypt_from_local' => '?',
  4545.             'cache.validator' => '?',
  4546.             'cache.serializer' => '?',
  4547.             'cache.annotations' => '?',
  4548.             'cache.property_info' => '?',
  4549.             'cache.default_marshaller' => '?',
  4550.             'cache.default_clearer' => '?',
  4551.             'identity_translator' => '?',
  4552.             'test.client.history' => '?',
  4553.             'test.client.cookiejar' => '?',
  4554.             'test.session.listener' => '?',
  4555.             'assets.packages' => '?',
  4556.             'assets.context' => '?',
  4557.             'assets._version__default' => '?',
  4558.             'assets._default_package' => '?',
  4559.             'mailer.mailer' => '?',
  4560.             'mailer.transports' => '?',
  4561.             'mailer.transport_factory' => '?',
  4562.             'mailer.envelope_listener' => '?',
  4563.             'mailer.message_logger_listener' => '?',
  4564.             'mailer.transport_factory.null' => '?',
  4565.             'mailer.transport_factory.sendmail' => '?',
  4566.             'mailer.transport_factory.smtp' => '?',
  4567.             'mailer.transport_factory.native' => '?',
  4568.             'translator.default' => '?',
  4569.             'translator.formatter.default' => '?',
  4570.             'translation.loader.php' => '?',
  4571.             'translation.loader.yml' => '?',
  4572.             'translation.loader.xliff' => '?',
  4573.             'translation.loader.po' => '?',
  4574.             'translation.loader.mo' => '?',
  4575.             'translation.loader.qt' => '?',
  4576.             'translation.loader.csv' => '?',
  4577.             'translation.loader.res' => '?',
  4578.             'translation.loader.dat' => '?',
  4579.             'translation.loader.ini' => '?',
  4580.             'translation.loader.json' => '?',
  4581.             'translation.dumper.php' => '?',
  4582.             'translation.dumper.xliff' => '?',
  4583.             'translation.dumper.po' => '?',
  4584.             'translation.dumper.mo' => '?',
  4585.             'translation.dumper.yml' => '?',
  4586.             'translation.dumper.yaml' => '?',
  4587.             'translation.dumper.qt' => '?',
  4588.             'translation.dumper.csv' => '?',
  4589.             'translation.dumper.ini' => '?',
  4590.             'translation.dumper.json' => '?',
  4591.             'translation.dumper.res' => '?',
  4592.             'translation.extractor.php' => '?',
  4593.             'translation.reader' => '?',
  4594.             'translation.extractor' => '?',
  4595.             'translation.writer' => '?',
  4596.             'translation.warmer' => '?',
  4597.             'translation.provider_collection' => '?',
  4598.             'translation.provider_collection_factory' => '?',
  4599.             'translation.provider_factory.null' => '?',
  4600.             'debug.debug_handlers_listener' => '?',
  4601.             'debug.file_link_formatter' => '?',
  4602.             'debug.stopwatch' => '?',
  4603.             'debug.event_dispatcher' => '?',
  4604.             'debug.controller_resolver' => '?',
  4605.             'debug.argument_resolver' => '?',
  4606.             'debug.log_processor' => '?',
  4607.             'routing.resolver' => '?',
  4608.             'routing.loader.xml' => '?',
  4609.             'routing.loader.yml' => '?',
  4610.             'routing.loader.php' => '?',
  4611.             'routing.loader.glob' => '?',
  4612.             'routing.loader.directory' => '?',
  4613.             'routing.loader.container' => '?',
  4614.             'router.request_context' => '?',
  4615.             'router.expression_language_provider' => '?',
  4616.             'router.cache_warmer' => '?',
  4617.             'router_listener' => '?',
  4618.             'routing.loader.annotation' => '?',
  4619.             'routing.loader.annotation.directory' => '?',
  4620.             'routing.loader.annotation.file' => '?',
  4621.             'annotations.reader' => '?',
  4622.             'annotations.dummy_registry' => '?',
  4623.             'annotations.cached_reader' => '?',
  4624.             'annotations.cache_warmer' => '?',
  4625.             'annotations.cache_adapter' => '?',
  4626.             'property_accessor' => '?',
  4627.             'secrets.vault' => '?',
  4628.             'secrets.decryption_key' => '?',
  4629.             'secrets.local_vault' => '?',
  4630.             'property_info' => '?',
  4631.             'property_info.reflection_extractor' => '?',
  4632.             'web_link.add_link_header_listener' => '?',
  4633.             'cache.property_access' => '?',
  4634.             'session.factory' => '?',
  4635.             'session.storage.factory.native' => '?',
  4636.             'security.csrf.token_generator' => '?',
  4637.             'security.csrf.token_storage' => '?',
  4638.             'security.csrf.token_manager' => '?',
  4639.             'twig.runtime.security_csrf' => '?',
  4640.             'twig.extension.security_csrf' => '?',
  4641.             'form.resolved_type_factory' => '?',
  4642.             'form.registry' => '?',
  4643.             'form.factory' => '?',
  4644.             'form.extension' => '?',
  4645.             'form.type_guesser.validator' => '?',
  4646.             'form.choice_list_factory.default' => '?',
  4647.             'form.choice_list_factory.property_access' => '?',
  4648.             'form.choice_list_factory.cached' => '?',
  4649.             'form.type.form' => '?',
  4650.             'form.type.choice' => '?',
  4651.             'form.type.file' => '?',
  4652.             'form.type.color' => '?',
  4653.             'form.type_extension.form.transformation_failure_handling' => '?',
  4654.             'form.type_extension.form.http_foundation' => '?',
  4655.             'form.type_extension.form.request_handler' => '?',
  4656.             'form.server_params' => '?',
  4657.             'form.type_extension.form.validator' => '?',
  4658.             'form.type_extension.repeated.validator' => '?',
  4659.             'form.type_extension.submit.validator' => '?',
  4660.             'form.type_extension.upload.validator' => '?',
  4661.             'form.type_extension.csrf' => '?',
  4662.             'validator.builder' => '?',
  4663.             'validator.mapping.cache_warmer' => '?',
  4664.             'validator.validator_factory' => '?',
  4665.             'validator.expression' => '?',
  4666.             'validator.expression_language' => '?',
  4667.             'validator.email' => '?',
  4668.             'validator.not_compromised_password' => '?',
  4669.             'validator.property_info_loader' => '?',
  4670.             'profiler' => '?',
  4671.             'profiler.storage' => '?',
  4672.             'profiler_listener' => '?',
  4673.             'data_collector.config' => '?',
  4674.             'data_collector.request' => '?',
  4675.             'data_collector.ajax' => '?',
  4676.             'data_collector.exception' => '?',
  4677.             'data_collector.events' => '?',
  4678.             'data_collector.logger' => '?',
  4679.             'data_collector.time' => '?',
  4680.             'data_collector.memory' => '?',
  4681.             'data_collector.router' => '?',
  4682.             'data_collector.cache' => '?',
  4683.             'cache_pool_clearer.cache_warmer' => '?',
  4684.             'form.type_extension.form.data_collector' => '?',
  4685.             'data_collector.form.extractor' => '?',
  4686.             'data_collector.form' => '?',
  4687.             'debug.validator' => '?',
  4688.             'data_collector.validator' => '?',
  4689.             'translator.data_collector' => '?',
  4690.             'data_collector.translation' => '?',
  4691.             'mailer.data_collector' => '?',
  4692.             'data_collector.http_client' => '?',
  4693.             'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' => '?',
  4694.             'a2lix_auto_form.form.event_listener.auto_form_listener' => '?',
  4695.             'a2lix_auto_form.form.type.auto_form_type' => '?',
  4696.             'a2lix_auto_form.doctrine.metadata_factory' => '?',
  4697.             'a2lix_auto_form.object_info.doctrine_orm_info' => '?',
  4698.             'twig' => '?',
  4699.             'twig.app_variable' => '?',
  4700.             'twig.loader.native_filesystem' => '?',
  4701.             'twig.extension.profiler' => '?',
  4702.             'twig.profile' => '?',
  4703.             'data_collector.twig' => '?',
  4704.             'twig.extension.trans' => '?',
  4705.             'twig.extension.assets' => '?',
  4706.             'twig.extension.code' => '?',
  4707.             'twig.extension.routing' => '?',
  4708.             'twig.extension.yaml' => '?',
  4709.             'twig.extension.debug.stopwatch' => '?',
  4710.             'twig.extension.expression' => '?',
  4711.             'twig.extension.httpkernel' => '?',
  4712.             'twig.runtime.httpkernel' => '?',
  4713.             'twig.extension.httpfoundation' => '?',
  4714.             'twig.extension.weblink' => '?',
  4715.             'twig.translation.extractor' => '?',
  4716.             'twig.configurator.environment' => '?',
  4717.             'twig.runtime_loader' => '?',
  4718.             'twig.error_renderer.html' => '?',
  4719.             'twig.extension.form' => '?',
  4720.             'twig.form.engine' => '?',
  4721.             'twig.form.renderer' => '?',
  4722.             'twig.command.debug' => '?',
  4723.             'twig.command.lint' => '?',
  4724.             'twig.mailer.message_listener' => '?',
  4725.             'twig.mime_body_renderer' => '?',
  4726.             'twig.missing_extension_suggestor' => '?',
  4727.             'web_profiler.csp.handler' => '?',
  4728.             'twig.extension.webprofiler' => '?',
  4729.             'debug.file_link_formatter.url_format' => '?',
  4730.             'web_profiler.debug_toolbar' => '?',
  4731.             'security.authorization_checker' => '?',
  4732.             'security.token_storage' => '?',
  4733.             'security.untracked_token_storage' => '?',
  4734.             'security.helper' => '?',
  4735.             'security.authentication.trust_resolver' => '?',
  4736.             'security.authentication.session_strategy' => '?',
  4737.             'security.encoder_factory.generic' => '?',
  4738.             'security.user_password_encoder.generic' => '?',
  4739.             'security.user_checker' => '?',
  4740.             'security.expression_language' => '?',
  4741.             'security.authentication_utils' => '?',
  4742.             'security.role_hierarchy' => '?',
  4743.             'security.access.authenticated_voter' => '?',
  4744.             'security.access.role_hierarchy_voter' => '?',
  4745.             'security.access.expression_voter' => '?',
  4746.             'security.impersonate_url_generator' => '?',
  4747.             'security.firewall.map' => '?',
  4748.             'security.logout_url_generator' => '?',
  4749.             'security.http_utils' => '?',
  4750.             'security.validator.user_password' => '?',
  4751.             'cache.security_expression_language' => '?',
  4752.             'security.password_hasher_factory' => '?',
  4753.             'security.channel_listener' => '?',
  4754.             'security.access_map' => '?',
  4755.             'security.access_listener' => '?',
  4756.             'security.rememberme.response_listener' => '?',
  4757.             'security.listener.check_authenticator_credentials' => '?',
  4758.             'security.listener.user_provider' => '?',
  4759.             'security.listener.password_migrating' => '?',
  4760.             'twig.extension.logout_url' => '?',
  4761.             'twig.extension.security' => '?',
  4762.             'data_collector.security' => '?',
  4763.             'debug.security.access.decision_manager' => '?',
  4764.             'debug.security.voter.vote_listener' => '?',
  4765.             'debug.security.firewall' => '?',
  4766.             'security.command.debug_firewall' => '?',
  4767.             'security.firewall.map.config.admin' => '?',
  4768.             'security.event_dispatcher.admin' => '?',
  4769.             'security.context_listener.0' => '?',
  4770.             'security.listener.session.admin' => '?',
  4771.             'security.logout_listener.admin' => '?',
  4772.             'security.logout.listener.default.admin' => '?',
  4773.             'security.logout.listener.session.admin' => '?',
  4774.             'security.authenticator.form_login.admin' => '?',
  4775.             'security.authentication.success_handler.admin.form_login' => '?',
  4776.             'security.authentication.failure_handler.admin.form_login' => '?',
  4777.             'security.authenticator.manager.admin' => '?',
  4778.             'debug.security.firewall.authenticator.admin' => '?',
  4779.             'security.listener.user_checker.admin' => '?',
  4780.             'security.exception_listener.admin' => '?',
  4781.             'security.firewall.map.context.admin' => '?',
  4782.             'security.firewall.map.config.api_login' => '?',
  4783.             'security.event_dispatcher.api_login' => '?',
  4784.             'security.authenticator.json_login.api_login' => '?',
  4785.             'security.authentication.success_handler.api_login.json_login' => '?',
  4786.             'security.authentication.failure_handler.api_login.json_login' => '?',
  4787.             'security.authenticator.refresh_jwt.api_login' => '?',
  4788.             'security.authentication.success_handler.api_login.refresh_jwt' => '?',
  4789.             'security.authentication.failure_handler.api_login.refresh_jwt' => '?',
  4790.             'security.authenticator.manager.api_login' => '?',
  4791.             'debug.security.firewall.authenticator.api_login' => '?',
  4792.             'security.listener.user_checker.api_login' => '?',
  4793.             'security.exception_listener.api_login' => '?',
  4794.             'security.firewall.map.context.api_login' => '?',
  4795.             'security.firewall.map.config.api' => '?',
  4796.             'security.event_dispatcher.api' => '?',
  4797.             'security.authenticator.jwt.api' => '?',
  4798.             'security.authenticator.manager.api' => '?',
  4799.             'debug.security.firewall.authenticator.api' => '?',
  4800.             'security.listener.user_checker.api' => '?',
  4801.             'security.exception_listener.api' => '?',
  4802.             'security.firewall.map.context.api' => '?',
  4803.             'security.firewall.map.config.main' => '?',
  4804.             'security.event_dispatcher.main' => '?',
  4805.             'security.context_listener.1' => '?',
  4806.             'security.listener.session.main' => '?',
  4807.             'security.logout_listener.main' => '?',
  4808.             'security.logout.listener.default.main' => '?',
  4809.             'security.logout.listener.session.main' => '?',
  4810.             'security.authenticator.form_login.main' => '?',
  4811.             'security.authentication.success_handler.main.form_login' => '?',
  4812.             'security.authentication.failure_handler.main.form_login' => '?',
  4813.             'cache.security_token_verifier' => '?',
  4814.             'security.authenticator.remember_me_signature_hasher.main' => '?',
  4815.             'security.authenticator.remember_me_handler.main' => '?',
  4816.             'security.listener.check_remember_me_conditions.main' => '?',
  4817.             'security.listener.remember_me.main' => '?',
  4818.             'security.authenticator.remember_me.main' => '?',
  4819.             'security.authenticator.manager.main' => '?',
  4820.             'debug.security.firewall.authenticator.main' => '?',
  4821.             'security.listener.user_checker.main' => '?',
  4822.             'security.exception_listener.main' => '?',
  4823.             'security.firewall.map.context.main' => '?',
  4824.             'security.command.user_password_encoder' => '?',
  4825.             'security.command.user_password_hash' => '?',
  4826.             'fos_user.user_manager.default' => '?',
  4827.             'fos_user.object_manager' => '?',
  4828.             'fos_user.user_listener' => '?',
  4829.             'fos_user.validator.initializer' => '?',
  4830.             'fos_user.security.interactive_login_listener' => '?',
  4831.             'fos_user.security.login_manager' => '?',
  4832.             'fos_user.user_provider.username_email' => '?',
  4833.             'fos_user.util.canonicalizer.default' => '?',
  4834.             'fos_user.util.user_manipulator' => '?',
  4835.             'fos_user.util.token_generator.default' => '?',
  4836.             'fos_user.util.password_updater' => '?',
  4837.             'fos_user.util.canonical_fields_updater' => '?',
  4838.             'fos_user.listener.authentication' => '?',
  4839.             'fos_user.command.activate_user' => '?',
  4840.             'fos_user.command.change_password' => '?',
  4841.             'fos_user.command.create_user' => '?',
  4842.             'fos_user.command.deactivate_user' => '?',
  4843.             'fos_user.command.demote_user' => '?',
  4844.             'fos_user.command.promote_user' => '?',
  4845.             'fos_user.listener.flash' => '?',
  4846.             'fos_user.username_form_type' => '?',
  4847.             'fos_user.user_to_username_transformer' => '?',
  4848.             'fos_user.profile.form.factory' => '?',
  4849.             'fos_user.profile.form.type' => '?',
  4850.             'fos_user.registration.form.factory' => '?',
  4851.             'fos_user.registration.form.type' => '?',
  4852.             'fos_user.change_password.form.factory' => '?',
  4853.             'fos_user.change_password.form.type' => '?',
  4854.             'fos_user.resetting.form.factory' => '?',
  4855.             'fos_user.resetting.form.type' => '?',
  4856.             'fos_user.listener.resetting' => '?',
  4857.             'knp_paginator.subscriber.paginate' => '?',
  4858.             'knp_paginator.subscriber.sortable' => '?',
  4859.             'knp_paginator.subscriber.filtration' => '?',
  4860.             'knp_paginator.subscriber.sliding_pagination' => '?',
  4861.             'knp_paginator.helper.processor' => '?',
  4862.             'knp_paginator.twig.extension.pagination' => '?',
  4863.             'doctrine.dbal.logger' => '?',
  4864.             'data_collector.doctrine' => '?',
  4865.             'doctrine.dbal.connection_factory' => '?',
  4866.             'doctrine.twig.doctrine_extension' => '?',
  4867.             'doctrine.dbal.well_known_schema_asset_filter' => '?',
  4868.             'doctrine.database_create_command' => '?',
  4869.             'doctrine.database_drop_command' => '?',
  4870.             'doctrine.query_sql_command' => '?',
  4871.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => '?',
  4872.             'doctrine.database_import_command' => '?',
  4873.             'doctrine.dbal.default_connection.configuration' => '?',
  4874.             'doctrine.dbal.logger.profiling.default' => '?',
  4875.             'doctrine.dbal.logger.chain.default' => '?',
  4876.             'doctrine.dbal.default_connection.event_manager' => '?',
  4877.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => '?',
  4878.             'doctrine.orm.proxy_cache_warmer' => '?',
  4879.             'form.type_guesser.doctrine' => '?',
  4880.             'form.type.entity' => '?',
  4881.             'doctrine.orm.container_repository_factory' => '?',
  4882.             'doctrine.orm.validator.unique' => '?',
  4883.             'doctrine.orm.validator_initializer' => '?',
  4884.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4885.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4886.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4887.             'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
  4888.             'doctrine.orm.quote_strategy.default' => '?',
  4889.             'doctrine.ulid_generator' => '?',
  4890.             'doctrine.uuid_generator' => '?',
  4891.             'doctrine.orm.command.entity_manager_provider' => '?',
  4892.             'doctrine.cache_clear_metadata_command' => '?',
  4893.             'doctrine.cache_clear_query_cache_command' => '?',
  4894.             'doctrine.cache_clear_result_command' => '?',
  4895.             'doctrine.cache_collection_region_command' => '?',
  4896.             'doctrine.mapping_convert_command' => '?',
  4897.             'doctrine.schema_create_command' => '?',
  4898.             'doctrine.schema_drop_command' => '?',
  4899.             'doctrine.ensure_production_settings_command' => '?',
  4900.             'doctrine.clear_entity_region_command' => '?',
  4901.             'doctrine.mapping_info_command' => '?',
  4902.             'doctrine.clear_query_region_command' => '?',
  4903.             'doctrine.query_dql_command' => '?',
  4904.             'doctrine.schema_update_command' => '?',
  4905.             'doctrine.schema_validate_command' => '?',
  4906.             'doctrine.mapping_import_command' => '?',
  4907.             'doctrine.orm.default_configuration' => '?',
  4908.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  4909.             'doctrine.orm.default_xml_metadata_driver' => '?',
  4910.             'cache.doctrine.orm.default.metadata' => '?',
  4911.             'cache.doctrine.orm.default.result' => '?',
  4912.             'cache.doctrine.orm.default.query' => '?',
  4913.             'doctrine.orm.default_entity_listener_resolver' => '?',
  4914.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4915.             'doctrine.orm.default_manager_configurator' => '?',
  4916.             'doctrine.orm.default_entity_manager.property_info_extractor' => '?',
  4917.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  4918.             'jms_i18n_routing.locale_resolver.default' => '?',
  4919.             'jms_i18n_routing.router' => '?',
  4920.             'jms_i18n_routing.route_exclusion_strategy' => '?',
  4921.             'jms_i18n_routing.pattern_generation_strategy.default' => '?',
  4922.             'jms_i18n_routing.route_translation_extractor' => '?',
  4923.             'jms_translation.file_source_factory' => '?',
  4924.             'jms_translation.file_writer' => '?',
  4925.             'jms_translation.loader_manager' => '?',
  4926.             'jms_translation.loader.xliff_loader' => '?',
  4927.             'jms_translation.dumper.php_dumper' => '?',
  4928.             'jms_translation.dumper.xliff_dumper' => '?',
  4929.             'jms_translation.dumper.xlf_dumper' => '?',
  4930.             'jms_translation.dumper.yaml_dumper' => '?',
  4931.             'jms_translation.extractor_manager' => '?',
  4932.             'jms_translation.extractor.file_extractor' => '?',
  4933.             'jms_translation.extractor.file.default_php_extractor' => '?',
  4934.             'jms_translation.extractor.file.form_extractor' => '?',
  4935.             'jms_translation.extractor.file.translation_container_extractor' => '?',
  4936.             'jms_translation.extractor.file.twig_extractor' => '?',
  4937.             'jms_translation.extractor.file.validation_extractor' => '?',
  4938.             'jms_translation.extractor.file.authentication_message_extractor' => '?',
  4939.             'jms_translation.doc_parser' => '?',
  4940.             'jms_translation.command.extract' => '?',
  4941.             'jms_translation.command.list_resources' => '?',
  4942.             'doctrine.migrations.dependency_factory' => '?',
  4943.             'doctrine.migrations.configuration_loader' => '?',
  4944.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  4945.             'doctrine.migrations.configuration' => '?',
  4946.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  4947.             'doctrine_migrations.diff_command' => '?',
  4948.             'doctrine_migrations.sync_metadata_command' => '?',
  4949.             'doctrine_migrations.versions_command' => '?',
  4950.             'doctrine_migrations.current_command' => '?',
  4951.             'doctrine_migrations.dump_schema_command' => '?',
  4952.             'doctrine_migrations.execute_command' => '?',
  4953.             'doctrine_migrations.generate_command' => '?',
  4954.             'doctrine_migrations.latest_command' => '?',
  4955.             'doctrine_migrations.migrate_command' => '?',
  4956.             'doctrine_migrations.rollup_command' => '?',
  4957.             'doctrine_migrations.status_command' => '?',
  4958.             'doctrine_migrations.up_to_date_command' => '?',
  4959.             'doctrine_migrations.version_command' => '?',
  4960.             'doctrine.migrations.storage.table_storage' => '?',
  4961.             'lexik_jwt_authentication.payload_enrichment' => '?',
  4962.             'lexik_jwt_authentication.key_loader.raw' => '?',
  4963.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  4964.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  4965.             'lexik_jwt_authentication.handler.authentication_success' => '?',
  4966.             'lexik_jwt_authentication.handler.authentication_failure' => '?',
  4967.             'lexik_jwt_authentication.extractor.chain_extractor' => '?',
  4968.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => '?',
  4969.             'lexik_jwt_authentication.check_config_command' => '?',
  4970.             'lexik_jwt_authentication.migrate_config_command' => '?',
  4971.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  4972.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  4973.             'gesdinet.jwtrefreshtoken.send_token' => '?',
  4974.             'gesdinet.jwtrefreshtoken.request.extractor.request_body' => '?',
  4975.             'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' => '?',
  4976.             'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' => '?',
  4977.             'gesdinet.jwtrefreshtoken.user_provider' => '?',
  4978.             'gesdinet.jwtrefreshtoken.authenticator' => '?',
  4979.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => '?',
  4980.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => '?',
  4981.             'Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener' => '?',
  4982.             'twig.extension.dump' => '?',
  4983.             'debug.dump_listener' => '?',
  4984.             'var_dumper.contextualized_cli_dumper' => '?',
  4985.             'var_dumper.html_dumper' => '?',
  4986.             'var_dumper.server_connection' => '?',
  4987.             'var_dumper.dump_server' => '?',
  4988.             'var_dumper.command.server_dump' => '?',
  4989.             'monolog.command.server_log' => '?',
  4990.             'maker.auto_command.make_auth' => '?',
  4991.             'maker.auto_command.make_command' => '?',
  4992.             'maker.auto_command.make_controller' => '?',
  4993.             'maker.auto_command.make_crud' => '?',
  4994.             'maker.auto_command.make_docker_database' => '?',
  4995.             'maker.auto_command.make_entity' => '?',
  4996.             'maker.auto_command.make_fixtures' => '?',
  4997.             'maker.auto_command.make_form' => '?',
  4998.             'maker.auto_command.make_message' => '?',
  4999.             'maker.auto_command.make_messenger_middleware' => '?',
  5000.             'maker.auto_command.make_registration_form' => '?',
  5001.             'maker.auto_command.make_reset_password' => '?',
  5002.             'maker.auto_command.make_serializer_encoder' => '?',
  5003.             'maker.auto_command.make_serializer_normalizer' => '?',
  5004.             'maker.auto_command.make_subscriber' => '?',
  5005.             'maker.auto_command.make_twig_extension' => '?',
  5006.             'maker.auto_command.make_test' => '?',
  5007.             'maker.auto_command.make_validator' => '?',
  5008.             'maker.auto_command.make_voter' => '?',
  5009.             'maker.auto_command.make_user' => '?',
  5010.             'maker.auto_command.make_migration' => '?',
  5011.             'maker.auto_command.make_stimulus_controller' => '?',
  5012.             'monolog.logger.request' => '?',
  5013.             'monolog.logger.console' => '?',
  5014.             'monolog.logger.cache' => '?',
  5015.             'monolog.logger.http_client' => '?',
  5016.             'monolog.logger.mailer' => '?',
  5017.             'monolog.logger.php' => '?',
  5018.             'monolog.logger.event' => '?',
  5019.             'monolog.logger.router' => '?',
  5020.             'monolog.logger.profiler' => '?',
  5021.             'monolog.logger.security' => '?',
  5022.             'monolog.logger.doctrine' => '?',
  5023.             'monolog.logger.debug' => '?',
  5024.             'monolog.handler.null_internal' => '?',
  5025.             'debug.argument_resolver.request_attribute' => '?',
  5026.             'debug.argument_resolver.request' => '?',
  5027.             'debug.argument_resolver.session' => '?',
  5028.             'debug.security.user_value_resolver' => '?',
  5029.             'debug.argument_resolver.service' => '?',
  5030.             'debug.argument_resolver.default' => '?',
  5031.             'debug.argument_resolver.variadic' => '?',
  5032.             'debug.argument_resolver.not_tagged_controller' => '?',
  5033.             'debug.security.voter.security.access.authenticated_voter' => '?',
  5034.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  5035.             'debug.security.voter.security.access.expression_voter' => '?',
  5036.             'security.listener.csrf_protection' => '?',
  5037.             'security.logout.listener.csrf_token_clearing' => '?',
  5038.             'doctrine.dbal.default_schema_asset_filter_manager' => '?',
  5039.             'jms_translation.loader.wrapped_symfony_loader.0' => '?',
  5040.             'jms_translation.loader.wrapped_symfony_loader.1' => '?',
  5041.             'jms_translation.loader.wrapped_symfony_loader.2' => '?',
  5042.             'jms_translation.loader.wrapped_symfony_loader.3' => '?',
  5043.             'jms_translation.loader.wrapped_symfony_loader.4' => '?',
  5044.             'jms_translation.loader.wrapped_symfony_loader.5' => '?',
  5045.             'jms_translation.loader.wrapped_symfony_loader.6' => '?',
  5046.             'jms_translation.loader.wrapped_symfony_loader.7' => '?',
  5047.             'jms_translation.loader.wrapped_symfony_loader.8' => '?',
  5048.             'jms_translation.loader.wrapped_symfony_loader.9' => '?',
  5049.             'jms_translation.loader.wrapped_symfony_loader.10' => '?',
  5050.             'jms_translation.dumper.wrapped_symfony_dumper.2' => '?',
  5051.             'jms_translation.dumper.wrapped_symfony_dumper.3' => '?',
  5052.             'jms_translation.dumper.wrapped_symfony_dumper.5' => '?',
  5053.             'jms_translation.dumper.wrapped_symfony_dumper.6' => '?',
  5054.             'jms_translation.dumper.wrapped_symfony_dumper.7' => '?',
  5055.             'jms_translation.dumper.wrapped_symfony_dumper.8' => '?',
  5056.             'jms_translation.dumper.wrapped_symfony_dumper.9' => '?',
  5057.             'jms_translation.dumper.wrapped_symfony_dumper.10' => '?',
  5058.             'debug.validator.inner' => '?',
  5059.             'debug.event_dispatcher.inner' => '?',
  5060.             'debug.controller_resolver.inner' => '?',
  5061.             'debug.argument_resolver.inner' => '?',
  5062.             'debug.security.access.decision_manager.inner' => '?',
  5063.             'debug.security.firewall.authenticator.admin.inner' => '?',
  5064.             'debug.security.firewall.authenticator.api_login.inner' => '?',
  5065.             'debug.security.firewall.authenticator.api.inner' => '?',
  5066.             'debug.security.firewall.authenticator.main.inner' => '?',
  5067.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  5068.             'var_dumper.contextualized_cli_dumper.inner' => '?',
  5069.             'debug.argument_resolver.request_attribute.inner' => '?',
  5070.             'debug.argument_resolver.request.inner' => '?',
  5071.             'debug.argument_resolver.session.inner' => '?',
  5072.             'debug.security.user_value_resolver.inner' => '?',
  5073.             'debug.argument_resolver.service.inner' => '?',
  5074.             'debug.argument_resolver.default.inner' => '?',
  5075.             'debug.argument_resolver.variadic.inner' => '?',
  5076.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  5077.             'cache.webpack_encore.recorder_inner' => '?',
  5078.             'cache.app.recorder_inner' => '?',
  5079.             'cache.system.recorder_inner' => '?',
  5080.             'cache.validator.recorder_inner' => '?',
  5081.             'cache.serializer.recorder_inner' => '?',
  5082.             'cache.annotations.recorder_inner' => '?',
  5083.             'cache.property_info.recorder_inner' => '?',
  5084.             'cache.validator_expression_language.recorder_inner' => '?',
  5085.             'cache.security_expression_language.recorder_inner' => '?',
  5086.             'cache.security_token_verifier.recorder_inner' => '?',
  5087.             'cache.doctrine.orm.default.result.recorder_inner' => '?',
  5088.             'cache.doctrine.orm.default.query.recorder_inner' => '?',
  5089.             'Psr\\Container\\ContainerInterface' => '?',
  5090.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  5091.             'Liip\\ImagineBundle\\Config\\FilterFactoryCollection' => '?',
  5092.             'Liip\\ImagineBundle\\Config\\StackBuilder' => '?',
  5093.             'Liip\\ImagineBundle\\Config\\StackCollection' => '?',
  5094.             'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager' => '?',
  5095.             'Liip\\ImagineBundle\\Imagine\\Data\\DataManager' => '?',
  5096.             'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager' => '?',
  5097.             'liip_imagine' => '?',
  5098.             'Imagine\\Image\\ImagineInterface' => '?',
  5099.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  5100.             'sensio_framework_extra.security.expression_language' => '?',
  5101.             'logger' => '?',
  5102.             'Psr\\Log\\LoggerInterface' => '?',
  5103.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupCollectionInterface' => '?',
  5104.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => '?',
  5105.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  5106.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  5107.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  5108.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  5109.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  5110.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  5111.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  5112.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  5113.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  5114.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  5115.             'Symfony\\Component\\HttpKernel\\UriSigner' => '?',
  5116.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => '?',
  5117.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => '?',
  5118.             'error_renderer.html' => '?',
  5119.             'error_renderer' => '?',
  5120.             'Psr\\EventDispatcher\\EventDispatcherInterface' => '?',
  5121.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  5122.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  5123.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  5124.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  5125.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  5126.             'Symfony\\Component\\Asset\\Packages' => '?',
  5127.             'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => '?',
  5128.             'mailer' => '?',
  5129.             'Symfony\\Component\\Mailer\\MailerInterface' => '?',
  5130.             'mailer.logger_message_listener' => '?',
  5131.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  5132.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  5133.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  5134.             'translator.formatter' => '?',
  5135.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  5136.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  5137.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  5138.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  5139.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  5140.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  5141.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  5142.             'annotation_reader' => '?',
  5143.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  5144.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  5145.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => '?',
  5146.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => '?',
  5147.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => '?',
  5148.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => '?',
  5149.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => '?',
  5150.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => '?',
  5151.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => '?',
  5152.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => '?',
  5153.             'cache.default_doctrine_dbal_provider' => '?',
  5154.             'cache.default_pdo_provider' => '?',
  5155.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  5156.             'SessionHandlerInterface' => '?',
  5157.             'session.storage.factory' => '?',
  5158.             'session.handler' => '?',
  5159.             'session_listener' => '?',
  5160.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
  5161.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
  5162.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  5163.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  5164.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  5165.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  5166.             'form.property_accessor' => '?',
  5167.             'form.choice_list_factory' => '?',
  5168.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  5169.             'validator.mapping.class_metadata_factory' => '?',
  5170.             'a2lix_auto_form.manipulator.default' => '?',
  5171.             'Twig_Environment' => '?',
  5172.             'Twig\\Environment' => '?',
  5173.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  5174.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  5175.             'Symfony\\Component\\Security\\Core\\Security' => '?',
  5176.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  5177.             'security.encoder_factory' => '?',
  5178.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  5179.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  5180.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  5181.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  5182.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  5183.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  5184.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => '?',
  5185.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  5186.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => '?',
  5187.             'security.firewall' => '?',
  5188.             'security.user.provider.concrete.fos_userbundle' => '?',
  5189.             'security.user_providers' => '?',
  5190.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  5191.             'security.authentication.session_strategy.admin' => '?',
  5192.             'security.user_checker.admin' => '?',
  5193.             'security.user_checker.api_login' => '?',
  5194.             'security.user_checker.api' => '?',
  5195.             'security.authentication.session_strategy.main' => '?',
  5196.             'security.user_checker.main' => '?',
  5197.             'security.firewall.context_locator' => '?',
  5198.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
  5199.             'fos_user.doctrine_registry' => '?',
  5200.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  5201.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  5202.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  5203.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  5204.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  5205.             'fos_user.util.email_canonicalizer' => '?',
  5206.             'fos_user.util.username_canonicalizer' => '?',
  5207.             'fos_user.util.token_generator' => '?',
  5208.             'fos_user.mailer' => '?',
  5209.             'FOS\\UserBundle\\Mailer\\MailerInterface' => '?',
  5210.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  5211.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\LocaleProviderInterface' => '?',
  5212.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\UserProviderInterface' => '?',
  5213.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  5214.             'Doctrine\\DBAL\\Connection' => '?',
  5215.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  5216.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  5217.             'doctrine.dbal.event_manager' => '?',
  5218.             'Doctrine\\DBAL\\Connection $defaultConnection' => '?',
  5219.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  5220.             'doctrine.orm.metadata.annotation_reader' => '?',
  5221.             'doctrine.orm.default_metadata_cache' => '?',
  5222.             'doctrine.orm.default_result_cache' => '?',
  5223.             'doctrine.orm.default_query_cache' => '?',
  5224.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => '?',
  5225.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  5226.             'jms_i18n_routing.locale_resolver' => '?',
  5227.             'jms_i18n_routing.pattern_generation_strategy' => '?',
  5228.             'doctrine.migrations.metadata_storage' => '?',
  5229.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  5230.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  5231.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  5232.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => '?',
  5233.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => '?',
  5234.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => '?',
  5235.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  5236.             'Gesdinet\\JWTRefreshTokenBundle\\Generator\\RefreshTokenGeneratorInterface' => '?',
  5237.             'Gesdinet\\JWTRefreshTokenBundle\\Model\\RefreshTokenManagerInterface' => '?',
  5238.             'Gesdinet\\JWTRefreshTokenBundle\\Request\\Extractor\\ExtractorInterface' => '?',
  5239.             'twig.loader.filesystem' => '?',
  5240.             'a2lix_translation_form.locale_provider.default' => '?',
  5241.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  5242.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  5243.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  5244.             'Psr\\Log\\LoggerInterface $httpClientLogger' => '?',
  5245.             'Psr\\Log\\LoggerInterface $mailerLogger' => '?',
  5246.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  5247.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  5248.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  5249.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  5250.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  5251.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  5252.             'Psr\\Log\\LoggerInterface $debugLogger' => '?',
  5253.             'Psr\\Log\\LoggerInterface $deprecationLogger' => '?',
  5254.             'argument_resolver.controller_locator' => '?',
  5255.             'twig.loader' => '?',
  5256.             'doctrine.id_generator_locator' => '?',
  5257.             'gesdinet.jwtrefreshtoken.object_manager' => '?',
  5258.             'gesdinet.jwtrefreshtoken.user_checker' => '?',
  5259.             'http_client' => '?',
  5260.             'controller_resolver' => '?',
  5261.             'argument_resolver' => '?',
  5262.             'translator.data_collector.inner' => '?',
  5263.             'twig.error_renderer.html.inner' => '?',
  5264.             'security.access.decision_manager' => '?',
  5265.             'security.firewall.authenticator.admin' => '?',
  5266.             'security.firewall.authenticator.api_login' => '?',
  5267.             'security.firewall.authenticator.api' => '?',
  5268.             'security.firewall.authenticator.main' => '?',
  5269.             'doctrine.migrations.migrations_factory' => '?',
  5270.             'var_dumper.cli_dumper' => '?',
  5271.             'argument_resolver.request_attribute' => '?',
  5272.             'argument_resolver.request' => '?',
  5273.             'argument_resolver.session' => '?',
  5274.             'security.user_value_resolver' => '?',
  5275.             'argument_resolver.service' => '?',
  5276.             'argument_resolver.default' => '?',
  5277.             'argument_resolver.variadic' => '?',
  5278.             'argument_resolver.not_tagged_controller' => '?',
  5279.             'doctrine.orm.default_metadata_driver' => '?',
  5280.             'security.password_encoder' => '?',
  5281.             'session' => '?',
  5282.             'validator' => '?',
  5283.         ]);
  5284.     }
  5285.     /**
  5286.      * Gets the public 'test.service_container' shared service.
  5287.      *
  5288.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  5289.      */
  5290.     protected function getTest_ServiceContainerService()
  5291.     {
  5292.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  5293.     }
  5294.     /**
  5295.      * Gets the public 'translator' shared service.
  5296.      *
  5297.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5298.      */
  5299.     protected function getTranslatorService()
  5300.     {
  5301.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5302.     }
  5303.     /**
  5304.      * Gets the public 'var_dumper.cloner' shared service.
  5305.      *
  5306.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5307.      */
  5308.     protected function getVarDumper_ClonerService()
  5309.     {
  5310.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5311.         $instance->setMaxItems(2500);
  5312.         $instance->setMinDepth(1);
  5313.         $instance->setMaxString(-1);
  5314.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5315.         return $instance;
  5316.     }
  5317.     /**
  5318.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5319.      *
  5320.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5321.      */
  5322.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5325.         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()));
  5326.     }
  5327.     /**
  5328.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5329.      *
  5330.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5331.      */
  5332.     protected function getWebProfiler_Controller_ProfilerService()
  5333.     {
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5335.         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));
  5336.     }
  5337.     /**
  5338.      * Gets the public 'web_profiler.controller.router' shared service.
  5339.      *
  5340.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5341.      */
  5342.     protected function getWebProfiler_Controller_RouterService()
  5343.     {
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5345.         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 () {
  5346.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5347.         }, 1));
  5348.     }
  5349.     /**
  5350.      * Gets the private '.App\Command\ExampleCommand.lazy' shared service.
  5351.      *
  5352.      * @return \Symfony\Component\Console\Command\LazyCommand
  5353.      */
  5354.     protected function getExampleCommand_LazyService()
  5355.     {
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5358.         return $this->privates['.App\\Command\\ExampleCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('pw:import:example', [], 'Example command'false, function (): \App\Command\ExampleCommand {
  5359.             return ($this->services['App\\Command\\ExampleCommand'] ?? $this->getExampleCommandService());
  5360.         });
  5361.     }
  5362.     /**
  5363.      * Gets the private '.App\Command\GenerateCrudCommand.lazy' shared service.
  5364.      *
  5365.      * @return \Symfony\Component\Console\Command\LazyCommand
  5366.      */
  5367.     protected function getGenerateCrudCommand_LazyService()
  5368.     {
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5371.         return $this->privates['.App\\Command\\GenerateCrudCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('pw:generate:crud', [], 'Generate CRUD'false, function (): \App\Command\GenerateCrudCommand {
  5372.             return ($this->services['App\\Command\\GenerateCrudCommand'] ?? $this->getGenerateCrudCommandService());
  5373.         });
  5374.     }
  5375.     /**
  5376.      * Gets the private '.console.command.about.lazy' shared service.
  5377.      *
  5378.      * @return \Symfony\Component\Console\Command\LazyCommand
  5379.      */
  5380.     protected function get_Console_Command_About_LazyService()
  5381.     {
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5384.         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 {
  5385.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5386.         });
  5387.     }
  5388.     /**
  5389.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5390.      *
  5391.      * @return \Symfony\Component\Console\Command\LazyCommand
  5392.      */
  5393.     protected function get_Console_Command_AssetsInstall_LazyService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5397.         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 {
  5398.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5399.         });
  5400.     }
  5401.     /**
  5402.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5403.      *
  5404.      * @return \Symfony\Component\Console\Command\LazyCommand
  5405.      */
  5406.     protected function get_Console_Command_CacheClear_LazyService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5410.         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 {
  5411.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5412.         });
  5413.     }
  5414.     /**
  5415.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5416.      *
  5417.      * @return \Symfony\Component\Console\Command\LazyCommand
  5418.      */
  5419.     protected function get_Console_Command_CachePoolClear_LazyService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5423.         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 {
  5424.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5425.         });
  5426.     }
  5427.     /**
  5428.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5429.      *
  5430.      * @return \Symfony\Component\Console\Command\LazyCommand
  5431.      */
  5432.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5436.         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 {
  5437.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5438.         });
  5439.     }
  5440.     /**
  5441.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5442.      *
  5443.      * @return \Symfony\Component\Console\Command\LazyCommand
  5444.      */
  5445.     protected function get_Console_Command_CachePoolList_LazyService()
  5446.     {
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5449.         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 {
  5450.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5451.         });
  5452.     }
  5453.     /**
  5454.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5455.      *
  5456.      * @return \Symfony\Component\Console\Command\LazyCommand
  5457.      */
  5458.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5459.     {
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5462.         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 {
  5463.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5464.         });
  5465.     }
  5466.     /**
  5467.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5468.      *
  5469.      * @return \Symfony\Component\Console\Command\LazyCommand
  5470.      */
  5471.     protected function get_Console_Command_CacheWarmup_LazyService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5475.         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 {
  5476.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5477.         });
  5478.     }
  5479.     /**
  5480.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5481.      *
  5482.      * @return \Symfony\Component\Console\Command\LazyCommand
  5483.      */
  5484.     protected function get_Console_Command_ConfigDebug_LazyService()
  5485.     {
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5488.         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 {
  5489.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5490.         });
  5491.     }
  5492.     /**
  5493.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5494.      *
  5495.      * @return \Symfony\Component\Console\Command\LazyCommand
  5496.      */
  5497.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5498.     {
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5501.         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 {
  5502.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5503.         });
  5504.     }
  5505.     /**
  5506.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5507.      *
  5508.      * @return \Symfony\Component\Console\Command\LazyCommand
  5509.      */
  5510.     protected function get_Console_Command_ContainerDebug_LazyService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5514.         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 {
  5515.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5516.         });
  5517.     }
  5518.     /**
  5519.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5520.      *
  5521.      * @return \Symfony\Component\Console\Command\LazyCommand
  5522.      */
  5523.     protected function get_Console_Command_ContainerLint_LazyService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5527.         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 {
  5528.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5529.         });
  5530.     }
  5531.     /**
  5532.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5533.      *
  5534.      * @return \Symfony\Component\Console\Command\LazyCommand
  5535.      */
  5536.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5540.         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 {
  5541.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5542.         });
  5543.     }
  5544.     /**
  5545.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5546.      *
  5547.      * @return \Symfony\Component\Console\Command\LazyCommand
  5548.      */
  5549.     protected function get_Console_Command_DotenvDebug_LazyService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5553.         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 {
  5554.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5555.         });
  5556.     }
  5557.     /**
  5558.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5559.      *
  5560.      * @return \Symfony\Component\Console\Command\LazyCommand
  5561.      */
  5562.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5566.         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 {
  5567.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5568.         });
  5569.     }
  5570.     /**
  5571.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5572.      *
  5573.      * @return \Symfony\Component\Console\Command\LazyCommand
  5574.      */
  5575.     protected function get_Console_Command_FormDebug_LazyService()
  5576.     {
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5579.         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 {
  5580.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5581.         });
  5582.     }
  5583.     /**
  5584.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5585.      *
  5586.      * @return \Symfony\Component\Console\Command\LazyCommand
  5587.      */
  5588.     protected function get_Console_Command_RouterDebug_LazyService()
  5589.     {
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5592.         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 {
  5593.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5594.         });
  5595.     }
  5596.     /**
  5597.      * Gets the private '.console.command.router_match.lazy' shared service.
  5598.      *
  5599.      * @return \Symfony\Component\Console\Command\LazyCommand
  5600.      */
  5601.     protected function get_Console_Command_RouterMatch_LazyService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5605.         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 {
  5606.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5607.         });
  5608.     }
  5609.     /**
  5610.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5611.      *
  5612.      * @return \Symfony\Component\Console\Command\LazyCommand
  5613.      */
  5614.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5618.         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 {
  5619.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5620.         });
  5621.     }
  5622.     /**
  5623.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5624.      *
  5625.      * @return \Symfony\Component\Console\Command\LazyCommand
  5626.      */
  5627.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5628.     {
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5631.         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 {
  5632.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5633.         });
  5634.     }
  5635.     /**
  5636.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5637.      *
  5638.      * @return \Symfony\Component\Console\Command\LazyCommand
  5639.      */
  5640.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5641.     {
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5644.         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 {
  5645.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5646.         });
  5647.     }
  5648.     /**
  5649.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5650.      *
  5651.      * @return \Symfony\Component\Console\Command\LazyCommand
  5652.      */
  5653.     protected function get_Console_Command_SecretsList_LazyService()
  5654.     {
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5657.         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 {
  5658.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5659.         });
  5660.     }
  5661.     /**
  5662.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5663.      *
  5664.      * @return \Symfony\Component\Console\Command\LazyCommand
  5665.      */
  5666.     protected function get_Console_Command_SecretsRemove_LazyService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5670.         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 {
  5671.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5672.         });
  5673.     }
  5674.     /**
  5675.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5676.      *
  5677.      * @return \Symfony\Component\Console\Command\LazyCommand
  5678.      */
  5679.     protected function get_Console_Command_SecretsSet_LazyService()
  5680.     {
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5683.         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 {
  5684.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5685.         });
  5686.     }
  5687.     /**
  5688.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5689.      *
  5690.      * @return \Symfony\Component\Console\Command\LazyCommand
  5691.      */
  5692.     protected function get_Console_Command_TranslationDebug_LazyService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5696.         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 {
  5697.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5698.         });
  5699.     }
  5700.     /**
  5701.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5702.      *
  5703.      * @return \Symfony\Component\Console\Command\LazyCommand
  5704.      */
  5705.     protected function get_Console_Command_TranslationExtract_LazyService()
  5706.     {
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5709.         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 {
  5710.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5711.         });
  5712.     }
  5713.     /**
  5714.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5715.      *
  5716.      * @return \Symfony\Component\Console\Command\LazyCommand
  5717.      */
  5718.     protected function get_Console_Command_TranslationPull_LazyService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5722.         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 {
  5723.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5724.         });
  5725.     }
  5726.     /**
  5727.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5728.      *
  5729.      * @return \Symfony\Component\Console\Command\LazyCommand
  5730.      */
  5731.     protected function get_Console_Command_TranslationPush_LazyService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5735.         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 {
  5736.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5737.         });
  5738.     }
  5739.     /**
  5740.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5741.      *
  5742.      * @return \Symfony\Component\Console\Command\LazyCommand
  5743.      */
  5744.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5745.     {
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5748.         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 {
  5749.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5750.         });
  5751.     }
  5752.     /**
  5753.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5754.      *
  5755.      * @return \Symfony\Component\Console\Command\LazyCommand
  5756.      */
  5757.     protected function get_Console_Command_XliffLint_LazyService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5761.         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 {
  5762.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5763.         });
  5764.     }
  5765.     /**
  5766.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5767.      *
  5768.      * @return \Symfony\Component\Console\Command\LazyCommand
  5769.      */
  5770.     protected function get_Console_Command_YamlLint_LazyService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5774.         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 {
  5775.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5776.         });
  5777.     }
  5778.     /**
  5779.      * Gets the private '.debug.http_client' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5782.      */
  5783.     protected function get_Debug_HttpClientService()
  5784.     {
  5785.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  5786.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  5787.         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))));
  5788.     }
  5789.     /**
  5790.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  5791.      *
  5792.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  5793.      */
  5794.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  5795.     {
  5796.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5797.         $a->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  5798.         $a->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  5799.         $a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  5800.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  5801.     }
  5802.     /**
  5803.      * Gets the private '.errored..service_locator.3DxPDuY.App\Entity\Article' shared service.
  5804.      *
  5805.      * @return \App\Entity\Article
  5806.      */
  5807.     protected function getArticleService()
  5808.     {
  5809.         $this->throw('Cannot autowire service ".service_locator.3DxPDuY": it references class "App\\Entity\\Article" but no such service exists.');
  5810.     }
  5811.     /**
  5812.      * Gets the private '.errored..service_locator.48pMYU3.App\Entity\Launcher' shared service.
  5813.      *
  5814.      * @return \App\Entity\Launcher
  5815.      */
  5816.     protected function getLauncherService()
  5817.     {
  5818.         $this->throw('Cannot autowire service ".service_locator.48pMYU3": it references class "App\\Entity\\Launcher" but no such service exists.');
  5819.     }
  5820.     /**
  5821.      * Gets the private '.errored..service_locator.5bkioaH.App\Entity\User' shared service.
  5822.      *
  5823.      * @return \App\Entity\User
  5824.      */
  5825.     protected function getUserService()
  5826.     {
  5827.         $this->throw('Cannot autowire service ".service_locator.5bkioaH": it references class "App\\Entity\\User" but no such service exists.');
  5828.     }
  5829.     /**
  5830.      * Gets the private '.errored..service_locator.6IkVMIm.App\Entity\Campaign' shared service.
  5831.      *
  5832.      * @return \App\Entity\Campaign
  5833.      */
  5834.     protected function getCampaignService()
  5835.     {
  5836.         $this->throw('Cannot autowire service ".service_locator.6IkVMIm": it references class "App\\Entity\\Campaign" but no such service exists.');
  5837.     }
  5838.     /**
  5839.      * Gets the private '.errored..service_locator.6oKiZkm.App\Entity\Template' shared service.
  5840.      *
  5841.      * @return \App\Entity\Template
  5842.      */
  5843.     protected function getTemplateService()
  5844.     {
  5845.         $this->throw('Cannot autowire service ".service_locator.6oKiZkm": it references class "App\\Entity\\Template" but no such service exists.');
  5846.     }
  5847.     /**
  5848.      * Gets the private '.errored..service_locator.DWiJbCk.App\Entity\EcommerceOrder' shared service.
  5849.      *
  5850.      * @return \App\Entity\EcommerceOrder
  5851.      */
  5852.     protected function getEcommerceOrderService()
  5853.     {
  5854.         $this->throw('Cannot autowire service ".service_locator.DWiJbCk": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5855.     }
  5856.     /**
  5857.      * Gets the private '.errored..service_locator.EcUW4Ta.App\Entity\Cart' shared service.
  5858.      *
  5859.      * @return \App\Entity\Cart
  5860.      */
  5861.     protected function getCartService()
  5862.     {
  5863.         $this->throw('Cannot autowire service ".service_locator.EcUW4Ta": it references class "App\\Entity\\Cart" but no such service exists.');
  5864.     }
  5865.     /**
  5866.      * Gets the private '.errored..service_locator.Hfu_Ccf.App\Entity\Product' shared service.
  5867.      *
  5868.      * @return \App\Entity\Product
  5869.      */
  5870.     protected function getProductService()
  5871.     {
  5872.         $this->throw('Cannot autowire service ".service_locator.Hfu_Ccf": it references class "App\\Entity\\Product" but no such service exists.');
  5873.     }
  5874.     /**
  5875.      * Gets the private '.errored..service_locator.HjRujH0.App\Entity\CategoryArticle' shared service.
  5876.      *
  5877.      * @return \App\Entity\CategoryArticle
  5878.      */
  5879.     protected function getCategoryArticleService()
  5880.     {
  5881.         $this->throw('Cannot autowire service ".service_locator.HjRujH0": it references class "App\\Entity\\CategoryArticle" but no such service exists.');
  5882.     }
  5883.     /**
  5884.      * Gets the private '.errored..service_locator.IbXbJEJ.App\Entity\Category' shared service.
  5885.      *
  5886.      * @return \App\Entity\Category
  5887.      */
  5888.     protected function getCategoryService()
  5889.     {
  5890.         $this->throw('Cannot autowire service ".service_locator.IbXbJEJ": it references class "App\\Entity\\Category" but no such service exists.');
  5891.     }
  5892.     /**
  5893.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5894.      *
  5895.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5896.      */
  5897.     protected function getLoaderInterfaceService()
  5898.     {
  5899.         $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".');
  5900.     }
  5901.     /**
  5902.      * Gets the private '.errored..service_locator.Q1NHGFB.App\Entity\LicenceKey' shared service.
  5903.      *
  5904.      * @return \App\Entity\LicenceKey
  5905.      */
  5906.     protected function getLicenceKeyService()
  5907.     {
  5908.         $this->throw('Cannot autowire service ".service_locator.Q1NHGFB": it references class "App\\Entity\\LicenceKey" but no such service exists.');
  5909.     }
  5910.     /**
  5911.      * Gets the private '.errored..service_locator.S85VBX_.App\Entity\Campaign' shared service.
  5912.      *
  5913.      * @return \App\Entity\Campaign
  5914.      */
  5915.     protected function getCampaign2Service()
  5916.     {
  5917.         $this->throw('Cannot autowire service ".service_locator.S85VBX_": it references class "App\\Entity\\Campaign" but no such service exists.');
  5918.     }
  5919.     /**
  5920.      * Gets the private '.errored..service_locator.SzGKLGC.App\Entity\Subscriber' shared service.
  5921.      *
  5922.      * @return \App\Entity\Subscriber
  5923.      */
  5924.     protected function getSubscriberService()
  5925.     {
  5926.         $this->throw('Cannot autowire service ".service_locator.SzGKLGC": it references class "App\\Entity\\Subscriber" but no such service exists.');
  5927.     }
  5928.     /**
  5929.      * Gets the private '.errored..service_locator.THVfaSv.App\Entity\SeoRoute' shared service.
  5930.      *
  5931.      * @return \App\Entity\SeoRoute
  5932.      */
  5933.     protected function getSeoRouteService()
  5934.     {
  5935.         $this->throw('Cannot autowire service ".service_locator.THVfaSv": it references class "App\\Entity\\SeoRoute" but no such service exists.');
  5936.     }
  5937.     /**
  5938.      * Gets the private '.errored..service_locator.V0q.Fdu.App\Entity\Question' shared service.
  5939.      *
  5940.      * @return \App\Entity\Question
  5941.      */
  5942.     protected function getQuestionService()
  5943.     {
  5944.         $this->throw('Cannot autowire service ".service_locator.V0q.Fdu": it references class "App\\Entity\\Question" but no such service exists.');
  5945.     }
  5946.     /**
  5947.      * Gets the private '.errored..service_locator.X5rAzKE.App\Entity\SubscriberGroup' shared service.
  5948.      *
  5949.      * @return \App\Entity\SubscriberGroup
  5950.      */
  5951.     protected function getSubscriberGroupService()
  5952.     {
  5953.         $this->throw('Cannot autowire service ".service_locator.X5rAzKE": it references class "App\\Entity\\SubscriberGroup" but no such service exists.');
  5954.     }
  5955.     /**
  5956.      * Gets the private '.errored..service_locator.YQV8pxl.App\Entity\Product' shared service.
  5957.      *
  5958.      * @return \App\Entity\Product
  5959.      */
  5960.     protected function getProduct2Service()
  5961.     {
  5962.         $this->throw('Cannot autowire service ".service_locator.YQV8pxl": it references class "App\\Entity\\Product" but no such service exists.');
  5963.     }
  5964.     /**
  5965.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  5966.      *
  5967.      * @return \App\Entity\User
  5968.      */
  5969.     protected function getUser2Service()
  5970.     {
  5971.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  5972.     }
  5973.     /**
  5974.      * Gets the private '.errored..service_locator.ciASONt.App\Entity\Contact' shared service.
  5975.      *
  5976.      * @return \App\Entity\Contact
  5977.      */
  5978.     protected function getContactService()
  5979.     {
  5980.         $this->throw('Cannot autowire service ".service_locator.ciASONt": it references class "App\\Entity\\Contact" but no such service exists.');
  5981.     }
  5982.     /**
  5983.      * Gets the private '.errored..service_locator.i5P4esE.App\Entity\Cart' shared service.
  5984.      *
  5985.      * @return \App\Entity\Cart
  5986.      */
  5987.     protected function getCart2Service()
  5988.     {
  5989.         $this->throw('Cannot autowire service ".service_locator.i5P4esE": it references class "App\\Entity\\Cart" but no such service exists.');
  5990.     }
  5991.     /**
  5992.      * Gets the private '.errored..service_locator.iHZ5bxx.App\Entity\Recipient' shared service.
  5993.      *
  5994.      * @return \App\Entity\Recipient
  5995.      */
  5996.     protected function getRecipientService()
  5997.     {
  5998.         $this->throw('Cannot autowire service ".service_locator.iHZ5bxx": it references class "App\\Entity\\Recipient" but no such service exists.');
  5999.     }
  6000.     /**
  6001.      * Gets the private '.errored..service_locator.iaDvAJa.App\Entity\EcommerceOrder' shared service.
  6002.      *
  6003.      * @return \App\Entity\EcommerceOrder
  6004.      */
  6005.     protected function getEcommerceOrder2Service()
  6006.     {
  6007.         $this->throw('Cannot autowire service ".service_locator.iaDvAJa": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  6008.     }
  6009.     /**
  6010.      * Gets the private '.errored..service_locator.kaipZWV.App\Entity\Redirection' shared service.
  6011.      *
  6012.      * @return \App\Entity\Redirection
  6013.      */
  6014.     protected function getRedirectionService()
  6015.     {
  6016.         $this->throw('Cannot autowire service ".service_locator.kaipZWV": it references class "App\\Entity\\Redirection" but no such service exists.');
  6017.     }
  6018.     /**
  6019.      * Gets the private '.errored..service_locator.kj6P_Y2.App\Entity\EcommerceOrder' shared service.
  6020.      *
  6021.      * @return \App\Entity\EcommerceOrder
  6022.      */
  6023.     protected function getEcommerceOrder3Service()
  6024.     {
  6025.         $this->throw('Cannot autowire service ".service_locator.kj6P_Y2": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  6026.     }
  6027.     /**
  6028.      * Gets the private '.errored..service_locator.ob.O40s.App\Entity\Product' shared service.
  6029.      *
  6030.      * @return \App\Entity\Product
  6031.      */
  6032.     protected function getProduct3Service()
  6033.     {
  6034.         $this->throw('Cannot autowire service ".service_locator.ob.O40s": it references class "App\\Entity\\Product" but no such service exists.');
  6035.     }
  6036.     /**
  6037.      * Gets the private '.errored..service_locator.pq6bHr9.App\Entity\CartProduct' shared service.
  6038.      *
  6039.      * @return \App\Entity\CartProduct
  6040.      */
  6041.     protected function getCartProductService()
  6042.     {
  6043.         $this->throw('Cannot autowire service ".service_locator.pq6bHr9": it references class "App\\Entity\\CartProduct" but no such service exists.');
  6044.     }
  6045.     /**
  6046.      * Gets the private '.errored..service_locator.xYoebww.App\Entity\Template' shared service.
  6047.      *
  6048.      * @return \App\Entity\Template
  6049.      */
  6050.     protected function getTemplate2Service()
  6051.     {
  6052.         $this->throw('Cannot autowire service ".service_locator.xYoebww": it references class "App\\Entity\\Template" but no such service exists.');
  6053.     }
  6054.     /**
  6055.      * Gets the private '.errored..service_locator.zudzieW.App\Entity\User' shared service.
  6056.      *
  6057.      * @return \App\Entity\User
  6058.      */
  6059.     protected function getUser3Service()
  6060.     {
  6061.         $this->throw('Cannot autowire service ".service_locator.zudzieW": it references class "App\\Entity\\User" but no such service exists.');
  6062.     }
  6063.     /**
  6064.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  6065.      *
  6066.      * @return \Symfony\Component\Console\Command\LazyCommand
  6067.      */
  6068.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  6069.     {
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6072.         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 {
  6073.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  6074.         });
  6075.     }
  6076.     /**
  6077.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  6078.      *
  6079.      * @return \Symfony\Component\Console\Command\LazyCommand
  6080.      */
  6081.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6085.         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 {
  6086.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  6087.         });
  6088.     }
  6089.     /**
  6090.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  6091.      *
  6092.      * @return \Symfony\Component\Console\Command\LazyCommand
  6093.      */
  6094.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6098.         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 {
  6099.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  6100.         });
  6101.     }
  6102.     /**
  6103.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  6104.      *
  6105.      * @return \Symfony\Component\Console\Command\LazyCommand
  6106.      */
  6107.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  6108.     {
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6111.         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 {
  6112.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  6113.         });
  6114.     }
  6115.     /**
  6116.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  6117.      *
  6118.      * @return \Symfony\Component\Console\Command\LazyCommand
  6119.      */
  6120.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6124.         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 {
  6125.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  6126.         });
  6127.     }
  6128.     /**
  6129.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  6130.      *
  6131.      * @return \Symfony\Component\Console\Command\LazyCommand
  6132.      */
  6133.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6137.         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 {
  6138.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  6139.         });
  6140.     }
  6141.     /**
  6142.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  6143.      *
  6144.      * @return \Symfony\Component\Console\Command\LazyCommand
  6145.      */
  6146.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6150.         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 {
  6151.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  6152.         });
  6153.     }
  6154.     /**
  6155.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  6156.      *
  6157.      * @return \Symfony\Component\Console\Command\LazyCommand
  6158.      */
  6159.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6163.         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 {
  6164.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  6165.         });
  6166.     }
  6167.     /**
  6168.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  6169.      *
  6170.      * @return \Symfony\Component\Console\Command\LazyCommand
  6171.      */
  6172.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6176.         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 {
  6177.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  6178.         });
  6179.     }
  6180.     /**
  6181.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  6182.      *
  6183.      * @return \Symfony\Component\Console\Command\LazyCommand
  6184.      */
  6185.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  6186.     {
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6189.         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 {
  6190.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6191.         });
  6192.     }
  6193.     /**
  6194.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6195.      *
  6196.      * @return \Symfony\Component\Console\Command\LazyCommand
  6197.      */
  6198.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6202.         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 {
  6203.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6204.         });
  6205.     }
  6206.     /**
  6207.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6208.      *
  6209.      * @return \Symfony\Component\Console\Command\LazyCommand
  6210.      */
  6211.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6215.         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 {
  6216.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6217.         });
  6218.     }
  6219.     /**
  6220.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6221.      *
  6222.      * @return \Symfony\Component\Console\Command\LazyCommand
  6223.      */
  6224.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6228.         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 {
  6229.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6230.         });
  6231.     }
  6232.     /**
  6233.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6234.      *
  6235.      * @return \Symfony\Component\Console\Command\LazyCommand
  6236.      */
  6237.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6241.         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 {
  6242.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6243.         });
  6244.     }
  6245.     /**
  6246.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6247.      *
  6248.      * @return \Symfony\Component\Console\Command\LazyCommand
  6249.      */
  6250.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6251.     {
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6254.         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 {
  6255.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6256.         });
  6257.     }
  6258.     /**
  6259.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  6260.      *
  6261.      * @return \Symfony\Component\Console\Command\LazyCommand
  6262.      */
  6263.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  6264.     {
  6265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6267.         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 {
  6268.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  6269.         });
  6270.     }
  6271.     /**
  6272.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6273.      *
  6274.      * @return \Symfony\Component\Console\Command\LazyCommand
  6275.      */
  6276.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6277.     {
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6280.         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 {
  6281.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6282.         });
  6283.     }
  6284.     /**
  6285.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6286.      *
  6287.      * @return \Symfony\Component\Console\Command\LazyCommand
  6288.      */
  6289.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6290.     {
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6293.         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 {
  6294.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6295.         });
  6296.     }
  6297.     /**
  6298.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6299.      *
  6300.      * @return \Symfony\Component\Console\Command\LazyCommand
  6301.      */
  6302.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6303.     {
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6306.         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 {
  6307.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6308.         });
  6309.     }
  6310.     /**
  6311.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6312.      *
  6313.      * @return \Symfony\Component\Console\Command\LazyCommand
  6314.      */
  6315.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6316.     {
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6319.         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 {
  6320.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6321.         });
  6322.     }
  6323.     /**
  6324.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6325.      *
  6326.      * @return \Symfony\Component\Console\Command\LazyCommand
  6327.      */
  6328.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6329.     {
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6332.         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 {
  6333.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6334.         });
  6335.     }
  6336.     /**
  6337.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6338.      *
  6339.      * @return \Symfony\Component\Console\Command\LazyCommand
  6340.      */
  6341.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6345.         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 {
  6346.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6347.         });
  6348.     }
  6349.     /**
  6350.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6351.      *
  6352.      * @return \Symfony\Component\Console\Command\LazyCommand
  6353.      */
  6354.     protected function get_Monolog_Command_ServerLog_LazyService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6358.         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 {
  6359.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6360.         });
  6361.     }
  6362.     /**
  6363.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6364.      *
  6365.      * @return \Symfony\Component\Console\Command\LazyCommand
  6366.      */
  6367.     protected function get_Security_Command_DebugFirewall_LazyService()
  6368.     {
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6371.         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 {
  6372.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6373.         });
  6374.     }
  6375.     /**
  6376.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6377.      *
  6378.      * @return \Symfony\Component\Console\Command\LazyCommand
  6379.      */
  6380.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6384.         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 {
  6385.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6386.         });
  6387.     }
  6388.     /**
  6389.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6390.      *
  6391.      * @return \Symfony\Component\Console\Command\LazyCommand
  6392.      */
  6393.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6394.     {
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6397.         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 {
  6398.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6399.         });
  6400.     }
  6401.     /**
  6402.      * Gets the private '.service_locator..9OiCw.' shared service.
  6403.      *
  6404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6405.      */
  6406.     protected function get_ServiceLocator__9OiCw_Service()
  6407.     {
  6408.         return $this->privates['.service_locator..9OiCw.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6409.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6410.             'filterService' => ['services''App\\Service\\Filter''getFilterService'false],
  6411.             'paginatorService' => ['services''knp_paginator''getKnpPaginatorService'false],
  6412.         ], [
  6413.             'em' => '?',
  6414.             'filterService' => 'App\\Service\\Filter',
  6415.             'paginatorService' => '?',
  6416.         ]);
  6417.     }
  6418.     /**
  6419.      * Gets the private '.service_locator..Ae5NXw' shared service.
  6420.      *
  6421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6422.      */
  6423.     protected function get_ServiceLocator__Ae5NXwService()
  6424.     {
  6425.         return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6426.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6427.         ], [
  6428.             'userRepository' => 'App\\Repository\\UserRepository',
  6429.         ]);
  6430.     }
  6431.     /**
  6432.      * Gets the private '.service_locator.3DxPDuY' shared service.
  6433.      *
  6434.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6435.      */
  6436.     protected function get_ServiceLocator_3DxPDuYService()
  6437.     {
  6438.         return $this->privates['.service_locator.3DxPDuY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6439.             'article' => ['privates''.errored..service_locator.3DxPDuY.App\\Entity\\Article'NULL'Cannot autowire service ".service_locator.3DxPDuY": it references class "App\\Entity\\Article" but no such service exists.'],
  6440.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6441.         ], [
  6442.             'article' => 'App\\Entity\\Article',
  6443.             'em' => '?',
  6444.         ]);
  6445.     }
  6446.     /**
  6447.      * Gets the private '.service_locator.48pMYU3' shared service.
  6448.      *
  6449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6450.      */
  6451.     protected function get_ServiceLocator_48pMYU3Service()
  6452.     {
  6453.         return $this->privates['.service_locator.48pMYU3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6454.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6455.             'launcher' => ['privates''.errored..service_locator.48pMYU3.App\\Entity\\Launcher'NULL'Cannot autowire service ".service_locator.48pMYU3": it references class "App\\Entity\\Launcher" but no such service exists.'],
  6456.         ], [
  6457.             'em' => '?',
  6458.             'launcher' => 'App\\Entity\\Launcher',
  6459.         ]);
  6460.     }
  6461.     /**
  6462.      * Gets the private '.service_locator.5bkioaH' shared service.
  6463.      *
  6464.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6465.      */
  6466.     protected function get_ServiceLocator_5bkioaHService()
  6467.     {
  6468.         return $this->privates['.service_locator.5bkioaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6469.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6470.             'user' => ['privates''.errored..service_locator.5bkioaH.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.5bkioaH": it references class "App\\Entity\\User" but no such service exists.'],
  6471.         ], [
  6472.             'em' => '?',
  6473.             'user' => 'App\\Entity\\User',
  6474.         ]);
  6475.     }
  6476.     /**
  6477.      * Gets the private '.service_locator.5miB8_X' shared service.
  6478.      *
  6479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6480.      */
  6481.     protected function get_ServiceLocator_5miB8XService()
  6482.     {
  6483.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6484.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6485.         ], [
  6486.             'em' => '?',
  6487.         ]);
  6488.     }
  6489.     /**
  6490.      * Gets the private '.service_locator.6IkVMIm' shared service.
  6491.      *
  6492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6493.      */
  6494.     protected function get_ServiceLocator_6IkVMImService()
  6495.     {
  6496.         return $this->privates['.service_locator.6IkVMIm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6497.             'campaign' => ['privates''.errored..service_locator.6IkVMIm.App\\Entity\\Campaign'NULL'Cannot autowire service ".service_locator.6IkVMIm": it references class "App\\Entity\\Campaign" but no such service exists.'],
  6498.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6499.         ], [
  6500.             'campaign' => 'App\\Entity\\Campaign',
  6501.             'em' => '?',
  6502.         ]);
  6503.     }
  6504.     /**
  6505.      * Gets the private '.service_locator.6oKiZkm' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6508.      */
  6509.     protected function get_ServiceLocator_6oKiZkmService()
  6510.     {
  6511.         return $this->privates['.service_locator.6oKiZkm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6512.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6513.             'template' => ['privates''.errored..service_locator.6oKiZkm.App\\Entity\\Template'NULL'Cannot autowire service ".service_locator.6oKiZkm": it references class "App\\Entity\\Template" but no such service exists.'],
  6514.         ], [
  6515.             'em' => '?',
  6516.             'template' => 'App\\Entity\\Template',
  6517.         ]);
  6518.     }
  6519.     /**
  6520.      * Gets the private '.service_locator.9Z5YJkH' shared service.
  6521.      *
  6522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6523.      */
  6524.     protected function get_ServiceLocator_9Z5YJkHService()
  6525.     {
  6526.         return $this->privates['.service_locator.9Z5YJkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6527.             'cartRepository' => ['services''App\\Repository\\CartRepository''getCartRepositoryService'false],
  6528.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6529.         ], [
  6530.             'cartRepository' => 'App\\Repository\\CartRepository',
  6531.             'orderService' => 'App\\Service\\Order',
  6532.         ]);
  6533.     }
  6534.     /**
  6535.      * Gets the private '.service_locator.BQdtx6b' shared service.
  6536.      *
  6537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6538.      */
  6539.     protected function get_ServiceLocator_BQdtx6bService()
  6540.     {
  6541.         return $this->privates['.service_locator.BQdtx6b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6542.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6543.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6544.         ], [
  6545.             'em' => '?',
  6546.             'userRepository' => 'App\\Repository\\UserRepository',
  6547.         ]);
  6548.     }
  6549.     /**
  6550.      * Gets the private '.service_locator.DWiJbCk' shared service.
  6551.      *
  6552.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6553.      */
  6554.     protected function get_ServiceLocator_DWiJbCkService()
  6555.     {
  6556.         return $this->privates['.service_locator.DWiJbCk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6557.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6558.             'order' => ['privates''.errored..service_locator.DWiJbCk.App\\Entity\\EcommerceOrder'NULL'Cannot autowire service ".service_locator.DWiJbCk": it references class "App\\Entity\\EcommerceOrder" but no such service exists.'],
  6559.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6560.         ], [
  6561.             'em' => '?',
  6562.             'order' => 'App\\Entity\\EcommerceOrder',
  6563.             'orderService' => 'App\\Service\\Order',
  6564.         ]);
  6565.     }
  6566.     /**
  6567.      * Gets the private '.service_locator.EcUW4Ta' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6570.      */
  6571.     protected function get_ServiceLocator_EcUW4TaService()
  6572.     {
  6573.         return $this->privates['.service_locator.EcUW4Ta'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6574.             'cart' => ['privates''.errored..service_locator.EcUW4Ta.App\\Entity\\Cart'NULL'Cannot autowire service ".service_locator.EcUW4Ta": it references class "App\\Entity\\Cart" but no such service exists.'],
  6575.             'fbConversion' => ['services''App\\Service\\FacebookConversion''getFacebookConversionService'false],
  6576.             'klaviyoService' => ['services''App\\Service\\Klaviyo''getKlaviyoService'false],
  6577.             'order' => ['services''App\\Service\\Order''getOrderService'false],
  6578.             'redditConversion' => ['services''App\\Service\\RedditConversion''getRedditConversionService'false],
  6579.         ], [
  6580.             'cart' => 'App\\Entity\\Cart',
  6581.             'fbConversion' => 'App\\Service\\FacebookConversion',
  6582.             'klaviyoService' => 'App\\Service\\Klaviyo',
  6583.             'order' => 'App\\Service\\Order',
  6584.             'redditConversion' => 'App\\Service\\RedditConversion',
  6585.         ]);
  6586.     }
  6587.     /**
  6588.      * Gets the private '.service_locator.ErOD_H1' shared service.
  6589.      *
  6590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6591.      */
  6592.     protected function get_ServiceLocator_ErODH1Service()
  6593.     {
  6594.         return $this->privates['.service_locator.ErOD_H1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6595.             'categoryArticleRepository' => ['services''App\\Repository\\CategoryArticleRepository''getCategoryArticleRepositoryService'false],
  6596.         ], [
  6597.             'categoryArticleRepository' => 'App\\Repository\\CategoryArticleRepository',
  6598.         ]);
  6599.     }
  6600.     /**
  6601.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6602.      *
  6603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6604.      */
  6605.     protected function get_ServiceLocator_GNc8e5BService()
  6606.     {
  6607.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6608.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6609.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6610.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6611.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6612.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6613.             'router' => ['services''router''getRouterService'false],
  6614.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6615.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6616.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6617.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6618.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6619.         ], [
  6620.             'doctrine' => '?',
  6621.             'form.factory' => '?',
  6622.             'http_kernel' => '?',
  6623.             'parameter_bag' => '?',
  6624.             'request_stack' => '?',
  6625.             'router' => '?',
  6626.             'security.authorization_checker' => '?',
  6627.             'security.csrf.token_manager' => '?',
  6628.             'security.token_storage' => '?',
  6629.             'session' => '.session.deprecated',
  6630.             'twig' => '?',
  6631.         ]);
  6632.     }
  6633.     /**
  6634.      * Gets the private '.service_locator.H1.Q7UY' shared service.
  6635.      *
  6636.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6637.      */
  6638.     protected function get_ServiceLocator_H1_Q7UYService()
  6639.     {
  6640.         return $this->privates['.service_locator.H1.Q7UY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6641.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6642.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  6643.             'mailjet' => ['services''App\\Service\\Mailjet''getMailjetService'false],
  6644.             'translator' => ['services''translator''getTranslatorService'false],
  6645.         ], [
  6646.             'em' => '?',
  6647.             'mailer' => '?',
  6648.             'mailjet' => 'App\\Service\\Mailjet',
  6649.             'translator' => '?',
  6650.         ]);
  6651.     }
  6652.     /**
  6653.      * Gets the private '.service_locator.Hfu_Ccf' shared service.
  6654.      *
  6655.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6656.      */
  6657.     protected function get_ServiceLocator_HfuCcfService()
  6658.     {
  6659.         return $this->privates['.service_locator.Hfu_Ccf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6660.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6661.             'product' => ['privates''.errored..service_locator.Hfu_Ccf.App\\Entity\\Product'NULL'Cannot autowire service ".service_locator.Hfu_Ccf": it references class "App\\Entity\\Product" but no such service exists.'],
  6662.         ], [
  6663.             'em' => '?',
  6664.             'product' => 'App\\Entity\\Product',
  6665.         ]);
  6666.     }
  6667.     /**
  6668.      * Gets the private '.service_locator.HjRujH0' shared service.
  6669.      *
  6670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6671.      */
  6672.     protected function get_ServiceLocator_HjRujH0Service()
  6673.     {
  6674.         return $this->privates['.service_locator.HjRujH0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6675.             'categoryarticle' => ['privates''.errored..service_locator.HjRujH0.App\\Entity\\CategoryArticle'NULL'Cannot autowire service ".service_locator.HjRujH0": it references class "App\\Entity\\CategoryArticle" but no such service exists.'],
  6676.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6677.         ], [
  6678.             'categoryarticle' => 'App\\Entity\\CategoryArticle',
  6679.             'em' => '?',
  6680.         ]);
  6681.     }
  6682.     /**
  6683.      * Gets the private '.service_locator.IbXbJEJ' shared service.
  6684.      *
  6685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6686.      */
  6687.     protected function get_ServiceLocator_IbXbJEJService()
  6688.     {
  6689.         return $this->privates['.service_locator.IbXbJEJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6690.             'category' => ['privates''.errored..service_locator.IbXbJEJ.App\\Entity\\Category'NULL'Cannot autowire service ".service_locator.IbXbJEJ": it references class "App\\Entity\\Category" but no such service exists.'],
  6691.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6692.         ], [
  6693.             'category' => 'App\\Entity\\Category',
  6694.             'em' => '?',
  6695.         ]);
  6696.     }
  6697.     /**
  6698.      * Gets the private '.service_locator.JeTwYn4' shared service.
  6699.      *
  6700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6701.      */
  6702.     protected function get_ServiceLocator_JeTwYn4Service()
  6703.     {
  6704.         return $this->privates['.service_locator.JeTwYn4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6705.             'productRepository' => ['services''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  6706.         ], [
  6707.             'productRepository' => 'App\\Repository\\ProductRepository',
  6708.         ]);
  6709.     }
  6710.     /**
  6711.      * Gets the private '.service_locator.KLVvNIq' shared service.
  6712.      *
  6713.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6714.      */
  6715.     protected function get_ServiceLocator_KLVvNIqService()
  6716.     {
  6717.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6718.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  6719.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  6720.         ], [
  6721.             'doctrine.ulid_generator' => '?',
  6722.             'doctrine.uuid_generator' => '?',
  6723.         ]);
  6724.     }
  6725.     /**
  6726.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6727.      *
  6728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6729.      */
  6730.     protected function get_ServiceLocator_KfbR3DYService()
  6731.     {
  6732.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6733.             '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".'],
  6734.         ], [
  6735.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6736.         ]);
  6737.     }
  6738.     /**
  6739.      * Gets the private '.service_locator.Q1NHGFB' shared service.
  6740.      *
  6741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6742.      */
  6743.     protected function get_ServiceLocator_Q1NHGFBService()
  6744.     {
  6745.         return $this->privates['.service_locator.Q1NHGFB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6746.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6747.             'licenceKey' => ['privates''.errored..service_locator.Q1NHGFB.App\\Entity\\LicenceKey'NULL'Cannot autowire service ".service_locator.Q1NHGFB": it references class "App\\Entity\\LicenceKey" but no such service exists.'],
  6748.         ], [
  6749.             'em' => '?',
  6750.             'licenceKey' => 'App\\Entity\\LicenceKey',
  6751.         ]);
  6752.     }
  6753.     /**
  6754.      * Gets the private '.service_locator.S85VBX_' shared service.
  6755.      *
  6756.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6757.      */
  6758.     protected function get_ServiceLocator_S85VBXService()
  6759.     {
  6760.         return $this->privates['.service_locator.S85VBX_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6761.             'campaign' => ['privates''.errored..service_locator.S85VBX_.App\\Entity\\Campaign'NULL'Cannot autowire service ".service_locator.S85VBX_": it references class "App\\Entity\\Campaign" but no such service exists.'],
  6762.         ], [
  6763.             'campaign' => 'App\\Entity\\Campaign',
  6764.         ]);
  6765.     }
  6766.     /**
  6767.      * Gets the private '.service_locator.SHOOQIy' shared service.
  6768.      *
  6769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6770.      */
  6771.     protected function get_ServiceLocator_SHOOQIyService()
  6772.     {
  6773.         return $this->privates['.service_locator.SHOOQIy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6774.             'App\\Controller\\Admin\\AdminController::importKeysAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6775.             'App\\Controller\\Admin\\AdminController::indexAction' => ['privates''.service_locator.YF4uhf5''get_ServiceLocator_YF4uhf5Service'false],
  6776.             'App\\Controller\\Admin\\ArticleController::copyAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6777.             'App\\Controller\\Admin\\ArticleController::deleteAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6778.             'App\\Controller\\Admin\\ArticleController::editAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6779.             'App\\Controller\\Admin\\ArticleController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6780.             'App\\Controller\\Admin\\ArticleController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6781.             'App\\Controller\\Admin\\ArticleController::restoreAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6782.             'App\\Controller\\Admin\\ArticleController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6783.             'App\\Controller\\Admin\\CampaignController::deleteAction' => ['privates''.service_locator.6IkVMIm''get_ServiceLocator_6IkVMImService'false],
  6784.             'App\\Controller\\Admin\\CampaignController::editAction' => ['privates''.service_locator.S85VBX_''get_ServiceLocator_S85VBXService'false],
  6785.             'App\\Controller\\Admin\\CampaignController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6786.             'App\\Controller\\Admin\\CampaignController::newAction' => ['privates''.service_locator.xYoebww''get_ServiceLocator_XYoebwwService'false],
  6787.             'App\\Controller\\Admin\\CategoryArticleController::deleteAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6788.             'App\\Controller\\Admin\\CategoryArticleController::editAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6789.             'App\\Controller\\Admin\\CategoryArticleController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6790.             'App\\Controller\\Admin\\CategoryArticleController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6791.             'App\\Controller\\Admin\\CategoryArticleController::restoreAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6792.             'App\\Controller\\Admin\\CategoryArticleController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6793.             'App\\Controller\\Admin\\CategoryController::deleteAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6794.             'App\\Controller\\Admin\\CategoryController::editAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6795.             'App\\Controller\\Admin\\CategoryController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6796.             'App\\Controller\\Admin\\CategoryController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6797.             'App\\Controller\\Admin\\CategoryController::restoreAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6798.             'App\\Controller\\Admin\\CategoryController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6799.             'App\\Controller\\Admin\\ContactController::deleteAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6800.             'App\\Controller\\Admin\\ContactController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6801.             'App\\Controller\\Admin\\ContactController::showAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6802.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderShippingState' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6803.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderState' => ['privates''.service_locator.DWiJbCk''get_ServiceLocator_DWiJbCkService'false],
  6804.             'App\\Controller\\Admin\\EcommerceOrderController::generateInvoice' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6805.             'App\\Controller\\Admin\\EcommerceOrderController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6806.             'App\\Controller\\Admin\\EcommerceOrderController::showAction' => ['privates''.service_locator.kj6P_Y2''get_ServiceLocator_Kj6PY2Service'false],
  6807.             'App\\Controller\\Admin\\FilemanagerController::deleteModalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6808.             'App\\Controller\\Admin\\FilemanagerController::modalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6809.             'App\\Controller\\Admin\\FilemanagerController::uploadModalAction' => ['privates''.service_locator.c57S6zY''get_ServiceLocator_C57S6zYService'false],
  6810.             'App\\Controller\\Admin\\LauncherController::deleteAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6811.             'App\\Controller\\Admin\\LauncherController::editAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6812.             'App\\Controller\\Admin\\LauncherController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6813.             'App\\Controller\\Admin\\LauncherController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6814.             'App\\Controller\\Admin\\LauncherController::refreshAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6815.             'App\\Controller\\Admin\\LicenceKeyController::deleteAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6816.             'App\\Controller\\Admin\\LicenceKeyController::editAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6817.             'App\\Controller\\Admin\\LicenceKeyController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6818.             'App\\Controller\\Admin\\LicenceKeyController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6819.             'App\\Controller\\Admin\\ProductController::copyAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6820.             'App\\Controller\\Admin\\ProductController::deleteAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6821.             'App\\Controller\\Admin\\ProductController::editAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6822.             'App\\Controller\\Admin\\ProductController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6823.             'App\\Controller\\Admin\\ProductController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6824.             'App\\Controller\\Admin\\ProductController::restoreAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6825.             'App\\Controller\\Admin\\ProductController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6826.             'App\\Controller\\Admin\\QuestionController::deleteAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6827.             'App\\Controller\\Admin\\QuestionController::editAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6828.             'App\\Controller\\Admin\\QuestionController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6829.             'App\\Controller\\Admin\\QuestionController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6830.             'App\\Controller\\Admin\\QuestionController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6831.             'App\\Controller\\Admin\\RedirectionController::deleteAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6832.             'App\\Controller\\Admin\\RedirectionController::editAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6833.             'App\\Controller\\Admin\\RedirectionController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6834.             'App\\Controller\\Admin\\RedirectionController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6835.             'App\\Controller\\Admin\\RedirectionController::restoreAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6836.             'App\\Controller\\Admin\\SeoRouteController::editAction' => ['privates''.service_locator.THVfaSv''get_ServiceLocator_THVfaSvService'false],
  6837.             'App\\Controller\\Admin\\SeoRouteController::getEntityDataAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6838.             'App\\Controller\\Admin\\SeoRouteController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6839.             'App\\Controller\\Admin\\SeoRouteController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6840.             'App\\Controller\\Admin\\SubscriberController::deleteAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6841.             'App\\Controller\\Admin\\SubscriberController::editAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6842.             'App\\Controller\\Admin\\SubscriberController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6843.             'App\\Controller\\Admin\\SubscriberController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6844.             'App\\Controller\\Admin\\SubscriberGroupController::deleteAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6845.             'App\\Controller\\Admin\\SubscriberGroupController::editAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6846.             'App\\Controller\\Admin\\SubscriberGroupController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6847.             'App\\Controller\\Admin\\TemplateController::deleteAction' => ['privates''.service_locator.6oKiZkm''get_ServiceLocator_6oKiZkmService'false],
  6848.             'App\\Controller\\Admin\\TemplateController::editorAction' => ['privates''.service_locator.sUqyxJH''get_ServiceLocator_SUqyxJHService'false],
  6849.             'App\\Controller\\Admin\\TemplateController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6850.             'App\\Controller\\Admin\\UserController::deleteAction' => ['privates''.service_locator.5bkioaH''get_ServiceLocator_5bkioaHService'false],
  6851.             'App\\Controller\\Admin\\UserController::editAction' => ['privates''.service_locator.zudzieW''get_ServiceLocator_ZudzieWService'false],
  6852.             'App\\Controller\\Admin\\UserController::exportInactiveAction' => ['privates''.service_locator.Tu6fuDP''get_ServiceLocator_Tu6fuDPService'false],
  6853.             'App\\Controller\\Admin\\UserController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6854.             'App\\Controller\\Admin\\UserController::newAction' => ['privates''.service_locator.sjAdRQz''get_ServiceLocator_SjAdRQzService'false],
  6855.             'App\\Controller\\Admin\\UserController::showAction' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  6856.             'App\\Controller\\ApiController::buyFreeProduct' => ['privates''.service_locator.YQV8pxl''get_ServiceLocator_YQV8pxlService'false],
  6857.             'App\\Controller\\ApiController::checkUsageAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6858.             'App\\Controller\\ApiController::getArticleCategories' => ['privates''.service_locator.ErOD_H1''get_ServiceLocator_ErODH1Service'false],
  6859.             'App\\Controller\\ApiController::getArticles' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6860.             'App\\Controller\\ApiController::getProducts' => ['privates''.service_locator.JeTwYn4''get_ServiceLocator_JeTwYn4Service'false],
  6861.             'App\\Controller\\ApiController::getProfile' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6862.             'App\\Controller\\AppController::FAQAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6863.             'App\\Controller\\AppController::SoftwareLoreAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6864.             'App\\Controller\\AppController::SoftwareTomeAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6865.             'App\\Controller\\AppController::extensionJsonAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6866.             'App\\Controller\\AppController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6867.             'App\\Controller\\AppController::notificationsReadedAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6868.             'App\\Controller\\AppController::renderCart' => ['privates''.service_locator.9Z5YJkH''get_ServiceLocator_9Z5YJkHService'false],
  6869.             'App\\Controller\\AppController::sitemapAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6870.             'App\\Controller\\AppController::sitemapXmlAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6871.             'App\\Controller\\AppController::validateEmailAction' => ['privates''.service_locator.BQdtx6b''get_ServiceLocator_BQdtx6bService'false],
  6872.             'App\\Controller\\ArticleController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6873.             'App\\Controller\\ArticleController::showAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6874.             'App\\Controller\\ContactController::contactAction' => ['privates''.service_locator.nJZ5mGd''get_ServiceLocator_NJZ5mGdService'false],
  6875.             'App\\Controller\\EcommerceController::addToCartAction' => ['privates''.service_locator.ob.O40s''get_ServiceLocator_Ob_O40sService'false],
  6876.             'App\\Controller\\EcommerceController::cartAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6877.             'App\\Controller\\EcommerceController::cartProductsAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6878.             'App\\Controller\\EcommerceController::checkoutAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6879.             'App\\Controller\\EcommerceController::checkoutLoadAction' => ['privates''.service_locator.i5P4esE''get_ServiceLocator_I5P4esEService'false],
  6880.             'App\\Controller\\EcommerceController::checkoutReturnAction' => ['privates''.service_locator.EcUW4Ta''get_ServiceLocator_EcUW4TaService'false],
  6881.             'App\\Controller\\EcommerceController::removeToCartAction' => ['privates''.service_locator.pq6bHr9''get_ServiceLocator_Pq6bHr9Service'false],
  6882.             'App\\Controller\\EcommerceController::shopAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6883.             'App\\Controller\\EcommerceController::shopItemAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6884.             'App\\Controller\\NewsletterController::recipientCheckAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  6885.             'App\\Controller\\NewsletterController::subscribeAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6886.             'App\\Controller\\NewsletterController::unsubscribeAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  6887.             'App\\Controller\\ProfileController::renderGifts' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6888.             'App\\Controller\\ProfileController::renderLaunchers' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6889.             'App\\Controller\\ProfileController::requestGiftsAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6890.             'App\\Controller\\ProfileController::spaceOrderAction' => ['privates''.service_locator.k2Axrgu''get_ServiceLocator_K2AxrguService'false],
  6891.             'App\\Controller\\ProfileController::validEmailAction' => ['privates''.service_locator.H1.Q7UY''get_ServiceLocator_H1_Q7UYService'false],
  6892.             'App\\Controller\\RegistrationController::preRegisterAction' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  6893.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6894.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6895.             'App\\Controller\\Admin\\AdminController:importKeysAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6896.             'App\\Controller\\Admin\\AdminController:indexAction' => ['privates''.service_locator.YF4uhf5''get_ServiceLocator_YF4uhf5Service'false],
  6897.             'App\\Controller\\Admin\\ArticleController:copyAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6898.             'App\\Controller\\Admin\\ArticleController:deleteAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6899.             'App\\Controller\\Admin\\ArticleController:editAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6900.             'App\\Controller\\Admin\\ArticleController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6901.             'App\\Controller\\Admin\\ArticleController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6902.             'App\\Controller\\Admin\\ArticleController:restoreAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6903.             'App\\Controller\\Admin\\ArticleController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6904.             'App\\Controller\\Admin\\CampaignController:deleteAction' => ['privates''.service_locator.6IkVMIm''get_ServiceLocator_6IkVMImService'false],
  6905.             'App\\Controller\\Admin\\CampaignController:editAction' => ['privates''.service_locator.S85VBX_''get_ServiceLocator_S85VBXService'false],
  6906.             'App\\Controller\\Admin\\CampaignController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6907.             'App\\Controller\\Admin\\CampaignController:newAction' => ['privates''.service_locator.xYoebww''get_ServiceLocator_XYoebwwService'false],
  6908.             'App\\Controller\\Admin\\CategoryArticleController:deleteAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6909.             'App\\Controller\\Admin\\CategoryArticleController:editAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6910.             'App\\Controller\\Admin\\CategoryArticleController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6911.             'App\\Controller\\Admin\\CategoryArticleController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6912.             'App\\Controller\\Admin\\CategoryArticleController:restoreAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6913.             'App\\Controller\\Admin\\CategoryArticleController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6914.             'App\\Controller\\Admin\\CategoryController:deleteAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6915.             'App\\Controller\\Admin\\CategoryController:editAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6916.             'App\\Controller\\Admin\\CategoryController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6917.             'App\\Controller\\Admin\\CategoryController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6918.             'App\\Controller\\Admin\\CategoryController:restoreAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6919.             'App\\Controller\\Admin\\CategoryController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6920.             'App\\Controller\\Admin\\ContactController:deleteAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6921.             'App\\Controller\\Admin\\ContactController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6922.             'App\\Controller\\Admin\\ContactController:showAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6923.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderShippingState' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6924.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderState' => ['privates''.service_locator.DWiJbCk''get_ServiceLocator_DWiJbCkService'false],
  6925.             'App\\Controller\\Admin\\EcommerceOrderController:generateInvoice' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6926.             'App\\Controller\\Admin\\EcommerceOrderController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6927.             'App\\Controller\\Admin\\EcommerceOrderController:showAction' => ['privates''.service_locator.kj6P_Y2''get_ServiceLocator_Kj6PY2Service'false],
  6928.             'App\\Controller\\Admin\\FilemanagerController:deleteModalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6929.             'App\\Controller\\Admin\\FilemanagerController:modalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  6930.             'App\\Controller\\Admin\\FilemanagerController:uploadModalAction' => ['privates''.service_locator.c57S6zY''get_ServiceLocator_C57S6zYService'false],
  6931.             'App\\Controller\\Admin\\LauncherController:deleteAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6932.             'App\\Controller\\Admin\\LauncherController:editAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  6933.             'App\\Controller\\Admin\\LauncherController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6934.             'App\\Controller\\Admin\\LauncherController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6935.             'App\\Controller\\Admin\\LauncherController:refreshAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6936.             'App\\Controller\\Admin\\LicenceKeyController:deleteAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6937.             'App\\Controller\\Admin\\LicenceKeyController:editAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  6938.             'App\\Controller\\Admin\\LicenceKeyController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6939.             'App\\Controller\\Admin\\LicenceKeyController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6940.             'App\\Controller\\Admin\\ProductController:copyAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6941.             'App\\Controller\\Admin\\ProductController:deleteAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6942.             'App\\Controller\\Admin\\ProductController:editAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6943.             'App\\Controller\\Admin\\ProductController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6944.             'App\\Controller\\Admin\\ProductController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6945.             'App\\Controller\\Admin\\ProductController:restoreAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  6946.             'App\\Controller\\Admin\\ProductController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6947.             'App\\Controller\\Admin\\QuestionController:deleteAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6948.             'App\\Controller\\Admin\\QuestionController:editAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  6949.             'App\\Controller\\Admin\\QuestionController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6950.             'App\\Controller\\Admin\\QuestionController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6951.             'App\\Controller\\Admin\\QuestionController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6952.             'App\\Controller\\Admin\\RedirectionController:deleteAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6953.             'App\\Controller\\Admin\\RedirectionController:editAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6954.             'App\\Controller\\Admin\\RedirectionController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6955.             'App\\Controller\\Admin\\RedirectionController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6956.             'App\\Controller\\Admin\\RedirectionController:restoreAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  6957.             'App\\Controller\\Admin\\SeoRouteController:editAction' => ['privates''.service_locator.THVfaSv''get_ServiceLocator_THVfaSvService'false],
  6958.             'App\\Controller\\Admin\\SeoRouteController:getEntityDataAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  6959.             'App\\Controller\\Admin\\SeoRouteController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6960.             'App\\Controller\\Admin\\SeoRouteController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6961.             'App\\Controller\\Admin\\SubscriberController:deleteAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6962.             'App\\Controller\\Admin\\SubscriberController:editAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  6963.             'App\\Controller\\Admin\\SubscriberController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6964.             'App\\Controller\\Admin\\SubscriberController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6965.             'App\\Controller\\Admin\\SubscriberGroupController:deleteAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6966.             'App\\Controller\\Admin\\SubscriberGroupController:editAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  6967.             'App\\Controller\\Admin\\SubscriberGroupController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6968.             'App\\Controller\\Admin\\TemplateController:deleteAction' => ['privates''.service_locator.6oKiZkm''get_ServiceLocator_6oKiZkmService'false],
  6969.             'App\\Controller\\Admin\\TemplateController:editorAction' => ['privates''.service_locator.sUqyxJH''get_ServiceLocator_SUqyxJHService'false],
  6970.             'App\\Controller\\Admin\\TemplateController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6971.             'App\\Controller\\Admin\\UserController:deleteAction' => ['privates''.service_locator.5bkioaH''get_ServiceLocator_5bkioaHService'false],
  6972.             'App\\Controller\\Admin\\UserController:editAction' => ['privates''.service_locator.zudzieW''get_ServiceLocator_ZudzieWService'false],
  6973.             'App\\Controller\\Admin\\UserController:exportInactiveAction' => ['privates''.service_locator.Tu6fuDP''get_ServiceLocator_Tu6fuDPService'false],
  6974.             'App\\Controller\\Admin\\UserController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6975.             'App\\Controller\\Admin\\UserController:newAction' => ['privates''.service_locator.sjAdRQz''get_ServiceLocator_SjAdRQzService'false],
  6976.             'App\\Controller\\Admin\\UserController:showAction' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  6977.             'App\\Controller\\ApiController:buyFreeProduct' => ['privates''.service_locator.YQV8pxl''get_ServiceLocator_YQV8pxlService'false],
  6978.             'App\\Controller\\ApiController:checkUsageAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6979.             'App\\Controller\\ApiController:getArticleCategories' => ['privates''.service_locator.ErOD_H1''get_ServiceLocator_ErODH1Service'false],
  6980.             'App\\Controller\\ApiController:getArticles' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6981.             'App\\Controller\\ApiController:getProducts' => ['privates''.service_locator.JeTwYn4''get_ServiceLocator_JeTwYn4Service'false],
  6982.             'App\\Controller\\ApiController:getProfile' => ['privates''.service_locator.ys8EL7c''get_ServiceLocator_Ys8EL7cService'false],
  6983.             'App\\Controller\\AppController:FAQAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6984.             'App\\Controller\\AppController:SoftwareLoreAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6985.             'App\\Controller\\AppController:SoftwareTomeAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6986.             'App\\Controller\\AppController:extensionJsonAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6987.             'App\\Controller\\AppController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6988.             'App\\Controller\\AppController:notificationsReadedAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6989.             'App\\Controller\\AppController:renderCart' => ['privates''.service_locator.9Z5YJkH''get_ServiceLocator_9Z5YJkHService'false],
  6990.             'App\\Controller\\AppController:sitemapAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6991.             'App\\Controller\\AppController:sitemapXmlAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  6992.             'App\\Controller\\AppController:validateEmailAction' => ['privates''.service_locator.BQdtx6b''get_ServiceLocator_BQdtx6bService'false],
  6993.             'App\\Controller\\ArticleController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6994.             'App\\Controller\\ArticleController:showAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6995.             'App\\Controller\\ContactController:contactAction' => ['privates''.service_locator.nJZ5mGd''get_ServiceLocator_NJZ5mGdService'false],
  6996.             'App\\Controller\\EcommerceController:addToCartAction' => ['privates''.service_locator.ob.O40s''get_ServiceLocator_Ob_O40sService'false],
  6997.             'App\\Controller\\EcommerceController:cartAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6998.             'App\\Controller\\EcommerceController:cartProductsAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  6999.             'App\\Controller\\EcommerceController:checkoutAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7000.             'App\\Controller\\EcommerceController:checkoutLoadAction' => ['privates''.service_locator.i5P4esE''get_ServiceLocator_I5P4esEService'false],
  7001.             'App\\Controller\\EcommerceController:checkoutReturnAction' => ['privates''.service_locator.EcUW4Ta''get_ServiceLocator_EcUW4TaService'false],
  7002.             'App\\Controller\\EcommerceController:removeToCartAction' => ['privates''.service_locator.pq6bHr9''get_ServiceLocator_Pq6bHr9Service'false],
  7003.             'App\\Controller\\EcommerceController:shopAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7004.             'App\\Controller\\EcommerceController:shopItemAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7005.             'App\\Controller\\NewsletterController:recipientCheckAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  7006.             'App\\Controller\\NewsletterController:subscribeAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  7007.             'App\\Controller\\NewsletterController:unsubscribeAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  7008.             'App\\Controller\\ProfileController:renderGifts' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7009.             'App\\Controller\\ProfileController:renderLaunchers' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7010.             'App\\Controller\\ProfileController:requestGiftsAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7011.             'App\\Controller\\ProfileController:spaceOrderAction' => ['privates''.service_locator.k2Axrgu''get_ServiceLocator_K2AxrguService'false],
  7012.             'App\\Controller\\ProfileController:validEmailAction' => ['privates''.service_locator.H1.Q7UY''get_ServiceLocator_H1_Q7UYService'false],
  7013.             'App\\Controller\\RegistrationController:preRegisterAction' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  7014.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7015.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7016.         ], [
  7017.             'App\\Controller\\Admin\\AdminController::importKeysAction' => '?',
  7018.             'App\\Controller\\Admin\\AdminController::indexAction' => '?',
  7019.             'App\\Controller\\Admin\\ArticleController::copyAction' => '?',
  7020.             'App\\Controller\\Admin\\ArticleController::deleteAction' => '?',
  7021.             'App\\Controller\\Admin\\ArticleController::editAction' => '?',
  7022.             'App\\Controller\\Admin\\ArticleController::indexAction' => '?',
  7023.             'App\\Controller\\Admin\\ArticleController::newAction' => '?',
  7024.             'App\\Controller\\Admin\\ArticleController::restoreAction' => '?',
  7025.             'App\\Controller\\Admin\\ArticleController::sortAction' => '?',
  7026.             'App\\Controller\\Admin\\CampaignController::deleteAction' => '?',
  7027.             'App\\Controller\\Admin\\CampaignController::editAction' => '?',
  7028.             'App\\Controller\\Admin\\CampaignController::indexAction' => '?',
  7029.             'App\\Controller\\Admin\\CampaignController::newAction' => '?',
  7030.             'App\\Controller\\Admin\\CategoryArticleController::deleteAction' => '?',
  7031.             'App\\Controller\\Admin\\CategoryArticleController::editAction' => '?',
  7032.             'App\\Controller\\Admin\\CategoryArticleController::indexAction' => '?',
  7033.             'App\\Controller\\Admin\\CategoryArticleController::newAction' => '?',
  7034.             'App\\Controller\\Admin\\CategoryArticleController::restoreAction' => '?',
  7035.             'App\\Controller\\Admin\\CategoryArticleController::sortAction' => '?',
  7036.             'App\\Controller\\Admin\\CategoryController::deleteAction' => '?',
  7037.             'App\\Controller\\Admin\\CategoryController::editAction' => '?',
  7038.             'App\\Controller\\Admin\\CategoryController::indexAction' => '?',
  7039.             'App\\Controller\\Admin\\CategoryController::newAction' => '?',
  7040.             'App\\Controller\\Admin\\CategoryController::restoreAction' => '?',
  7041.             'App\\Controller\\Admin\\CategoryController::sortAction' => '?',
  7042.             'App\\Controller\\Admin\\ContactController::deleteAction' => '?',
  7043.             'App\\Controller\\Admin\\ContactController::indexAction' => '?',
  7044.             'App\\Controller\\Admin\\ContactController::showAction' => '?',
  7045.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderShippingState' => '?',
  7046.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderState' => '?',
  7047.             'App\\Controller\\Admin\\EcommerceOrderController::generateInvoice' => '?',
  7048.             'App\\Controller\\Admin\\EcommerceOrderController::indexAction' => '?',
  7049.             'App\\Controller\\Admin\\EcommerceOrderController::showAction' => '?',
  7050.             'App\\Controller\\Admin\\FilemanagerController::deleteModalAction' => '?',
  7051.             'App\\Controller\\Admin\\FilemanagerController::modalAction' => '?',
  7052.             'App\\Controller\\Admin\\FilemanagerController::uploadModalAction' => '?',
  7053.             'App\\Controller\\Admin\\LauncherController::deleteAction' => '?',
  7054.             'App\\Controller\\Admin\\LauncherController::editAction' => '?',
  7055.             'App\\Controller\\Admin\\LauncherController::indexAction' => '?',
  7056.             'App\\Controller\\Admin\\LauncherController::newAction' => '?',
  7057.             'App\\Controller\\Admin\\LauncherController::refreshAction' => '?',
  7058.             'App\\Controller\\Admin\\LicenceKeyController::deleteAction' => '?',
  7059.             'App\\Controller\\Admin\\LicenceKeyController::editAction' => '?',
  7060.             'App\\Controller\\Admin\\LicenceKeyController::indexAction' => '?',
  7061.             'App\\Controller\\Admin\\LicenceKeyController::newAction' => '?',
  7062.             'App\\Controller\\Admin\\ProductController::copyAction' => '?',
  7063.             'App\\Controller\\Admin\\ProductController::deleteAction' => '?',
  7064.             'App\\Controller\\Admin\\ProductController::editAction' => '?',
  7065.             'App\\Controller\\Admin\\ProductController::indexAction' => '?',
  7066.             'App\\Controller\\Admin\\ProductController::newAction' => '?',
  7067.             'App\\Controller\\Admin\\ProductController::restoreAction' => '?',
  7068.             'App\\Controller\\Admin\\ProductController::sortAction' => '?',
  7069.             'App\\Controller\\Admin\\QuestionController::deleteAction' => '?',
  7070.             'App\\Controller\\Admin\\QuestionController::editAction' => '?',
  7071.             'App\\Controller\\Admin\\QuestionController::indexAction' => '?',
  7072.             'App\\Controller\\Admin\\QuestionController::newAction' => '?',
  7073.             'App\\Controller\\Admin\\QuestionController::sortAction' => '?',
  7074.             'App\\Controller\\Admin\\RedirectionController::deleteAction' => '?',
  7075.             'App\\Controller\\Admin\\RedirectionController::editAction' => '?',
  7076.             'App\\Controller\\Admin\\RedirectionController::indexAction' => '?',
  7077.             'App\\Controller\\Admin\\RedirectionController::newAction' => '?',
  7078.             'App\\Controller\\Admin\\RedirectionController::restoreAction' => '?',
  7079.             'App\\Controller\\Admin\\SeoRouteController::editAction' => '?',
  7080.             'App\\Controller\\Admin\\SeoRouteController::getEntityDataAction' => '?',
  7081.             'App\\Controller\\Admin\\SeoRouteController::indexAction' => '?',
  7082.             'App\\Controller\\Admin\\SeoRouteController::newAction' => '?',
  7083.             'App\\Controller\\Admin\\SubscriberController::deleteAction' => '?',
  7084.             'App\\Controller\\Admin\\SubscriberController::editAction' => '?',
  7085.             'App\\Controller\\Admin\\SubscriberController::indexAction' => '?',
  7086.             'App\\Controller\\Admin\\SubscriberController::newAction' => '?',
  7087.             'App\\Controller\\Admin\\SubscriberGroupController::deleteAction' => '?',
  7088.             'App\\Controller\\Admin\\SubscriberGroupController::editAction' => '?',
  7089.             'App\\Controller\\Admin\\SubscriberGroupController::newAction' => '?',
  7090.             'App\\Controller\\Admin\\TemplateController::deleteAction' => '?',
  7091.             'App\\Controller\\Admin\\TemplateController::editorAction' => '?',
  7092.             'App\\Controller\\Admin\\TemplateController::indexAction' => '?',
  7093.             'App\\Controller\\Admin\\UserController::deleteAction' => '?',
  7094.             'App\\Controller\\Admin\\UserController::editAction' => '?',
  7095.             'App\\Controller\\Admin\\UserController::exportInactiveAction' => '?',
  7096.             'App\\Controller\\Admin\\UserController::indexAction' => '?',
  7097.             'App\\Controller\\Admin\\UserController::newAction' => '?',
  7098.             'App\\Controller\\Admin\\UserController::showAction' => '?',
  7099.             'App\\Controller\\ApiController::buyFreeProduct' => '?',
  7100.             'App\\Controller\\ApiController::checkUsageAction' => '?',
  7101.             'App\\Controller\\ApiController::getArticleCategories' => '?',
  7102.             'App\\Controller\\ApiController::getArticles' => '?',
  7103.             'App\\Controller\\ApiController::getProducts' => '?',
  7104.             'App\\Controller\\ApiController::getProfile' => '?',
  7105.             'App\\Controller\\AppController::FAQAction' => '?',
  7106.             'App\\Controller\\AppController::SoftwareLoreAction' => '?',
  7107.             'App\\Controller\\AppController::SoftwareTomeAction' => '?',
  7108.             'App\\Controller\\AppController::extensionJsonAction' => '?',
  7109.             'App\\Controller\\AppController::indexAction' => '?',
  7110.             'App\\Controller\\AppController::notificationsReadedAction' => '?',
  7111.             'App\\Controller\\AppController::renderCart' => '?',
  7112.             'App\\Controller\\AppController::sitemapAction' => '?',
  7113.             'App\\Controller\\AppController::sitemapXmlAction' => '?',
  7114.             'App\\Controller\\AppController::validateEmailAction' => '?',
  7115.             'App\\Controller\\ArticleController::indexAction' => '?',
  7116.             'App\\Controller\\ArticleController::showAction' => '?',
  7117.             'App\\Controller\\ContactController::contactAction' => '?',
  7118.             'App\\Controller\\EcommerceController::addToCartAction' => '?',
  7119.             'App\\Controller\\EcommerceController::cartAction' => '?',
  7120.             'App\\Controller\\EcommerceController::cartProductsAction' => '?',
  7121.             'App\\Controller\\EcommerceController::checkoutAction' => '?',
  7122.             'App\\Controller\\EcommerceController::checkoutLoadAction' => '?',
  7123.             'App\\Controller\\EcommerceController::checkoutReturnAction' => '?',
  7124.             'App\\Controller\\EcommerceController::removeToCartAction' => '?',
  7125.             'App\\Controller\\EcommerceController::shopAction' => '?',
  7126.             'App\\Controller\\EcommerceController::shopItemAction' => '?',
  7127.             'App\\Controller\\NewsletterController::recipientCheckAction' => '?',
  7128.             'App\\Controller\\NewsletterController::subscribeAction' => '?',
  7129.             'App\\Controller\\NewsletterController::unsubscribeAction' => '?',
  7130.             'App\\Controller\\ProfileController::renderGifts' => '?',
  7131.             'App\\Controller\\ProfileController::renderLaunchers' => '?',
  7132.             'App\\Controller\\ProfileController::requestGiftsAction' => '?',
  7133.             'App\\Controller\\ProfileController::spaceOrderAction' => '?',
  7134.             'App\\Controller\\ProfileController::validEmailAction' => '?',
  7135.             'App\\Controller\\RegistrationController::preRegisterAction' => '?',
  7136.             'kernel::loadRoutes' => '?',
  7137.             'kernel::registerContainerConfiguration' => '?',
  7138.             'App\\Controller\\Admin\\AdminController:importKeysAction' => '?',
  7139.             'App\\Controller\\Admin\\AdminController:indexAction' => '?',
  7140.             'App\\Controller\\Admin\\ArticleController:copyAction' => '?',
  7141.             'App\\Controller\\Admin\\ArticleController:deleteAction' => '?',
  7142.             'App\\Controller\\Admin\\ArticleController:editAction' => '?',
  7143.             'App\\Controller\\Admin\\ArticleController:indexAction' => '?',
  7144.             'App\\Controller\\Admin\\ArticleController:newAction' => '?',
  7145.             'App\\Controller\\Admin\\ArticleController:restoreAction' => '?',
  7146.             'App\\Controller\\Admin\\ArticleController:sortAction' => '?',
  7147.             'App\\Controller\\Admin\\CampaignController:deleteAction' => '?',
  7148.             'App\\Controller\\Admin\\CampaignController:editAction' => '?',
  7149.             'App\\Controller\\Admin\\CampaignController:indexAction' => '?',
  7150.             'App\\Controller\\Admin\\CampaignController:newAction' => '?',
  7151.             'App\\Controller\\Admin\\CategoryArticleController:deleteAction' => '?',
  7152.             'App\\Controller\\Admin\\CategoryArticleController:editAction' => '?',
  7153.             'App\\Controller\\Admin\\CategoryArticleController:indexAction' => '?',
  7154.             'App\\Controller\\Admin\\CategoryArticleController:newAction' => '?',
  7155.             'App\\Controller\\Admin\\CategoryArticleController:restoreAction' => '?',
  7156.             'App\\Controller\\Admin\\CategoryArticleController:sortAction' => '?',
  7157.             'App\\Controller\\Admin\\CategoryController:deleteAction' => '?',
  7158.             'App\\Controller\\Admin\\CategoryController:editAction' => '?',
  7159.             'App\\Controller\\Admin\\CategoryController:indexAction' => '?',
  7160.             'App\\Controller\\Admin\\CategoryController:newAction' => '?',
  7161.             'App\\Controller\\Admin\\CategoryController:restoreAction' => '?',
  7162.             'App\\Controller\\Admin\\CategoryController:sortAction' => '?',
  7163.             'App\\Controller\\Admin\\ContactController:deleteAction' => '?',
  7164.             'App\\Controller\\Admin\\ContactController:indexAction' => '?',
  7165.             'App\\Controller\\Admin\\ContactController:showAction' => '?',
  7166.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderShippingState' => '?',
  7167.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderState' => '?',
  7168.             'App\\Controller\\Admin\\EcommerceOrderController:generateInvoice' => '?',
  7169.             'App\\Controller\\Admin\\EcommerceOrderController:indexAction' => '?',
  7170.             'App\\Controller\\Admin\\EcommerceOrderController:showAction' => '?',
  7171.             'App\\Controller\\Admin\\FilemanagerController:deleteModalAction' => '?',
  7172.             'App\\Controller\\Admin\\FilemanagerController:modalAction' => '?',
  7173.             'App\\Controller\\Admin\\FilemanagerController:uploadModalAction' => '?',
  7174.             'App\\Controller\\Admin\\LauncherController:deleteAction' => '?',
  7175.             'App\\Controller\\Admin\\LauncherController:editAction' => '?',
  7176.             'App\\Controller\\Admin\\LauncherController:indexAction' => '?',
  7177.             'App\\Controller\\Admin\\LauncherController:newAction' => '?',
  7178.             'App\\Controller\\Admin\\LauncherController:refreshAction' => '?',
  7179.             'App\\Controller\\Admin\\LicenceKeyController:deleteAction' => '?',
  7180.             'App\\Controller\\Admin\\LicenceKeyController:editAction' => '?',
  7181.             'App\\Controller\\Admin\\LicenceKeyController:indexAction' => '?',
  7182.             'App\\Controller\\Admin\\LicenceKeyController:newAction' => '?',
  7183.             'App\\Controller\\Admin\\ProductController:copyAction' => '?',
  7184.             'App\\Controller\\Admin\\ProductController:deleteAction' => '?',
  7185.             'App\\Controller\\Admin\\ProductController:editAction' => '?',
  7186.             'App\\Controller\\Admin\\ProductController:indexAction' => '?',
  7187.             'App\\Controller\\Admin\\ProductController:newAction' => '?',
  7188.             'App\\Controller\\Admin\\ProductController:restoreAction' => '?',
  7189.             'App\\Controller\\Admin\\ProductController:sortAction' => '?',
  7190.             'App\\Controller\\Admin\\QuestionController:deleteAction' => '?',
  7191.             'App\\Controller\\Admin\\QuestionController:editAction' => '?',
  7192.             'App\\Controller\\Admin\\QuestionController:indexAction' => '?',
  7193.             'App\\Controller\\Admin\\QuestionController:newAction' => '?',
  7194.             'App\\Controller\\Admin\\QuestionController:sortAction' => '?',
  7195.             'App\\Controller\\Admin\\RedirectionController:deleteAction' => '?',
  7196.             'App\\Controller\\Admin\\RedirectionController:editAction' => '?',
  7197.             'App\\Controller\\Admin\\RedirectionController:indexAction' => '?',
  7198.             'App\\Controller\\Admin\\RedirectionController:newAction' => '?',
  7199.             'App\\Controller\\Admin\\RedirectionController:restoreAction' => '?',
  7200.             'App\\Controller\\Admin\\SeoRouteController:editAction' => '?',
  7201.             'App\\Controller\\Admin\\SeoRouteController:getEntityDataAction' => '?',
  7202.             'App\\Controller\\Admin\\SeoRouteController:indexAction' => '?',
  7203.             'App\\Controller\\Admin\\SeoRouteController:newAction' => '?',
  7204.             'App\\Controller\\Admin\\SubscriberController:deleteAction' => '?',
  7205.             'App\\Controller\\Admin\\SubscriberController:editAction' => '?',
  7206.             'App\\Controller\\Admin\\SubscriberController:indexAction' => '?',
  7207.             'App\\Controller\\Admin\\SubscriberController:newAction' => '?',
  7208.             'App\\Controller\\Admin\\SubscriberGroupController:deleteAction' => '?',
  7209.             'App\\Controller\\Admin\\SubscriberGroupController:editAction' => '?',
  7210.             'App\\Controller\\Admin\\SubscriberGroupController:newAction' => '?',
  7211.             'App\\Controller\\Admin\\TemplateController:deleteAction' => '?',
  7212.             'App\\Controller\\Admin\\TemplateController:editorAction' => '?',
  7213.             'App\\Controller\\Admin\\TemplateController:indexAction' => '?',
  7214.             'App\\Controller\\Admin\\UserController:deleteAction' => '?',
  7215.             'App\\Controller\\Admin\\UserController:editAction' => '?',
  7216.             'App\\Controller\\Admin\\UserController:exportInactiveAction' => '?',
  7217.             'App\\Controller\\Admin\\UserController:indexAction' => '?',
  7218.             'App\\Controller\\Admin\\UserController:newAction' => '?',
  7219.             'App\\Controller\\Admin\\UserController:showAction' => '?',
  7220.             'App\\Controller\\ApiController:buyFreeProduct' => '?',
  7221.             'App\\Controller\\ApiController:checkUsageAction' => '?',
  7222.             'App\\Controller\\ApiController:getArticleCategories' => '?',
  7223.             'App\\Controller\\ApiController:getArticles' => '?',
  7224.             'App\\Controller\\ApiController:getProducts' => '?',
  7225.             'App\\Controller\\ApiController:getProfile' => '?',
  7226.             'App\\Controller\\AppController:FAQAction' => '?',
  7227.             'App\\Controller\\AppController:SoftwareLoreAction' => '?',
  7228.             'App\\Controller\\AppController:SoftwareTomeAction' => '?',
  7229.             'App\\Controller\\AppController:extensionJsonAction' => '?',
  7230.             'App\\Controller\\AppController:indexAction' => '?',
  7231.             'App\\Controller\\AppController:notificationsReadedAction' => '?',
  7232.             'App\\Controller\\AppController:renderCart' => '?',
  7233.             'App\\Controller\\AppController:sitemapAction' => '?',
  7234.             'App\\Controller\\AppController:sitemapXmlAction' => '?',
  7235.             'App\\Controller\\AppController:validateEmailAction' => '?',
  7236.             'App\\Controller\\ArticleController:indexAction' => '?',
  7237.             'App\\Controller\\ArticleController:showAction' => '?',
  7238.             'App\\Controller\\ContactController:contactAction' => '?',
  7239.             'App\\Controller\\EcommerceController:addToCartAction' => '?',
  7240.             'App\\Controller\\EcommerceController:cartAction' => '?',
  7241.             'App\\Controller\\EcommerceController:cartProductsAction' => '?',
  7242.             'App\\Controller\\EcommerceController:checkoutAction' => '?',
  7243.             'App\\Controller\\EcommerceController:checkoutLoadAction' => '?',
  7244.             'App\\Controller\\EcommerceController:checkoutReturnAction' => '?',
  7245.             'App\\Controller\\EcommerceController:removeToCartAction' => '?',
  7246.             'App\\Controller\\EcommerceController:shopAction' => '?',
  7247.             'App\\Controller\\EcommerceController:shopItemAction' => '?',
  7248.             'App\\Controller\\NewsletterController:recipientCheckAction' => '?',
  7249.             'App\\Controller\\NewsletterController:subscribeAction' => '?',
  7250.             'App\\Controller\\NewsletterController:unsubscribeAction' => '?',
  7251.             'App\\Controller\\ProfileController:renderGifts' => '?',
  7252.             'App\\Controller\\ProfileController:renderLaunchers' => '?',
  7253.             'App\\Controller\\ProfileController:requestGiftsAction' => '?',
  7254.             'App\\Controller\\ProfileController:spaceOrderAction' => '?',
  7255.             'App\\Controller\\ProfileController:validEmailAction' => '?',
  7256.             'App\\Controller\\RegistrationController:preRegisterAction' => '?',
  7257.             'kernel:loadRoutes' => '?',
  7258.             'kernel:registerContainerConfiguration' => '?',
  7259.         ]);
  7260.     }
  7261.     /**
  7262.      * Gets the private '.service_locator.SzGKLGC' shared service.
  7263.      *
  7264.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7265.      */
  7266.     protected function get_ServiceLocator_SzGKLGCService()
  7267.     {
  7268.         return $this->privates['.service_locator.SzGKLGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7269.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7270.             'subscriber' => ['privates''.errored..service_locator.SzGKLGC.App\\Entity\\Subscriber'NULL'Cannot autowire service ".service_locator.SzGKLGC": it references class "App\\Entity\\Subscriber" but no such service exists.'],
  7271.         ], [
  7272.             'em' => '?',
  7273.             'subscriber' => 'App\\Entity\\Subscriber',
  7274.         ]);
  7275.     }
  7276.     /**
  7277.      * Gets the private '.service_locator.THVfaSv' shared service.
  7278.      *
  7279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7280.      */
  7281.     protected function get_ServiceLocator_THVfaSvService()
  7282.     {
  7283.         return $this->privates['.service_locator.THVfaSv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7284.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7285.             'seoRoute' => ['privates''.errored..service_locator.THVfaSv.App\\Entity\\SeoRoute'NULL'Cannot autowire service ".service_locator.THVfaSv": it references class "App\\Entity\\SeoRoute" but no such service exists.'],
  7286.         ], [
  7287.             'em' => '?',
  7288.             'seoRoute' => 'App\\Entity\\SeoRoute',
  7289.         ]);
  7290.     }
  7291.     /**
  7292.      * Gets the private '.service_locator.Tu6fuDP' shared service.
  7293.      *
  7294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7295.      */
  7296.     protected function get_ServiceLocator_Tu6fuDPService()
  7297.     {
  7298.         return $this->privates['.service_locator.Tu6fuDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7299.             'orderRepository' => ['services''App\\Repository\\EcommerceOrderRepository''getEcommerceOrderRepositoryService'false],
  7300.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  7301.         ], [
  7302.             'orderRepository' => 'App\\Repository\\EcommerceOrderRepository',
  7303.             'userRepository' => 'App\\Repository\\UserRepository',
  7304.         ]);
  7305.     }
  7306.     /**
  7307.      * Gets the private '.service_locator.V0q.Fdu' shared service.
  7308.      *
  7309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7310.      */
  7311.     protected function get_ServiceLocator_V0q_FduService()
  7312.     {
  7313.         return $this->privates['.service_locator.V0q.Fdu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7314.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7315.             'question' => ['privates''.errored..service_locator.V0q.Fdu.App\\Entity\\Question'NULL'Cannot autowire service ".service_locator.V0q.Fdu": it references class "App\\Entity\\Question" but no such service exists.'],
  7316.         ], [
  7317.             'em' => '?',
  7318.             'question' => 'App\\Entity\\Question',
  7319.         ]);
  7320.     }
  7321.     /**
  7322.      * Gets the private '.service_locator.X5rAzKE' shared service.
  7323.      *
  7324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7325.      */
  7326.     protected function get_ServiceLocator_X5rAzKEService()
  7327.     {
  7328.         return $this->privates['.service_locator.X5rAzKE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7329.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7330.             'subscriberGroup' => ['privates''.errored..service_locator.X5rAzKE.App\\Entity\\SubscriberGroup'NULL'Cannot autowire service ".service_locator.X5rAzKE": it references class "App\\Entity\\SubscriberGroup" but no such service exists.'],
  7331.         ], [
  7332.             'em' => '?',
  7333.             'subscriberGroup' => 'App\\Entity\\SubscriberGroup',
  7334.         ]);
  7335.     }
  7336.     /**
  7337.      * Gets the private '.service_locator.YF4uhf5' shared service.
  7338.      *
  7339.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7340.      */
  7341.     protected function get_ServiceLocator_YF4uhf5Service()
  7342.     {
  7343.         return $this->privates['.service_locator.YF4uhf5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7344.             'checkRouteService' => ['services''App\\Service\\CheckRoute''getCheckRouteService'false],
  7345.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7346.         ], [
  7347.             'checkRouteService' => 'App\\Service\\CheckRoute',
  7348.             'em' => '?',
  7349.         ]);
  7350.     }
  7351.     /**
  7352.      * Gets the private '.service_locator.YQV8pxl' shared service.
  7353.      *
  7354.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7355.      */
  7356.     protected function get_ServiceLocator_YQV8pxlService()
  7357.     {
  7358.         return $this->privates['.service_locator.YQV8pxl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7359.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7360.             'product' => ['privates''.errored..service_locator.YQV8pxl.App\\Entity\\Product'NULL'Cannot autowire service ".service_locator.YQV8pxl": it references class "App\\Entity\\Product" but no such service exists.'],
  7361.         ], [
  7362.             'entityManager' => '?',
  7363.             'product' => 'App\\Entity\\Product',
  7364.         ]);
  7365.     }
  7366.     /**
  7367.      * Gets the private '.service_locator.ZzyYMEa' shared service.
  7368.      *
  7369.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7370.      */
  7371.     protected function get_ServiceLocator_ZzyYMEaService()
  7372.     {
  7373.         return $this->privates['.service_locator.ZzyYMEa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7374.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7375.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  7376.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  7377.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  7378.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7379.         ], [
  7380.             'event_dispatcher' => '?',
  7381.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7382.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7383.             'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7384.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7385.         ]);
  7386.     }
  7387.     /**
  7388.      * Gets the private '.service_locator._Jv90VS' shared service.
  7389.      *
  7390.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7391.      */
  7392.     protected function get_ServiceLocator_Jv90VSService()
  7393.     {
  7394.         return $this->privates['.service_locator._Jv90VS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7395.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7396.             'translator' => ['services''translator''getTranslatorService'false],
  7397.         ], [
  7398.             'em' => '?',
  7399.             'translator' => '?',
  7400.         ]);
  7401.     }
  7402.     /**
  7403.      * Gets the private '.service_locator.c57S6zY' shared service.
  7404.      *
  7405.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7406.      */
  7407.     protected function get_ServiceLocator_C57S6zYService()
  7408.     {
  7409.         return $this->privates['.service_locator.c57S6zY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7410.             'kernel' => ['services''kernel''getKernelService'false],
  7411.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  7412.         ], [
  7413.             'kernel' => '?',
  7414.             'security' => '?',
  7415.         ]);
  7416.     }
  7417.     /**
  7418.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  7419.      *
  7420.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7421.      */
  7422.     protected function get_ServiceLocator_Ch4JgvlService()
  7423.     {
  7424.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7425.             'user' => ['privates''.errored..service_locator.ch4Jgvl.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.'],
  7426.         ], [
  7427.             'user' => 'App\\Entity\\User',
  7428.         ]);
  7429.     }
  7430.     /**
  7431.      * Gets the private '.service_locator.ciASONt' shared service.
  7432.      *
  7433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7434.      */
  7435.     protected function get_ServiceLocator_CiASONtService()
  7436.     {
  7437.         return $this->privates['.service_locator.ciASONt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7438.             'contact' => ['privates''.errored..service_locator.ciASONt.App\\Entity\\Contact'NULL'Cannot autowire service ".service_locator.ciASONt": it references class "App\\Entity\\Contact" but no such service exists.'],
  7439.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7440.         ], [
  7441.             'contact' => 'App\\Entity\\Contact',
  7442.             'em' => '?',
  7443.         ]);
  7444.     }
  7445.     /**
  7446.      * Gets the private '.service_locator.g6H.xPr' shared service.
  7447.      *
  7448.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7449.      */
  7450.     protected function get_ServiceLocator_G6H_XPrService()
  7451.     {
  7452.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7453.             'kernel' => ['services''kernel''getKernelService'false],
  7454.         ], [
  7455.             'kernel' => '?',
  7456.         ]);
  7457.     }
  7458.     /**
  7459.      * Gets the private '.service_locator.i5P4esE' shared service.
  7460.      *
  7461.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7462.      */
  7463.     protected function get_ServiceLocator_I5P4esEService()
  7464.     {
  7465.         return $this->privates['.service_locator.i5P4esE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7466.             'cart' => ['privates''.errored..service_locator.i5P4esE.App\\Entity\\Cart'NULL'Cannot autowire service ".service_locator.i5P4esE": it references class "App\\Entity\\Cart" but no such service exists.'],
  7467.         ], [
  7468.             'cart' => 'App\\Entity\\Cart',
  7469.         ]);
  7470.     }
  7471.     /**
  7472.      * Gets the private '.service_locator.iHZ5bxx' shared service.
  7473.      *
  7474.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7475.      */
  7476.     protected function get_ServiceLocator_IHZ5bxxService()
  7477.     {
  7478.         return $this->privates['.service_locator.iHZ5bxx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7479.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7480.             'recipient' => ['privates''.errored..service_locator.iHZ5bxx.App\\Entity\\Recipient'NULL'Cannot autowire service ".service_locator.iHZ5bxx": it references class "App\\Entity\\Recipient" but no such service exists.'],
  7481.         ], [
  7482.             'em' => '?',
  7483.             'recipient' => 'App\\Entity\\Recipient',
  7484.         ]);
  7485.     }
  7486.     /**
  7487.      * Gets the private '.service_locator.iaDvAJa' shared service.
  7488.      *
  7489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7490.      */
  7491.     protected function get_ServiceLocator_IaDvAJaService()
  7492.     {
  7493.         return $this->privates['.service_locator.iaDvAJa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7494.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7495.             'order' => ['privates''.errored..service_locator.iaDvAJa.App\\Entity\\EcommerceOrder'NULL'Cannot autowire service ".service_locator.iaDvAJa": it references class "App\\Entity\\EcommerceOrder" but no such service exists.'],
  7496.         ], [
  7497.             'em' => '?',
  7498.             'order' => 'App\\Entity\\EcommerceOrder',
  7499.         ]);
  7500.     }
  7501.     /**
  7502.      * Gets the private '.service_locator.icRJycQ' shared service.
  7503.      *
  7504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7505.      */
  7506.     protected function get_ServiceLocator_IcRJycQService()
  7507.     {
  7508.         return $this->privates['.service_locator.icRJycQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7509.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  7510.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  7511.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  7512.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7513.         ], [
  7514.             'security.firewall.map.context.admin' => '?',
  7515.             'security.firewall.map.context.api' => '?',
  7516.             'security.firewall.map.context.api_login' => '?',
  7517.             'security.firewall.map.context.main' => '?',
  7518.         ]);
  7519.     }
  7520.     /**
  7521.      * Gets the private '.service_locator.k2Axrgu' shared service.
  7522.      *
  7523.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7524.      */
  7525.     protected function get_ServiceLocator_K2AxrguService()
  7526.     {
  7527.         return $this->privates['.service_locator.k2Axrgu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7528.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7529.             'klaviyoService' => ['services''App\\Service\\Klaviyo''getKlaviyoService'false],
  7530.         ], [
  7531.             'em' => '?',
  7532.             'klaviyoService' => 'App\\Service\\Klaviyo',
  7533.         ]);
  7534.     }
  7535.     /**
  7536.      * Gets the private '.service_locator.kaipZWV' shared service.
  7537.      *
  7538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7539.      */
  7540.     protected function get_ServiceLocator_KaipZWVService()
  7541.     {
  7542.         return $this->privates['.service_locator.kaipZWV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7543.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7544.             'redirection' => ['privates''.errored..service_locator.kaipZWV.App\\Entity\\Redirection'NULL'Cannot autowire service ".service_locator.kaipZWV": it references class "App\\Entity\\Redirection" but no such service exists.'],
  7545.         ], [
  7546.             'em' => '?',
  7547.             'redirection' => 'App\\Entity\\Redirection',
  7548.         ]);
  7549.     }
  7550.     /**
  7551.      * Gets the private '.service_locator.kj6P_Y2' shared service.
  7552.      *
  7553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7554.      */
  7555.     protected function get_ServiceLocator_Kj6PY2Service()
  7556.     {
  7557.         return $this->privates['.service_locator.kj6P_Y2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7558.             'ecommerceOrder' => ['privates''.errored..service_locator.kj6P_Y2.App\\Entity\\EcommerceOrder'NULL'Cannot autowire service ".service_locator.kj6P_Y2": it references class "App\\Entity\\EcommerceOrder" but no such service exists.'],
  7559.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7560.         ], [
  7561.             'ecommerceOrder' => 'App\\Entity\\EcommerceOrder',
  7562.             'em' => '?',
  7563.         ]);
  7564.     }
  7565.     /**
  7566.      * Gets the private '.service_locator.nAgueSq' shared service.
  7567.      *
  7568.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7569.      */
  7570.     protected function get_ServiceLocator_NAgueSqService()
  7571.     {
  7572.         return $this->privates['.service_locator.nAgueSq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7573.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7574.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  7575.         ], [
  7576.             'em' => '?',
  7577.             'orderService' => 'App\\Service\\Order',
  7578.         ]);
  7579.     }
  7580.     /**
  7581.      * Gets the private '.service_locator.nJZ5mGd' shared service.
  7582.      *
  7583.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7584.      */
  7585.     protected function get_ServiceLocator_NJZ5mGdService()
  7586.     {
  7587.         return $this->privates['.service_locator.nJZ5mGd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7588.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7589.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7590.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  7591.         ], [
  7592.             'em' => '?',
  7593.             'logger' => '?',
  7594.             'mailer' => '?',
  7595.         ]);
  7596.     }
  7597.     /**
  7598.      * Gets the private '.service_locator.ob.O40s' shared service.
  7599.      *
  7600.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7601.      */
  7602.     protected function get_ServiceLocator_Ob_O40sService()
  7603.     {
  7604.         return $this->privates['.service_locator.ob.O40s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7605.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7606.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  7607.             'product' => ['privates''.errored..service_locator.ob.O40s.App\\Entity\\Product'NULL'Cannot autowire service ".service_locator.ob.O40s": it references class "App\\Entity\\Product" but no such service exists.'],
  7608.         ], [
  7609.             'em' => '?',
  7610.             'orderService' => 'App\\Service\\Order',
  7611.             'product' => 'App\\Entity\\Product',
  7612.         ]);
  7613.     }
  7614.     /**
  7615.      * Gets the private '.service_locator.pq6bHr9' shared service.
  7616.      *
  7617.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7618.      */
  7619.     protected function get_ServiceLocator_Pq6bHr9Service()
  7620.     {
  7621.         return $this->privates['.service_locator.pq6bHr9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7622.             'cartProduct' => ['privates''.errored..service_locator.pq6bHr9.App\\Entity\\CartProduct'NULL'Cannot autowire service ".service_locator.pq6bHr9": it references class "App\\Entity\\CartProduct" but no such service exists.'],
  7623.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7624.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  7625.         ], [
  7626.             'cartProduct' => 'App\\Entity\\CartProduct',
  7627.             'em' => '?',
  7628.             'orderService' => 'App\\Service\\Order',
  7629.         ]);
  7630.     }
  7631.     /**
  7632.      * Gets the private '.service_locator.sUqyxJH' shared service.
  7633.      *
  7634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7635.      */
  7636.     protected function get_ServiceLocator_SUqyxJHService()
  7637.     {
  7638.         return $this->privates['.service_locator.sUqyxJH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7639.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7640.         ], [
  7641.             'em' => '?',
  7642.         ]);
  7643.     }
  7644.     /**
  7645.      * Gets the private '.service_locator.sjAdRQz' shared service.
  7646.      *
  7647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7648.      */
  7649.     protected function get_ServiceLocator_SjAdRQzService()
  7650.     {
  7651.         return $this->privates['.service_locator.sjAdRQz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7652.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7653.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7654.         ], [
  7655.             'em' => '?',
  7656.             'encoderFactory' => '?',
  7657.         ]);
  7658.     }
  7659.     /**
  7660.      * Gets the private '.service_locator.sqHMt7r' shared service.
  7661.      *
  7662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7663.      */
  7664.     protected function get_ServiceLocator_SqHMt7rService()
  7665.     {
  7666.         return $this->privates['.service_locator.sqHMt7r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7667.             'sitemapService' => ['services''App\\Service\\Sitemap''getSitemapService'false],
  7668.         ], [
  7669.             'sitemapService' => 'App\\Service\\Sitemap',
  7670.         ]);
  7671.     }
  7672.     /**
  7673.      * Gets the private '.service_locator.xYoebww' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7676.      */
  7677.     protected function get_ServiceLocator_XYoebwwService()
  7678.     {
  7679.         return $this->privates['.service_locator.xYoebww'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7680.             'template' => ['privates''.errored..service_locator.xYoebww.App\\Entity\\Template'NULL'Cannot autowire service ".service_locator.xYoebww": it references class "App\\Entity\\Template" but no such service exists.'],
  7681.         ], [
  7682.             'template' => 'App\\Entity\\Template',
  7683.         ]);
  7684.     }
  7685.     /**
  7686.      * Gets the private '.service_locator.ys8EL7c' shared service.
  7687.      *
  7688.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7689.      */
  7690.     protected function get_ServiceLocator_Ys8EL7cService()
  7691.     {
  7692.         return $this->privates['.service_locator.ys8EL7c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7693.             'articleRepository' => ['services''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  7694.         ], [
  7695.             'articleRepository' => 'App\\Repository\\ArticleRepository',
  7696.         ]);
  7697.     }
  7698.     /**
  7699.      * Gets the private '.service_locator.zudzieW' shared service.
  7700.      *
  7701.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7702.      */
  7703.     protected function get_ServiceLocator_ZudzieWService()
  7704.     {
  7705.         return $this->privates['.service_locator.zudzieW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7706.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7707.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7708.             'user' => ['privates''.errored..service_locator.zudzieW.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.zudzieW": it references class "App\\Entity\\User" but no such service exists.'],
  7709.         ], [
  7710.             'em' => '?',
  7711.             'encoderFactory' => '?',
  7712.             'user' => 'App\\Entity\\User',
  7713.         ]);
  7714.     }
  7715.     /**
  7716.      * Gets the private '.session.deprecated' shared service.
  7717.      *
  7718.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7719.      */
  7720.     protected function get_Session_DeprecatedService()
  7721.     {
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7724.         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();
  7725.     }
  7726.     /**
  7727.      * Gets the private '.twig.command.debug.lazy' shared service.
  7728.      *
  7729.      * @return \Symfony\Component\Console\Command\LazyCommand
  7730.      */
  7731.     protected function get_Twig_Command_Debug_LazyService()
  7732.     {
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7735.         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 {
  7736.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7737.         });
  7738.     }
  7739.     /**
  7740.      * Gets the private '.twig.command.lint.lazy' shared service.
  7741.      *
  7742.      * @return \Symfony\Component\Console\Command\LazyCommand
  7743.      */
  7744.     protected function get_Twig_Command_Lint_LazyService()
  7745.     {
  7746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7748.         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 {
  7749.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7750.         });
  7751.     }
  7752.     /**
  7753.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7754.      *
  7755.      * @return \Symfony\Component\Console\Command\LazyCommand
  7756.      */
  7757.     protected function get_VarDumper_Command_ServerDump_LazyService()
  7758.     {
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7761.         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 {
  7762.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7763.         });
  7764.     }
  7765.     /**
  7766.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  7767.      *
  7768.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  7769.      */
  7770.     protected function getManagerRegistryAwareConnectionProviderService()
  7771.     {
  7772.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  7774.         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'));
  7775.     }
  7776.     /**
  7777.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  7778.      *
  7779.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  7780.      */
  7781.     protected function getRunSqlCommandService()
  7782.     {
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7785.         $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()));
  7786.         $instance->setName('dbal:run-sql');
  7787.         return $instance;
  7788.     }
  7789.     /**
  7790.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  7791.      *
  7792.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  7793.      */
  7794.     protected function getClearInvalidRefreshTokensCommandService()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  7798.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7799.         $instance->setName('gesdinet:jwt:clear');
  7800.         return $instance;
  7801.     }
  7802.     /**
  7803.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  7804.      *
  7805.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  7806.      */
  7807.     protected function getRevokeRefreshTokenCommandService()
  7808.     {
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  7811.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7812.         $instance->setName('gesdinet:jwt:revoke');
  7813.         return $instance;
  7814.     }
  7815.     /**
  7816.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener' shared service.
  7817.      *
  7818.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener
  7819.      */
  7820.     protected function getLogoutEventListenerService()
  7821.     {
  7822.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/LogoutEventListener.php';
  7823.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  7824.         if (isset($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'])) {
  7825.             return $this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'];
  7826.         }
  7827.         return $this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener($a, ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), 'refresh_token'$this->parameters['gesdinet_jwt_refresh_token.cookie'], 'security.firewall.map.context.api');
  7828.     }
  7829.     /**
  7830.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler' shared autowired service.
  7831.      *
  7832.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler
  7833.      */
  7834.     protected function getPdoSessionHandlerService()
  7835.     {
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  7838.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler($this->getEnv('DATABASE_URL'));
  7839.     }
  7840.     /**
  7841.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  7842.      *
  7843.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  7844.      */
  7845.     protected function getResetAssetsEventListenerService()
  7846.     {
  7847.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7848.     }
  7849.     /**
  7850.      * Gets the private 'a2lix_auto_form.doctrine.metadata_factory' shared service.
  7851.      *
  7852.      * @return \Doctrine\Persistence\Mapping\ClassMetadataFactory
  7853.      */
  7854.     protected function getA2lixAutoForm_Doctrine_MetadataFactoryService()
  7855.     {
  7856.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php';
  7857.         return $this->privates['a2lix_auto_form.doctrine.metadata_factory'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getMetadataFactory();
  7858.     }
  7859.     /**
  7860.      * Gets the private 'a2lix_auto_form.form.event_listener.auto_form_listener' shared service.
  7861.      *
  7862.      * @return \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener
  7863.      */
  7864.     protected function getA2lixAutoForm_Form_EventListener_AutoFormListenerService()
  7865.     {
  7866.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  7867.         return $this->privates['a2lix_auto_form.form.event_listener.auto_form_listener'] = new \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()));
  7868.     }
  7869.     /**
  7870.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  7871.      *
  7872.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  7873.      */
  7874.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  7875.     {
  7876.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  7878.         return $this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] = new \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator(($this->privates['a2lix_auto_form.object_info.doctrine_orm_info'] ?? $this->getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService()), [=> 'id'=> 'locale'=> 'translatable']);
  7879.     }
  7880.     /**
  7881.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  7882.      *
  7883.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  7884.      */
  7885.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  7886.     {
  7887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  7890.         return $this->privates['a2lix_auto_form.form.type.auto_form_type'] = new \A2lix\AutoFormBundle\Form\Type\AutoFormType(($this->privates['a2lix_auto_form.form.event_listener.auto_form_listener'] ?? $this->getA2lixAutoForm_Form_EventListener_AutoFormListenerService()));
  7891.     }
  7892.     /**
  7893.      * Gets the private 'a2lix_auto_form.object_info.doctrine_orm_info' shared service.
  7894.      *
  7895.      * @return \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo
  7896.      */
  7897.     protected function getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService()
  7898.     {
  7899.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  7900.         return $this->privates['a2lix_auto_form.object_info.doctrine_orm_info'] = new \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo(($this->privates['a2lix_auto_form.doctrine.metadata_factory'] ?? $this->getA2lixAutoForm_Doctrine_MetadataFactoryService()));
  7901.     }
  7902.     /**
  7903.      * Gets the private 'a2lix_translation_form.form.event_listener.translations_form_listener' shared service.
  7904.      *
  7905.      * @return \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener
  7906.      */
  7907.     protected function getA2lixTranslationForm_Form_EventListener_TranslationsFormListenerService()
  7908.     {
  7909.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  7910.         return $this->privates['a2lix_translation_form.form.event_listener.translations_form_listener'] = new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener();
  7911.     }
  7912.     /**
  7913.      * Gets the private 'a2lix_translation_form.form.event_listener.translations_listener' shared service.
  7914.      *
  7915.      * @return \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener
  7916.      */
  7917.     protected function getA2lixTranslationForm_Form_EventListener_TranslationsListenerService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  7920.         return $this->privates['a2lix_translation_form.form.event_listener.translations_listener'] = new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()));
  7921.     }
  7922.     /**
  7923.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  7924.      *
  7925.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  7926.      */
  7927.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  7932.         return $this->privates['a2lix_translation_form.form.type.translated_entity_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7933.     }
  7934.     /**
  7935.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  7936.      *
  7937.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  7938.      */
  7939.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7947.         return $this->privates['a2lix_translation_form.form.type.translations_forms_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType(($this->privates['a2lix_translation_form.form.event_listener.translations_form_listener'] ?? ($this->privates['a2lix_translation_form.form.event_listener.translations_form_listener'] = new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener())), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['langs'], 'en'$this->parameters['a2lix_translation_form.required_locales']))));
  7948.     }
  7949.     /**
  7950.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  7951.      *
  7952.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  7953.      */
  7954.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  7955.     {
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7961.         return $this->privates['a2lix_translation_form.form.type.translations_locales_selector_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType(($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['langs'], 'en'$this->parameters['a2lix_translation_form.required_locales']))));
  7962.     }
  7963.     /**
  7964.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  7965.      *
  7966.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  7967.      */
  7968.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7974.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7975.         return $this->privates['a2lix_translation_form.form.type.translations_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsType(($this->privates['a2lix_translation_form.form.event_listener.translations_listener'] ?? $this->getA2lixTranslationForm_Form_EventListener_TranslationsListenerService()), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['langs'], 'en'$this->parameters['a2lix_translation_form.required_locales']))));
  7976.     }
  7977.     /**
  7978.      * Gets the private 'a2lix_translation_form.locale.simple_provider' shared service.
  7979.      *
  7980.      * @return \A2lix\TranslationFormBundle\Locale\SimpleProvider
  7981.      */
  7982.     protected function getA2lixTranslationForm_Locale_SimpleProviderService()
  7983.     {
  7984.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7985.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7986.         return $this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['langs'], 'en'$this->parameters['a2lix_translation_form.required_locales']);
  7987.     }
  7988.     /**
  7989.      * Gets the private 'annotations.cache_adapter' shared service.
  7990.      *
  7991.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  7992.      */
  7993.     protected function getAnnotations_CacheAdapterService()
  7994.     {
  7995.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  7996.     }
  7997.     /**
  7998.      * Gets the private 'annotations.cache_warmer' shared service.
  7999.      *
  8000.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  8001.      */
  8002.     protected function getAnnotations_CacheWarmerService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  8007.         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);
  8008.     }
  8009.     /**
  8010.      * Gets the private 'annotations.cached_reader' shared service.
  8011.      *
  8012.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  8013.      */
  8014.     protected function getAnnotations_CachedReaderService()
  8015.     {
  8016.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
  8017.     }
  8018.     /**
  8019.      * Gets the private 'annotations.dummy_registry' shared service.
  8020.      *
  8021.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  8022.      */
  8023.     protected function getAnnotations_DummyRegistryService()
  8024.     {
  8025.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  8026.         $instance->registerUniqueLoader('class_exists');
  8027.         return $instance;
  8028.     }
  8029.     /**
  8030.      * Gets the private 'annotations.reader' shared service.
  8031.      *
  8032.      * @return \Doctrine\Common\Annotations\AnnotationReader
  8033.      */
  8034.     protected function getAnnotations_ReaderService()
  8035.     {
  8036.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  8037.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  8038.         return $instance;
  8039.     }
  8040.     /**
  8041.      * Gets the private 'argument_metadata_factory' shared service.
  8042.      *
  8043.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  8044.      */
  8045.     protected function getArgumentMetadataFactoryService()
  8046.     {
  8047.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  8048.     }
  8049.     /**
  8050.      * Gets the private 'assets._default_package' shared service.
  8051.      *
  8052.      * @return \Symfony\Component\Asset\PathPackage
  8053.      */
  8054.     protected function getAssets_DefaultPackageService()
  8055.     {
  8056.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  8057.     }
  8058.     /**
  8059.      * Gets the private 'assets._version__default' shared service.
  8060.      *
  8061.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  8062.      */
  8063.     protected function getAssets_VersionDefaultService()
  8064.     {
  8065.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  8066.     }
  8067.     /**
  8068.      * Gets the private 'assets.context' shared service.
  8069.      *
  8070.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  8071.      */
  8072.     protected function getAssets_ContextService()
  8073.     {
  8074.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8075.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  8076.     }
  8077.     /**
  8078.      * Gets the private 'assets.packages' shared service.
  8079.      *
  8080.      * @return \Symfony\Component\Asset\Packages
  8081.      */
  8082.     protected function getAssets_PackagesService()
  8083.     {
  8084.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  8085.             return new \EmptyIterator();
  8086.         }, 0));
  8087.     }
  8088.     /**
  8089.      * Gets the private 'cache.annotations' shared service.
  8090.      *
  8091.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8092.      */
  8093.     protected function getCache_AnnotationsService()
  8094.     {
  8095.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  8096.     }
  8097.     /**
  8098.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  8099.      *
  8100.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8101.      */
  8102.     protected function getCache_Annotations_RecorderInnerService()
  8103.     {
  8104.         return $this->privates['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bPUu23I2DE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8105.     }
  8106.     /**
  8107.      * Gets the private 'cache.app.recorder_inner' shared service.
  8108.      *
  8109.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  8110.      */
  8111.     protected function getCache_App_RecorderInnerService()
  8112.     {
  8113.         $this->privates['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('cUIYaVWnZc'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  8114.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8115.         return $instance;
  8116.     }
  8117.     /**
  8118.      * Gets the private 'cache.default_marshaller' shared service.
  8119.      *
  8120.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  8121.      */
  8122.     protected function getCache_DefaultMarshallerService()
  8123.     {
  8124.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  8125.     }
  8126.     /**
  8127.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  8128.      *
  8129.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8130.      */
  8131.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  8132.     {
  8133.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  8134.     }
  8135.     /**
  8136.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  8137.      *
  8138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8139.      */
  8140.     protected function getCache_Doctrine_Orm_Default_QueryService()
  8141.     {
  8142.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.query.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  8143.     }
  8144.     /**
  8145.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  8146.      *
  8147.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8148.      */
  8149.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  8150.     {
  8151.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  8152.     }
  8153.     /**
  8154.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  8155.      *
  8156.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8157.      */
  8158.     protected function getCache_Doctrine_Orm_Default_ResultService()
  8159.     {
  8160.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  8161.     }
  8162.     /**
  8163.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  8164.      *
  8165.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8166.      */
  8167.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  8168.     {
  8169.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  8170.     }
  8171.     /**
  8172.      * Gets the private 'cache.property_access' shared service.
  8173.      *
  8174.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  8175.      */
  8176.     protected function getCache_PropertyAccessService()
  8177.     {
  8178.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  8179.     }
  8180.     /**
  8181.      * Gets the private 'cache.property_info' shared service.
  8182.      *
  8183.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8184.      */
  8185.     protected function getCache_PropertyInfoService()
  8186.     {
  8187.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  8188.     }
  8189.     /**
  8190.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  8191.      *
  8192.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8193.      */
  8194.     protected function getCache_PropertyInfo_RecorderInnerService()
  8195.     {
  8196.         return $this->privates['cache.property_info.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2Y6YgZSptx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8197.     }
  8198.     /**
  8199.      * Gets the private 'cache.security_expression_language' shared service.
  8200.      *
  8201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8202.      */
  8203.     protected function getCache_SecurityExpressionLanguageService()
  8204.     {
  8205.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_RecorderInnerService()));
  8206.     }
  8207.     /**
  8208.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  8209.      *
  8210.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8211.      */
  8212.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  8213.     {
  8214.         return $this->privates['cache.security_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gnl7mq7QPx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8215.     }
  8216.     /**
  8217.      * Gets the private 'cache.security_token_verifier' shared service.
  8218.      *
  8219.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8220.      */
  8221.     protected function getCache_SecurityTokenVerifierService()
  8222.     {
  8223.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_token_verifier.recorder_inner'] ?? $this->getCache_SecurityTokenVerifier_RecorderInnerService()));
  8224.     }
  8225.     /**
  8226.      * Gets the private 'cache.security_token_verifier.recorder_inner' shared service.
  8227.      *
  8228.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8229.      */
  8230.     protected function getCache_SecurityTokenVerifier_RecorderInnerService()
  8231.     {
  8232.         return $this->privates['cache.security_token_verifier.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fevpQmmtx0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8233.     }
  8234.     /**
  8235.      * Gets the private 'cache.serializer' shared service.
  8236.      *
  8237.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8238.      */
  8239.     protected function getCache_SerializerService()
  8240.     {
  8241.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  8242.     }
  8243.     /**
  8244.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  8245.      *
  8246.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8247.      */
  8248.     protected function getCache_Serializer_RecorderInnerService()
  8249.     {
  8250.         return $this->privates['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8IoXvMYh0D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8251.     }
  8252.     /**
  8253.      * Gets the private 'cache.system.recorder_inner' shared service.
  8254.      *
  8255.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8256.      */
  8257.     protected function getCache_System_RecorderInnerService()
  8258.     {
  8259.         return $this->privates['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Id+thJ3XWy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8260.     }
  8261.     /**
  8262.      * Gets the private 'cache.validator' shared service.
  8263.      *
  8264.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8265.      */
  8266.     protected function getCache_ValidatorService()
  8267.     {
  8268.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  8269.     }
  8270.     /**
  8271.      * Gets the private 'cache.validator.recorder_inner' shared service.
  8272.      *
  8273.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8274.      */
  8275.     protected function getCache_Validator_RecorderInnerService()
  8276.     {
  8277.         return $this->privates['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JBe19JO-A2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8278.     }
  8279.     /**
  8280.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  8281.      *
  8282.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8283.      */
  8284.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  8285.     {
  8286.         return $this->privates['cache.validator_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v2e0LhwBQm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8287.     }
  8288.     /**
  8289.      * Gets the private 'cache.webpack_encore' shared service.
  8290.      *
  8291.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8292.      */
  8293.     protected function getCache_WebpackEncoreService()
  8294.     {
  8295.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  8296.     }
  8297.     /**
  8298.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  8299.      *
  8300.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8301.      */
  8302.     protected function getCache_WebpackEncore_RecorderInnerService()
  8303.     {
  8304.         return $this->privates['cache.webpack_encore.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nphYtXz9SF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8305.     }
  8306.     /**
  8307.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  8308.      *
  8309.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  8310.      */
  8311.     protected function getCachePoolClearer_CacheWarmerService()
  8312.     {
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  8315.         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']);
  8316.     }
  8317.     /**
  8318.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  8319.      *
  8320.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  8321.      */
  8322.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  8323.     {
  8324.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  8325.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php';
  8326.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  8327.     }
  8328.     /**
  8329.      * Gets the private 'config_builder.warmer' shared service.
  8330.      *
  8331.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  8332.      */
  8333.     protected function getConfigBuilder_WarmerService()
  8334.     {
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  8337.         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()));
  8338.     }
  8339.     /**
  8340.      * Gets the private 'config_cache_factory' shared service.
  8341.      *
  8342.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  8343.      */
  8344.     protected function getConfigCacheFactoryService()
  8345.     {
  8346.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  8347.             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)));
  8348.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  8349.         }, 2));
  8350.     }
  8351.     /**
  8352.      * Gets the private 'console.command.about' shared service.
  8353.      *
  8354.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  8355.      */
  8356.     protected function getConsole_Command_AboutService()
  8357.     {
  8358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  8360.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  8361.         $instance->setName('about');
  8362.         $instance->setDescription('Display information about the current project');
  8363.         return $instance;
  8364.     }
  8365.     /**
  8366.      * Gets the private 'console.command.assets_install' shared service.
  8367.      *
  8368.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  8369.      */
  8370.     protected function getConsole_Command_AssetsInstallService()
  8371.     {
  8372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  8374.         $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));
  8375.         $instance->setName('assets:install');
  8376.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  8377.         return $instance;
  8378.     }
  8379.     /**
  8380.      * Gets the private 'console.command.cache_clear' shared service.
  8381.      *
  8382.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  8383.      */
  8384.     protected function getConsole_Command_CacheClearService()
  8385.     {
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  8388.         $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())));
  8389.         $instance->setName('cache:clear');
  8390.         $instance->setDescription('Clear the cache');
  8391.         return $instance;
  8392.     }
  8393.     /**
  8394.      * Gets the private 'console.command.cache_pool_clear' shared service.
  8395.      *
  8396.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  8397.      */
  8398.     protected function getConsole_Command_CachePoolClearService()
  8399.     {
  8400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  8402.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.webpack_encore'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.security_token_verifier'10 => 'cache.doctrine.orm.default.result'11 => 'cache.doctrine.orm.default.query']);
  8403.         $instance->setName('cache:pool:clear');
  8404.         $instance->setDescription('Clear cache pools');
  8405.         return $instance;
  8406.     }
  8407.     /**
  8408.      * Gets the private 'console.command.cache_pool_delete' shared service.
  8409.      *
  8410.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  8411.      */
  8412.     protected function getConsole_Command_CachePoolDeleteService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8416.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.webpack_encore'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.security_token_verifier'10 => 'cache.doctrine.orm.default.result'11 => 'cache.doctrine.orm.default.query']);
  8417.         $instance->setName('cache:pool:delete');
  8418.         $instance->setDescription('Delete an item from a cache pool');
  8419.         return $instance;
  8420.     }
  8421.     /**
  8422.      * Gets the private 'console.command.cache_pool_list' shared service.
  8423.      *
  8424.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8425.      */
  8426.     protected function getConsole_Command_CachePoolListService()
  8427.     {
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8430.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.webpack_encore'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.security_token_verifier'10 => 'cache.doctrine.orm.default.result'11 => 'cache.doctrine.orm.default.query']);
  8431.         $instance->setName('cache:pool:list');
  8432.         $instance->setDescription('List available cache pools');
  8433.         return $instance;
  8434.     }
  8435.     /**
  8436.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8437.      *
  8438.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8439.      */
  8440.     protected function getConsole_Command_CachePoolPruneService()
  8441.     {
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8444.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8445.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  8446.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8447.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8448.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8449.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8450.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8451.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8452.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  8453.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8454.             yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService());
  8455.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8456.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8457.         }, 12));
  8458.         $instance->setName('cache:pool:prune');
  8459.         $instance->setDescription('Prune cache pools');
  8460.         return $instance;
  8461.     }
  8462.     /**
  8463.      * Gets the private 'console.command.cache_warmup' shared service.
  8464.      *
  8465.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8466.      */
  8467.     protected function getConsole_Command_CacheWarmupService()
  8468.     {
  8469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8471.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8472.         $instance->setName('cache:warmup');
  8473.         $instance->setDescription('Warm up an empty cache');
  8474.         return $instance;
  8475.     }
  8476.     /**
  8477.      * Gets the private 'console.command.config_debug' shared service.
  8478.      *
  8479.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8480.      */
  8481.     protected function getConsole_Command_ConfigDebugService()
  8482.     {
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8488.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8489.         $instance->setName('debug:config');
  8490.         $instance->setDescription('Dump the current configuration for an extension');
  8491.         return $instance;
  8492.     }
  8493.     /**
  8494.      * Gets the private 'console.command.config_dump_reference' shared service.
  8495.      *
  8496.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8497.      */
  8498.     protected function getConsole_Command_ConfigDumpReferenceService()
  8499.     {
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8505.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8506.         $instance->setName('config:dump-reference');
  8507.         $instance->setDescription('Dump the default configuration for an extension');
  8508.         return $instance;
  8509.     }
  8510.     /**
  8511.      * Gets the private 'console.command.container_debug' shared service.
  8512.      *
  8513.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8514.      */
  8515.     protected function getConsole_Command_ContainerDebugService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8520.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8521.         $instance->setName('debug:container');
  8522.         $instance->setDescription('Display current services for an application');
  8523.         return $instance;
  8524.     }
  8525.     /**
  8526.      * Gets the private 'console.command.container_lint' shared service.
  8527.      *
  8528.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8529.      */
  8530.     protected function getConsole_Command_ContainerLintService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8534.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8535.         $instance->setName('lint:container');
  8536.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  8537.         return $instance;
  8538.     }
  8539.     /**
  8540.      * Gets the private 'console.command.debug_autowiring' shared service.
  8541.      *
  8542.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8543.      */
  8544.     protected function getConsole_Command_DebugAutowiringService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8550.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8551.         $instance->setName('debug:autowiring');
  8552.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  8553.         return $instance;
  8554.     }
  8555.     /**
  8556.      * Gets the private 'console.command.dotenv_debug' shared service.
  8557.      *
  8558.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  8559.      */
  8560.     protected function getConsole_Command_DotenvDebugService()
  8561.     {
  8562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  8564.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  8565.         $instance->setName('debug:dotenv');
  8566.         $instance->setDescription('Lists all dotenv files with variables and values');
  8567.         return $instance;
  8568.     }
  8569.     /**
  8570.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8571.      *
  8572.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8573.      */
  8574.     protected function getConsole_Command_EventDispatcherDebugService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8578.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.ZzyYMEa'] ?? $this->get_ServiceLocator_ZzyYMEaService()));
  8579.         $instance->setName('debug:event-dispatcher');
  8580.         $instance->setDescription('Display configured listeners for an application');
  8581.         return $instance;
  8582.     }
  8583.     /**
  8584.      * Gets the private 'console.command.form_debug' shared service.
  8585.      *
  8586.      * @return \Symfony\Component\Form\Command\DebugCommand
  8587.      */
  8588.     protected function getConsole_Command_FormDebugService()
  8589.     {
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8592.         $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'=> 'A2lix\\TranslationFormBundle\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'A2lix\\AutoFormBundle\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\ArticleType'=> 'App\\Form\\CampaignType'=> 'App\\Form\\CategoryArticleType'=> 'App\\Form\\CategoryType'=> 'App\\Form\\ContactType'=> 'App\\Form\\LauncherType'=> 'App\\Form\\LicenceKeyType'=> 'App\\Form\\PictureType'=> 'App\\Form\\ProductType'=> 'App\\Form\\QuestionType'10 => 'App\\Form\\RedirectionType'11 => 'App\\Form\\RegistrationType'12 => 'App\\Form\\SeoRouteMetaType'13 => 'App\\Form\\SeoRouteType'14 => 'App\\Form\\SubscriberGroupType'15 => 'App\\Form\\SubscriberType'16 => 'App\\Form\\TemplateType'17 => 'App\\Form\\UserType'18 => 'App\\Form\\YmlBlockType'19 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType'20 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType'21 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType'22 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType'23 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'24 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'25 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'26 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'27 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'28 => 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType'29 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'30 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'31 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'32 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'33 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'34 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> '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()));
  8593.         $instance->setName('debug:form');
  8594.         $instance->setDescription('Display form type information');
  8595.         return $instance;
  8596.     }
  8597.     /**
  8598.      * Gets the private 'console.command.router_debug' shared service.
  8599.      *
  8600.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  8601.      */
  8602.     protected function getConsole_Command_RouterDebugService()
  8603.     {
  8604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  8607.         $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()));
  8608.         $instance->setName('debug:router');
  8609.         $instance->setDescription('Display current routes for an application');
  8610.         return $instance;
  8611.     }
  8612.     /**
  8613.      * Gets the private 'console.command.router_match' shared service.
  8614.      *
  8615.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  8616.      */
  8617.     protected function getConsole_Command_RouterMatchService()
  8618.     {
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  8621.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  8622.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  8623.         }, 1));
  8624.         $instance->setName('router:match');
  8625.         $instance->setDescription('Help debug routes by simulating a path info match');
  8626.         return $instance;
  8627.     }
  8628.     /**
  8629.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  8630.      *
  8631.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  8632.      */
  8633.     protected function getConsole_Command_SecretsDecryptToLocalService()
  8634.     {
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8639.         $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')))));
  8640.         $instance->setName('secrets:decrypt-to-local');
  8641.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  8642.         return $instance;
  8643.     }
  8644.     /**
  8645.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  8646.      *
  8647.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  8648.      */
  8649.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8655.         $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')))));
  8656.         $instance->setName('secrets:encrypt-from-local');
  8657.         $instance->setDescription('Encrypt all local secrets to the vault');
  8658.         return $instance;
  8659.     }
  8660.     /**
  8661.      * Gets the private 'console.command.secrets_generate_key' shared service.
  8662.      *
  8663.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  8664.      */
  8665.     protected function getConsole_Command_SecretsGenerateKeyService()
  8666.     {
  8667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  8669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8670.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8671.         $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')))));
  8672.         $instance->setName('secrets:generate-keys');
  8673.         $instance->setDescription('Generate new encryption keys');
  8674.         return $instance;
  8675.     }
  8676.     /**
  8677.      * Gets the private 'console.command.secrets_list' shared service.
  8678.      *
  8679.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  8680.      */
  8681.     protected function getConsole_Command_SecretsListService()
  8682.     {
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8687.         $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')))));
  8688.         $instance->setName('secrets:list');
  8689.         $instance->setDescription('List all secrets');
  8690.         return $instance;
  8691.     }
  8692.     /**
  8693.      * Gets the private 'console.command.secrets_remove' shared service.
  8694.      *
  8695.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  8696.      */
  8697.     protected function getConsole_Command_SecretsRemoveService()
  8698.     {
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8703.         $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')))));
  8704.         $instance->setName('secrets:remove');
  8705.         $instance->setDescription('Remove a secret from the vault');
  8706.         return $instance;
  8707.     }
  8708.     /**
  8709.      * Gets the private 'console.command.secrets_set' shared service.
  8710.      *
  8711.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  8712.      */
  8713.     protected function getConsole_Command_SecretsSetService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8719.         $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')))));
  8720.         $instance->setName('secrets:set');
  8721.         $instance->setDescription('Set a secret in the vault');
  8722.         return $instance;
  8723.     }
  8724.     /**
  8725.      * Gets the private 'console.command.translation_debug' shared service.
  8726.      *
  8727.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  8728.      */
  8729.     protected function getConsole_Command_TranslationDebugService()
  8730.     {
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  8733.         $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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations')], [=> (\dirname(__DIR__4).'/public'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php'), 18 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 22 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php'), 23 => (\dirname(__DIR__4).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php')], []);
  8734.         $instance->setName('debug:translation');
  8735.         $instance->setDescription('Display translation messages information');
  8736.         return $instance;
  8737.     }
  8738.     /**
  8739.      * Gets the private 'console.command.translation_extract' shared service.
  8740.      *
  8741.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  8742.      */
  8743.     protected function getConsole_Command_TranslationExtractService()
  8744.     {
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  8747.         $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()), 'en', (\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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations')], [=> (\dirname(__DIR__4).'/public'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php'), 18 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 22 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php'), 23 => (\dirname(__DIR__4).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php')], []);
  8748.         $instance->setName('translation:extract');
  8749.         $instance->setAliases([=> 'translation:update']);
  8750.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  8751.         return $instance;
  8752.     }
  8753.     /**
  8754.      * Gets the private 'console.command.translation_pull' shared service.
  8755.      *
  8756.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  8757.      */
  8758.     protected function getConsole_Command_TranslationPullService()
  8759.     {
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  8763.         $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()), 'en', [], []);
  8764.         $instance->setName('translation:pull');
  8765.         $instance->setDescription('Pull translations from a given provider.');
  8766.         return $instance;
  8767.     }
  8768.     /**
  8769.      * Gets the private 'console.command.translation_push' shared service.
  8770.      *
  8771.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  8772.      */
  8773.     protected function getConsole_Command_TranslationPushService()
  8774.     {
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  8778.         $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()), [], []);
  8779.         $instance->setName('translation:push');
  8780.         $instance->setDescription('Push translations to a given provider.');
  8781.         return $instance;
  8782.     }
  8783.     /**
  8784.      * Gets the private 'console.command.validator_debug' shared service.
  8785.      *
  8786.      * @return \Symfony\Component\Validator\Command\DebugCommand
  8787.      */
  8788.     protected function getConsole_Command_ValidatorDebugService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  8792.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8793.         $instance->setName('debug:validator');
  8794.         $instance->setDescription('Display validation constraints for classes');
  8795.         return $instance;
  8796.     }
  8797.     /**
  8798.      * Gets the private 'console.command.xliff_lint' shared service.
  8799.      *
  8800.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  8801.      */
  8802.     protected function getConsole_Command_XliffLintService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  8806.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  8807.         $instance->setName('lint:xliff');
  8808.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  8809.         return $instance;
  8810.     }
  8811.     /**
  8812.      * Gets the private 'console.command.yaml_lint' shared service.
  8813.      *
  8814.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  8815.      */
  8816.     protected function getConsole_Command_YamlLintService()
  8817.     {
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  8821.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  8822.         $instance->setName('lint:yaml');
  8823.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  8824.         return $instance;
  8825.     }
  8826.     /**
  8827.      * Gets the private 'console.error_listener' shared service.
  8828.      *
  8829.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  8830.      */
  8831.     protected function getConsole_ErrorListenerService()
  8832.     {
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  8834.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  8835.     }
  8836.     /**
  8837.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  8838.      *
  8839.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  8840.      */
  8841.     protected function getConsole_SuggestMissingPackageSubscriberService()
  8842.     {
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php';
  8844.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  8845.     }
  8846.     /**
  8847.      * Gets the private 'container.env_var_processor' shared service.
  8848.      *
  8849.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  8850.      */
  8851.     protected function getContainer_EnvVarProcessorService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  8855.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  8856.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  8857.         }, 1));
  8858.     }
  8859.     /**
  8860.      * Gets the private 'container.getenv' shared service.
  8861.      *
  8862.      * @return \Closure
  8863.      */
  8864.     protected function getContainer_GetenvService()
  8865.     {
  8866.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  8867.     }
  8868.     /**
  8869.      * Gets the private 'data_collector.ajax' shared service.
  8870.      *
  8871.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  8872.      */
  8873.     protected function getDataCollector_AjaxService()
  8874.     {
  8875.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  8876.     }
  8877.     /**
  8878.      * Gets the private 'data_collector.cache' shared service.
  8879.      *
  8880.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  8881.      */
  8882.     protected function getDataCollector_CacheService()
  8883.     {
  8884.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  8885.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  8886.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  8887.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  8888.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  8889.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  8890.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  8891.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  8892.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  8893.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  8894.         $instance->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  8895.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  8896.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  8897.         return $instance;
  8898.     }
  8899.     /**
  8900.      * Gets the private 'data_collector.config' shared service.
  8901.      *
  8902.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  8903.      */
  8904.     protected function getDataCollector_ConfigService()
  8905.     {
  8906.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  8907.         if ($this->has('kernel')) {
  8908.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  8909.         }
  8910.         return $instance;
  8911.     }
  8912.     /**
  8913.      * Gets the private 'data_collector.doctrine' shared service.
  8914.      *
  8915.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  8916.      */
  8917.     protected function getDataCollector_DoctrineService()
  8918.     {
  8919.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  8920.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  8921.         return $instance;
  8922.     }
  8923.     /**
  8924.      * Gets the private 'data_collector.events' shared service.
  8925.      *
  8926.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  8927.      */
  8928.     protected function getDataCollector_EventsService()
  8929.     {
  8930.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8931.         if (isset($this->privates['data_collector.events'])) {
  8932.             return $this->privates['data_collector.events'];
  8933.         }
  8934.         return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8935.     }
  8936.     /**
  8937.      * Gets the private 'data_collector.exception' shared service.
  8938.      *
  8939.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  8940.      */
  8941.     protected function getDataCollector_ExceptionService()
  8942.     {
  8943.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  8944.     }
  8945.     /**
  8946.      * Gets the private 'data_collector.form' shared service.
  8947.      *
  8948.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  8949.      */
  8950.     protected function getDataCollector_FormService()
  8951.     {
  8952.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
  8953.     }
  8954.     /**
  8955.      * Gets the private 'data_collector.form.extractor' shared service.
  8956.      *
  8957.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  8958.      */
  8959.     protected function getDataCollector_Form_ExtractorService()
  8960.     {
  8961.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  8962.     }
  8963.     /**
  8964.      * Gets the private 'data_collector.http_client' shared service.
  8965.      *
  8966.      * @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
  8967.      */
  8968.     protected function getDataCollector_HttpClientService()
  8969.     {
  8970.         $this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  8971.         $instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  8972.         return $instance;
  8973.     }
  8974.     /**
  8975.      * Gets the private 'data_collector.logger' shared service.
  8976.      *
  8977.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  8978.      */
  8979.     protected function getDataCollector_LoggerService()
  8980.     {
  8981.         return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/App_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8982.     }
  8983.     /**
  8984.      * Gets the private 'data_collector.memory' shared service.
  8985.      *
  8986.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  8987.      */
  8988.     protected function getDataCollector_MemoryService()
  8989.     {
  8990.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  8991.     }
  8992.     /**
  8993.      * Gets the private 'data_collector.request' shared service.
  8994.      *
  8995.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  8996.      */
  8997.     protected function getDataCollector_RequestService()
  8998.     {
  8999.         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())));
  9000.     }
  9001.     /**
  9002.      * Gets the private 'data_collector.router' shared service.
  9003.      *
  9004.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  9005.      */
  9006.     protected function getDataCollector_RouterService()
  9007.     {
  9008.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  9009.     }
  9010.     /**
  9011.      * Gets the private 'data_collector.security' shared service.
  9012.      *
  9013.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  9014.      */
  9015.     protected function getDataCollector_SecurityService()
  9016.     {
  9017.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9018.         if (isset($this->privates['data_collector.security'])) {
  9019.             return $this->privates['data_collector.security'];
  9020.         }
  9021.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  9022.         if (isset($this->privates['data_collector.security'])) {
  9023.             return $this->privates['data_collector.security'];
  9024.         }
  9025.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9026.         if (isset($this->privates['data_collector.security'])) {
  9027.             return $this->privates['data_collector.security'];
  9028.         }
  9029.         return $this->privates['data_collector.security'] = 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()), $a$b$ctrue);
  9030.     }
  9031.     /**
  9032.      * Gets the private 'data_collector.time' shared service.
  9033.      *
  9034.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  9035.      */
  9036.     protected function getDataCollector_TimeService()
  9037.     {
  9038.         return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel'3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9039.     }
  9040.     /**
  9041.      * Gets the private 'data_collector.translation' shared service.
  9042.      *
  9043.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  9044.      */
  9045.     protected function getDataCollector_TranslationService()
  9046.     {
  9047.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  9048.     }
  9049.     /**
  9050.      * Gets the private 'data_collector.twig' shared service.
  9051.      *
  9052.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  9053.      */
  9054.     protected function getDataCollector_TwigService()
  9055.     {
  9056.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9057.         if (isset($this->privates['data_collector.twig'])) {
  9058.             return $this->privates['data_collector.twig'];
  9059.         }
  9060.         return $this->privates['data_collector.twig'] = new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a);
  9061.     }
  9062.     /**
  9063.      * Gets the private 'data_collector.validator' shared service.
  9064.      *
  9065.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  9066.      */
  9067.     protected function getDataCollector_ValidatorService()
  9068.     {
  9069.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9070.         if (isset($this->privates['data_collector.validator'])) {
  9071.             return $this->privates['data_collector.validator'];
  9072.         }
  9073.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector($a);
  9074.     }
  9075.     /**
  9076.      * Gets the private 'debug.argument_resolver' shared service.
  9077.      *
  9078.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  9079.      */
  9080.     protected function getDebug_ArgumentResolverService()
  9081.     {
  9082.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  9083.         if (isset($this->privates['debug.argument_resolver'])) {
  9084.             return $this->privates['debug.argument_resolver'];
  9085.         }
  9086.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9087.     }
  9088.     /**
  9089.      * Gets the private 'debug.argument_resolver.default' shared service.
  9090.      *
  9091.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9092.      */
  9093.     protected function getDebug_ArgumentResolver_DefaultService()
  9094.     {
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  9098.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.default.inner'] ?? ($this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9099.     }
  9100.     /**
  9101.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  9102.      *
  9103.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  9104.      */
  9105.     protected function getDebug_ArgumentResolver_Default_InnerService()
  9106.     {
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  9109.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  9110.     }
  9111.     /**
  9112.      * Gets the private 'debug.argument_resolver.inner' shared service.
  9113.      *
  9114.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  9115.      */
  9116.     protected function getDebug_ArgumentResolver_InnerService()
  9117.     {
  9118.         return $this->privates['debug.argument_resolver.inner'] = 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 () {
  9119.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  9120.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  9121.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  9122.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  9123.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  9124.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  9125.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  9126.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  9127.         }, 8));
  9128.     }
  9129.     /**
  9130.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  9131.      *
  9132.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9133.      */
  9134.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  9135.     {
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9138.         $a = ($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService());
  9139.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  9140.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  9141.         }
  9142.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9143.     }
  9144.     /**
  9145.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  9146.      *
  9147.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  9148.      */
  9149.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  9150.     {
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  9153.         $a = ($this->privates['.service_locator.SHOOQIy'] ?? $this->get_ServiceLocator_SHOOQIyService());
  9154.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller.inner'])) {
  9155.             return $this->privates['debug.argument_resolver.not_tagged_controller.inner'];
  9156.         }
  9157.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a);
  9158.     }
  9159.     /**
  9160.      * Gets the private 'debug.argument_resolver.request' shared service.
  9161.      *
  9162.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9163.      */
  9164.     protected function getDebug_ArgumentResolver_RequestService()
  9165.     {
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  9169.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request.inner'] ?? ($this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9170.     }
  9171.     /**
  9172.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  9173.      *
  9174.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  9175.      */
  9176.     protected function getDebug_ArgumentResolver_Request_InnerService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  9180.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  9181.     }
  9182.     /**
  9183.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  9184.      *
  9185.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9186.      */
  9187.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  9188.     {
  9189.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  9192.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request_attribute.inner'] ?? ($this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9193.     }
  9194.     /**
  9195.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  9196.      *
  9197.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  9198.      */
  9199.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  9200.     {
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  9203.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  9204.     }
  9205.     /**
  9206.      * Gets the private 'debug.argument_resolver.service' shared service.
  9207.      *
  9208.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9209.      */
  9210.     protected function getDebug_ArgumentResolver_ServiceService()
  9211.     {
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9214.         $a = ($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService());
  9215.         if (isset($this->privates['debug.argument_resolver.service'])) {
  9216.             return $this->privates['debug.argument_resolver.service'];
  9217.         }
  9218.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9219.     }
  9220.     /**
  9221.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  9222.      *
  9223.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  9224.      */
  9225.     protected function getDebug_ArgumentResolver_Service_InnerService()
  9226.     {
  9227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9228.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  9229.         $a = ($this->privates['.service_locator.SHOOQIy'] ?? $this->get_ServiceLocator_SHOOQIyService());
  9230.         if (isset($this->privates['debug.argument_resolver.service.inner'])) {
  9231.             return $this->privates['debug.argument_resolver.service.inner'];
  9232.         }
  9233.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a);
  9234.     }
  9235.     /**
  9236.      * Gets the private 'debug.argument_resolver.session' shared service.
  9237.      *
  9238.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9239.      */
  9240.     protected function getDebug_ArgumentResolver_SessionService()
  9241.     {
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9244.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  9245.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.session.inner'] ?? ($this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9246.     }
  9247.     /**
  9248.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  9249.      *
  9250.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  9251.      */
  9252.     protected function getDebug_ArgumentResolver_Session_InnerService()
  9253.     {
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  9256.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  9257.     }
  9258.     /**
  9259.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  9260.      *
  9261.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9262.      */
  9263.     protected function getDebug_ArgumentResolver_VariadicService()
  9264.     {
  9265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9268.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.variadic.inner'] ?? ($this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9269.     }
  9270.     /**
  9271.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  9272.      *
  9273.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  9274.      */
  9275.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  9276.     {
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9279.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  9280.     }
  9281.     /**
  9282.      * Gets the private 'debug.controller_resolver' shared service.
  9283.      *
  9284.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  9285.      */
  9286.     protected function getDebug_ControllerResolverService()
  9287.     {
  9288.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9289.     }
  9290.     /**
  9291.      * Gets the private 'debug.controller_resolver.inner' shared service.
  9292.      *
  9293.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  9294.      */
  9295.     protected function getDebug_ControllerResolver_InnerService()
  9296.     {
  9297.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  9298.     }
  9299.     /**
  9300.      * Gets the private 'debug.debug_handlers_listener' shared service.
  9301.      *
  9302.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  9303.      */
  9304.     protected function getDebug_DebugHandlersListenerService()
  9305.     {
  9306.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  9307.     }
  9308.     /**
  9309.      * Gets the private 'debug.dump_listener' shared service.
  9310.      *
  9311.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  9312.      */
  9313.     protected function getDebug_DumpListenerService()
  9314.     {
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  9316.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  9317.     }
  9318.     /**
  9319.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  9320.      *
  9321.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9322.      */
  9323.     protected function getDebug_EventDispatcher_InnerService()
  9324.     {
  9325.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9326.     }
  9327.     /**
  9328.      * Gets the private 'debug.file_link_formatter' shared service.
  9329.      *
  9330.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  9331.      */
  9332.     protected function getDebug_FileLinkFormatterService()
  9333.     {
  9334.         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 () {
  9335.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  9336.         });
  9337.     }
  9338.     /**
  9339.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  9340.      *
  9341.      * @return \string
  9342.      */
  9343.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  9344.     {
  9345.         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');
  9346.     }
  9347.     /**
  9348.      * Gets the private 'debug.log_processor' shared service.
  9349.      *
  9350.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  9351.      */
  9352.     protected function getDebug_LogProcessorService()
  9353.     {
  9354.         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())));
  9355.     }
  9356.     /**
  9357.      * Gets the private 'debug.security.access.decision_manager' shared service.
  9358.      *
  9359.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  9360.      */
  9361.     protected function getDebug_Security_Access_DecisionManagerService()
  9362.     {
  9363.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  9364.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  9365.             return $this->privates['debug.security.access.decision_manager'];
  9366.         }
  9367.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  9368.     }
  9369.     /**
  9370.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  9371.      *
  9372.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  9373.      */
  9374.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  9375.     {
  9376.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  9377.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  9378.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  9379.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  9380.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  9381.     }
  9382.     /**
  9383.      * Gets the private 'debug.security.firewall' shared service.
  9384.      *
  9385.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  9386.      */
  9387.     protected function getDebug_Security_FirewallService()
  9388.     {
  9389.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  9390.         if (isset($this->privates['debug.security.firewall'])) {
  9391.             return $this->privates['debug.security.firewall'];
  9392.         }
  9393.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9394.         if (isset($this->privates['debug.security.firewall'])) {
  9395.             return $this->privates['debug.security.firewall'];
  9396.         }
  9397.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  9398.     }
  9399.     /**
  9400.      * Gets the private 'debug.security.firewall.authenticator.admin' shared service.
  9401.      *
  9402.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9403.      */
  9404.     protected function getDebug_Security_Firewall_Authenticator_AdminService()
  9405.     {
  9406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9407.         $a = ($this->privates['debug.security.firewall.authenticator.admin.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Admin_InnerService());
  9408.         if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  9409.             return $this->privates['debug.security.firewall.authenticator.admin'];
  9410.         }
  9411.         return $this->privates['debug.security.firewall.authenticator.admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9412.     }
  9413.     /**
  9414.      * Gets the private 'debug.security.firewall.authenticator.admin.inner' shared service.
  9415.      *
  9416.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9417.      */
  9418.     protected function getDebug_Security_Firewall_Authenticator_Admin_InnerService()
  9419.     {
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9421.         $a = ($this->privates['security.authenticator.manager.admin'] ?? $this->getSecurity_Authenticator_Manager_AdminService());
  9422.         if (isset($this->privates['debug.security.firewall.authenticator.admin.inner'])) {
  9423.             return $this->privates['debug.security.firewall.authenticator.admin.inner'];
  9424.         }
  9425.         return $this->privates['debug.security.firewall.authenticator.admin.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9426.     }
  9427.     /**
  9428.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  9429.      *
  9430.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9431.      */
  9432.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  9433.     {
  9434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9435.         $a = ($this->privates['debug.security.firewall.authenticator.api.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Api_InnerService());
  9436.         if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  9437.             return $this->privates['debug.security.firewall.authenticator.api'];
  9438.         }
  9439.         return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9440.     }
  9441.     /**
  9442.      * Gets the private 'debug.security.firewall.authenticator.api.inner' shared service.
  9443.      *
  9444.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9445.      */
  9446.     protected function getDebug_Security_Firewall_Authenticator_Api_InnerService()
  9447.     {
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9449.         $a = ($this->privates['security.authenticator.manager.api'] ?? $this->getSecurity_Authenticator_Manager_ApiService());
  9450.         if (isset($this->privates['debug.security.firewall.authenticator.api.inner'])) {
  9451.             return $this->privates['debug.security.firewall.authenticator.api.inner'];
  9452.         }
  9453.         return $this->privates['debug.security.firewall.authenticator.api.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9454.     }
  9455.     /**
  9456.      * Gets the private 'debug.security.firewall.authenticator.api_login' shared service.
  9457.      *
  9458.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9459.      */
  9460.     protected function getDebug_Security_Firewall_Authenticator_ApiLoginService()
  9461.     {
  9462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9463.         $a = ($this->privates['debug.security.firewall.authenticator.api_login.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService());
  9464.         if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  9465.             return $this->privates['debug.security.firewall.authenticator.api_login'];
  9466.         }
  9467.         return $this->privates['debug.security.firewall.authenticator.api_login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9468.     }
  9469.     /**
  9470.      * Gets the private 'debug.security.firewall.authenticator.api_login.inner' shared service.
  9471.      *
  9472.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9473.      */
  9474.     protected function getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService()
  9475.     {
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9477.         $a = ($this->privates['security.authenticator.manager.api_login'] ?? $this->getSecurity_Authenticator_Manager_ApiLoginService());
  9478.         if (isset($this->privates['debug.security.firewall.authenticator.api_login.inner'])) {
  9479.             return $this->privates['debug.security.firewall.authenticator.api_login.inner'];
  9480.         }
  9481.         return $this->privates['debug.security.firewall.authenticator.api_login.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9482.     }
  9483.     /**
  9484.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  9485.      *
  9486.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9487.      */
  9488.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  9489.     {
  9490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9491.         $a = ($this->privates['debug.security.firewall.authenticator.main.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Main_InnerService());
  9492.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  9493.             return $this->privates['debug.security.firewall.authenticator.main'];
  9494.         }
  9495.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9496.     }
  9497.     /**
  9498.      * Gets the private 'debug.security.firewall.authenticator.main.inner' shared service.
  9499.      *
  9500.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9501.      */
  9502.     protected function getDebug_Security_Firewall_Authenticator_Main_InnerService()
  9503.     {
  9504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9505.         $a = ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  9506.         if (isset($this->privates['debug.security.firewall.authenticator.main.inner'])) {
  9507.             return $this->privates['debug.security.firewall.authenticator.main.inner'];
  9508.         }
  9509.         return $this->privates['debug.security.firewall.authenticator.main.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9510.     }
  9511.     /**
  9512.      * Gets the private 'debug.security.user_value_resolver' shared service.
  9513.      *
  9514.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9515.      */
  9516.     protected function getDebug_Security_UserValueResolverService()
  9517.     {
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9520.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.security.user_value_resolver.inner'] ?? $this->getDebug_Security_UserValueResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9521.     }
  9522.     /**
  9523.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  9524.      *
  9525.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  9526.      */
  9527.     protected function getDebug_Security_UserValueResolver_InnerService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  9531.         return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  9532.     }
  9533.     /**
  9534.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  9535.      *
  9536.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9537.      */
  9538.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  9539.     {
  9540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9543.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9544.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  9545.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  9546.         }
  9547.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.authenticated_voter'] ?? $this->getSecurity_Access_AuthenticatedVoterService()), $a);
  9548.     }
  9549.     /**
  9550.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  9551.      *
  9552.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9553.      */
  9554.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  9555.     {
  9556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9559.         $a = ($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService());
  9560.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  9561.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  9562.         }
  9563.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9564.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  9565.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  9566.         }
  9567.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a$b);
  9568.     }
  9569.     /**
  9570.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  9571.      *
  9572.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9573.      */
  9574.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9579.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9580.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  9581.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  9582.         }
  9583.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.role_hierarchy_voter'] ?? $this->getSecurity_Access_RoleHierarchyVoterService()), $a);
  9584.     }
  9585.     /**
  9586.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  9587.      *
  9588.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  9589.      */
  9590.     protected function getDebug_Security_Voter_VoteListenerService()
  9591.     {
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  9593.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9594.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  9595.             return $this->privates['debug.security.voter.vote_listener'];
  9596.         }
  9597.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  9598.     }
  9599.     /**
  9600.      * Gets the private 'debug.stopwatch' shared service.
  9601.      *
  9602.      * @return \Symfony\Component\Stopwatch\Stopwatch
  9603.      */
  9604.     protected function getDebug_StopwatchService()
  9605.     {
  9606.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  9607.     }
  9608.     /**
  9609.      * Gets the private 'debug.validator.inner' shared service.
  9610.      *
  9611.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  9612.      */
  9613.     protected function getDebug_Validator_InnerService()
  9614.     {
  9615.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  9616.         if (isset($this->privates['debug.validator.inner'])) {
  9617.             return $this->privates['debug.validator.inner'];
  9618.         }
  9619.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  9620.     }
  9621.     /**
  9622.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  9623.      *
  9624.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  9625.      */
  9626.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  9627.     {
  9628.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php';
  9630.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  9631.     }
  9632.     /**
  9633.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  9634.      *
  9635.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  9636.      */
  9637.     protected function getDisallowSearchEngineIndexResponseListenerService()
  9638.     {
  9639.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  9640.     }
  9641.     /**
  9642.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  9643.      *
  9644.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  9645.      */
  9646.     protected function getDoctrine_CacheClearMetadataCommandService()
  9647.     {
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  9654.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9655.         $instance->setName('doctrine:cache:clear-metadata');
  9656.         return $instance;
  9657.     }
  9658.     /**
  9659.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  9660.      *
  9661.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  9662.      */
  9663.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  9664.     {
  9665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  9671.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9672.         $instance->setName('doctrine:cache:clear-query');
  9673.         return $instance;
  9674.     }
  9675.     /**
  9676.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  9677.      *
  9678.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  9679.      */
  9680.     protected function getDoctrine_CacheClearResultCommandService()
  9681.     {
  9682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  9688.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9689.         $instance->setName('doctrine:cache:clear-result');
  9690.         return $instance;
  9691.     }
  9692.     /**
  9693.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  9694.      *
  9695.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  9696.      */
  9697.     protected function getDoctrine_CacheCollectionRegionCommandService()
  9698.     {
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  9705.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9706.         $instance->setName('doctrine:cache:clear-collection-region');
  9707.         return $instance;
  9708.     }
  9709.     /**
  9710.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  9711.      *
  9712.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  9713.      */
  9714.     protected function getDoctrine_ClearEntityRegionCommandService()
  9715.     {
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  9720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  9722.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9723.         $instance->setName('doctrine:cache:clear-entity-region');
  9724.         return $instance;
  9725.     }
  9726.     /**
  9727.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  9728.      *
  9729.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  9730.      */
  9731.     protected function getDoctrine_ClearQueryRegionCommandService()
  9732.     {
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  9737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  9739.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9740.         $instance->setName('doctrine:cache:clear-query-region');
  9741.         return $instance;
  9742.     }
  9743.     /**
  9744.      * Gets the private 'doctrine.database_create_command' shared service.
  9745.      *
  9746.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  9747.      */
  9748.     protected function getDoctrine_DatabaseCreateCommandService()
  9749.     {
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  9753.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9754.         $instance->setName('doctrine:database:create');
  9755.         return $instance;
  9756.     }
  9757.     /**
  9758.      * Gets the private 'doctrine.database_drop_command' shared service.
  9759.      *
  9760.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  9761.      */
  9762.     protected function getDoctrine_DatabaseDropCommandService()
  9763.     {
  9764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9765.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  9767.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9768.         $instance->setName('doctrine:database:drop');
  9769.         return $instance;
  9770.     }
  9771.     /**
  9772.      * Gets the private 'doctrine.database_import_command' shared service.
  9773.      *
  9774.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  9775.      */
  9776.     protected function getDoctrine_DatabaseImportCommandService()
  9777.     {
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9779.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  9780.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  9781.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  9782.         $instance->setName('doctrine:database:import');
  9783.         return $instance;
  9784.     }
  9785.     /**
  9786.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  9787.      *
  9788.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  9789.      */
  9790.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  9791.     {
  9792.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  9793.     }
  9794.     /**
  9795.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  9796.      *
  9797.      * @return \Doctrine\DBAL\Configuration
  9798.      */
  9799.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  9800.     {
  9801.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  9802.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  9803.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  9804.         return $instance;
  9805.     }
  9806.     /**
  9807.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  9808.      *
  9809.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  9810.      */
  9811.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  9812.     {
  9813.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9814.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  9815.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  9816.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  9817.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  9818.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  9819.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  9820.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  9821.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  9822.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  9823.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  9824.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  9825.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  9826.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  9827.         ], [
  9828.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  9829.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  9830.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  9831.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  9832.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  9833.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  9834.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  9835.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  9836.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  9837.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  9838.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  9839.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  9840.             'fos_user.user_listener' => '?',
  9841.         ]), [=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'10 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'11 => [=> [=> 'prePersist'], => 'fos_user.user_listener'], 12 => [=> [=> 'preUpdate'], => 'fos_user.user_listener'], 13 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  9842.     }
  9843.     /**
  9844.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  9845.      *
  9846.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  9847.      */
  9848.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  9849.     {
  9850.         return $this->privates['doctrine.dbal.default_schema_asset_filter_manager'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions'])))]);
  9851.     }
  9852.     /**
  9853.      * Gets the private 'doctrine.dbal.logger' shared service.
  9854.      *
  9855.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  9856.      */
  9857.     protected function getDoctrine_Dbal_LoggerService()
  9858.     {
  9859.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9860.     }
  9861.     /**
  9862.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  9863.      *
  9864.      * @return \Doctrine\DBAL\Logging\LoggerChain
  9865.      */
  9866.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  9867.     {
  9868.         return $this->privates['doctrine.dbal.logger.chain.default'] = new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]);
  9869.     }
  9870.     /**
  9871.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  9872.      *
  9873.      * @return \Doctrine\DBAL\Logging\DebugStack
  9874.      */
  9875.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  9876.     {
  9877.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  9878.     }
  9879.     /**
  9880.      * Gets the private 'doctrine.dbal.well_known_schema_asset_filter' shared service.
  9881.      *
  9882.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter
  9883.      */
  9884.     protected function getDoctrine_Dbal_WellKnownSchemaAssetFilterService()
  9885.     {
  9886.         return $this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']);
  9887.     }
  9888.     /**
  9889.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  9890.      *
  9891.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  9892.      */
  9893.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  9894.     {
  9895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9896.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  9899.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  9901.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9902.         $instance->setName('doctrine:ensure-production-settings');
  9903.         return $instance;
  9904.     }
  9905.     /**
  9906.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  9907.      *
  9908.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  9909.      */
  9910.     protected function getDoctrine_MappingConvertCommandService()
  9911.     {
  9912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  9918.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9919.         $instance->setName('doctrine:mapping:convert');
  9920.         return $instance;
  9921.     }
  9922.     /**
  9923.      * Gets the private 'doctrine.mapping_import_command' shared service.
  9924.      *
  9925.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  9926.      */
  9927.     protected function getDoctrine_MappingImportCommandService()
  9928.     {
  9929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  9932.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  9933.         $instance->setName('doctrine:mapping:import');
  9934.         return $instance;
  9935.     }
  9936.     /**
  9937.      * Gets the private 'doctrine.mapping_info_command' shared service.
  9938.      *
  9939.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  9940.      */
  9941.     protected function getDoctrine_MappingInfoCommandService()
  9942.     {
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  9949.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  9950.         $instance->setName('doctrine:mapping:info');
  9951.         return $instance;
  9952.     }
  9953.     /**
  9954.      * Gets the private 'doctrine.migrations.configuration' shared service.
  9955.      *
  9956.      * @return \Doctrine\Migrations\Configuration\Configuration
  9957.      */
  9958.     protected function getDoctrine_Migrations_ConfigurationService()
  9959.     {
  9960.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  9963.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  9964.         $instance->addMigrationsDirectory('App\\Migrations', (\dirname(__DIR__4).'/migrations'));
  9965.         $instance->setAllOrNothing(false);
  9966.         $instance->setCheckDatabasePlatform(true);
  9967.         $instance->setTransactional(true);
  9968.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? ($this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration())));
  9969.         return $instance;
  9970.     }
  9971.     /**
  9972.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  9973.      *
  9974.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  9975.      */
  9976.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  9977.     {
  9978.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  9979.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  9980.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  9981.     }
  9982.     /**
  9983.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  9984.      *
  9985.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  9986.      */
  9987.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  9988.     {
  9989.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  9991.         $a = ($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService());
  9992.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  9993.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  9994.         }
  9995.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a$this);
  9996.     }
  9997.     /**
  9998.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  9999.      *
  10000.      * @return \Doctrine\Migrations\Version\MigrationFactory
  10001.      */
  10002.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  10003.     {
  10004.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  10005.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  10006.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'])) {
  10007.             return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'];
  10008.         }
  10009.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = $a->getMigrationFactory();
  10010.     }
  10011.     /**
  10012.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  10013.      *
  10014.      * @return \Doctrine\Migrations\DependencyFactory
  10015.      */
  10016.     protected function getDoctrine_Migrations_DependencyFactoryService()
  10017.     {
  10018.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  10019.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(($this->privates['doctrine.migrations.configuration_loader'] ?? $this->getDoctrine_Migrations_ConfigurationLoaderService()), ($this->privates['doctrine.migrations.entity_manager_registry_loader'] ?? $this->getDoctrine_Migrations_EntityManagerRegistryLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10020.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  10021.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  10022.         });
  10023.         return $instance;
  10024.     }
  10025.     /**
  10026.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  10027.      *
  10028.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  10029.      */
  10030.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  10031.     {
  10032.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  10033.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  10034.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10035.     }
  10036.     /**
  10037.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  10038.      *
  10039.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  10040.      */
  10041.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  10042.     {
  10043.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  10045.         return $this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  10046.     }
  10047.     /**
  10048.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  10049.      *
  10050.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  10051.      */
  10052.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  10053.     {
  10054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  10055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  10056.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10057.     }
  10058.     /**
  10059.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  10060.      *
  10061.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  10062.      */
  10063.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  10064.     {
  10065.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10066.             'App\\Repository\\ArticleRepository' => ['services''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  10067.             'App\\Repository\\CampaignRepository' => ['services''App\\Repository\\CampaignRepository''getCampaignRepositoryService'false],
  10068.             'App\\Repository\\CartProductRepository' => ['services''App\\Repository\\CartProductRepository''getCartProductRepositoryService'false],
  10069.             'App\\Repository\\CartRepository' => ['services''App\\Repository\\CartRepository''getCartRepositoryService'false],
  10070.             'App\\Repository\\CategoryArticleRepository' => ['services''App\\Repository\\CategoryArticleRepository''getCategoryArticleRepositoryService'false],
  10071.             'App\\Repository\\CategoryRepository' => ['services''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  10072.             'App\\Repository\\ContactRepository' => ['services''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  10073.             'App\\Repository\\EcommerceOrderRepository' => ['services''App\\Repository\\EcommerceOrderRepository''getEcommerceOrderRepositoryService'false],
  10074.             'App\\Repository\\PictureRepository' => ['services''App\\Repository\\PictureRepository''getPictureRepositoryService'false],
  10075.             'App\\Repository\\ProductRepository' => ['services''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  10076.             'App\\Repository\\QuestionRepository' => ['services''App\\Repository\\QuestionRepository''getQuestionRepositoryService'false],
  10077.             'App\\Repository\\RecipientRepository' => ['services''App\\Repository\\RecipientRepository''getRecipientRepositoryService'false],
  10078.             'App\\Repository\\SeoRouteMetaRepository' => ['services''App\\Repository\\SeoRouteMetaRepository''getSeoRouteMetaRepositoryService'false],
  10079.             'App\\Repository\\SeoRouteRepository' => ['services''App\\Repository\\SeoRouteRepository''getSeoRouteRepositoryService'false],
  10080.             'App\\Repository\\SubscriberGroupRepository' => ['services''App\\Repository\\SubscriberGroupRepository''getSubscriberGroupRepositoryService'false],
  10081.             'App\\Repository\\SubscriberRepository' => ['services''App\\Repository\\SubscriberRepository''getSubscriberRepositoryService'false],
  10082.             'App\\Repository\\TemplateRepository' => ['services''App\\Repository\\TemplateRepository''getTemplateRepositoryService'false],
  10083.             'App\\Repository\\UserRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  10084.         ], [
  10085.             'App\\Repository\\ArticleRepository' => '?',
  10086.             'App\\Repository\\CampaignRepository' => '?',
  10087.             'App\\Repository\\CartProductRepository' => '?',
  10088.             'App\\Repository\\CartRepository' => '?',
  10089.             'App\\Repository\\CategoryArticleRepository' => '?',
  10090.             'App\\Repository\\CategoryRepository' => '?',
  10091.             'App\\Repository\\ContactRepository' => '?',
  10092.             'App\\Repository\\EcommerceOrderRepository' => '?',
  10093.             'App\\Repository\\PictureRepository' => '?',
  10094.             'App\\Repository\\ProductRepository' => '?',
  10095.             'App\\Repository\\QuestionRepository' => '?',
  10096.             'App\\Repository\\RecipientRepository' => '?',
  10097.             'App\\Repository\\SeoRouteMetaRepository' => '?',
  10098.             'App\\Repository\\SeoRouteRepository' => '?',
  10099.             'App\\Repository\\SubscriberGroupRepository' => '?',
  10100.             'App\\Repository\\SubscriberRepository' => '?',
  10101.             'App\\Repository\\TemplateRepository' => '?',
  10102.             'App\\Repository\\UserRepository' => '?',
  10103.         ]));
  10104.     }
  10105.     /**
  10106.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  10107.      *
  10108.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  10109.      */
  10110.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  10111.     {
  10112.         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')]);
  10113.     }
  10114.     /**
  10115.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  10116.      *
  10117.      * @return \Doctrine\ORM\Configuration
  10118.      */
  10119.     protected function getDoctrine_Orm_DefaultConfigurationService()
  10120.     {
  10121.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  10122.         $instance->setEntityNamespaces(['App' => 'App\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  10123.         $instance->setMetadataCache(($this->privates['cache.doctrine.orm.default.metadata'] ?? ($this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  10124.         $instance->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  10125.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  10126.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  10127.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10128.         $instance->setProxyNamespace('Proxies');
  10129.         $instance->setAutoGenerateProxyClasses(true);
  10130.         $instance->setSchemaIgnoreClasses([]);
  10131.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10132.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10133.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  10134.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  10135.         $instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
  10136.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10137.         return $instance;
  10138.     }
  10139.     /**
  10140.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  10141.      *
  10142.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  10143.      */
  10144.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  10145.     {
  10146.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  10147.     }
  10148.     /**
  10149.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  10150.      *
  10151.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  10152.      */
  10153.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  10154.     {
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  10156.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10157.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  10158.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  10159.         }
  10160.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  10161.     }
  10162.     /**
  10163.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  10164.      *
  10165.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  10166.      */
  10167.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  10168.     {
  10169.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10170.         if (isset($this->privates['doctrine.orm.default_entity_manager.validator_loader'])) {
  10171.             return $this->privates['doctrine.orm.default_entity_manager.validator_loader'];
  10172.         }
  10173.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader($aNULL);
  10174.     }
  10175.     /**
  10176.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  10177.      *
  10178.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  10179.      */
  10180.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  10181.     {
  10182.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  10183.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  10184.     }
  10185.     /**
  10186.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  10187.      *
  10188.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  10189.      */
  10190.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  10191.     {
  10192.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  10193.     }
  10194.     /**
  10195.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  10196.      *
  10197.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  10198.      */
  10199.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  10200.     {
  10201.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  10202.         $instance->setGlobalBasename('mapping');
  10203.         return $instance;
  10204.     }
  10205.     /**
  10206.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  10207.      *
  10208.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  10209.      */
  10210.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  10211.     {
  10212.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  10214.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  10215.     }
  10216.     /**
  10217.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  10218.      *
  10219.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  10220.      */
  10221.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  10222.     {
  10223.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10224.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  10225.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  10226.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  10227.         }, 1));
  10228.     }
  10229.     /**
  10230.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  10231.      *
  10232.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  10233.      */
  10234.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  10235.     {
  10236.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10237.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  10238.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  10239.     }
  10240.     /**
  10241.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  10242.      *
  10243.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  10244.      */
  10245.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  10246.     {
  10247.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  10248.     }
  10249.     /**
  10250.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  10251.      *
  10252.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  10253.      */
  10254.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  10255.     {
  10256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10257.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  10258.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10259.     }
  10260.     /**
  10261.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  10262.      *
  10263.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  10264.      */
  10265.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  10266.     {
  10267.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  10268.     }
  10269.     /**
  10270.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  10271.      *
  10272.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  10273.      */
  10274.     protected function getDoctrine_Orm_Validator_UniqueService()
  10275.     {
  10276.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  10279.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10280.     }
  10281.     /**
  10282.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  10283.      *
  10284.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  10285.      */
  10286.     protected function getDoctrine_Orm_ValidatorInitializerService()
  10287.     {
  10288.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10289.     }
  10290.     /**
  10291.      * Gets the private 'doctrine.query_dql_command' shared service.
  10292.      *
  10293.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  10294.      */
  10295.     protected function getDoctrine_QueryDqlCommandService()
  10296.     {
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10298.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10299.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10300.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  10303.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  10304.         $instance->setName('doctrine:query:dql');
  10305.         return $instance;
  10306.     }
  10307.     /**
  10308.      * Gets the private 'doctrine.query_sql_command' shared service.
  10309.      *
  10310.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  10311.      */
  10312.     protected function getDoctrine_QuerySqlCommandService()
  10313.     {
  10314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10315.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  10316.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  10317.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  10318.         $instance->setName('doctrine:query:sql');
  10319.         return $instance;
  10320.     }
  10321.     /**
  10322.      * Gets the private 'doctrine.schema_create_command' shared service.
  10323.      *
  10324.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  10325.      */
  10326.     protected function getDoctrine_SchemaCreateCommandService()
  10327.     {
  10328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10334.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  10335.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  10336.         $instance->setName('doctrine:schema:create');
  10337.         return $instance;
  10338.     }
  10339.     /**
  10340.      * Gets the private 'doctrine.schema_drop_command' shared service.
  10341.      *
  10342.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  10343.      */
  10344.     protected function getDoctrine_SchemaDropCommandService()
  10345.     {
  10346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  10351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  10353.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  10354.         $instance->setName('doctrine:schema:drop');
  10355.         return $instance;
  10356.     }
  10357.     /**
  10358.      * Gets the private 'doctrine.schema_update_command' shared service.
  10359.      *
  10360.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  10361.      */
  10362.     protected function getDoctrine_SchemaUpdateCommandService()
  10363.     {
  10364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  10369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  10371.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  10372.         $instance->setName('doctrine:schema:update');
  10373.         return $instance;
  10374.     }
  10375.     /**
  10376.      * Gets the private 'doctrine.schema_validate_command' shared service.
  10377.      *
  10378.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  10379.      */
  10380.     protected function getDoctrine_SchemaValidateCommandService()
  10381.     {
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  10388.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  10389.         $instance->setName('doctrine:schema:validate');
  10390.         return $instance;
  10391.     }
  10392.     /**
  10393.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  10394.      *
  10395.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  10396.      */
  10397.     protected function getDoctrine_Twig_DoctrineExtensionService()
  10398.     {
  10399.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  10400.     }
  10401.     /**
  10402.      * Gets the private 'doctrine.ulid_generator' shared service.
  10403.      *
  10404.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  10405.      */
  10406.     protected function getDoctrine_UlidGeneratorService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  10410.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  10411.     }
  10412.     /**
  10413.      * Gets the private 'doctrine.uuid_generator' shared service.
  10414.      *
  10415.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  10416.      */
  10417.     protected function getDoctrine_UuidGeneratorService()
  10418.     {
  10419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  10420.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  10421.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  10422.     }
  10423.     /**
  10424.      * Gets the private 'doctrine_migrations.current_command' shared service.
  10425.      *
  10426.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  10427.      */
  10428.     protected function getDoctrineMigrations_CurrentCommandService()
  10429.     {
  10430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10431.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10432.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  10433.         $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');
  10434.         $instance->setName('doctrine:migrations:current');
  10435.         return $instance;
  10436.     }
  10437.     /**
  10438.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  10439.      *
  10440.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  10441.      */
  10442.     protected function getDoctrineMigrations_DiffCommandService()
  10443.     {
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10445.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10446.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  10447.         $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');
  10448.         $instance->setName('doctrine:migrations:diff');
  10449.         return $instance;
  10450.     }
  10451.     /**
  10452.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  10453.      *
  10454.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  10455.      */
  10456.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  10457.     {
  10458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  10461.         $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');
  10462.         $instance->setName('doctrine:migrations:dump-schema');
  10463.         return $instance;
  10464.     }
  10465.     /**
  10466.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  10467.      *
  10468.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  10469.      */
  10470.     protected function getDoctrineMigrations_ExecuteCommandService()
  10471.     {
  10472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  10475.         $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');
  10476.         $instance->setName('doctrine:migrations:execute');
  10477.         return $instance;
  10478.     }
  10479.     /**
  10480.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  10481.      *
  10482.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  10483.      */
  10484.     protected function getDoctrineMigrations_GenerateCommandService()
  10485.     {
  10486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10487.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10488.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  10489.         $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');
  10490.         $instance->setName('doctrine:migrations:generate');
  10491.         return $instance;
  10492.     }
  10493.     /**
  10494.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  10495.      *
  10496.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  10497.      */
  10498.     protected function getDoctrineMigrations_LatestCommandService()
  10499.     {
  10500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10501.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10502.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  10503.         $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');
  10504.         $instance->setName('doctrine:migrations:latest');
  10505.         return $instance;
  10506.     }
  10507.     /**
  10508.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  10509.      *
  10510.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  10511.      */
  10512.     protected function getDoctrineMigrations_MigrateCommandService()
  10513.     {
  10514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10515.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10516.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  10517.         $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');
  10518.         $instance->setName('doctrine:migrations:migrate');
  10519.         return $instance;
  10520.     }
  10521.     /**
  10522.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  10523.      *
  10524.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  10525.      */
  10526.     protected function getDoctrineMigrations_RollupCommandService()
  10527.     {
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  10531.         $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');
  10532.         $instance->setName('doctrine:migrations:rollup');
  10533.         return $instance;
  10534.     }
  10535.     /**
  10536.      * Gets the private 'doctrine_migrations.status_command' shared service.
  10537.      *
  10538.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  10539.      */
  10540.     protected function getDoctrineMigrations_StatusCommandService()
  10541.     {
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  10545.         $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');
  10546.         $instance->setName('doctrine:migrations:status');
  10547.         return $instance;
  10548.     }
  10549.     /**
  10550.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  10551.      *
  10552.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  10553.      */
  10554.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  10555.     {
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  10559.         $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');
  10560.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  10561.         return $instance;
  10562.     }
  10563.     /**
  10564.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  10565.      *
  10566.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  10567.      */
  10568.     protected function getDoctrineMigrations_UpToDateCommandService()
  10569.     {
  10570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10571.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  10573.         $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');
  10574.         $instance->setName('doctrine:migrations:up-to-date');
  10575.         return $instance;
  10576.     }
  10577.     /**
  10578.      * Gets the private 'doctrine_migrations.version_command' shared service.
  10579.      *
  10580.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  10581.      */
  10582.     protected function getDoctrineMigrations_VersionCommandService()
  10583.     {
  10584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  10587.         $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');
  10588.         $instance->setName('doctrine:migrations:version');
  10589.         return $instance;
  10590.     }
  10591.     /**
  10592.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  10593.      *
  10594.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  10595.      */
  10596.     protected function getDoctrineMigrations_VersionsCommandService()
  10597.     {
  10598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  10601.         $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');
  10602.         $instance->setName('doctrine:migrations:list');
  10603.         return $instance;
  10604.     }
  10605.     /**
  10606.      * Gets the private 'error_handler.error_renderer.html' shared service.
  10607.      *
  10608.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  10609.      */
  10610.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  10611.     {
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10614.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10615.         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()));
  10616.     }
  10617.     /**
  10618.      * Gets the private 'exception_listener' shared service.
  10619.      *
  10620.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  10621.      */
  10622.     protected function getExceptionListenerService()
  10623.     {
  10624.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  10625.     }
  10626.     /**
  10627.      * Gets the private 'file_locator' shared service.
  10628.      *
  10629.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  10630.      */
  10631.     protected function getFileLocatorService()
  10632.     {
  10633.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  10634.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  10635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  10636.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  10637.     }
  10638.     /**
  10639.      * Gets the private 'form.choice_list_factory.cached' shared service.
  10640.      *
  10641.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  10642.      */
  10643.     protected function getForm_ChoiceListFactory_CachedService()
  10644.     {
  10645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  10647.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(($this->privates['form.choice_list_factory.property_access'] ?? $this->getForm_ChoiceListFactory_PropertyAccessService()));
  10648.     }
  10649.     /**
  10650.      * Gets the private 'form.choice_list_factory.default' shared service.
  10651.      *
  10652.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  10653.      */
  10654.     protected function getForm_ChoiceListFactory_DefaultService()
  10655.     {
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10658.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  10659.     }
  10660.     /**
  10661.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  10662.      *
  10663.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  10664.      */
  10665.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  10666.     {
  10667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10670.         return $this->privates['form.choice_list_factory.property_access'] = new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10671.     }
  10672.     /**
  10673.      * Gets the private 'form.extension' shared service.
  10674.      *
  10675.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  10676.      */
  10677.     protected function getForm_ExtensionService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  10681.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10682.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  10683.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  10684.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  10685.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  10686.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  10687.             'App\\Form\\ArticleType' => ['services''App\\Form\\ArticleType''getArticleTypeService'false],
  10688.             'App\\Form\\CampaignType' => ['services''App\\Form\\CampaignType''getCampaignTypeService'false],
  10689.             'App\\Form\\CategoryArticleType' => ['services''App\\Form\\CategoryArticleType''getCategoryArticleTypeService'false],
  10690.             'App\\Form\\CategoryType' => ['services''App\\Form\\CategoryType''getCategoryTypeService'false],
  10691.             'App\\Form\\ContactType' => ['services''App\\Form\\ContactType''getContactTypeService'false],
  10692.             'App\\Form\\LauncherType' => ['services''App\\Form\\LauncherType''getLauncherTypeService'false],
  10693.             'App\\Form\\LicenceKeyType' => ['services''App\\Form\\LicenceKeyType''getLicenceKeyTypeService'false],
  10694.             'App\\Form\\PictureType' => ['services''App\\Form\\PictureType''getPictureTypeService'false],
  10695.             'App\\Form\\ProductType' => ['services''App\\Form\\ProductType''getProductTypeService'false],
  10696.             'App\\Form\\QuestionType' => ['services''App\\Form\\QuestionType''getQuestionTypeService'false],
  10697.             'App\\Form\\RedirectionType' => ['services''App\\Form\\RedirectionType''getRedirectionTypeService'false],
  10698.             'App\\Form\\RegistrationType' => ['services''App\\Form\\RegistrationType''getRegistrationTypeService'false],
  10699.             'App\\Form\\SeoRouteMetaType' => ['services''App\\Form\\SeoRouteMetaType''getSeoRouteMetaTypeService'false],
  10700.             'App\\Form\\SeoRouteType' => ['services''App\\Form\\SeoRouteType''getSeoRouteTypeService'false],
  10701.             'App\\Form\\SubscriberGroupType' => ['services''App\\Form\\SubscriberGroupType''getSubscriberGroupTypeService'false],
  10702.             'App\\Form\\SubscriberType' => ['services''App\\Form\\SubscriberType''getSubscriberTypeService'false],
  10703.             'App\\Form\\TemplateType' => ['services''App\\Form\\TemplateType''getTemplateTypeService'false],
  10704.             'App\\Form\\UserType' => ['services''App\\Form\\UserType''getUserTypeService'false],
  10705.             'App\\Form\\YmlBlockType' => ['services''App\\Form\\YmlBlockType''getYmlBlockTypeService'false],
  10706.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  10707.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  10708.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  10709.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  10710.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  10711.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  10712.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  10713.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  10714.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  10715.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  10716.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  10717.         ], [
  10718.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  10719.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  10720.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  10721.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  10722.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  10723.             'App\\Form\\ArticleType' => '?',
  10724.             'App\\Form\\CampaignType' => '?',
  10725.             'App\\Form\\CategoryArticleType' => '?',
  10726.             'App\\Form\\CategoryType' => '?',
  10727.             'App\\Form\\ContactType' => '?',
  10728.             'App\\Form\\LauncherType' => '?',
  10729.             'App\\Form\\LicenceKeyType' => '?',
  10730.             'App\\Form\\PictureType' => '?',
  10731.             'App\\Form\\ProductType' => '?',
  10732.             'App\\Form\\QuestionType' => '?',
  10733.             'App\\Form\\RedirectionType' => '?',
  10734.             'App\\Form\\RegistrationType' => '?',
  10735.             'App\\Form\\SeoRouteMetaType' => '?',
  10736.             'App\\Form\\SeoRouteType' => '?',
  10737.             'App\\Form\\SubscriberGroupType' => '?',
  10738.             'App\\Form\\SubscriberType' => '?',
  10739.             'App\\Form\\TemplateType' => '?',
  10740.             'App\\Form\\UserType' => '?',
  10741.             'App\\Form\\YmlBlockType' => '?',
  10742.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  10743.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  10744.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  10745.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  10746.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  10747.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  10748.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  10749.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  10750.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  10751.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  10752.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  10753.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  10754.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  10755.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  10756.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  10757.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  10758.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  10759.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  10760.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  10761.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  10762.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  10763.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  10764.         }, 1)], new RewindableGenerator(function () {
  10765.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  10766.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  10767.         }, 2));
  10768.     }
  10769.     /**
  10770.      * Gets the private 'form.registry' shared service.
  10771.      *
  10772.      * @return \Symfony\Component\Form\FormRegistry
  10773.      */
  10774.     protected function getForm_RegistryService()
  10775.     {
  10776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  10778.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> ($this->privates['form.extension'] ?? $this->getForm_ExtensionService())], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
  10779.     }
  10780.     /**
  10781.      * Gets the private 'form.resolved_type_factory' shared service.
  10782.      *
  10783.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  10784.      */
  10785.     protected function getForm_ResolvedTypeFactoryService()
  10786.     {
  10787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  10788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  10789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  10790.         return $this->privates['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  10791.     }
  10792.     /**
  10793.      * Gets the private 'form.server_params' shared service.
  10794.      *
  10795.      * @return \Symfony\Component\Form\Util\ServerParams
  10796.      */
  10797.     protected function getForm_ServerParamsService()
  10798.     {
  10799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  10800.         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())));
  10801.     }
  10802.     /**
  10803.      * Gets the private 'form.type.choice' shared service.
  10804.      *
  10805.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  10806.      */
  10807.     protected function getForm_Type_ChoiceService()
  10808.     {
  10809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  10812.         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()));
  10813.     }
  10814.     /**
  10815.      * Gets the private 'form.type.color' shared service.
  10816.      *
  10817.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  10818.      */
  10819.     protected function getForm_Type_ColorService()
  10820.     {
  10821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  10824.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  10825.     }
  10826.     /**
  10827.      * Gets the private 'form.type.entity' shared service.
  10828.      *
  10829.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  10830.      */
  10831.     protected function getForm_Type_EntityService()
  10832.     {
  10833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10835.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  10836.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  10837.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10838.     }
  10839.     /**
  10840.      * Gets the private 'form.type.form' shared service.
  10841.      *
  10842.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  10843.      */
  10844.     protected function getForm_Type_FormService()
  10845.     {
  10846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  10850.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10851.     }
  10852.     /**
  10853.      * Gets the private 'form.type_extension.csrf' shared service.
  10854.      *
  10855.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  10856.      */
  10857.     protected function getForm_TypeExtension_CsrfService()
  10858.     {
  10859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  10862.         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()));
  10863.     }
  10864.     /**
  10865.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  10866.      *
  10867.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  10868.      */
  10869.     protected function getForm_TypeExtension_Form_DataCollectorService()
  10870.     {
  10871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  10874.         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()));
  10875.     }
  10876.     /**
  10877.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  10878.      *
  10879.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  10880.      */
  10881.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  10882.     {
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  10886.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(($this->privates['form.type_extension.form.request_handler'] ?? $this->getForm_TypeExtension_Form_RequestHandlerService()));
  10887.     }
  10888.     /**
  10889.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  10890.      *
  10891.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  10892.      */
  10893.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  10894.     {
  10895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  10897.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  10898.     }
  10899.     /**
  10900.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  10901.      *
  10902.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  10903.      */
  10904.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  10905.     {
  10906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  10909.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  10910.     }
  10911.     /**
  10912.      * Gets the private 'form.type_extension.form.validator' shared service.
  10913.      *
  10914.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  10915.      */
  10916.     protected function getForm_TypeExtension_Form_ValidatorService()
  10917.     {
  10918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10919.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  10922.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  10923.     }
  10924.     /**
  10925.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  10926.      *
  10927.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  10928.      */
  10929.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  10930.     {
  10931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  10934.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  10935.     }
  10936.     /**
  10937.      * Gets the private 'form.type_extension.submit.validator' shared service.
  10938.      *
  10939.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  10940.      */
  10941.     protected function getForm_TypeExtension_Submit_ValidatorService()
  10942.     {
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  10947.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  10948.     }
  10949.     /**
  10950.      * Gets the private 'form.type_extension.upload.validator' shared service.
  10951.      *
  10952.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  10953.      */
  10954.     protected function getForm_TypeExtension_Upload_ValidatorService()
  10955.     {
  10956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  10959.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  10960.     }
  10961.     /**
  10962.      * Gets the private 'form.type_guesser.doctrine' shared service.
  10963.      *
  10964.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  10965.      */
  10966.     protected function getForm_TypeGuesser_DoctrineService()
  10967.     {
  10968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10969.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  10970.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10971.     }
  10972.     /**
  10973.      * Gets the private 'form.type_guesser.validator' shared service.
  10974.      *
  10975.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  10976.      */
  10977.     protected function getForm_TypeGuesser_ValidatorService()
  10978.     {
  10979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  10981.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  10982.     }
  10983.     /**
  10984.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  10985.      *
  10986.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10987.      */
  10988.     protected function getFosUser_ChangePassword_Form_FactoryService()
  10989.     {
  10990.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  10991.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  10992.         return $this->privates['fos_user.change_password.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']);
  10993.     }
  10994.     /**
  10995.      * Gets the private 'fos_user.change_password.form.type' shared service.
  10996.      *
  10997.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  10998.      */
  10999.     protected function getFosUser_ChangePassword_Form_TypeService()
  11000.     {
  11001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11003.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  11004.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  11005.     }
  11006.     /**
  11007.      * Gets the private 'fos_user.command.activate_user' shared service.
  11008.      *
  11009.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  11010.      */
  11011.     protected function getFosUser_Command_ActivateUserService()
  11012.     {
  11013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11014.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  11015.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11016.         $instance->setName('fos:user:activate');
  11017.         return $instance;
  11018.     }
  11019.     /**
  11020.      * Gets the private 'fos_user.command.change_password' shared service.
  11021.      *
  11022.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  11023.      */
  11024.     protected function getFosUser_Command_ChangePasswordService()
  11025.     {
  11026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  11028.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11029.         $instance->setName('fos:user:change-password');
  11030.         return $instance;
  11031.     }
  11032.     /**
  11033.      * Gets the private 'fos_user.command.create_user' shared service.
  11034.      *
  11035.      * @return \FOS\UserBundle\Command\CreateUserCommand
  11036.      */
  11037.     protected function getFosUser_Command_CreateUserService()
  11038.     {
  11039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11040.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  11041.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11042.         $instance->setName('fos:user:create');
  11043.         return $instance;
  11044.     }
  11045.     /**
  11046.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  11047.      *
  11048.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  11049.      */
  11050.     protected function getFosUser_Command_DeactivateUserService()
  11051.     {
  11052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11053.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  11054.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11055.         $instance->setName('fos:user:deactivate');
  11056.         return $instance;
  11057.     }
  11058.     /**
  11059.      * Gets the private 'fos_user.command.demote_user' shared service.
  11060.      *
  11061.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  11062.      */
  11063.     protected function getFosUser_Command_DemoteUserService()
  11064.     {
  11065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11066.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  11067.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  11068.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11069.         $instance->setName('fos:user:demote');
  11070.         return $instance;
  11071.     }
  11072.     /**
  11073.      * Gets the private 'fos_user.command.promote_user' shared service.
  11074.      *
  11075.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  11076.      */
  11077.     protected function getFosUser_Command_PromoteUserService()
  11078.     {
  11079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11080.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  11081.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  11082.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  11083.         $instance->setName('fos:user:promote');
  11084.         return $instance;
  11085.     }
  11086.     /**
  11087.      * Gets the private 'fos_user.listener.authentication' shared service.
  11088.      *
  11089.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  11090.      */
  11091.     protected function getFosUser_Listener_AuthenticationService()
  11092.     {
  11093.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  11094.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  11095.     }
  11096.     /**
  11097.      * Gets the private 'fos_user.listener.flash' shared service.
  11098.      *
  11099.      * @return \FOS\UserBundle\EventListener\FlashListener
  11100.      */
  11101.     protected function getFosUser_Listener_FlashService()
  11102.     {
  11103.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  11104.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  11105.     }
  11106.     /**
  11107.      * Gets the private 'fos_user.listener.resetting' shared service.
  11108.      *
  11109.      * @return \FOS\UserBundle\EventListener\ResettingListener
  11110.      */
  11111.     protected function getFosUser_Listener_ResettingService()
  11112.     {
  11113.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  11114.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  11115.     }
  11116.     /**
  11117.      * Gets the private 'fos_user.object_manager' shared service.
  11118.      *
  11119.      * @return \Doctrine\Persistence\ObjectManager
  11120.      */
  11121.     protected function getFosUser_ObjectManagerService()
  11122.     {
  11123.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  11124.     }
  11125.     /**
  11126.      * Gets the private 'fos_user.profile.form.factory' shared service.
  11127.      *
  11128.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  11129.      */
  11130.     protected function getFosUser_Profile_Form_FactoryService()
  11131.     {
  11132.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  11133.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  11134.         return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']);
  11135.     }
  11136.     /**
  11137.      * Gets the private 'fos_user.profile.form.type' shared service.
  11138.      *
  11139.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  11140.      */
  11141.     protected function getFosUser_Profile_Form_TypeService()
  11142.     {
  11143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11145.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  11146.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  11147.     }
  11148.     /**
  11149.      * Gets the private 'fos_user.registration.form.factory' shared service.
  11150.      *
  11151.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  11152.      */
  11153.     protected function getFosUser_Registration_Form_FactoryService()
  11154.     {
  11155.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  11157.         return $this->privates['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form''App\\Form\\RegistrationType'$this->parameters['fos_user.registration.form.validation_groups']);
  11158.     }
  11159.     /**
  11160.      * Gets the private 'fos_user.registration.form.type' shared service.
  11161.      *
  11162.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  11163.      */
  11164.     protected function getFosUser_Registration_Form_TypeService()
  11165.     {
  11166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11168.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  11169.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  11170.     }
  11171.     /**
  11172.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  11173.      *
  11174.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  11175.      */
  11176.     protected function getFosUser_Resetting_Form_FactoryService()
  11177.     {
  11178.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  11179.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  11180.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  11181.     }
  11182.     /**
  11183.      * Gets the private 'fos_user.resetting.form.type' shared service.
  11184.      *
  11185.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  11186.      */
  11187.     protected function getFosUser_Resetting_Form_TypeService()
  11188.     {
  11189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11191.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  11192.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  11193.     }
  11194.     /**
  11195.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  11196.      *
  11197.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  11198.      */
  11199.     protected function getFosUser_Security_InteractiveLoginListenerService()
  11200.     {
  11201.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  11202.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  11203.     }
  11204.     /**
  11205.      * Gets the private 'fos_user.security.login_manager' shared service.
  11206.      *
  11207.      * @return \FOS\UserBundle\Security\LoginManager
  11208.      */
  11209.     protected function getFosUser_Security_LoginManagerService()
  11210.     {
  11211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  11212.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  11213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11215.         return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()));
  11216.     }
  11217.     /**
  11218.      * Gets the private 'fos_user.user_listener' shared service.
  11219.      *
  11220.      * @return \FOS\UserBundle\Doctrine\UserListener
  11221.      */
  11222.     protected function getFosUser_UserListenerService()
  11223.     {
  11224.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  11226.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  11227.     }
  11228.     /**
  11229.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  11230.      *
  11231.      * @return \FOS\UserBundle\Security\EmailUserProvider
  11232.      */
  11233.     protected function getFosUser_UserProvider_UsernameEmailService()
  11234.     {
  11235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  11236.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  11237.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/EmailUserProvider.php';
  11238.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  11239.     }
  11240.     /**
  11241.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  11242.      *
  11243.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  11244.      */
  11245.     protected function getFosUser_UserToUsernameTransformerService()
  11246.     {
  11247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  11248.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
  11249.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  11250.     }
  11251.     /**
  11252.      * Gets the private 'fos_user.username_form_type' shared service.
  11253.      *
  11254.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  11255.      */
  11256.     protected function getFosUser_UsernameFormTypeService()
  11257.     {
  11258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11260.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
  11261.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(($this->privates['fos_user.user_to_username_transformer'] ?? $this->getFosUser_UserToUsernameTransformerService()));
  11262.     }
  11263.     /**
  11264.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  11265.      *
  11266.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  11267.      */
  11268.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  11269.     {
  11270.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  11271.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  11272.     }
  11273.     /**
  11274.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  11275.      *
  11276.      * @return \FOS\UserBundle\Util\Canonicalizer
  11277.      */
  11278.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  11279.     {
  11280.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  11281.     }
  11282.     /**
  11283.      * Gets the private 'fos_user.util.password_updater' shared service.
  11284.      *
  11285.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  11286.      */
  11287.     protected function getFosUser_Util_PasswordUpdaterService()
  11288.     {
  11289.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  11290.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  11291.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  11292.     }
  11293.     /**
  11294.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  11295.      *
  11296.      * @return \FOS\UserBundle\Util\TokenGenerator
  11297.      */
  11298.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  11299.     {
  11300.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  11301.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  11302.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  11303.     }
  11304.     /**
  11305.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  11306.      *
  11307.      * @return \FOS\UserBundle\Util\UserManipulator
  11308.      */
  11309.     protected function getFosUser_Util_UserManipulatorService()
  11310.     {
  11311.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  11312.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11313.     }
  11314.     /**
  11315.      * Gets the private 'fos_user.validator.initializer' shared service.
  11316.      *
  11317.      * @return \FOS\UserBundle\Validator\Initializer
  11318.      */
  11319.     protected function getFosUser_Validator_InitializerService()
  11320.     {
  11321.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  11322.     }
  11323.     /**
  11324.      * Gets the private 'fragment.handler' shared service.
  11325.      *
  11326.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  11327.      */
  11328.     protected function getFragment_HandlerService()
  11329.     {
  11330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  11331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  11332.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11333.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11334.         ], [
  11335.             'inline' => '?',
  11336.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  11337.     }
  11338.     /**
  11339.      * Gets the private 'fragment.renderer.inline' shared service.
  11340.      *
  11341.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  11342.      */
  11343.     protected function getFragment_Renderer_InlineService()
  11344.     {
  11345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  11347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  11348.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  11349.         if (isset($this->privates['fragment.renderer.inline'])) {
  11350.             return $this->privates['fragment.renderer.inline'];
  11351.         }
  11352.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11353.         if (isset($this->privates['fragment.renderer.inline'])) {
  11354.             return $this->privates['fragment.renderer.inline'];
  11355.         }
  11356.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  11357.         $instance->setFragmentPath('/_fragment');
  11358.         return $instance;
  11359.     }
  11360.     /**
  11361.      * Gets the private 'fragment.uri_generator' shared service.
  11362.      *
  11363.      * @return \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator
  11364.      */
  11365.     protected function getFragment_UriGeneratorService()
  11366.     {
  11367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  11368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  11369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  11370.         return $this->privates['fragment.uri_generator'] = new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11371.     }
  11372.     /**
  11373.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  11374.      *
  11375.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  11376.      */
  11377.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  11378.     {
  11379.         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())));
  11380.     }
  11381.     /**
  11382.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  11383.      *
  11384.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  11385.      */
  11386.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  11387.     {
  11388.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  11389.     }
  11390.     /**
  11391.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  11392.      *
  11393.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  11394.      */
  11395.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  11396.     {
  11397.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11398.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  11399.             return $this->privates['framework_extra_bundle.event.is_granted'];
  11400.         }
  11401.         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);
  11402.     }
  11403.     /**
  11404.      * Gets the private 'gesdinet.jwtrefreshtoken.authenticator' shared service.
  11405.      *
  11406.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator
  11407.      *
  11408.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.
  11409.      */
  11410.     protected function getGesdinet_Jwtrefreshtoken_AuthenticatorService()
  11411.     {
  11412.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.');
  11413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11415.         return $this->privates['gesdinet.jwtrefreshtoken.authenticator'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'refresh_token', ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()));
  11416.     }
  11417.     /**
  11418.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_body' shared service.
  11419.      *
  11420.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor
  11421.      */
  11422.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestBodyService()
  11423.     {
  11424.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11425.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  11426.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor();
  11427.     }
  11428.     /**
  11429.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' shared service.
  11430.      *
  11431.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor
  11432.      */
  11433.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestCookieService()
  11434.     {
  11435.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  11437.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor();
  11438.     }
  11439.     /**
  11440.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' shared service.
  11441.      *
  11442.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor
  11443.      */
  11444.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestParameterService()
  11445.     {
  11446.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11447.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  11448.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor();
  11449.     }
  11450.     /**
  11451.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  11452.      *
  11453.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  11454.      */
  11455.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  11456.     {
  11457.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  11458.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  11459.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  11460.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  11461.         }
  11462.         $b = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService());
  11463.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  11464.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  11465.         }
  11466.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener($a15552000, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'refresh_token'false$b, ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), $this->parameters['gesdinet_jwt_refresh_token.cookie'], true'refresh_token_expiration');
  11467.     }
  11468.     /**
  11469.      * Gets the private 'gesdinet.jwtrefreshtoken.user_provider' shared service.
  11470.      *
  11471.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider
  11472.      *
  11473.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.
  11474.      */
  11475.     protected function getGesdinet_Jwtrefreshtoken_UserProviderService()
  11476.     {
  11477.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.');
  11478.         return $this->privates['gesdinet.jwtrefreshtoken.user_provider'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  11479.     }
  11480.     /**
  11481.      * Gets the private 'identity_translator' shared service.
  11482.      *
  11483.      * @return \Symfony\Component\Translation\IdentityTranslator
  11484.      */
  11485.     protected function getIdentityTranslatorService()
  11486.     {
  11487.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  11488.     }
  11489.     /**
  11490.      * Gets the private 'jms_i18n_routing.locale_resolver.default' shared service.
  11491.      *
  11492.      * @return \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver
  11493.      */
  11494.     protected function getJmsI18nRouting_LocaleResolver_DefaultService()
  11495.     {
  11496.         return $this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl');
  11497.     }
  11498.     /**
  11499.      * Gets the private 'jms_i18n_routing.pattern_generation_strategy.default' shared service.
  11500.      *
  11501.      * @return \JMS\I18nRoutingBundle\Router\DefaultPatternGenerationStrategy
  11502.      */
  11503.     protected function getJmsI18nRouting_PatternGenerationStrategy_DefaultService()
  11504.     {
  11505.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/PatternGenerationStrategyInterface.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php';
  11507.         return $this->privates['jms_i18n_routing.pattern_generation_strategy.default'] = new \JMS\I18nRoutingBundle\Router\DefaultPatternGenerationStrategy('prefix_except_default', ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['jms_i18n_routing.locales'], $this->targetDir.'''routes''en');
  11508.     }
  11509.     /**
  11510.      * Gets the private 'jms_i18n_routing.route_exclusion_strategy' shared service.
  11511.      *
  11512.      * @return \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy
  11513.      */
  11514.     protected function getJmsI18nRouting_RouteExclusionStrategyService()
  11515.     {
  11516.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  11517.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  11518.         return $this->privates['jms_i18n_routing.route_exclusion_strategy'] = new \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy();
  11519.     }
  11520.     /**
  11521.      * Gets the private 'jms_i18n_routing.route_translation_extractor' shared service.
  11522.      *
  11523.      * @return \JMS\I18nRoutingBundle\Translation\RouteTranslationExtractor
  11524.      */
  11525.     protected function getJmsI18nRouting_RouteTranslationExtractorService()
  11526.     {
  11527.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11528.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Translation/RouteTranslationExtractor.php';
  11529.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  11531.         return $this->privates['jms_i18n_routing.route_translation_extractor'] = new \JMS\I18nRoutingBundle\Translation\RouteTranslationExtractor(($this->services['router'] ?? $this->getRouterService()), ($this->privates['jms_i18n_routing.route_exclusion_strategy'] ?? ($this->privates['jms_i18n_routing.route_exclusion_strategy'] = new \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy())));
  11532.     }
  11533.     /**
  11534.      * Gets the private 'jms_translation.command.extract' shared service.
  11535.      *
  11536.      * @return \JMS\TranslationBundle\Command\ExtractTranslationCommand
  11537.      */
  11538.     protected function getJmsTranslation_Command_ExtractService()
  11539.     {
  11540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ExtractTranslationCommand.php';
  11542.         $this->privates['jms_translation.command.extract'] = $instance = new \JMS\TranslationBundle\Command\ExtractTranslationCommand(($this->services['jms_translation.config_factory'] ?? $this->getJmsTranslation_ConfigFactoryService()), ($this->services['jms_translation.updater'] ?? $this->getJmsTranslation_UpdaterService()), []);
  11543.         $instance->setName('translation:extract');
  11544.         return $instance;
  11545.     }
  11546.     /**
  11547.      * Gets the private 'jms_translation.command.list_resources' shared service.
  11548.      *
  11549.      * @return \JMS\TranslationBundle\Command\ResourcesListCommand
  11550.      */
  11551.     protected function getJmsTranslation_Command_ListResourcesService()
  11552.     {
  11553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11554.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ResourcesListCommand.php';
  11555.         $this->privates['jms_translation.command.list_resources'] = $instance = new \JMS\TranslationBundle\Command\ResourcesListCommand(\dirname(__DIR__4), $this->parameters['kernel.bundles'], (($this->hasParameter("kernel.root_dir")) ? ($this->getParameter("kernel.root_dir")) : (null)));
  11556.         $instance->setName('translation:list-resources');
  11557.         return $instance;
  11558.     }
  11559.     /**
  11560.      * Gets the private 'jms_translation.doc_parser' shared service.
  11561.      *
  11562.      * @return \Doctrine\Common\Annotations\DocParser
  11563.      */
  11564.     protected function getJmsTranslation_DocParserService()
  11565.     {
  11566.         include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php';
  11567.         $this->privates['jms_translation.doc_parser'] = $instance = new \Doctrine\Common\Annotations\DocParser();
  11568.         $instance->setImports(['desc' => 'JMS\\TranslationBundle\\Annotation\\Desc''meaning' => 'JMS\\TranslationBundle\\Annotation\\Meaning''ignore' => 'JMS\\TranslationBundle\\Annotation\\Ignore']);
  11569.         $instance->setIgnoreNotImportedAnnotations(true);
  11570.         return $instance;
  11571.     }
  11572.     /**
  11573.      * Gets the private 'jms_translation.dumper.php_dumper' shared service.
  11574.      *
  11575.      * @return \JMS\TranslationBundle\Translation\Dumper\PhpDumper
  11576.      */
  11577.     protected function getJmsTranslation_Dumper_PhpDumperService()
  11578.     {
  11579.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  11582.         return $this->privates['jms_translation.dumper.php_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\PhpDumper();
  11583.     }
  11584.     /**
  11585.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.10' shared service.
  11586.      *
  11587.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11588.      */
  11589.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service()
  11590.     {
  11591.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11592.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  11596.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.10'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())), 'res');
  11597.     }
  11598.     /**
  11599.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.2' shared service.
  11600.      *
  11601.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11602.      */
  11603.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service()
  11604.     {
  11605.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11606.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  11610.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.2'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())), 'po');
  11611.     }
  11612.     /**
  11613.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.3' shared service.
  11614.      *
  11615.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11616.      */
  11617.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service()
  11618.     {
  11619.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11620.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  11624.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.3'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())), 'mo');
  11625.     }
  11626.     /**
  11627.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.5' shared service.
  11628.      *
  11629.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11630.      */
  11631.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service()
  11632.     {
  11633.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11634.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  11638.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.5'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))), 'yaml');
  11639.     }
  11640.     /**
  11641.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.6' shared service.
  11642.      *
  11643.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11644.      */
  11645.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service()
  11646.     {
  11647.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11648.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  11652.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.6'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())), 'ts');
  11653.     }
  11654.     /**
  11655.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.7' shared service.
  11656.      *
  11657.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11658.      */
  11659.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service()
  11660.     {
  11661.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  11666.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.7'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())), 'csv');
  11667.     }
  11668.     /**
  11669.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.8' shared service.
  11670.      *
  11671.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11672.      */
  11673.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service()
  11674.     {
  11675.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11676.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  11680.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.8'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())), 'ini');
  11681.     }
  11682.     /**
  11683.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.9' shared service.
  11684.      *
  11685.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11686.      */
  11687.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service()
  11688.     {
  11689.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  11694.         return $this->privates['jms_translation.dumper.wrapped_symfony_dumper.9'] = new \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter(($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())), 'json');
  11695.     }
  11696.     /**
  11697.      * Gets the private 'jms_translation.dumper.xlf_dumper' shared service.
  11698.      *
  11699.      * @return \JMS\TranslationBundle\Translation\Dumper\XliffDumper
  11700.      */
  11701.     protected function getJmsTranslation_Dumper_XlfDumperService()
  11702.     {
  11703.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11704.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  11705.         $this->privates['jms_translation.dumper.xlf_dumper'] = $instance = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  11706.         $instance->setSourceLanguage('en');
  11707.         $instance->setAddDate(true);
  11708.         $instance->setAddReference(true);
  11709.         return $instance;
  11710.     }
  11711.     /**
  11712.      * Gets the private 'jms_translation.dumper.xliff_dumper' shared service.
  11713.      *
  11714.      * @return \JMS\TranslationBundle\Translation\Dumper\XliffDumper
  11715.      */
  11716.     protected function getJmsTranslation_Dumper_XliffDumperService()
  11717.     {
  11718.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11719.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  11720.         $this->privates['jms_translation.dumper.xliff_dumper'] = $instance = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  11721.         $instance->setSourceLanguage('en');
  11722.         $instance->setAddDate(true);
  11723.         $instance->setAddReference(true);
  11724.         return $instance;
  11725.     }
  11726.     /**
  11727.      * Gets the private 'jms_translation.dumper.yaml_dumper' shared service.
  11728.      *
  11729.      * @return \JMS\TranslationBundle\Translation\Dumper\YamlDumper
  11730.      */
  11731.     protected function getJmsTranslation_Dumper_YamlDumperService()
  11732.     {
  11733.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11734.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11735.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  11736.         return $this->privates['jms_translation.dumper.yaml_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\YamlDumper();
  11737.     }
  11738.     /**
  11739.      * Gets the private 'jms_translation.extractor.file.authentication_message_extractor' shared service.
  11740.      *
  11741.      * @return \JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor
  11742.      */
  11743.     protected function getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService()
  11744.     {
  11745.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11746.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11747.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11748.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/AuthenticationMessagesExtractor.php';
  11749.         return $this->privates['jms_translation.extractor.file.authentication_message_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor(($this->privates['jms_translation.doc_parser'] ?? $this->getJmsTranslation_DocParserService()), ($this->privates['jms_translation.file_source_factory'] ?? $this->getJmsTranslation_FileSourceFactoryService()));
  11750.     }
  11751.     /**
  11752.      * Gets the private 'jms_translation.extractor.file.default_php_extractor' shared service.
  11753.      *
  11754.      * @return \JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor
  11755.      */
  11756.     protected function getJmsTranslation_Extractor_File_DefaultPhpExtractorService()
  11757.     {
  11758.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11760.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11761.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/DefaultPhpFileExtractor.php';
  11762.         return $this->privates['jms_translation.extractor.file.default_php_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor(($this->privates['jms_translation.doc_parser'] ?? $this->getJmsTranslation_DocParserService()), ($this->privates['jms_translation.file_source_factory'] ?? $this->getJmsTranslation_FileSourceFactoryService()));
  11763.     }
  11764.     /**
  11765.      * Gets the private 'jms_translation.extractor.file.form_extractor' shared service.
  11766.      *
  11767.      * @return \JMS\TranslationBundle\Translation\Extractor\File\FormExtractor
  11768.      */
  11769.     protected function getJmsTranslation_Extractor_File_FormExtractorService()
  11770.     {
  11771.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/FormExtractor.php';
  11775.         return $this->privates['jms_translation.extractor.file.form_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\FormExtractor(($this->privates['jms_translation.doc_parser'] ?? $this->getJmsTranslation_DocParserService()), ($this->privates['jms_translation.file_source_factory'] ?? $this->getJmsTranslation_FileSourceFactoryService()));
  11776.     }
  11777.     /**
  11778.      * Gets the private 'jms_translation.extractor.file.translation_container_extractor' shared service.
  11779.      *
  11780.      * @return \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor
  11781.      */
  11782.     protected function getJmsTranslation_Extractor_File_TranslationContainerExtractorService()
  11783.     {
  11784.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11785.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11786.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  11787.         return $this->privates['jms_translation.extractor.file.translation_container_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor();
  11788.     }
  11789.     /**
  11790.      * Gets the private 'jms_translation.extractor.file.twig_extractor' shared service.
  11791.      *
  11792.      * @return \JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor
  11793.      */
  11794.     protected function getJmsTranslation_Extractor_File_TwigExtractorService()
  11795.     {
  11796.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php';
  11797.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php';
  11798.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11799.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TwigFileExtractor.php';
  11800.         return $this->privates['jms_translation.extractor.file.twig_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['jms_translation.file_source_factory'] ?? $this->getJmsTranslation_FileSourceFactoryService()));
  11801.     }
  11802.     /**
  11803.      * Gets the private 'jms_translation.extractor.file.validation_extractor' shared service.
  11804.      *
  11805.      * @return \JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor
  11806.      */
  11807.     protected function getJmsTranslation_Extractor_File_ValidationExtractorService()
  11808.     {
  11809.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11810.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11811.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/ValidationExtractor.php';
  11812.         return $this->privates['jms_translation.extractor.file.validation_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  11813.     }
  11814.     /**
  11815.      * Gets the private 'jms_translation.extractor.file_extractor' shared service.
  11816.      *
  11817.      * @return \JMS\TranslationBundle\Translation\Extractor\FileExtractor
  11818.      */
  11819.     protected function getJmsTranslation_Extractor_FileExtractorService()
  11820.     {
  11821.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11822.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11823.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileExtractor.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11825.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11826.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  11827.         return $this->privates['jms_translation.extractor.file_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\FileExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [=> ($this->privates['jms_translation.extractor.file.default_php_extractor'] ?? $this->getJmsTranslation_Extractor_File_DefaultPhpExtractorService()), => ($this->privates['jms_translation.extractor.file.form_extractor'] ?? $this->getJmsTranslation_Extractor_File_FormExtractorService()), => ($this->privates['jms_translation.extractor.file.translation_container_extractor'] ?? ($this->privates['jms_translation.extractor.file.translation_container_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor())), => ($this->privates['jms_translation.extractor.file.twig_extractor'] ?? $this->getJmsTranslation_Extractor_File_TwigExtractorService()), => ($this->privates['jms_translation.extractor.file.validation_extractor'] ?? $this->getJmsTranslation_Extractor_File_ValidationExtractorService()), => ($this->privates['jms_translation.extractor.file.authentication_message_extractor'] ?? $this->getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService())]);
  11828.     }
  11829.     /**
  11830.      * Gets the private 'jms_translation.extractor_manager' shared service.
  11831.      *
  11832.      * @return \JMS\TranslationBundle\Translation\ExtractorManager
  11833.      */
  11834.     protected function getJmsTranslation_ExtractorManagerService()
  11835.     {
  11836.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorManager.php';
  11838.         return $this->privates['jms_translation.extractor_manager'] = new \JMS\TranslationBundle\Translation\ExtractorManager(($this->privates['jms_translation.extractor.file_extractor'] ?? $this->getJmsTranslation_Extractor_FileExtractorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['jms_i18n_routing' => ($this->privates['jms_i18n_routing.route_translation_extractor'] ?? $this->getJmsI18nRouting_RouteTranslationExtractorService())]);
  11839.     }
  11840.     /**
  11841.      * Gets the private 'jms_translation.file_source_factory' shared service.
  11842.      *
  11843.      * @return \JMS\TranslationBundle\Translation\FileSourceFactory
  11844.      */
  11845.     protected function getJmsTranslation_FileSourceFactoryService()
  11846.     {
  11847.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileSourceFactory.php';
  11848.         return $this->privates['jms_translation.file_source_factory'] = new \JMS\TranslationBundle\Translation\FileSourceFactory((($this->hasParameter("kernel.root_dir")) ? ($this->getParameter("kernel.root_dir")) : ($this->getParameter("kernel.project_dir"))), \dirname(__DIR__4));
  11849.     }
  11850.     /**
  11851.      * Gets the private 'jms_translation.file_writer' shared service.
  11852.      *
  11853.      * @return \JMS\TranslationBundle\Translation\FileWriter
  11854.      */
  11855.     protected function getJmsTranslation_FileWriterService()
  11856.     {
  11857.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileWriter.php';
  11858.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11859.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11860.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  11861.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  11862.         return $this->privates['jms_translation.file_writer'] = new \JMS\TranslationBundle\Translation\FileWriter(['php' => ($this->privates['jms_translation.dumper.php_dumper'] ?? ($this->privates['jms_translation.dumper.php_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\PhpDumper())), 'xlf' => ($this->privates['jms_translation.dumper.xlf_dumper'] ?? $this->getJmsTranslation_Dumper_XlfDumperService()), 'po' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.2'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service()), 'mo' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.3'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service()), 'yml' => ($this->privates['jms_translation.dumper.yaml_dumper'] ?? ($this->privates['jms_translation.dumper.yaml_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\YamlDumper())), 'yaml' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.5'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service()), 'ts' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.6'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service()), 'csv' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.7'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service()), 'ini' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.8'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service()), 'json' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.9'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service()), 'res' => ($this->privates['jms_translation.dumper.wrapped_symfony_dumper.10'] ?? $this->getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service()), 'xliff' => ($this->privates['jms_translation.dumper.xliff_dumper'] ?? $this->getJmsTranslation_Dumper_XliffDumperService())]);
  11863.     }
  11864.     /**
  11865.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.0' shared service.
  11866.      *
  11867.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11868.      */
  11869.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_0Service()
  11870.     {
  11871.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11872.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11877.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.0'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  11878.     }
  11879.     /**
  11880.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.1' shared service.
  11881.      *
  11882.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11883.      */
  11884.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_1Service()
  11885.     {
  11886.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11887.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11892.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.1'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())));
  11893.     }
  11894.     /**
  11895.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.10' shared service.
  11896.      *
  11897.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11898.      */
  11899.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_10Service()
  11900.     {
  11901.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11902.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11907.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.10'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11908.     }
  11909.     /**
  11910.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.2' shared service.
  11911.      *
  11912.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11913.      */
  11914.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_2Service()
  11915.     {
  11916.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11917.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11919.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  11920.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.2'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader())));
  11921.     }
  11922.     /**
  11923.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.3' shared service.
  11924.      *
  11925.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11926.      */
  11927.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_3Service()
  11928.     {
  11929.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11930.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11935.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.3'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11936.     }
  11937.     /**
  11938.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.4' shared service.
  11939.      *
  11940.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11941.      */
  11942.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_4Service()
  11943.     {
  11944.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11950.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.4'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11951.     }
  11952.     /**
  11953.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.5' shared service.
  11954.      *
  11955.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11956.      */
  11957.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_5Service()
  11958.     {
  11959.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11960.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11963.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.5'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11964.     }
  11965.     /**
  11966.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.6' shared service.
  11967.      *
  11968.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11969.      */
  11970.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_6Service()
  11971.     {
  11972.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11978.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.6'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11979.     }
  11980.     /**
  11981.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.7' shared service.
  11982.      *
  11983.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11984.      */
  11985.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_7Service()
  11986.     {
  11987.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11988.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11991.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.7'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11992.     }
  11993.     /**
  11994.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.8' shared service.
  11995.      *
  11996.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11997.      */
  11998.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_8Service()
  11999.     {
  12000.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  12001.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  12002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  12005.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.8'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  12006.     }
  12007.     /**
  12008.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.9' shared service.
  12009.      *
  12010.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  12011.      */
  12012.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_9Service()
  12013.     {
  12014.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  12015.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  12016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  12020.         return $this->privates['jms_translation.loader.wrapped_symfony_loader.9'] = new \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter(($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  12021.     }
  12022.     /**
  12023.      * Gets the private 'jms_translation.loader.xliff_loader' shared service.
  12024.      *
  12025.      * @return \JMS\TranslationBundle\Translation\Loader\XliffLoader
  12026.      */
  12027.     protected function getJmsTranslation_Loader_XliffLoaderService()
  12028.     {
  12029.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  12030.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  12031.         return $this->privates['jms_translation.loader.xliff_loader'] = new \JMS\TranslationBundle\Translation\Loader\XliffLoader();
  12032.     }
  12033.     /**
  12034.      * Gets the private 'jms_translation.loader_manager' shared service.
  12035.      *
  12036.      * @return \JMS\TranslationBundle\Translation\LoaderManager
  12037.      */
  12038.     protected function getJmsTranslation_LoaderManagerService()
  12039.     {
  12040.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/LoaderManager.php';
  12041.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  12042.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  12043.         return $this->privates['jms_translation.loader_manager'] = new \JMS\TranslationBundle\Translation\LoaderManager(['php' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.0'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_0Service()), 'yaml' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.1'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_1Service()), 'xlf' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.2'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_2Service()), 'po' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.3'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_3Service()), 'mo' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.4'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_4Service()), 'ts' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.5'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_5Service()), 'csv' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.6'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_6Service()), 'res' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.7'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_7Service()), 'dat' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.8'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_8Service()), 'ini' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.9'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_9Service()), 'json' => ($this->privates['jms_translation.loader.wrapped_symfony_loader.10'] ?? $this->getJmsTranslation_Loader_WrappedSymfonyLoader_10Service()), 'xliff' => ($this->privates['jms_translation.loader.xliff_loader'] ?? ($this->privates['jms_translation.loader.xliff_loader'] = new \JMS\TranslationBundle\Translation\Loader\XliffLoader()))]);
  12044.     }
  12045.     /**
  12046.      * Gets the private 'knp_paginator.helper.processor' shared service.
  12047.      *
  12048.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  12049.      */
  12050.     protected function getKnpPaginator_Helper_ProcessorService()
  12051.     {
  12052.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12053.     }
  12054.     /**
  12055.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  12056.      *
  12057.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  12058.      */
  12059.     protected function getKnpPaginator_Subscriber_FiltrationService()
  12060.     {
  12061.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  12062.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  12063.     }
  12064.     /**
  12065.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  12066.      *
  12067.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  12068.      */
  12069.     protected function getKnpPaginator_Subscriber_PaginateService()
  12070.     {
  12071.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  12072.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  12073.     }
  12074.     /**
  12075.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  12076.      *
  12077.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  12078.      */
  12079.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  12080.     {
  12081.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  12082.     }
  12083.     /**
  12084.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  12085.      *
  12086.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  12087.      */
  12088.     protected function getKnpPaginator_Subscriber_SortableService()
  12089.     {
  12090.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  12091.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  12092.     }
  12093.     /**
  12094.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  12095.      *
  12096.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  12097.      */
  12098.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  12099.     {
  12100.         return $this->privates['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()));
  12101.     }
  12102.     /**
  12103.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  12104.      *
  12105.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  12106.      */
  12107.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  12108.     {
  12109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12110.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  12111.         $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');
  12112.         $instance->setName('lexik:jwt:check-config');
  12113.         return $instance;
  12114.     }
  12115.     /**
  12116.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  12117.      *
  12118.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  12119.      */
  12120.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  12121.     {
  12122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12126.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  12127.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  12128.         $instance->setName('lexik:jwt:enable-encryption');
  12129.         return $instance;
  12130.     }
  12131.     /**
  12132.      * Gets the private 'lexik_jwt_authentication.extractor.authorization_header_extractor' shared service.
  12133.      *
  12134.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor
  12135.      */
  12136.     protected function getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService()
  12137.     {
  12138.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  12139.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  12140.         return $this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization');
  12141.     }
  12142.     /**
  12143.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  12144.      *
  12145.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  12146.      */
  12147.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  12148.     {
  12149.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  12150.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  12151.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  12152.         return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> ($this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] ?? ($this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')))]);
  12153.     }
  12154.     /**
  12155.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  12156.      *
  12157.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  12158.      */
  12159.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  12160.     {
  12161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12162.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  12163.         $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');
  12164.         $instance->setName('lexik:jwt:generate-keypair');
  12165.         return $instance;
  12166.     }
  12167.     /**
  12168.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  12169.      *
  12170.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  12171.      */
  12172.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  12173.     {
  12174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  12175.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  12176.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12177.     }
  12178.     /**
  12179.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  12180.      *
  12181.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  12182.      */
  12183.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  12184.     {
  12185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  12186.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  12187.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  12188.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  12189.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  12190.         }
  12191.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12192.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  12193.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  12194.         }
  12195.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  12196.     }
  12197.     /**
  12198.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  12199.      *
  12200.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  12201.      */
  12202.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  12203.     {
  12204.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  12206.         return $this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'36000false);
  12207.     }
  12208.     /**
  12209.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  12210.      *
  12211.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  12212.      */
  12213.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  12214.     {
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12219.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  12220.         $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  12221.         $instance->setName('lexik:jwt:migrate-config');
  12222.         return $instance;
  12223.     }
  12224.     /**
  12225.      * Gets the private 'lexik_jwt_authentication.payload_enrichment' shared service.
  12226.      *
  12227.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment
  12228.      */
  12229.     protected function getLexikJwtAuthentication_PayloadEnrichmentService()
  12230.     {
  12231.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  12232.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  12233.         return $this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]);
  12234.     }
  12235.     /**
  12236.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  12237.      *
  12238.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  12239.      */
  12240.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  12241.     {
  12242.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  12243.     }
  12244.     /**
  12245.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  12246.      *
  12247.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  12248.      */
  12249.     protected function getLiipImagine_Command_CacheRemoveService()
  12250.     {
  12251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  12254.         $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()));
  12255.         $instance->setName('liip:imagine:cache:remove');
  12256.         return $instance;
  12257.     }
  12258.     /**
  12259.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  12260.      *
  12261.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  12262.      */
  12263.     protected function getLiipImagine_Command_CacheResolveService()
  12264.     {
  12265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12266.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12267.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  12268.         $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()));
  12269.         $instance->setName('liip:imagine:cache:resolve');
  12270.         return $instance;
  12271.     }
  12272.     /**
  12273.      * Gets the private 'liip_imagine.config.filter_factory_collection' shared service.
  12274.      *
  12275.      * @return \Liip\ImagineBundle\Config\FilterFactoryCollection
  12276.      */
  12277.     protected function getLiipImagine_Config_FilterFactoryCollectionService()
  12278.     {
  12279.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  12280.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12281.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  12282.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  12283.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  12284.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  12285.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  12286.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  12287.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  12288.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  12289.         return $this->privates['liip_imagine.config.filter_factory_collection'] = new \Liip\ImagineBundle\Config\FilterFactoryCollection(($this->privates['liip_imagine.factory.config.filter.auto_rotate'] ?? ($this->privates['liip_imagine.factory.config.filter.auto_rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory())), ($this->privates['liip_imagine.factory.config.filter.background'] ?? $this->getLiipImagine_Factory_Config_Filter_BackgroundService()), ($this->privates['liip_imagine.factory.config.filter.crop'] ?? $this->getLiipImagine_Factory_Config_Filter_CropService()), ($this->privates['liip_imagine.factory.config.filter.downscale'] ?? $this->getLiipImagine_Factory_Config_Filter_DownscaleService()), ($this->privates['liip_imagine.factory.config.filter.flip'] ?? ($this->privates['liip_imagine.factory.config.filter.flip'] = new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory())), ($this->privates['liip_imagine.factory.config.filter.grayscale'] ?? ($this->privates['liip_imagine.factory.config.filter.grayscale'] = new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory())), ($this->privates['liip_imagine.factory.config.filter.interlace'] ?? ($this->privates['liip_imagine.factory.config.filter.interlace'] = new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory())), ($this->privates['liip_imagine.factory.config.filter.paste'] ?? $this->getLiipImagine_Factory_Config_Filter_PasteService()), ($this->privates['liip_imagine.factory.config.filter.relative_resize'] ?? ($this->privates['liip_imagine.factory.config.filter.relative_resize'] = new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory())), ($this->privates['liip_imagine.factory.config.filter.resize'] ?? $this->getLiipImagine_Factory_Config_Filter_ResizeService()), ($this->privates['liip_imagine.factory.config.filter.rotate'] ?? ($this->privates['liip_imagine.factory.config.filter.rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory())), ($this->privates['liip_imagine.factory.config.filter.scale'] ?? $this->getLiipImagine_Factory_Config_Filter_ScaleService()), ($this->privates['liip_imagine.factory.config.filter.strip'] ?? ($this->privates['liip_imagine.factory.config.filter.strip'] = new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory())), ($this->privates['liip_imagine.factory.config.filter.thumbnail'] ?? $this->getLiipImagine_Factory_Config_Filter_ThumbnailService()), ($this->privates['liip_imagine.factory.config.filter.upscale'] ?? $this->getLiipImagine_Factory_Config_Filter_UpscaleService()), ($this->privates['liip_imagine.factory.config.filter.watermark'] ?? ($this->privates['liip_imagine.factory.config.filter.watermark'] = new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())));
  12290.     }
  12291.     /**
  12292.      * Gets the private 'liip_imagine.config.stack_builder' shared service.
  12293.      *
  12294.      * @return \Liip\ImagineBundle\Config\StackBuilder
  12295.      */
  12296.     protected function getLiipImagine_Config_StackBuilderService()
  12297.     {
  12298.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  12300.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  12301.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  12302.         return $this->privates['liip_imagine.config.stack_builder'] = new \Liip\ImagineBundle\Config\StackBuilder(($this->privates['liip_imagine.factory.config.stack'] ?? ($this->privates['liip_imagine.factory.config.stack'] = new \Liip\ImagineBundle\Factory\Config\StackFactory())), ($this->privates['liip_imagine.config.filter_factory_collection'] ?? $this->getLiipImagine_Config_FilterFactoryCollectionService()));
  12303.     }
  12304.     /**
  12305.      * Gets the private 'liip_imagine.controller.config' shared service.
  12306.      *
  12307.      * @return \Liip\ImagineBundle\Config\Controller\ControllerConfig
  12308.      */
  12309.     protected function getLiipImagine_Controller_ConfigService()
  12310.     {
  12311.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  12312.         return $this->privates['liip_imagine.controller.config'] = new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302);
  12313.     }
  12314.     /**
  12315.      * Gets the private 'liip_imagine.factory.config.filter.argument.point' shared service.
  12316.      *
  12317.      * @return \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory
  12318.      */
  12319.     protected function getLiipImagine_Factory_Config_Filter_Argument_PointService()
  12320.     {
  12321.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12322.         return $this->privates['liip_imagine.factory.config.filter.argument.point'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  12323.     }
  12324.     /**
  12325.      * Gets the private 'liip_imagine.factory.config.filter.argument.size' shared service.
  12326.      *
  12327.      * @return \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory
  12328.      */
  12329.     protected function getLiipImagine_Factory_Config_Filter_Argument_SizeService()
  12330.     {
  12331.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12332.         return $this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  12333.     }
  12334.     /**
  12335.      * Gets the private 'liip_imagine.factory.config.filter.auto_rotate' shared service.
  12336.      *
  12337.      * @return \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory
  12338.      */
  12339.     protected function getLiipImagine_Factory_Config_Filter_AutoRotateService()
  12340.     {
  12341.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12342.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  12343.         return $this->privates['liip_imagine.factory.config.filter.auto_rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory();
  12344.     }
  12345.     /**
  12346.      * Gets the private 'liip_imagine.factory.config.filter.background' shared service.
  12347.      *
  12348.      * @return \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory
  12349.      */
  12350.     protected function getLiipImagine_Factory_Config_Filter_BackgroundService()
  12351.     {
  12352.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12353.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12355.         return $this->privates['liip_imagine.factory.config.filter.background'] = new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())));
  12356.     }
  12357.     /**
  12358.      * Gets the private 'liip_imagine.factory.config.filter.crop' shared service.
  12359.      *
  12360.      * @return \Liip\ImagineBundle\Factory\Config\Filter\CropFactory
  12361.      */
  12362.     protected function getLiipImagine_Factory_Config_Filter_CropService()
  12363.     {
  12364.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12365.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  12366.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12367.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12368.         return $this->privates['liip_imagine.factory.config.filter.crop'] = new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())), ($this->privates['liip_imagine.factory.config.filter.argument.point'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.point'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory())));
  12369.     }
  12370.     /**
  12371.      * Gets the private 'liip_imagine.factory.config.filter.downscale' shared service.
  12372.      *
  12373.      * @return \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory
  12374.      */
  12375.     protected function getLiipImagine_Factory_Config_Filter_DownscaleService()
  12376.     {
  12377.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12380.         return $this->privates['liip_imagine.factory.config.filter.downscale'] = new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())));
  12381.     }
  12382.     /**
  12383.      * Gets the private 'liip_imagine.factory.config.filter.flip' shared service.
  12384.      *
  12385.      * @return \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory
  12386.      */
  12387.     protected function getLiipImagine_Factory_Config_Filter_FlipService()
  12388.     {
  12389.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12390.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  12391.         return $this->privates['liip_imagine.factory.config.filter.flip'] = new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory();
  12392.     }
  12393.     /**
  12394.      * Gets the private 'liip_imagine.factory.config.filter.grayscale' shared service.
  12395.      *
  12396.      * @return \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory
  12397.      */
  12398.     protected function getLiipImagine_Factory_Config_Filter_GrayscaleService()
  12399.     {
  12400.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12401.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  12402.         return $this->privates['liip_imagine.factory.config.filter.grayscale'] = new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory();
  12403.     }
  12404.     /**
  12405.      * Gets the private 'liip_imagine.factory.config.filter.interlace' shared service.
  12406.      *
  12407.      * @return \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory
  12408.      */
  12409.     protected function getLiipImagine_Factory_Config_Filter_InterlaceService()
  12410.     {
  12411.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12412.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  12413.         return $this->privates['liip_imagine.factory.config.filter.interlace'] = new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory();
  12414.     }
  12415.     /**
  12416.      * Gets the private 'liip_imagine.factory.config.filter.paste' shared service.
  12417.      *
  12418.      * @return \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory
  12419.      */
  12420.     protected function getLiipImagine_Factory_Config_Filter_PasteService()
  12421.     {
  12422.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12423.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  12424.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12425.         return $this->privates['liip_imagine.factory.config.filter.paste'] = new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory(($this->privates['liip_imagine.factory.config.filter.argument.point'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.point'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory())));
  12426.     }
  12427.     /**
  12428.      * Gets the private 'liip_imagine.factory.config.filter.relative_resize' shared service.
  12429.      *
  12430.      * @return \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory
  12431.      */
  12432.     protected function getLiipImagine_Factory_Config_Filter_RelativeResizeService()
  12433.     {
  12434.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12435.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  12436.         return $this->privates['liip_imagine.factory.config.filter.relative_resize'] = new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory();
  12437.     }
  12438.     /**
  12439.      * Gets the private 'liip_imagine.factory.config.filter.resize' shared service.
  12440.      *
  12441.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory
  12442.      */
  12443.     protected function getLiipImagine_Factory_Config_Filter_ResizeService()
  12444.     {
  12445.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12446.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  12447.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12448.         return $this->privates['liip_imagine.factory.config.filter.resize'] = new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())));
  12449.     }
  12450.     /**
  12451.      * Gets the private 'liip_imagine.factory.config.filter.rotate' shared service.
  12452.      *
  12453.      * @return \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory
  12454.      */
  12455.     protected function getLiipImagine_Factory_Config_Filter_RotateService()
  12456.     {
  12457.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12458.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  12459.         return $this->privates['liip_imagine.factory.config.filter.rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory();
  12460.     }
  12461.     /**
  12462.      * Gets the private 'liip_imagine.factory.config.filter.scale' shared service.
  12463.      *
  12464.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory
  12465.      */
  12466.     protected function getLiipImagine_Factory_Config_Filter_ScaleService()
  12467.     {
  12468.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12469.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  12470.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12471.         return $this->privates['liip_imagine.factory.config.filter.scale'] = new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())));
  12472.     }
  12473.     /**
  12474.      * Gets the private 'liip_imagine.factory.config.filter.strip' shared service.
  12475.      *
  12476.      * @return \Liip\ImagineBundle\Factory\Config\Filter\StripFactory
  12477.      */
  12478.     protected function getLiipImagine_Factory_Config_Filter_StripService()
  12479.     {
  12480.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12481.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  12482.         return $this->privates['liip_imagine.factory.config.filter.strip'] = new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory();
  12483.     }
  12484.     /**
  12485.      * Gets the private 'liip_imagine.factory.config.filter.thumbnail' shared service.
  12486.      *
  12487.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory
  12488.      */
  12489.     protected function getLiipImagine_Factory_Config_Filter_ThumbnailService()
  12490.     {
  12491.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12492.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  12493.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12494.         return $this->privates['liip_imagine.factory.config.filter.thumbnail'] = new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())));
  12495.     }
  12496.     /**
  12497.      * Gets the private 'liip_imagine.factory.config.filter.upscale' shared service.
  12498.      *
  12499.      * @return \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory
  12500.      */
  12501.     protected function getLiipImagine_Factory_Config_Filter_UpscaleService()
  12502.     {
  12503.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  12505.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12506.         return $this->privates['liip_imagine.factory.config.filter.upscale'] = new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory(($this->privates['liip_imagine.factory.config.filter.argument.size'] ?? ($this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory())));
  12507.     }
  12508.     /**
  12509.      * Gets the private 'liip_imagine.factory.config.filter.watermark' shared service.
  12510.      *
  12511.      * @return \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory
  12512.      */
  12513.     protected function getLiipImagine_Factory_Config_Filter_WatermarkService()
  12514.     {
  12515.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12516.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  12517.         return $this->privates['liip_imagine.factory.config.filter.watermark'] = new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory();
  12518.     }
  12519.     /**
  12520.      * Gets the private 'liip_imagine.factory.config.stack' shared service.
  12521.      *
  12522.      * @return \Liip\ImagineBundle\Factory\Config\StackFactory
  12523.      */
  12524.     protected function getLiipImagine_Factory_Config_StackService()
  12525.     {
  12526.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  12527.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  12528.         return $this->privates['liip_imagine.factory.config.stack'] = new \Liip\ImagineBundle\Factory\Config\StackFactory();
  12529.     }
  12530.     /**
  12531.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  12532.      *
  12533.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  12534.      */
  12535.     protected function getLiipImagine_Filter_ConfigurationService()
  12536.     {
  12537.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  12538.     }
  12539.     /**
  12540.      * Gets the private 'liip_imagine.filter.loader.auto_rotate' shared service.
  12541.      *
  12542.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader
  12543.      */
  12544.     protected function getLiipImagine_Filter_Loader_AutoRotateService()
  12545.     {
  12546.         return $this->privates['liip_imagine.filter.loader.auto_rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader();
  12547.     }
  12548.     /**
  12549.      * Gets the private 'liip_imagine.filter.loader.background' shared service.
  12550.      *
  12551.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader
  12552.      */
  12553.     protected function getLiipImagine_Filter_Loader_BackgroundService()
  12554.     {
  12555.         return $this->privates['liip_imagine.filter.loader.background'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  12556.     }
  12557.     /**
  12558.      * Gets the private 'liip_imagine.filter.loader.crop' shared service.
  12559.      *
  12560.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader
  12561.      */
  12562.     protected function getLiipImagine_Filter_Loader_CropService()
  12563.     {
  12564.         return $this->privates['liip_imagine.filter.loader.crop'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader();
  12565.     }
  12566.     /**
  12567.      * Gets the private 'liip_imagine.filter.loader.paste_image' shared service.
  12568.      *
  12569.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader
  12570.      */
  12571.     protected function getLiipImagine_Filter_Loader_PasteImageService()
  12572.     {
  12573.         return $this->privates['liip_imagine.filter.loader.paste_image'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()), \dirname(__DIR__4));
  12574.     }
  12575.     /**
  12576.      * Gets the private 'liip_imagine.filter.loader.relative_resize' shared service.
  12577.      *
  12578.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader
  12579.      */
  12580.     protected function getLiipImagine_Filter_Loader_RelativeResizeService()
  12581.     {
  12582.         return $this->privates['liip_imagine.filter.loader.relative_resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader();
  12583.     }
  12584.     /**
  12585.      * Gets the private 'liip_imagine.filter.loader.resize' shared service.
  12586.      *
  12587.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader
  12588.      */
  12589.     protected function getLiipImagine_Filter_Loader_ResizeService()
  12590.     {
  12591.         return $this->privates['liip_imagine.filter.loader.resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader();
  12592.     }
  12593.     /**
  12594.      * Gets the private 'liip_imagine.filter.loader.scale' shared service.
  12595.      *
  12596.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader
  12597.      */
  12598.     protected function getLiipImagine_Filter_Loader_ScaleService()
  12599.     {
  12600.         return $this->privates['liip_imagine.filter.loader.scale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader();
  12601.     }
  12602.     /**
  12603.      * Gets the private 'liip_imagine.filter.loader.strip' shared service.
  12604.      *
  12605.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader
  12606.      */
  12607.     protected function getLiipImagine_Filter_Loader_StripService()
  12608.     {
  12609.         return $this->privates['liip_imagine.filter.loader.strip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader();
  12610.     }
  12611.     /**
  12612.      * Gets the private 'liip_imagine.filter.loader.thumbnail' shared service.
  12613.      *
  12614.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader
  12615.      */
  12616.     protected function getLiipImagine_Filter_Loader_ThumbnailService()
  12617.     {
  12618.         return $this->privates['liip_imagine.filter.loader.thumbnail'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader();
  12619.     }
  12620.     /**
  12621.      * Gets the private 'liip_imagine.filter.loader.upscale' shared service.
  12622.      *
  12623.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader
  12624.      */
  12625.     protected function getLiipImagine_Filter_Loader_UpscaleService()
  12626.     {
  12627.         return $this->privates['liip_imagine.filter.loader.upscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader();
  12628.     }
  12629.     /**
  12630.      * Gets the private 'liip_imagine.filter.loader.watermark_image' shared service.
  12631.      *
  12632.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader
  12633.      */
  12634.     protected function getLiipImagine_Filter_Loader_WatermarkImageService()
  12635.     {
  12636.         return $this->privates['liip_imagine.filter.loader.watermark_image'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()), \dirname(__DIR__4));
  12637.     }
  12638.     /**
  12639.      * Gets the private 'liip_imagine.filter.post_processor.cwebp' shared service.
  12640.      *
  12641.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor
  12642.      */
  12643.     protected function getLiipImagine_Filter_PostProcessor_CwebpService()
  12644.     {
  12645.         return $this->privates['liip_imagine.filter.post_processor.cwebp'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']);
  12646.     }
  12647.     /**
  12648.      * Gets the private 'liip_imagine.filter.post_processor.jpegoptim' shared service.
  12649.      *
  12650.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor
  12651.      */
  12652.     protected function getLiipImagine_Filter_PostProcessor_JpegoptimService()
  12653.     {
  12654.         return $this->privates['liip_imagine.filter.post_processor.jpegoptim'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL);
  12655.     }
  12656.     /**
  12657.      * Gets the private 'liip_imagine.filter.post_processor.mozjpeg' shared service.
  12658.      *
  12659.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor
  12660.      */
  12661.     protected function getLiipImagine_Filter_PostProcessor_MozjpegService()
  12662.     {
  12663.         return $this->privates['liip_imagine.filter.post_processor.mozjpeg'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg');
  12664.     }
  12665.     /**
  12666.      * Gets the private 'liip_imagine.filter.post_processor.optipng' shared service.
  12667.      *
  12668.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor
  12669.      */
  12670.     protected function getLiipImagine_Filter_PostProcessor_OptipngService()
  12671.     {
  12672.         return $this->privates['liip_imagine.filter.post_processor.optipng'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL);
  12673.     }
  12674.     /**
  12675.      * Gets the private 'liip_imagine.filter.post_processor.pngquant' shared service.
  12676.      *
  12677.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor
  12678.      */
  12679.     protected function getLiipImagine_Filter_PostProcessor_PngquantService()
  12680.     {
  12681.         return $this->privates['liip_imagine.filter.post_processor.pngquant'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant');
  12682.     }
  12683.     /**
  12684.      * Gets the private 'liip_imagine.form.type.image' shared service.
  12685.      *
  12686.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  12687.      */
  12688.     protected function getLiipImagine_Form_Type_ImageService()
  12689.     {
  12690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12692.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  12693.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  12694.     }
  12695.     /**
  12696.      * Gets the private 'liip_imagine.gd' shared service.
  12697.      *
  12698.      * @return \Imagine\Gd\Imagine
  12699.      */
  12700.     protected function getLiipImagine_GdService()
  12701.     {
  12702.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  12703.         $instance->setMetadataReader(($this->privates['liip_imagine.meta_data.reader'] ?? ($this->privates['liip_imagine.meta_data.reader'] = new \Imagine\Image\Metadata\ExifMetadataReader())));
  12704.         return $instance;
  12705.     }
  12706.     /**
  12707.      * Gets the private 'liip_imagine.meta_data.reader' shared service.
  12708.      *
  12709.      * @return \Imagine\Image\Metadata\ExifMetadataReader
  12710.      */
  12711.     protected function getLiipImagine_MetaData_ReaderService()
  12712.     {
  12713.         return $this->privates['liip_imagine.meta_data.reader'] = new \Imagine\Image\Metadata\ExifMetadataReader();
  12714.     }
  12715.     /**
  12716.      * Gets the private 'liip_imagine.service.filter' shared service.
  12717.      *
  12718.      * @return \Liip\ImagineBundle\Service\FilterService
  12719.      */
  12720.     protected function getLiipImagine_Service_FilterService()
  12721.     {
  12722.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  12723.         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()), true$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12724.     }
  12725.     /**
  12726.      * Gets the private 'liip_imagine.templating.filter_extension' shared service.
  12727.      *
  12728.      * @return \Liip\ImagineBundle\Templating\FilterExtension
  12729.      */
  12730.     protected function getLiipImagine_Templating_FilterExtensionService()
  12731.     {
  12732.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  12733.         if (isset($this->privates['liip_imagine.templating.filter_extension'])) {
  12734.             return $this->privates['liip_imagine.templating.filter_extension'];
  12735.         }
  12736.         return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension($a);
  12737.     }
  12738.     /**
  12739.      * Gets the private 'locale_aware_listener' shared service.
  12740.      *
  12741.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12742.      */
  12743.     protected function getLocaleAwareListenerService()
  12744.     {
  12745.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12746.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  12747.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12748.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12749.     }
  12750.     /**
  12751.      * Gets the private 'locale_listener' shared service.
  12752.      *
  12753.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12754.      */
  12755.     protected function getLocaleListenerService()
  12756.     {
  12757.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  12758.     }
  12759.     /**
  12760.      * Gets the private 'mailer.data_collector' shared service.
  12761.      *
  12762.      * @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
  12763.      */
  12764.     protected function getMailer_DataCollectorService()
  12765.     {
  12766.         return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  12767.     }
  12768.     /**
  12769.      * Gets the private 'mailer.envelope_listener' shared service.
  12770.      *
  12771.      * @return \Symfony\Component\Mailer\EventListener\EnvelopeListener
  12772.      */
  12773.     protected function getMailer_EnvelopeListenerService()
  12774.     {
  12775.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/EnvelopeListener.php';
  12776.         return $this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL);
  12777.     }
  12778.     /**
  12779.      * Gets the private 'mailer.mailer' shared service.
  12780.      *
  12781.      * @return \Symfony\Component\Mailer\Mailer
  12782.      */
  12783.     protected function getMailer_MailerService()
  12784.     {
  12785.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  12786.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  12787.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  12788.         if (isset($this->privates['mailer.mailer'])) {
  12789.             return $this->privates['mailer.mailer'];
  12790.         }
  12791.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12792.         if (isset($this->privates['mailer.mailer'])) {
  12793.             return $this->privates['mailer.mailer'];
  12794.         }
  12795.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($aNULL$b);
  12796.     }
  12797.     /**
  12798.      * Gets the private 'mailer.message_logger_listener' shared service.
  12799.      *
  12800.      * @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
  12801.      */
  12802.     protected function getMailer_MessageLoggerListenerService()
  12803.     {
  12804.         return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
  12805.     }
  12806.     /**
  12807.      * Gets the private 'mailer.transport_factory' shared service.
  12808.      *
  12809.      * @return \Symfony\Component\Mailer\Transport
  12810.      */
  12811.     protected function getMailer_TransportFactoryService()
  12812.     {
  12813.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  12814.         return $this->privates['mailer.transport_factory'] = new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  12815.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  12816.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  12817.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  12818.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  12819.         }, 4));
  12820.     }
  12821.     /**
  12822.      * Gets the private 'mailer.transport_factory.native' shared service.
  12823.      *
  12824.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  12825.      */
  12826.     protected function getMailer_TransportFactory_NativeService()
  12827.     {
  12828.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12829.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12830.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  12831.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12832.         if (isset($this->privates['mailer.transport_factory.native'])) {
  12833.             return $this->privates['mailer.transport_factory.native'];
  12834.         }
  12835.         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()));
  12836.     }
  12837.     /**
  12838.      * Gets the private 'mailer.transport_factory.null' shared service.
  12839.      *
  12840.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  12841.      */
  12842.     protected function getMailer_TransportFactory_NullService()
  12843.     {
  12844.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12845.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12846.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  12847.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12848.         if (isset($this->privates['mailer.transport_factory.null'])) {
  12849.             return $this->privates['mailer.transport_factory.null'];
  12850.         }
  12851.         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()));
  12852.     }
  12853.     /**
  12854.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  12855.      *
  12856.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  12857.      */
  12858.     protected function getMailer_TransportFactory_SendmailService()
  12859.     {
  12860.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12861.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12862.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  12863.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12864.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  12865.             return $this->privates['mailer.transport_factory.sendmail'];
  12866.         }
  12867.         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()));
  12868.     }
  12869.     /**
  12870.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  12871.      *
  12872.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  12873.      */
  12874.     protected function getMailer_TransportFactory_SmtpService()
  12875.     {
  12876.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12877.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12878.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  12879.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12880.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  12881.             return $this->privates['mailer.transport_factory.smtp'];
  12882.         }
  12883.         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()));
  12884.     }
  12885.     /**
  12886.      * Gets the private 'mailer.transports' shared service.
  12887.      *
  12888.      * @return \Symfony\Component\Mailer\Transport\Transports
  12889.      */
  12890.     protected function getMailer_TransportsService()
  12891.     {
  12892.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  12893.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  12894.         $a = ($this->privates['mailer.transport_factory'] ?? $this->getMailer_TransportFactoryService());
  12895.         if (isset($this->privates['mailer.transports'])) {
  12896.             return $this->privates['mailer.transports'];
  12897.         }
  12898.         return $this->privates['mailer.transports'] = $a->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  12899.     }
  12900.     /**
  12901.      * Gets the private 'maker.auto_command.make_auth' shared service.
  12902.      *
  12903.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12904.      */
  12905.     protected function getMaker_AutoCommand_MakeAuthService()
  12906.     {
  12907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12908.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12909.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_authenticator'] ?? $this->getMaker_Maker_MakeAuthenticatorService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12910.         $instance->setName('make:auth');
  12911.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  12912.         return $instance;
  12913.     }
  12914.     /**
  12915.      * Gets the private 'maker.auto_command.make_command' shared service.
  12916.      *
  12917.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12918.      */
  12919.     protected function getMaker_AutoCommand_MakeCommandService()
  12920.     {
  12921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12923.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_command'] ?? $this->getMaker_Maker_MakeCommandService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12924.         $instance->setName('make:command');
  12925.         $instance->setDescription('Creates a new console command class');
  12926.         return $instance;
  12927.     }
  12928.     /**
  12929.      * Gets the private 'maker.auto_command.make_controller' shared service.
  12930.      *
  12931.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12932.      */
  12933.     protected function getMaker_AutoCommand_MakeControllerService()
  12934.     {
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12937.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_controller'] ?? $this->getMaker_Maker_MakeControllerService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12938.         $instance->setName('make:controller');
  12939.         $instance->setDescription('Creates a new controller class');
  12940.         return $instance;
  12941.     }
  12942.     /**
  12943.      * Gets the private 'maker.auto_command.make_crud' shared service.
  12944.      *
  12945.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12946.      */
  12947.     protected function getMaker_AutoCommand_MakeCrudService()
  12948.     {
  12949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12951.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_crud'] ?? $this->getMaker_Maker_MakeCrudService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12952.         $instance->setName('make:crud');
  12953.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  12954.         return $instance;
  12955.     }
  12956.     /**
  12957.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  12958.      *
  12959.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12960.      */
  12961.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  12962.     {
  12963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12965.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_docker_database'] ?? $this->getMaker_Maker_MakeDockerDatabaseService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12966.         $instance->setName('make:docker:database');
  12967.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  12968.         return $instance;
  12969.     }
  12970.     /**
  12971.      * Gets the private 'maker.auto_command.make_entity' shared service.
  12972.      *
  12973.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12974.      */
  12975.     protected function getMaker_AutoCommand_MakeEntityService()
  12976.     {
  12977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12979.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_entity'] ?? $this->getMaker_Maker_MakeEntityService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12980.         $instance->setName('make:entity');
  12981.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  12982.         return $instance;
  12983.     }
  12984.     /**
  12985.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  12986.      *
  12987.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12988.      */
  12989.     protected function getMaker_AutoCommand_MakeFixturesService()
  12990.     {
  12991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  12996.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_fixtures'] ?? ($this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12997.         $instance->setName('make:fixtures');
  12998.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  12999.         return $instance;
  13000.     }
  13001.     /**
  13002.      * Gets the private 'maker.auto_command.make_form' shared service.
  13003.      *
  13004.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13005.      */
  13006.     protected function getMaker_AutoCommand_MakeFormService()
  13007.     {
  13008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13010.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_form'] ?? $this->getMaker_Maker_MakeFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13011.         $instance->setName('make:form');
  13012.         $instance->setDescription('Creates a new form class');
  13013.         return $instance;
  13014.     }
  13015.     /**
  13016.      * Gets the private 'maker.auto_command.make_message' shared service.
  13017.      *
  13018.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13019.      */
  13020.     protected function getMaker_AutoCommand_MakeMessageService()
  13021.     {
  13022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13024.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_message'] ?? $this->getMaker_Maker_MakeMessageService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13025.         $instance->setName('make:message');
  13026.         $instance->setDescription('Creates a new message and handler');
  13027.         return $instance;
  13028.     }
  13029.     /**
  13030.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  13031.      *
  13032.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13033.      */
  13034.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  13035.     {
  13036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13041.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_messenger_middleware'] ?? ($this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13042.         $instance->setName('make:messenger-middleware');
  13043.         $instance->setDescription('Creates a new messenger middleware');
  13044.         return $instance;
  13045.     }
  13046.     /**
  13047.      * Gets the private 'maker.auto_command.make_migration' shared service.
  13048.      *
  13049.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13050.      */
  13051.     protected function getMaker_AutoCommand_MakeMigrationService()
  13052.     {
  13053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13059.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_migration'] ?? ($this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13060.         $instance->setName('make:migration');
  13061.         $instance->setDescription('Creates a new migration based on database changes');
  13062.         return $instance;
  13063.     }
  13064.     /**
  13065.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  13066.      *
  13067.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13068.      */
  13069.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  13070.     {
  13071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13073.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_registration_form'] ?? $this->getMaker_Maker_MakeRegistrationFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13074.         $instance->setName('make:registration-form');
  13075.         $instance->setDescription('Creates a new registration form system');
  13076.         return $instance;
  13077.     }
  13078.     /**
  13079.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  13080.      *
  13081.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13082.      */
  13083.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  13084.     {
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13087.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_reset_password'] ?? $this->getMaker_Maker_MakeResetPasswordService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13088.         $instance->setName('make:reset-password');
  13089.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  13090.         return $instance;
  13091.     }
  13092.     /**
  13093.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  13094.      *
  13095.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13096.      */
  13097.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  13098.     {
  13099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13104.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_encoder'] ?? ($this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13105.         $instance->setName('make:serializer:encoder');
  13106.         $instance->setDescription('Creates a new serializer encoder class');
  13107.         return $instance;
  13108.     }
  13109.     /**
  13110.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  13111.      *
  13112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13113.      */
  13114.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  13115.     {
  13116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13121.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_normalizer'] ?? ($this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13122.         $instance->setName('make:serializer:normalizer');
  13123.         $instance->setDescription('Creates a new serializer normalizer class');
  13124.         return $instance;
  13125.     }
  13126.     /**
  13127.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  13128.      *
  13129.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13130.      */
  13131.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  13132.     {
  13133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13138.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_stimulus_controller'] ?? ($this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13139.         $instance->setName('make:stimulus-controller');
  13140.         $instance->setDescription('Creates a new Stimulus controller');
  13141.         return $instance;
  13142.     }
  13143.     /**
  13144.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  13145.      *
  13146.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13147.      */
  13148.     protected function getMaker_AutoCommand_MakeSubscriberService()
  13149.     {
  13150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13152.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_subscriber'] ?? $this->getMaker_Maker_MakeSubscriberService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13153.         $instance->setName('make:subscriber');
  13154.         $instance->setDescription('Creates a new event subscriber class');
  13155.         return $instance;
  13156.     }
  13157.     /**
  13158.      * Gets the private 'maker.auto_command.make_test' shared service.
  13159.      *
  13160.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13161.      */
  13162.     protected function getMaker_AutoCommand_MakeTestService()
  13163.     {
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13170.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_test'] ?? ($this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13171.         $instance->setName('make:test');
  13172.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  13173.         $instance->setDescription('Creates a new test class');
  13174.         return $instance;
  13175.     }
  13176.     /**
  13177.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  13178.      *
  13179.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13180.      */
  13181.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  13182.     {
  13183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13188.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_extension'] ?? ($this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13189.         $instance->setName('make:twig-extension');
  13190.         $instance->setDescription('Creates a new Twig extension class');
  13191.         return $instance;
  13192.     }
  13193.     /**
  13194.      * Gets the private 'maker.auto_command.make_user' shared service.
  13195.      *
  13196.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13197.      */
  13198.     protected function getMaker_AutoCommand_MakeUserService()
  13199.     {
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13202.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_user'] ?? $this->getMaker_Maker_MakeUserService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13203.         $instance->setName('make:user');
  13204.         $instance->setDescription('Creates a new security user class');
  13205.         return $instance;
  13206.     }
  13207.     /**
  13208.      * Gets the private 'maker.auto_command.make_validator' shared service.
  13209.      *
  13210.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13211.      */
  13212.     protected function getMaker_AutoCommand_MakeValidatorService()
  13213.     {
  13214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13219.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_validator'] ?? ($this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13220.         $instance->setName('make:validator');
  13221.         $instance->setDescription('Creates a new validator and constraint class');
  13222.         return $instance;
  13223.     }
  13224.     /**
  13225.      * Gets the private 'maker.auto_command.make_voter' shared service.
  13226.      *
  13227.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13228.      */
  13229.     protected function getMaker_AutoCommand_MakeVoterService()
  13230.     {
  13231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13236.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_voter'] ?? ($this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13237.         $instance->setName('make:voter');
  13238.         $instance->setDescription('Creates a new security voter class');
  13239.         return $instance;
  13240.     }
  13241.     /**
  13242.      * Gets the private 'maker.autoloader_finder' shared service.
  13243.      *
  13244.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  13245.      */
  13246.     protected function getMaker_AutoloaderFinderService()
  13247.     {
  13248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13249.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  13250.     }
  13251.     /**
  13252.      * Gets the private 'maker.autoloader_util' shared service.
  13253.      *
  13254.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  13255.      */
  13256.     protected function getMaker_AutoloaderUtilService()
  13257.     {
  13258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  13259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13260.         return $this->privates['maker.autoloader_util'] = new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(($this->privates['maker.autoloader_finder'] ?? ($this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App'))));
  13261.     }
  13262.     /**
  13263.      * Gets the private 'maker.console_error_listener' shared service.
  13264.      *
  13265.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  13266.      */
  13267.     protected function getMaker_ConsoleErrorListenerService()
  13268.     {
  13269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  13270.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  13271.     }
  13272.     /**
  13273.      * Gets the private 'maker.doctrine_helper' shared service.
  13274.      *
  13275.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  13276.      */
  13277.     protected function getMaker_DoctrineHelperService()
  13278.     {
  13279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13280.         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'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  13281.     }
  13282.     /**
  13283.      * Gets the private 'maker.entity_class_generator' shared service.
  13284.      *
  13285.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13286.      */
  13287.     protected function getMaker_EntityClassGeneratorService()
  13288.     {
  13289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13290.         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()));
  13291.     }
  13292.     /**
  13293.      * Gets the private 'maker.event_registry' shared service.
  13294.      *
  13295.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  13296.      */
  13297.     protected function getMaker_EventRegistryService()
  13298.     {
  13299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13300.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13301.     }
  13302.     /**
  13303.      * Gets the private 'maker.file_link_formatter' shared service.
  13304.      *
  13305.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  13306.      */
  13307.     protected function getMaker_FileLinkFormatterService()
  13308.     {
  13309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13310.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13311.     }
  13312.     /**
  13313.      * Gets the private 'maker.file_manager' shared service.
  13314.      *
  13315.      * @return \Symfony\Bundle\MakerBundle\FileManager
  13316.      */
  13317.     protected function getMaker_FileManagerService()
  13318.     {
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13320.         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())), ($this->privates['maker.autoloader_util'] ?? $this->getMaker_AutoloaderUtilService()), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  13321.     }
  13322.     /**
  13323.      * Gets the private 'maker.generator' shared service.
  13324.      *
  13325.      * @return \Symfony\Bundle\MakerBundle\Generator
  13326.      */
  13327.     protected function getMaker_GeneratorService()
  13328.     {
  13329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13330.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->privates['maker.template_component_generator'] ?? $this->getMaker_TemplateComponentGeneratorService()));
  13331.     }
  13332.     /**
  13333.      * Gets the private 'maker.maker.make_authenticator' shared service.
  13334.      *
  13335.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  13336.      */
  13337.     protected function getMaker_Maker_MakeAuthenticatorService()
  13338.     {
  13339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  13342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13343.         return $this->privates['maker.maker.make_authenticator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? $this->getMaker_SecurityControllerBuilderService()));
  13344.     }
  13345.     /**
  13346.      * Gets the private 'maker.maker.make_command' shared service.
  13347.      *
  13348.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  13349.      */
  13350.     protected function getMaker_Maker_MakeCommandService()
  13351.     {
  13352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  13355.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13356.     }
  13357.     /**
  13358.      * Gets the private 'maker.maker.make_controller' shared service.
  13359.      *
  13360.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  13361.      */
  13362.     protected function getMaker_Maker_MakeControllerService()
  13363.     {
  13364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  13367.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13368.     }
  13369.     /**
  13370.      * Gets the private 'maker.maker.make_crud' shared service.
  13371.      *
  13372.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  13373.      */
  13374.     protected function getMaker_Maker_MakeCrudService()
  13375.     {
  13376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  13379.         return $this->privates['maker.maker.make_crud'] = 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()));
  13380.     }
  13381.     /**
  13382.      * Gets the private 'maker.maker.make_docker_database' shared service.
  13383.      *
  13384.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  13385.      */
  13386.     protected function getMaker_Maker_MakeDockerDatabaseService()
  13387.     {
  13388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  13391.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13392.     }
  13393.     /**
  13394.      * Gets the private 'maker.maker.make_entity' shared service.
  13395.      *
  13396.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  13397.      */
  13398.     protected function getMaker_Maker_MakeEntityService()
  13399.     {
  13400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  13404.         return $this->privates['maker.maker.make_entity'] = new \Symfony\Bundle\MakerBundle\Maker\MakeEntity(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13405.     }
  13406.     /**
  13407.      * Gets the private 'maker.maker.make_fixtures' shared service.
  13408.      *
  13409.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  13410.      */
  13411.     protected function getMaker_Maker_MakeFixturesService()
  13412.     {
  13413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13416.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  13417.     }
  13418.     /**
  13419.      * Gets the private 'maker.maker.make_form' shared service.
  13420.      *
  13421.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  13422.      */
  13423.     protected function getMaker_Maker_MakeFormService()
  13424.     {
  13425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13428.         return $this->privates['maker.maker.make_form'] = 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()));
  13429.     }
  13430.     /**
  13431.      * Gets the private 'maker.maker.make_message' shared service.
  13432.      *
  13433.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  13434.      */
  13435.     protected function getMaker_Maker_MakeMessageService()
  13436.     {
  13437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13440.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13441.     }
  13442.     /**
  13443.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  13444.      *
  13445.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  13446.      */
  13447.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  13448.     {
  13449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13450.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13452.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  13453.     }
  13454.     /**
  13455.      * Gets the private 'maker.maker.make_migration' shared service.
  13456.      *
  13457.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  13458.      */
  13459.     protected function getMaker_Maker_MakeMigrationService()
  13460.     {
  13461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13465.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  13466.     }
  13467.     /**
  13468.      * Gets the private 'maker.maker.make_registration_form' shared service.
  13469.      *
  13470.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  13471.      */
  13472.     protected function getMaker_Maker_MakeRegistrationFormService()
  13473.     {
  13474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13477.         return $this->privates['maker.maker.make_registration_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  13478.     }
  13479.     /**
  13480.      * Gets the private 'maker.maker.make_reset_password' shared service.
  13481.      *
  13482.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  13483.      */
  13484.     protected function getMaker_Maker_MakeResetPasswordService()
  13485.     {
  13486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13489.         return $this->privates['maker.maker.make_reset_password'] = new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
  13490.     }
  13491.     /**
  13492.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  13493.      *
  13494.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  13495.      */
  13496.     protected function getMaker_Maker_MakeSerializerEncoderService()
  13497.     {
  13498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13501.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  13502.     }
  13503.     /**
  13504.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  13505.      *
  13506.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  13507.      */
  13508.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  13509.     {
  13510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13513.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  13514.     }
  13515.     /**
  13516.      * Gets the private 'maker.maker.make_stimulus_controller' shared service.
  13517.      *
  13518.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController
  13519.      */
  13520.     protected function getMaker_Maker_MakeStimulusControllerService()
  13521.     {
  13522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13525.         return $this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController();
  13526.     }
  13527.     /**
  13528.      * Gets the private 'maker.maker.make_subscriber' shared service.
  13529.      *
  13530.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  13531.      */
  13532.     protected function getMaker_Maker_MakeSubscriberService()
  13533.     {
  13534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13537.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  13538.     }
  13539.     /**
  13540.      * Gets the private 'maker.maker.make_test' shared service.
  13541.      *
  13542.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  13543.      */
  13544.     protected function getMaker_Maker_MakeTestService()
  13545.     {
  13546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13550.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  13551.     }
  13552.     /**
  13553.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  13554.      *
  13555.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  13556.      */
  13557.     protected function getMaker_Maker_MakeTwigExtensionService()
  13558.     {
  13559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13560.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13562.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  13563.     }
  13564.     /**
  13565.      * Gets the private 'maker.maker.make_user' shared service.
  13566.      *
  13567.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  13568.      */
  13569.     protected function getMaker_Maker_MakeUserService()
  13570.     {
  13571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13576.         return $this->privates['maker.maker.make_user'] = new \Symfony\Bundle\MakerBundle\Maker\MakeUser(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.user_class_builder'] ?? ($this->privates['maker.user_class_builder'] = 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()));
  13577.     }
  13578.     /**
  13579.      * Gets the private 'maker.maker.make_validator' shared service.
  13580.      *
  13581.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  13582.      */
  13583.     protected function getMaker_Maker_MakeValidatorService()
  13584.     {
  13585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13588.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  13589.     }
  13590.     /**
  13591.      * Gets the private 'maker.maker.make_voter' shared service.
  13592.      *
  13593.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  13594.      */
  13595.     protected function getMaker_Maker_MakeVoterService()
  13596.     {
  13597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13600.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  13601.     }
  13602.     /**
  13603.      * Gets the private 'maker.php_compat_util' shared service.
  13604.      *
  13605.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13606.      */
  13607.     protected function getMaker_PhpCompatUtilService()
  13608.     {
  13609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13610.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13611.     }
  13612.     /**
  13613.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13614.      *
  13615.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13616.      */
  13617.     protected function getMaker_Renderer_FormTypeRendererService()
  13618.     {
  13619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13620.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13621.     }
  13622.     /**
  13623.      * Gets the private 'maker.security_config_updater' shared service.
  13624.      *
  13625.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  13626.      */
  13627.     protected function getMaker_SecurityConfigUpdaterService()
  13628.     {
  13629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13630.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  13631.     }
  13632.     /**
  13633.      * Gets the private 'maker.security_controller_builder' shared service.
  13634.      *
  13635.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  13636.      */
  13637.     protected function getMaker_SecurityControllerBuilderService()
  13638.     {
  13639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13640.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13641.     }
  13642.     /**
  13643.      * Gets the private 'maker.template_component_generator' shared service.
  13644.      *
  13645.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  13646.      */
  13647.     protected function getMaker_TemplateComponentGeneratorService()
  13648.     {
  13649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13650.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13651.     }
  13652.     /**
  13653.      * Gets the private 'maker.user_class_builder' shared service.
  13654.      *
  13655.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  13656.      */
  13657.     protected function getMaker_UserClassBuilderService()
  13658.     {
  13659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13660.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  13661.     }
  13662.     /**
  13663.      * Gets the private 'monolog.command.server_log' shared service.
  13664.      *
  13665.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  13666.      */
  13667.     protected function getMonolog_Command_ServerLogService()
  13668.     {
  13669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13670.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  13671.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  13672.         $instance->setName('server:log');
  13673.         $instance->setDescription('Start a log server that displays logs in real time');
  13674.         return $instance;
  13675.     }
  13676.     /**
  13677.      * Gets the private 'monolog.handler.null_internal' shared service.
  13678.      *
  13679.      * @return \Monolog\Handler\NullHandler
  13680.      */
  13681.     protected function getMonolog_Handler_NullInternalService()
  13682.     {
  13683.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  13684.     }
  13685.     /**
  13686.      * Gets the private 'monolog.logger' shared service.
  13687.      *
  13688.      * @return \Symfony\Bridge\Monolog\Logger
  13689.      */
  13690.     protected function getMonolog_LoggerService()
  13691.     {
  13692.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13693.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13694.         $instance->useMicrosecondTimestamps(true);
  13695.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13697.         return $instance;
  13698.     }
  13699.     /**
  13700.      * Gets the private 'monolog.logger.cache' shared service.
  13701.      *
  13702.      * @return \Symfony\Bridge\Monolog\Logger
  13703.      */
  13704.     protected function getMonolog_Logger_CacheService()
  13705.     {
  13706.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13707.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13708.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13709.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13710.         return $instance;
  13711.     }
  13712.     /**
  13713.      * Gets the private 'monolog.logger.console' shared service.
  13714.      *
  13715.      * @return \Symfony\Bridge\Monolog\Logger
  13716.      */
  13717.     protected function getMonolog_Logger_ConsoleService()
  13718.     {
  13719.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  13720.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13721.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13722.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13723.         return $instance;
  13724.     }
  13725.     /**
  13726.      * Gets the private 'monolog.logger.debug' shared service.
  13727.      *
  13728.      * @return \Symfony\Bridge\Monolog\Logger
  13729.      */
  13730.     protected function getMonolog_Logger_DebugService()
  13731.     {
  13732.         $this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
  13733.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13734.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13735.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13736.         return $instance;
  13737.     }
  13738.     /**
  13739.      * Gets the private 'monolog.logger.doctrine' shared service.
  13740.      *
  13741.      * @return \Symfony\Bridge\Monolog\Logger
  13742.      */
  13743.     protected function getMonolog_Logger_DoctrineService()
  13744.     {
  13745.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  13746.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13747.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13748.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13749.         return $instance;
  13750.     }
  13751.     /**
  13752.      * Gets the private 'monolog.logger.event' shared service.
  13753.      *
  13754.      * @return \Symfony\Bridge\Monolog\Logger
  13755.      */
  13756.     protected function getMonolog_Logger_EventService()
  13757.     {
  13758.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  13759.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13760.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13761.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13762.         return $instance;
  13763.     }
  13764.     /**
  13765.      * Gets the private 'monolog.logger.http_client' shared service.
  13766.      *
  13767.      * @return \Symfony\Bridge\Monolog\Logger
  13768.      */
  13769.     protected function getMonolog_Logger_HttpClientService()
  13770.     {
  13771.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  13772.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13773.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13774.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13775.         return $instance;
  13776.     }
  13777.     /**
  13778.      * Gets the private 'monolog.logger.mailer' shared service.
  13779.      *
  13780.      * @return \Symfony\Bridge\Monolog\Logger
  13781.      */
  13782.     protected function getMonolog_Logger_MailerService()
  13783.     {
  13784.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  13785.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13786.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13787.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13788.         return $instance;
  13789.     }
  13790.     /**
  13791.      * Gets the private 'monolog.logger.php' shared service.
  13792.      *
  13793.      * @return \Symfony\Bridge\Monolog\Logger
  13794.      */
  13795.     protected function getMonolog_Logger_PhpService()
  13796.     {
  13797.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  13798.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13799.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13800.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13801.         return $instance;
  13802.     }
  13803.     /**
  13804.      * Gets the private 'monolog.logger.profiler' shared service.
  13805.      *
  13806.      * @return \Symfony\Bridge\Monolog\Logger
  13807.      */
  13808.     protected function getMonolog_Logger_ProfilerService()
  13809.     {
  13810.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  13811.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13812.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13813.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13814.         return $instance;
  13815.     }
  13816.     /**
  13817.      * Gets the private 'monolog.logger.request' shared service.
  13818.      *
  13819.      * @return \Symfony\Bridge\Monolog\Logger
  13820.      */
  13821.     protected function getMonolog_Logger_RequestService()
  13822.     {
  13823.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13824.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13825.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13826.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13827.         return $instance;
  13828.     }
  13829.     /**
  13830.      * Gets the private 'monolog.logger.router' shared service.
  13831.      *
  13832.      * @return \Symfony\Bridge\Monolog\Logger
  13833.      */
  13834.     protected function getMonolog_Logger_RouterService()
  13835.     {
  13836.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  13837.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13838.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13839.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13840.         return $instance;
  13841.     }
  13842.     /**
  13843.      * Gets the private 'monolog.logger.security' shared service.
  13844.      *
  13845.      * @return \Symfony\Bridge\Monolog\Logger
  13846.      */
  13847.     protected function getMonolog_Logger_SecurityService()
  13848.     {
  13849.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13850.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13851.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13852.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13853.         return $instance;
  13854.     }
  13855.     /**
  13856.      * Gets the private 'parameter_bag' shared service.
  13857.      *
  13858.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13859.      */
  13860.     protected function getParameterBagService()
  13861.     {
  13862.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13863.     }
  13864.     /**
  13865.      * Gets the private 'profiler.storage' shared service.
  13866.      *
  13867.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  13868.      */
  13869.     protected function getProfiler_StorageService()
  13870.     {
  13871.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  13872.     }
  13873.     /**
  13874.      * Gets the private 'profiler_listener' shared service.
  13875.      *
  13876.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13877.      */
  13878.     protected function getProfilerListenerService()
  13879.     {
  13880.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  13881.         if (isset($this->privates['profiler_listener'])) {
  13882.             return $this->privates['profiler_listener'];
  13883.         }
  13884.         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);
  13885.     }
  13886.     /**
  13887.      * Gets the private 'property_accessor' shared service.
  13888.      *
  13889.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13890.      */
  13891.     protected function getPropertyAccessorService()
  13892.     {
  13893.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  13894.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  13895.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13896.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13897.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13898.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13899.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13900.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, ($this->privates['cache.property_access'] ?? ($this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false))), $a$a);
  13901.     }
  13902.     /**
  13903.      * Gets the private 'property_info' shared service.
  13904.      *
  13905.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13906.      */
  13907.     protected function getPropertyInfoService()
  13908.     {
  13909.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13910.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13911.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13912.         }, 2), new RewindableGenerator(function () {
  13913.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13914.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13915.         }, 2), new RewindableGenerator(function () {
  13916.             return new \EmptyIterator();
  13917.         }, 0), new RewindableGenerator(function () {
  13918.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13919.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13920.         }, 2), new RewindableGenerator(function () {
  13921.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13922.         }, 1));
  13923.     }
  13924.     /**
  13925.      * Gets the private 'property_info.reflection_extractor' shared service.
  13926.      *
  13927.      * @return \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor
  13928.      */
  13929.     protected function getPropertyInfo_ReflectionExtractorService()
  13930.     {
  13931.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13932.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13933.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13934.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13935.         return $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor();
  13936.     }
  13937.     /**
  13938.      * Gets the private 'response_listener' shared service.
  13939.      *
  13940.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  13941.      */
  13942.     protected function getResponseListenerService()
  13943.     {
  13944.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  13945.     }
  13946.     /**
  13947.      * Gets the private 'router.cache_warmer' shared service.
  13948.      *
  13949.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13950.      */
  13951.     protected function getRouter_CacheWarmerService()
  13952.     {
  13953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13955.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13956.             'router' => ['services''router''getRouterService'false],
  13957.         ], [
  13958.             'router' => '?',
  13959.         ]))->withContext('router.cache_warmer'$this));
  13960.     }
  13961.     /**
  13962.      * Gets the private 'router.expression_language_provider' shared service.
  13963.      *
  13964.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13965.      */
  13966.     protected function getRouter_ExpressionLanguageProviderService()
  13967.     {
  13968.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13969.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  13970.         ], [
  13971.             'env' => 'Closure',
  13972.         ]));
  13973.     }
  13974.     /**
  13975.      * Gets the private 'router.request_context' shared service.
  13976.      *
  13977.      * @return \Symfony\Component\Routing\RequestContext
  13978.      */
  13979.     protected function getRouter_RequestContextService()
  13980.     {
  13981.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  13982.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13983.         return $instance;
  13984.     }
  13985.     /**
  13986.      * Gets the private 'router_listener' shared service.
  13987.      *
  13988.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13989.      */
  13990.     protected function getRouterListenerService()
  13991.     {
  13992.         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);
  13993.     }
  13994.     /**
  13995.      * Gets the private 'routing.loader.annotation' shared service.
  13996.      *
  13997.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  13998.      */
  13999.     protected function getRouting_Loader_AnnotationService()
  14000.     {
  14001.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14002.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  14003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  14004.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  14005.     }
  14006.     /**
  14007.      * Gets the private 'routing.loader.annotation.directory' shared service.
  14008.      *
  14009.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  14010.      */
  14011.     protected function getRouting_Loader_Annotation_DirectoryService()
  14012.     {
  14013.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14014.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14015.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14016.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  14017.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  14018.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14019.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14020.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14021.         return $this->privates['routing.loader.annotation.directory'] = new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  14022.     }
  14023.     /**
  14024.      * Gets the private 'routing.loader.annotation.file' shared service.
  14025.      *
  14026.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  14027.      */
  14028.     protected function getRouting_Loader_Annotation_FileService()
  14029.     {
  14030.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14031.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14032.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14033.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  14034.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14035.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14037.         return $this->privates['routing.loader.annotation.file'] = new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  14038.     }
  14039.     /**
  14040.      * Gets the private 'routing.loader.container' shared service.
  14041.      *
  14042.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  14043.      */
  14044.     protected function getRouting_Loader_ContainerService()
  14045.     {
  14046.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14047.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14048.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  14049.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  14050.         return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14051.             'kernel' => ['services''kernel''getKernelService'false],
  14052.         ], [
  14053.             'kernel' => 'App\\Kernel',
  14054.         ]), 'dev');
  14055.     }
  14056.     /**
  14057.      * Gets the private 'routing.loader.directory' shared service.
  14058.      *
  14059.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  14060.      */
  14061.     protected function getRouting_Loader_DirectoryService()
  14062.     {
  14063.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14064.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14065.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14066.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  14067.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14068.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14069.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14070.         return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  14071.     }
  14072.     /**
  14073.      * Gets the private 'routing.loader.glob' shared service.
  14074.      *
  14075.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  14076.      */
  14077.     protected function getRouting_Loader_GlobService()
  14078.     {
  14079.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14080.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14081.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14082.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  14083.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14084.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14086.         return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  14087.     }
  14088.     /**
  14089.      * Gets the private 'routing.loader.php' shared service.
  14090.      *
  14091.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  14092.      */
  14093.     protected function getRouting_Loader_PhpService()
  14094.     {
  14095.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14096.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14097.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14098.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  14099.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14100.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14102.         return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  14103.     }
  14104.     /**
  14105.      * Gets the private 'routing.loader.xml' shared service.
  14106.      *
  14107.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  14108.      */
  14109.     protected function getRouting_Loader_XmlService()
  14110.     {
  14111.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14112.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14113.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14114.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  14115.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  14116.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  14117.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  14118.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14119.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14121.         return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  14122.     }
  14123.     /**
  14124.      * Gets the private 'routing.loader.yml' shared service.
  14125.      *
  14126.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  14127.      */
  14128.     protected function getRouting_Loader_YmlService()
  14129.     {
  14130.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  14131.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  14132.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  14133.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  14134.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  14135.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  14136.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  14137.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14138.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14140.         return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  14141.     }
  14142.     /**
  14143.      * Gets the private 'routing.resolver' shared service.
  14144.      *
  14145.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  14146.      */
  14147.     protected function getRouting_ResolverService()
  14148.     {
  14149.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  14150.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  14151.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  14152.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  14153.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  14154.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  14155.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  14156.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  14157.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  14158.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  14159.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  14160.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  14161.         return $instance;
  14162.     }
  14163.     /**
  14164.      * Gets the private 'secrets.decryption_key' shared service.
  14165.      *
  14166.      * @return \Symfony\Component\String\LazyString
  14167.      */
  14168.     protected function getSecrets_DecryptionKeyService()
  14169.     {
  14170.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  14171.         return $this->privates['secrets.decryption_key'] = \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET');
  14172.     }
  14173.     /**
  14174.      * Gets the private 'secrets.local_vault' shared service.
  14175.      *
  14176.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  14177.      */
  14178.     protected function getSecrets_LocalVaultService()
  14179.     {
  14180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14182.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  14183.     }
  14184.     /**
  14185.      * Gets the private 'secrets.vault' shared service.
  14186.      *
  14187.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  14188.      */
  14189.     protected function getSecrets_VaultService()
  14190.     {
  14191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14192.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  14193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  14194.         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')), ($this->privates['secrets.decryption_key'] ?? $this->getSecrets_DecryptionKeyService()));
  14195.     }
  14196.     /**
  14197.      * Gets the private 'security.access.authenticated_voter' shared service.
  14198.      *
  14199.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  14200.      */
  14201.     protected function getSecurity_Access_AuthenticatedVoterService()
  14202.     {
  14203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  14206.         return $this->privates['security.access.authenticated_voter'] = 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())));
  14207.     }
  14208.     /**
  14209.      * Gets the private 'security.access.expression_voter' shared service.
  14210.      *
  14211.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  14212.      */
  14213.     protected function getSecurity_Access_ExpressionVoterService()
  14214.     {
  14215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  14218.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14219.         if (isset($this->privates['security.access.expression_voter'])) {
  14220.             return $this->privates['security.access.expression_voter'];
  14221.         }
  14222.         return $this->privates['security.access.expression_voter'] = 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()));
  14223.     }
  14224.     /**
  14225.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  14226.      *
  14227.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  14228.      */
  14229.     protected function getSecurity_Access_RoleHierarchyVoterService()
  14230.     {
  14231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  14234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  14235.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  14236.     }
  14237.     /**
  14238.      * Gets the private 'security.access_listener' shared service.
  14239.      *
  14240.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  14241.      */
  14242.     protected function getSecurity_AccessListenerService()
  14243.     {
  14244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  14245.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14246.         if (isset($this->privates['security.access_listener'])) {
  14247.             return $this->privates['security.access_listener'];
  14248.         }
  14249.         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);
  14250.     }
  14251.     /**
  14252.      * Gets the private 'security.access_map' shared service.
  14253.      *
  14254.      * @return \Symfony\Component\Security\Http\AccessMap
  14255.      */
  14256.     protected function getSecurity_AccessMapService()
  14257.     {
  14258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  14259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  14260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  14261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  14262.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  14263.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14264.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14265.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14266.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'PUBLIC_ACCESS'], NULL);
  14267.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'PUBLIC_ACCESS'], NULL);
  14268.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/articles'), [=> 'PUBLIC_ACCESS'], NULL);
  14269.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/article-categories'), [=> 'PUBLIC_ACCESS'], NULL);
  14270.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  14271.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14272.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14273.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14274.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14275.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14276.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14277.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_CONTENT'], NULL);
  14278.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/'), [=> 'ROLE_CONTENT'], NULL);
  14279.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/profile'), [=> 'ROLE_USER'], NULL);
  14280.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'ROLE_USER'], NULL);
  14281.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/cart$'), [=> 'ROLE_USER'], NULL);
  14282.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/cart/products$'), [=> 'ROLE_USER'], NULL);
  14283.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/checkout'), [=> 'ROLE_USER'], NULL);
  14284.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/cart$'), [=> 'ROLE_USER'], NULL);
  14285.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/cart/products$'), [=> 'ROLE_USER'], NULL);
  14286.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/checkout'), [=> 'ROLE_USER'], NULL);
  14287.         return $instance;
  14288.     }
  14289.     /**
  14290.      * Gets the private 'security.authentication.failure_handler.admin.form_login' shared service.
  14291.      *
  14292.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  14293.      */
  14294.     protected function getSecurity_Authentication_FailureHandler_Admin_FormLoginService()
  14295.     {
  14296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  14298.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14299.         if (isset($this->privates['security.authentication.failure_handler.admin.form_login'])) {
  14300.             return $this->privates['security.authentication.failure_handler.admin.form_login'];
  14301.         }
  14302.         $this->privates['security.authentication.failure_handler.admin.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14303.         $instance->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  14304.         return $instance;
  14305.     }
  14306.     /**
  14307.      * Gets the private 'security.authentication.failure_handler.api_login.json_login' shared service.
  14308.      *
  14309.      * @return \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler
  14310.      */
  14311.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService()
  14312.     {
  14313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  14315.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14316.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14317.         if (isset($this->privates['security.authentication.failure_handler.api_login.json_login'])) {
  14318.             return $this->privates['security.authentication.failure_handler.api_login.json_login'];
  14319.         }
  14320.         return $this->privates['security.authentication.failure_handler.api_login.json_login'] = new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($a, ($this->services['translator'] ?? $this->getTranslatorService())), []);
  14321.     }
  14322.     /**
  14323.      * Gets the private 'security.authentication.failure_handler.api_login.refresh_jwt' shared service.
  14324.      *
  14325.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler
  14326.      */
  14327.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService()
  14328.     {
  14329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14330.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14331.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14332.         if (isset($this->privates['security.authentication.failure_handler.api_login.refresh_jwt'])) {
  14333.             return $this->privates['security.authentication.failure_handler.api_login.refresh_jwt'];
  14334.         }
  14335.         return $this->privates['security.authentication.failure_handler.api_login.refresh_jwt'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler($a);
  14336.     }
  14337.     /**
  14338.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  14339.      *
  14340.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  14341.      */
  14342.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  14343.     {
  14344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  14346.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14347.         if (isset($this->privates['security.authentication.failure_handler.main.form_login'])) {
  14348.             return $this->privates['security.authentication.failure_handler.main.form_login'];
  14349.         }
  14350.         $this->privates['security.authentication.failure_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14351.         $instance->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  14352.         return $instance;
  14353.     }
  14354.     /**
  14355.      * Gets the private 'security.authentication.session_strategy' shared service.
  14356.      *
  14357.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  14358.      */
  14359.     protected function getSecurity_Authentication_SessionStrategyService()
  14360.     {
  14361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14363.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  14364.     }
  14365.     /**
  14366.      * Gets the private 'security.authentication.success_handler.admin.form_login' shared service.
  14367.      *
  14368.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  14369.      */
  14370.     protected function getSecurity_Authentication_SuccessHandler_Admin_FormLoginService()
  14371.     {
  14372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14375.         $this->privates['security.authentication.success_handler.admin.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14376.         $instance->setOptions(['login_path' => '/admin/login''default_target_path' => '/admin/''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  14377.         $instance->setFirewallName('admin');
  14378.         return $instance;
  14379.     }
  14380.     /**
  14381.      * Gets the private 'security.authentication.success_handler.api_login.json_login' shared service.
  14382.      *
  14383.      * @return \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler
  14384.      */
  14385.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService()
  14386.     {
  14387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  14389.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14390.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14391.         if (isset($this->privates['security.authentication.success_handler.api_login.json_login'])) {
  14392.             return $this->privates['security.authentication.success_handler.api_login.json_login'];
  14393.         }
  14394.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14395.         if (isset($this->privates['security.authentication.success_handler.api_login.json_login'])) {
  14396.             return $this->privates['security.authentication.success_handler.api_login.json_login'];
  14397.         }
  14398.         return $this->privates['security.authentication.success_handler.api_login.json_login'] = new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true), [], 'api_login');
  14399.     }
  14400.     /**
  14401.      * Gets the private 'security.authentication.success_handler.api_login.refresh_jwt' shared service.
  14402.      *
  14403.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  14404.      */
  14405.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService()
  14406.     {
  14407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14408.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14409.         $a = ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService());
  14410.         if (isset($this->privates['security.authentication.success_handler.api_login.refresh_jwt'])) {
  14411.             return $this->privates['security.authentication.success_handler.api_login.refresh_jwt'];
  14412.         }
  14413.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14414.         if (isset($this->privates['security.authentication.success_handler.api_login.refresh_jwt'])) {
  14415.             return $this->privates['security.authentication.success_handler.api_login.refresh_jwt'];
  14416.         }
  14417.         $this->privates['security.authentication.success_handler.api_login.refresh_jwt'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b);
  14418.         $instance->setFirewallName('api_login');
  14419.         return $instance;
  14420.     }
  14421.     /**
  14422.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  14423.      *
  14424.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  14425.      */
  14426.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  14427.     {
  14428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14431.         $this->privates['security.authentication.success_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14432.         $instance->setOptions(['login_path' => 'fos_user_security_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  14433.         $instance->setFirewallName('main');
  14434.         return $instance;
  14435.     }
  14436.     /**
  14437.      * Gets the private 'security.authentication.trust_resolver' shared service.
  14438.      *
  14439.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  14440.      */
  14441.     protected function getSecurity_Authentication_TrustResolverService()
  14442.     {
  14443.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  14444.     }
  14445.     /**
  14446.      * Gets the private 'security.authentication_utils' shared service.
  14447.      *
  14448.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  14449.      */
  14450.     protected function getSecurity_AuthenticationUtilsService()
  14451.     {
  14452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  14453.         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())));
  14454.     }
  14455.     /**
  14456.      * Gets the private 'security.authenticator.form_login.admin' shared service.
  14457.      *
  14458.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  14459.      */
  14460.     protected function getSecurity_Authenticator_FormLogin_AdminService()
  14461.     {
  14462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  14467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  14468.         $a = ($this->privates['security.authentication.failure_handler.admin.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Admin_FormLoginService());
  14469.         if (isset($this->privates['security.authenticator.form_login.admin'])) {
  14470.             return $this->privates['security.authenticator.form_login.admin'];
  14471.         }
  14472.         return $this->privates['security.authenticator.form_login.admin'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.authentication.success_handler.admin.form_login'] ?? $this->getSecurity_Authentication_SuccessHandler_Admin_FormLoginService()), $a, ['login_path' => '/admin/login''check_path' => '/admin/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false]);
  14473.     }
  14474.     /**
  14475.      * Gets the private 'security.authenticator.form_login.main' shared service.
  14476.      *
  14477.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  14478.      */
  14479.     protected function getSecurity_Authenticator_FormLogin_MainService()
  14480.     {
  14481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  14486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  14487.         $a = ($this->privates['security.authentication.failure_handler.main.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Main_FormLoginService());
  14488.         if (isset($this->privates['security.authenticator.form_login.main'])) {
  14489.             return $this->privates['security.authenticator.form_login.main'];
  14490.         }
  14491.         return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.authentication.success_handler.main.form_login'] ?? $this->getSecurity_Authentication_SuccessHandler_Main_FormLoginService()), $a, ['login_path' => 'fos_user_security_login''check_path' => 'fos_user_security_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false]);
  14492.     }
  14493.     /**
  14494.      * Gets the private 'security.authenticator.json_login.api_login' shared service.
  14495.      *
  14496.      * @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
  14497.      */
  14498.     protected function getSecurity_Authenticator_JsonLogin_ApiLoginService()
  14499.     {
  14500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  14503.         $a = ($this->privates['security.authentication.success_handler.api_login.json_login'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService());
  14504.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  14505.             return $this->privates['security.authenticator.json_login.api_login'];
  14506.         }
  14507.         $b = ($this->privates['security.authentication.failure_handler.api_login.json_login'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService());
  14508.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  14509.             return $this->privates['security.authenticator.json_login.api_login'];
  14510.         }
  14511.         $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['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), $a$b, ['check_path' => '/api/login_check''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_path' => 'username''password_path' => 'password'], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14512.         if ($this->has('translator')) {
  14513.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  14514.         }
  14515.         return $instance;
  14516.     }
  14517.     /**
  14518.      * Gets the private 'security.authenticator.jwt.api' shared service.
  14519.      *
  14520.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator
  14521.      */
  14522.     protected function getSecurity_Authenticator_Jwt_ApiService()
  14523.     {
  14524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14527.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php';
  14528.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php';
  14529.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14530.         if (isset($this->privates['security.authenticator.jwt.api'])) {
  14531.             return $this->privates['security.authenticator.jwt.api'];
  14532.         }
  14533.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14534.         if (isset($this->privates['security.authenticator.jwt.api'])) {
  14535.             return $this->privates['security.authenticator.jwt.api'];
  14536.         }
  14537.         return $this->privates['security.authenticator.jwt.api'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator($a$b, ($this->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $this->getLexikJwtAuthentication_Extractor_ChainExtractorService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  14538.     }
  14539.     /**
  14540.      * Gets the private 'security.authenticator.manager.admin' shared service.
  14541.      *
  14542.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14543.      */
  14544.     protected function getSecurity_Authenticator_Manager_AdminService()
  14545.     {
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14549.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  14550.         if (isset($this->privates['security.authenticator.manager.admin'])) {
  14551.             return $this->privates['security.authenticator.manager.admin'];
  14552.         }
  14553.         $b = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  14554.         if (isset($this->privates['security.authenticator.manager.admin'])) {
  14555.             return $this->privates['security.authenticator.manager.admin'];
  14556.         }
  14557.         return $this->privates['security.authenticator.manager.admin'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, []);
  14558.     }
  14559.     /**
  14560.      * Gets the private 'security.authenticator.manager.api' shared service.
  14561.      *
  14562.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14563.      */
  14564.     protected function getSecurity_Authenticator_Manager_ApiService()
  14565.     {
  14566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14569.         $a = ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService());
  14570.         if (isset($this->privates['security.authenticator.manager.api'])) {
  14571.             return $this->privates['security.authenticator.manager.api'];
  14572.         }
  14573.         $b = ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService());
  14574.         if (isset($this->privates['security.authenticator.manager.api'])) {
  14575.             return $this->privates['security.authenticator.manager.api'];
  14576.         }
  14577.         return $this->privates['security.authenticator.manager.api'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, []);
  14578.     }
  14579.     /**
  14580.      * Gets the private 'security.authenticator.manager.api_login' shared service.
  14581.      *
  14582.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14583.      */
  14584.     protected function getSecurity_Authenticator_Manager_ApiLoginService()
  14585.     {
  14586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14589.         $a = ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService());
  14590.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14591.             return $this->privates['security.authenticator.manager.api_login'];
  14592.         }
  14593.         $b = ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService());
  14594.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14595.             return $this->privates['security.authenticator.manager.api_login'];
  14596.         }
  14597.         $c = ($this->privates['security.event_dispatcher.api_login'] ?? $this->getSecurity_EventDispatcher_ApiLoginService());
  14598.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14599.             return $this->privates['security.authenticator.manager.api_login'];
  14600.         }
  14601.         return $this->privates['security.authenticator.manager.api_login'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a=> $b], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $c'api_login', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, []);
  14602.     }
  14603.     /**
  14604.      * Gets the private 'security.authenticator.manager.main' shared service.
  14605.      *
  14606.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14607.      */
  14608.     protected function getSecurity_Authenticator_Manager_MainService()
  14609.     {
  14610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14613.         $a = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  14614.         if (isset($this->privates['security.authenticator.manager.main'])) {
  14615.             return $this->privates['security.authenticator.manager.main'];
  14616.         }
  14617.         return $this->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a=> ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())], ($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, []);
  14618.     }
  14619.     /**
  14620.      * Gets the private 'security.authenticator.refresh_jwt.api_login' shared service.
  14621.      *
  14622.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator
  14623.      */
  14624.     protected function getSecurity_Authenticator_RefreshJwt_ApiLoginService()
  14625.     {
  14626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14629.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authenticator/RefreshTokenAuthenticator.php';
  14630.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  14631.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14632.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14633.         }
  14634.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14635.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14636.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14637.         }
  14638.         $c = ($this->privates['security.authentication.success_handler.api_login.refresh_jwt'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService());
  14639.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14640.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14641.         }
  14642.         $d = ($this->privates['security.authentication.failure_handler.api_login.refresh_jwt'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService());
  14643.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14644.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14645.         }
  14646.         return $this->privates['security.authenticator.refresh_jwt.api_login'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator($a$b, ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), $c$d, ['check_path' => '/api/token/refresh''ttl' => 15552000'ttl_update' => false'token_parameter_name' => 'refresh_token'], ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));
  14647.     }
  14648.     /**
  14649.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  14650.      *
  14651.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  14652.      */
  14653.     protected function getSecurity_Authenticator_RememberMe_MainService()
  14654.     {
  14655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  14658.         return $this->privates['security.authenticator.remember_me.main'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), $this->getEnv('APP_SECRET'), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14659.     }
  14660.     /**
  14661.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  14662.      *
  14663.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  14664.      */
  14665.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  14666.     {
  14667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  14668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  14669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  14670.         return $this->privates['security.authenticator.remember_me_handler.main'] = new \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler(($this->privates['security.authenticator.remember_me_signature_hasher.main'] ?? $this->getSecurity_Authenticator_RememberMeSignatureHasher_MainService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => $this->getEnv('APP_SECRET'), 'lifetime' => 604800'user_providers' => [], 'catch_exceptions' => true'signature_properties' => [=> 'password'], 'name' => 'REMEMBERME''path' => '/''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14671.     }
  14672.     /**
  14673.      * Gets the private 'security.authenticator.remember_me_signature_hasher.main' shared service.
  14674.      *
  14675.      * @return \Symfony\Component\Security\Core\Signature\SignatureHasher
  14676.      */
  14677.     protected function getSecurity_Authenticator_RememberMeSignatureHasher_MainService()
  14678.     {
  14679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  14680.         return $this->privates['security.authenticator.remember_me_signature_hasher.main'] = new \Symfony\Component\Security\Core\Signature\SignatureHasher(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), [=> 'password'], $this->getEnv('APP_SECRET'), NULLNULL);
  14681.     }
  14682.     /**
  14683.      * Gets the private 'security.channel_listener' shared service.
  14684.      *
  14685.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14686.      */
  14687.     protected function getSecurity_ChannelListenerService()
  14688.     {
  14689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14690.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14691.         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());
  14692.     }
  14693.     /**
  14694.      * Gets the private 'security.command.debug_firewall' shared service.
  14695.      *
  14696.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14697.      */
  14698.     protected function getSecurity_Command_DebugFirewallService()
  14699.     {
  14700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14702.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.icRJycQ'] ?? $this->get_ServiceLocator_IcRJycQService()), ($this->privates['.service_locator.ZzyYMEa'] ?? $this->get_ServiceLocator_ZzyYMEaService()), ['admin' => [=> ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService())], 'api_login' => [=> ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService()), => ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService())], 'api' => [=> ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService())], 'main' => [=> ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())]], true);
  14703.         $instance->setName('debug:firewall');
  14704.         $instance->setDescription('Display information about your security firewall(s)');
  14705.         return $instance;
  14706.     }
  14707.     /**
  14708.      * Gets the private 'security.command.user_password_encoder' shared service.
  14709.      *
  14710.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14711.      *
  14712.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14713.      */
  14714.     protected function getSecurity_Command_UserPasswordEncoderService()
  14715.     {
  14716.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14717.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface'=> 'FOS\\UserBundle\\Model\\UserInterface']);
  14718.         $instance->setName('security:encode-password');
  14719.         $instance->setDescription('Encode a password');
  14720.         return $instance;
  14721.     }
  14722.     /**
  14723.      * Gets the private 'security.command.user_password_hash' shared service.
  14724.      *
  14725.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14726.      */
  14727.     protected function getSecurity_Command_UserPasswordHashService()
  14728.     {
  14729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14730.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14731.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface'=> 'FOS\\UserBundle\\Model\\UserInterface']);
  14732.         $instance->setName('security:hash-password');
  14733.         $instance->setDescription('Hash a user password');
  14734.         return $instance;
  14735.     }
  14736.     /**
  14737.      * Gets the private 'security.context_listener.0' shared service.
  14738.      *
  14739.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14740.      */
  14741.     protected function getSecurity_ContextListener_0Service()
  14742.     {
  14743.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  14744.         if (isset($this->privates['security.context_listener.0'])) {
  14745.             return $this->privates['security.context_listener.0'];
  14746.         }
  14747.         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 () {
  14748.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  14749.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  14750.     }
  14751.     /**
  14752.      * Gets the private 'security.context_listener.1' shared service.
  14753.      *
  14754.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14755.      */
  14756.     protected function getSecurity_ContextListener_1Service()
  14757.     {
  14758.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  14759.         if (isset($this->privates['security.context_listener.1'])) {
  14760.             return $this->privates['security.context_listener.1'];
  14761.         }
  14762.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  14763.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  14764.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  14765.     }
  14766.     /**
  14767.      * Gets the private 'security.csrf.token_generator' shared service.
  14768.      *
  14769.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  14770.      */
  14771.     protected function getSecurity_Csrf_TokenGeneratorService()
  14772.     {
  14773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  14774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  14775.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  14776.     }
  14777.     /**
  14778.      * Gets the private 'security.csrf.token_storage' shared service.
  14779.      *
  14780.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14781.      */
  14782.     protected function getSecurity_Csrf_TokenStorageService()
  14783.     {
  14784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  14785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  14786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  14787.         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())));
  14788.     }
  14789.     /**
  14790.      * Gets the private 'security.encoder_factory.generic' shared service.
  14791.      *
  14792.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14793.      *
  14794.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14795.      */
  14796.     protected function getSecurity_EncoderFactory_GenericService()
  14797.     {
  14798.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14799.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  14800.     }
  14801.     /**
  14802.      * Gets the private 'security.event_dispatcher.admin' shared service.
  14803.      *
  14804.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14805.      */
  14806.     protected function getSecurity_EventDispatcher_AdminService()
  14807.     {
  14808.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14809.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14810.             return ($this->privates['security.listener.session.admin'] ?? $this->getSecurity_Listener_Session_AdminService());
  14811.         }, => 'onSuccessfulLogin'], 0);
  14812.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14813.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  14814.         }, => 'onLogout'], 64);
  14815.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14816.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14817.         }, => 'onLogout'], 0);
  14818.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14819.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  14820.         }, => 'preCheckCredentials'], 256);
  14821.         $instance->addListener('security.authentication.success', [=> function () {
  14822.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  14823.         }, => 'postCheckCredentials'], 256);
  14824.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14825.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14826.         }, => 'checkPassport'], 1024);
  14827.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14828.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14829.         }, => 'onLogout'], 0);
  14830.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14831.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14832.         }, => 'checkPassport'], 0);
  14833.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14834.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14835.         }, => 'onLoginSuccess'], 0);
  14836.         $instance->addListener('security.interactive_login', [=> function () {
  14837.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14838.         }, => 'onSecurityInteractiveLogin'], 0);
  14839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14840.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14841.         }, => 'checkPassport'], 512);
  14842.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14843.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14844.         }, => 'onLogout'], 0);
  14845.         return $instance;
  14846.     }
  14847.     /**
  14848.      * Gets the private 'security.event_dispatcher.api' shared service.
  14849.      *
  14850.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14851.      */
  14852.     protected function getSecurity_EventDispatcher_ApiService()
  14853.     {
  14854.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14855.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14856.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14857.         }, => 'preCheckCredentials'], 256);
  14858.         $instance->addListener('security.authentication.success', [=> function () {
  14859.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14860.         }, => 'postCheckCredentials'], 256);
  14861.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14862.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14863.         }, => 'checkPassport'], 1024);
  14864.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14865.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14866.         }, => 'onLogout'], 0);
  14867.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14868.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14869.         }, => 'checkPassport'], 0);
  14870.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14871.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14872.         }, => 'onLoginSuccess'], 0);
  14873.         $instance->addListener('security.interactive_login', [=> function () {
  14874.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14875.         }, => 'onSecurityInteractiveLogin'], 0);
  14876.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14877.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14878.         }, => 'checkPassport'], 512);
  14879.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14880.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14881.         }, => 'onLogout'], 0);
  14882.         return $instance;
  14883.     }
  14884.     /**
  14885.      * Gets the private 'security.event_dispatcher.api_login' shared service.
  14886.      *
  14887.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14888.      */
  14889.     protected function getSecurity_EventDispatcher_ApiLoginService()
  14890.     {
  14891.         $this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14892.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14893.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  14894.         }, => 'preCheckCredentials'], 256);
  14895.         $instance->addListener('security.authentication.success', [=> function () {
  14896.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  14897.         }, => 'postCheckCredentials'], 256);
  14898.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14899.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14900.         }, => 'checkPassport'], 1024);
  14901.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14902.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14903.         }, => 'onLogout'], 0);
  14904.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14905.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14906.         }, => 'checkPassport'], 0);
  14907.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14908.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14909.         }, => 'onLoginSuccess'], 0);
  14910.         $instance->addListener('security.interactive_login', [=> function () {
  14911.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14912.         }, => 'onSecurityInteractiveLogin'], 0);
  14913.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14914.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14915.         }, => 'checkPassport'], 512);
  14916.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14917.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14918.         }, => 'onLogout'], 0);
  14919.         return $instance;
  14920.     }
  14921.     /**
  14922.      * Gets the private 'security.event_dispatcher.main' shared service.
  14923.      *
  14924.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14925.      */
  14926.     protected function getSecurity_EventDispatcher_MainService()
  14927.     {
  14928.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14929.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14930.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  14931.         }, => 'onSuccessfulLogin'], 0);
  14932.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14933.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  14934.         }, => 'onLogout'], 64);
  14935.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14936.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14937.         }, => 'onLogout'], 0);
  14938.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14939.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  14940.         }, => 'onSuccessfulLogin'], -32);
  14941.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14942.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14943.         }, => 'onSuccessfulLogin'], -64);
  14944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  14945.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14946.         }, => 'clearCookie'], 0);
  14947.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14948.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14949.         }, => 'clearCookie'], 0);
  14950.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  14951.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14952.         }, => 'clearCookie'], 0);
  14953.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14954.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14955.         }, => 'preCheckCredentials'], 256);
  14956.         $instance->addListener('security.authentication.success', [=> function () {
  14957.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14958.         }, => 'postCheckCredentials'], 256);
  14959.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14960.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14961.         }, => 'checkPassport'], 1024);
  14962.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14963.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14964.         }, => 'onLogout'], 0);
  14965.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14966.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14967.         }, => 'checkPassport'], 0);
  14968.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14969.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14970.         }, => 'onLoginSuccess'], 0);
  14971.         $instance->addListener('security.interactive_login', [=> function () {
  14972.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14973.         }, => 'onSecurityInteractiveLogin'], 0);
  14974.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14975.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14976.         }, => 'checkPassport'], 512);
  14977.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14978.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14979.         }, => 'onLogout'], 0);
  14980.         return $instance;
  14981.     }
  14982.     /**
  14983.      * Gets the private 'security.exception_listener.admin' shared service.
  14984.      *
  14985.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14986.      */
  14987.     protected function getSecurity_ExceptionListener_AdminService()
  14988.     {
  14989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14991.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  14992.         if (isset($this->privates['security.exception_listener.admin'])) {
  14993.             return $this->privates['security.exception_listener.admin'];
  14994.         }
  14995.         return $this->privates['security.exception_listener.admin'] = 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()), 'admin'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
  14996.     }
  14997.     /**
  14998.      * Gets the private 'security.exception_listener.api' shared service.
  14999.      *
  15000.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  15001.      */
  15002.     protected function getSecurity_ExceptionListener_ApiService()
  15003.     {
  15004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  15005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  15006.         $a = ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService());
  15007.         if (isset($this->privates['security.exception_listener.api'])) {
  15008.             return $this->privates['security.exception_listener.api'];
  15009.         }
  15010.         return $this->privates['security.exception_listener.api'] = 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'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  15011.     }
  15012.     /**
  15013.      * Gets the private 'security.exception_listener.api_login' shared service.
  15014.      *
  15015.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  15016.      */
  15017.     protected function getSecurity_ExceptionListener_ApiLoginService()
  15018.     {
  15019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  15020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  15021.         $a = ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService());
  15022.         if (isset($this->privates['security.exception_listener.api_login'])) {
  15023.             return $this->privates['security.exception_listener.api_login'];
  15024.         }
  15025.         return $this->privates['security.exception_listener.api_login'] = 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'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  15026.     }
  15027.     /**
  15028.      * Gets the private 'security.exception_listener.main' shared service.
  15029.      *
  15030.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  15031.      */
  15032.     protected function getSecurity_ExceptionListener_MainService()
  15033.     {
  15034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  15035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  15036.         return $this->privates['security.exception_listener.main'] = 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()), 'main', ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
  15037.     }
  15038.     /**
  15039.      * Gets the private 'security.expression_language' shared service.
  15040.      *
  15041.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  15042.      */
  15043.     protected function getSecurity_ExpressionLanguageService()
  15044.     {
  15045.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  15046.     }
  15047.     /**
  15048.      * Gets the private 'security.firewall.map' shared service.
  15049.      *
  15050.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  15051.      */
  15052.     protected function getSecurity_Firewall_MapService()
  15053.     {
  15054.         $a = ($this->privates['.service_locator.icRJycQ'] ?? $this->get_ServiceLocator_IcRJycQService());
  15055.         if (isset($this->privates['security.firewall.map'])) {
  15056.             return $this->privates['security.firewall.map'];
  15057.         }
  15058.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  15059.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.LwsjuhT'] ?? ($this->privates['.security.request_matcher.LwsjuhT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/')));
  15060.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  15061.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  15062.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  15063.         }, 4));
  15064.     }
  15065.     /**
  15066.      * Gets the private 'security.firewall.map.config.admin' shared service.
  15067.      *
  15068.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  15069.      */
  15070.     protected function getSecurity_Firewall_Map_Config_AdminService()
  15071.     {
  15072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  15073.         return $this->privates['security.firewall.map.config.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.LwsjuhT'truefalse'fos_user.user_provider.username_email''admin''security.authenticator.form_login.admin'NULLNULL, [=> 'form_login'], NULL);
  15074.     }
  15075.     /**
  15076.      * Gets the private 'security.firewall.map.config.api' shared service.
  15077.      *
  15078.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  15079.      */
  15080.     protected function getSecurity_Firewall_Map_Config_ApiService()
  15081.     {
  15082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  15083.         return $this->privates['security.firewall.map.config.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'fos_user.user_provider.username_email'NULL'security.authenticator.jwt.api'NULLNULL, [=> 'jwt'], NULL);
  15084.     }
  15085.     /**
  15086.      * Gets the private 'security.firewall.map.config.api_login' shared service.
  15087.      *
  15088.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  15089.      */
  15090.     protected function getSecurity_Firewall_Map_Config_ApiLoginService()
  15091.     {
  15092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  15093.         return $this->privates['security.firewall.map.config.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''security.user_checker''.security.request_matcher.HeUdK73'truetrue'fos_user.user_provider.username_email'NULL'security.authenticator.refresh_jwt.api_login'NULLNULL, [=> 'json_login'=> 'refresh_jwt'], NULL);
  15094.     }
  15095.     /**
  15096.      * Gets the private 'security.firewall.map.config.main' shared service.
  15097.      *
  15098.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  15099.      */
  15100.     protected function getSecurity_Firewall_Map_Config_MainService()
  15101.     {
  15102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  15103.         return $this->privates['security.firewall.map.config.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username_email''main''security.authenticator.form_login.main'NULLNULL, [=> 'form_login'=> 'remember_me'], NULL);
  15104.     }
  15105.     /**
  15106.      * Gets the private 'security.firewall.map.context.admin' shared service.
  15107.      *
  15108.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  15109.      */
  15110.     protected function getSecurity_Firewall_Map_Context_AdminService()
  15111.     {
  15112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15113.         $a = ($this->privates['security.exception_listener.admin'] ?? $this->getSecurity_ExceptionListener_AdminService());
  15114.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  15115.             return $this->privates['security.firewall.map.context.admin'];
  15116.         }
  15117.         $b = ($this->privates['security.logout_listener.admin'] ?? $this->getSecurity_LogoutListener_AdminService());
  15118.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  15119.             return $this->privates['security.firewall.map.context.admin'];
  15120.         }
  15121.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  15122.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15123.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  15124.             yield => ($this->privates['debug.security.firewall.authenticator.admin'] ?? $this->getDebug_Security_Firewall_Authenticator_AdminService());
  15125.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15126.         }, 4), $a$b, ($this->privates['security.firewall.map.config.admin'] ?? $this->getSecurity_Firewall_Map_Config_AdminService()));
  15127.     }
  15128.     /**
  15129.      * Gets the private 'security.firewall.map.context.api' shared service.
  15130.      *
  15131.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  15132.      */
  15133.     protected function getSecurity_Firewall_Map_Context_ApiService()
  15134.     {
  15135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15136.         $a = ($this->privates['security.exception_listener.api'] ?? $this->getSecurity_ExceptionListener_ApiService());
  15137.         if (isset($this->privates['security.firewall.map.context.api'])) {
  15138.             return $this->privates['security.firewall.map.context.api'];
  15139.         }
  15140.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  15141.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15142.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  15143.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15144.         }, 3), $aNULL, ($this->privates['security.firewall.map.config.api'] ?? $this->getSecurity_Firewall_Map_Config_ApiService()));
  15145.     }
  15146.     /**
  15147.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  15148.      *
  15149.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  15150.      */
  15151.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  15152.     {
  15153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15154.         $a = ($this->privates['security.exception_listener.api_login'] ?? $this->getSecurity_ExceptionListener_ApiLoginService());
  15155.         if (isset($this->privates['security.firewall.map.context.api_login'])) {
  15156.             return $this->privates['security.firewall.map.context.api_login'];
  15157.         }
  15158.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  15159.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15160.             yield => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLoginService());
  15161.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15162.         }, 3), $aNULL, ($this->privates['security.firewall.map.config.api_login'] ?? $this->getSecurity_Firewall_Map_Config_ApiLoginService()));
  15163.     }
  15164.     /**
  15165.      * Gets the private 'security.firewall.map.context.main' shared service.
  15166.      *
  15167.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  15168.      */
  15169.     protected function getSecurity_Firewall_Map_Context_MainService()
  15170.     {
  15171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  15172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  15173.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  15174.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  15175.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  15176.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  15177.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  15178.         }, 4), ($this->privates['security.exception_listener.main'] ?? $this->getSecurity_ExceptionListener_MainService()), ($this->privates['security.logout_listener.main'] ?? $this->getSecurity_LogoutListener_MainService()), ($this->privates['security.firewall.map.config.main'] ?? $this->getSecurity_Firewall_Map_Config_MainService()), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  15179.     }
  15180.     /**
  15181.      * Gets the private 'security.helper' shared service.
  15182.      *
  15183.      * @return \Symfony\Component\Security\Core\Security
  15184.      */
  15185.     protected function getSecurity_HelperService()
  15186.     {
  15187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  15188.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15189.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  15190.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  15191.         ], [
  15192.             'security.authorization_checker' => '?',
  15193.             'security.token_storage' => '?',
  15194.         ]));
  15195.     }
  15196.     /**
  15197.      * Gets the private 'security.http_utils' shared service.
  15198.      *
  15199.      * @return \Symfony\Component\Security\Http\HttpUtils
  15200.      */
  15201.     protected function getSecurity_HttpUtilsService()
  15202.     {
  15203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  15204.         $a = ($this->services['router'] ?? $this->getRouterService());
  15205.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  15206.     }
  15207.     /**
  15208.      * Gets the private 'security.impersonate_url_generator' shared service.
  15209.      *
  15210.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  15211.      */
  15212.     protected function getSecurity_ImpersonateUrlGeneratorService()
  15213.     {
  15214.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  15215.         if (isset($this->privates['security.impersonate_url_generator'])) {
  15216.             return $this->privates['security.impersonate_url_generator'];
  15217.         }
  15218.         return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  15219.     }
  15220.     /**
  15221.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  15222.      *
  15223.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  15224.      */
  15225.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  15226.     {
  15227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  15228.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  15229.     }
  15230.     /**
  15231.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  15232.      *
  15233.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  15234.      */
  15235.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  15236.     {
  15237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  15238.         return $this->privates['security.listener.check_remember_me_conditions.main'] = new \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener(['always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15239.     }
  15240.     /**
  15241.      * Gets the private 'security.listener.csrf_protection' shared service.
  15242.      *
  15243.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  15244.      */
  15245.     protected function getSecurity_Listener_CsrfProtectionService()
  15246.     {
  15247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  15248.         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()));
  15249.     }
  15250.     /**
  15251.      * Gets the private 'security.listener.password_migrating' shared service.
  15252.      *
  15253.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  15254.      */
  15255.     protected function getSecurity_Listener_PasswordMigratingService()
  15256.     {
  15257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  15258.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  15259.     }
  15260.     /**
  15261.      * Gets the private 'security.listener.remember_me.main' shared service.
  15262.      *
  15263.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  15264.      */
  15265.     protected function getSecurity_Listener_RememberMe_MainService()
  15266.     {
  15267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  15268.         return $this->privates['security.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  15269.     }
  15270.     /**
  15271.      * Gets the private 'security.listener.session.admin' shared service.
  15272.      *
  15273.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  15274.      */
  15275.     protected function getSecurity_Listener_Session_AdminService()
  15276.     {
  15277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  15278.         return $this->privates['security.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  15279.     }
  15280.     /**
  15281.      * Gets the private 'security.listener.session.main' shared service.
  15282.      *
  15283.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  15284.      */
  15285.     protected function getSecurity_Listener_Session_MainService()
  15286.     {
  15287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  15288.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  15289.     }
  15290.     /**
  15291.      * Gets the private 'security.listener.user_checker.admin' shared service.
  15292.      *
  15293.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15294.      */
  15295.     protected function getSecurity_Listener_UserChecker_AdminService()
  15296.     {
  15297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15300.         return $this->privates['security.listener.user_checker.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())));
  15301.     }
  15302.     /**
  15303.      * Gets the private 'security.listener.user_checker.api' shared service.
  15304.      *
  15305.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15306.      */
  15307.     protected function getSecurity_Listener_UserChecker_ApiService()
  15308.     {
  15309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15312.         return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  15313.     }
  15314.     /**
  15315.      * Gets the private 'security.listener.user_checker.api_login' shared service.
  15316.      *
  15317.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15318.      */
  15319.     protected function getSecurity_Listener_UserChecker_ApiLoginService()
  15320.     {
  15321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15324.         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())));
  15325.     }
  15326.     /**
  15327.      * Gets the private 'security.listener.user_checker.main' shared service.
  15328.      *
  15329.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15330.      */
  15331.     protected function getSecurity_Listener_UserChecker_MainService()
  15332.     {
  15333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15336.         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())));
  15337.     }
  15338.     /**
  15339.      * Gets the private 'security.listener.user_provider' shared service.
  15340.      *
  15341.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  15342.      */
  15343.     protected function getSecurity_Listener_UserProviderService()
  15344.     {
  15345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  15346.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()));
  15347.     }
  15348.     /**
  15349.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  15350.      *
  15351.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  15352.      */
  15353.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  15354.     {
  15355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  15356.         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()));
  15357.     }
  15358.     /**
  15359.      * Gets the private 'security.logout.listener.default.admin' shared service.
  15360.      *
  15361.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15362.      */
  15363.     protected function getSecurity_Logout_Listener_Default_AdminService()
  15364.     {
  15365.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15366.         return $this->privates['security.logout.listener.default.admin'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/admin/login');
  15367.     }
  15368.     /**
  15369.      * Gets the private 'security.logout.listener.default.main' shared service.
  15370.      *
  15371.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15372.      */
  15373.     protected function getSecurity_Logout_Listener_Default_MainService()
  15374.     {
  15375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15376.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  15377.     }
  15378.     /**
  15379.      * Gets the private 'security.logout.listener.session.admin' shared service.
  15380.      *
  15381.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  15382.      */
  15383.     protected function getSecurity_Logout_Listener_Session_AdminService()
  15384.     {
  15385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  15386.         return $this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  15387.     }
  15388.     /**
  15389.      * Gets the private 'security.logout.listener.session.main' shared service.
  15390.      *
  15391.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  15392.      */
  15393.     protected function getSecurity_Logout_Listener_Session_MainService()
  15394.     {
  15395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  15396.         return $this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  15397.     }
  15398.     /**
  15399.      * Gets the private 'security.logout_listener.admin' shared service.
  15400.      *
  15401.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  15402.      */
  15403.     protected function getSecurity_LogoutListener_AdminService()
  15404.     {
  15405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  15406.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  15407.         if (isset($this->privates['security.logout_listener.admin'])) {
  15408.             return $this->privates['security.logout_listener.admin'];
  15409.         }
  15410.         return $this->privates['security.logout_listener.admin'] = new \Symfony\Component\Security\Http\Firewall\LogoutListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $a, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/admin/logout']);
  15411.     }
  15412.     /**
  15413.      * Gets the private 'security.logout_listener.main' shared service.
  15414.      *
  15415.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  15416.      */
  15417.     protected function getSecurity_LogoutListener_MainService()
  15418.     {
  15419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  15420.         return $this->privates['security.logout_listener.main'] = new \Symfony\Component\Security\Http\Firewall\LogoutListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'fos_user_security_logout']);
  15421.     }
  15422.     /**
  15423.      * Gets the private 'security.logout_url_generator' shared service.
  15424.      *
  15425.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  15426.      */
  15427.     protected function getSecurity_LogoutUrlGeneratorService()
  15428.     {
  15429.         $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()));
  15430.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULLNULL);
  15431.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  15432.         return $instance;
  15433.     }
  15434.     /**
  15435.      * Gets the private 'security.password_hasher_factory' shared service.
  15436.      *
  15437.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  15438.      */
  15439.     protected function getSecurity_PasswordHasherFactoryService()
  15440.     {
  15441.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  15442.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  15443.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  15444.     }
  15445.     /**
  15446.      * Gets the private 'security.rememberme.response_listener' shared service.
  15447.      *
  15448.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  15449.      */
  15450.     protected function getSecurity_Rememberme_ResponseListenerService()
  15451.     {
  15452.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  15453.     }
  15454.     /**
  15455.      * Gets the private 'security.role_hierarchy' shared service.
  15456.      *
  15457.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  15458.      */
  15459.     protected function getSecurity_RoleHierarchyService()
  15460.     {
  15461.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  15462.     }
  15463.     /**
  15464.      * Gets the private 'security.untracked_token_storage' shared service.
  15465.      *
  15466.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  15467.      */
  15468.     protected function getSecurity_UntrackedTokenStorageService()
  15469.     {
  15470.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  15471.     }
  15472.     /**
  15473.      * Gets the private 'security.user_checker' shared service.
  15474.      *
  15475.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  15476.      */
  15477.     protected function getSecurity_UserCheckerService()
  15478.     {
  15479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15481.         return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  15482.     }
  15483.     /**
  15484.      * Gets the private 'security.validator.user_password' shared service.
  15485.      *
  15486.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  15487.      */
  15488.     protected function getSecurity_Validator_UserPasswordService()
  15489.     {
  15490.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15491.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  15493.         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()));
  15494.     }
  15495.     /**
  15496.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  15497.      *
  15498.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  15499.      */
  15500.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  15501.     {
  15502.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  15503.     }
  15504.     /**
  15505.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  15506.      *
  15507.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  15508.      */
  15509.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  15510.     {
  15511.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15512.     }
  15513.     /**
  15514.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  15515.      *
  15516.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  15517.      */
  15518.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  15519.     {
  15520.         return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
  15521.     }
  15522.     /**
  15523.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  15524.      *
  15525.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  15526.      */
  15527.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  15528.     {
  15529.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  15530.     }
  15531.     /**
  15532.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  15533.      *
  15534.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  15535.      */
  15536.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  15537.     {
  15538.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService()), true);
  15539.     }
  15540.     /**
  15541.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  15542.      *
  15543.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  15544.      */
  15545.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  15546.     {
  15547.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  15548.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  15549.         $instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0'datetime');
  15550.         return $instance;
  15551.     }
  15552.     /**
  15553.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  15554.      *
  15555.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  15556.      */
  15557.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  15558.     {
  15559.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  15560.     }
  15561.     /**
  15562.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  15563.      *
  15564.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  15565.      */
  15566.     protected function getSensioFrameworkExtra_Security_ListenerService()
  15567.     {
  15568.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15569.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  15570.             return $this->privates['sensio_framework_extra.security.listener'];
  15571.         }
  15572.         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()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15573.     }
  15574.     /**
  15575.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  15576.      *
  15577.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  15578.      */
  15579.     protected function getSensioFrameworkExtra_View_GuesserService()
  15580.     {
  15581.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  15582.     }
  15583.     /**
  15584.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  15585.      *
  15586.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  15587.      */
  15588.     protected function getSensioFrameworkExtra_View_ListenerService()
  15589.     {
  15590.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  15591.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15592.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  15593.         ], [
  15594.             'twig' => '?',
  15595.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  15596.         return $instance;
  15597.     }
  15598.     /**
  15599.      * Gets the private 'session.factory' shared service.
  15600.      *
  15601.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  15602.      */
  15603.     protected function getSession_FactoryService()
  15604.     {
  15605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  15606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  15607.         $a = ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  15608.         if (isset($this->privates['session.factory'])) {
  15609.             return $this->privates['session.factory'];
  15610.         }
  15611.         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->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [=> $a=> 'onSessionUsage']);
  15612.     }
  15613.     /**
  15614.      * Gets the private 'session.storage.factory.native' shared service.
  15615.      *
  15616.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  15617.      */
  15618.     protected function getSession_Storage_Factory_NativeService()
  15619.     {
  15620.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  15621.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  15622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  15623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  15624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  15625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  15626.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], ($this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler'] ?? ($this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler($this->getEnv('DATABASE_URL')))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true);
  15627.     }
  15628.     /**
  15629.      * Gets the private 'slugger' shared service.
  15630.      *
  15631.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  15632.      */
  15633.     protected function getSluggerService()
  15634.     {
  15635.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  15637.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  15638.     }
  15639.     /**
  15640.      * Gets the private 'streamed_response_listener' shared service.
  15641.      *
  15642.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  15643.      */
  15644.     protected function getStreamedResponseListenerService()
  15645.     {
  15646.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  15647.     }
  15648.     /**
  15649.      * Gets the private 'test.client.cookiejar' service.
  15650.      *
  15651.      * @return \Symfony\Component\BrowserKit\CookieJar
  15652.      */
  15653.     protected function getTest_Client_CookiejarService()
  15654.     {
  15655.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  15656.         $this->factories['service_container']['test.client.cookiejar'] = function () {
  15657.             return new \Symfony\Component\BrowserKit\CookieJar();
  15658.         };
  15659.         return $this->factories['service_container']['test.client.cookiejar']();
  15660.     }
  15661.     /**
  15662.      * Gets the private 'test.client.history' service.
  15663.      *
  15664.      * @return \Symfony\Component\BrowserKit\History
  15665.      */
  15666.     protected function getTest_Client_HistoryService()
  15667.     {
  15668.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  15669.         $this->factories['service_container']['test.client.history'] = function () {
  15670.             return new \Symfony\Component\BrowserKit\History();
  15671.         };
  15672.         return $this->factories['service_container']['test.client.history']();
  15673.     }
  15674.     /**
  15675.      * Gets the private 'test.session.listener' shared service.
  15676.      *
  15677.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  15678.      */
  15679.     protected function getTest_Session_ListenerService()
  15680.     {
  15681.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15682.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  15683.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  15684.         ], [
  15685.             'session' => '?',
  15686.             'session_factory' => '?',
  15687.         ]), true$this->parameters['session.storage.options']);
  15688.     }
  15689.     /**
  15690.      * Gets the private 'translation.dumper.csv' shared service.
  15691.      *
  15692.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  15693.      */
  15694.     protected function getTranslation_Dumper_CsvService()
  15695.     {
  15696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15698.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15699.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  15700.     }
  15701.     /**
  15702.      * Gets the private 'translation.dumper.ini' shared service.
  15703.      *
  15704.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  15705.      */
  15706.     protected function getTranslation_Dumper_IniService()
  15707.     {
  15708.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15711.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  15712.     }
  15713.     /**
  15714.      * Gets the private 'translation.dumper.json' shared service.
  15715.      *
  15716.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  15717.      */
  15718.     protected function getTranslation_Dumper_JsonService()
  15719.     {
  15720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15723.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  15724.     }
  15725.     /**
  15726.      * Gets the private 'translation.dumper.mo' shared service.
  15727.      *
  15728.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  15729.      */
  15730.     protected function getTranslation_Dumper_MoService()
  15731.     {
  15732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15735.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  15736.     }
  15737.     /**
  15738.      * Gets the private 'translation.dumper.php' shared service.
  15739.      *
  15740.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  15741.      */
  15742.     protected function getTranslation_Dumper_PhpService()
  15743.     {
  15744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15745.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15746.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15747.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  15748.     }
  15749.     /**
  15750.      * Gets the private 'translation.dumper.po' shared service.
  15751.      *
  15752.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  15753.      */
  15754.     protected function getTranslation_Dumper_PoService()
  15755.     {
  15756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15759.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  15760.     }
  15761.     /**
  15762.      * Gets the private 'translation.dumper.qt' shared service.
  15763.      *
  15764.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  15765.      */
  15766.     protected function getTranslation_Dumper_QtService()
  15767.     {
  15768.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15769.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15771.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  15772.     }
  15773.     /**
  15774.      * Gets the private 'translation.dumper.res' shared service.
  15775.      *
  15776.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  15777.      */
  15778.     protected function getTranslation_Dumper_ResService()
  15779.     {
  15780.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15781.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15782.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15783.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  15784.     }
  15785.     /**
  15786.      * Gets the private 'translation.dumper.xliff' shared service.
  15787.      *
  15788.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  15789.      */
  15790.     protected function getTranslation_Dumper_XliffService()
  15791.     {
  15792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15793.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15795.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  15796.     }
  15797.     /**
  15798.      * Gets the private 'translation.dumper.yaml' shared service.
  15799.      *
  15800.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  15801.      */
  15802.     protected function getTranslation_Dumper_YamlService()
  15803.     {
  15804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15807.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  15808.     }
  15809.     /**
  15810.      * Gets the private 'translation.dumper.yml' shared service.
  15811.      *
  15812.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  15813.      */
  15814.     protected function getTranslation_Dumper_YmlService()
  15815.     {
  15816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15818.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15819.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  15820.     }
  15821.     /**
  15822.      * Gets the private 'translation.extractor' shared service.
  15823.      *
  15824.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  15825.      */
  15826.     protected function getTranslation_ExtractorService()
  15827.     {
  15828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  15830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15832.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  15833.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  15834.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  15835.         return $instance;
  15836.     }
  15837.     /**
  15838.      * Gets the private 'translation.extractor.php' shared service.
  15839.      *
  15840.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  15841.      */
  15842.     protected function getTranslation_Extractor_PhpService()
  15843.     {
  15844.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15845.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15847.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  15848.     }
  15849.     /**
  15850.      * Gets the private 'translation.loader.csv' shared service.
  15851.      *
  15852.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  15853.      */
  15854.     protected function getTranslation_Loader_CsvService()
  15855.     {
  15856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15860.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  15861.     }
  15862.     /**
  15863.      * Gets the private 'translation.loader.dat' shared service.
  15864.      *
  15865.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  15866.      */
  15867.     protected function getTranslation_Loader_DatService()
  15868.     {
  15869.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15870.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15872.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  15873.     }
  15874.     /**
  15875.      * Gets the private 'translation.loader.ini' shared service.
  15876.      *
  15877.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  15878.      */
  15879.     protected function getTranslation_Loader_IniService()
  15880.     {
  15881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15885.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  15886.     }
  15887.     /**
  15888.      * Gets the private 'translation.loader.json' shared service.
  15889.      *
  15890.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  15891.      */
  15892.     protected function getTranslation_Loader_JsonService()
  15893.     {
  15894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15898.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  15899.     }
  15900.     /**
  15901.      * Gets the private 'translation.loader.mo' shared service.
  15902.      *
  15903.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  15904.      */
  15905.     protected function getTranslation_Loader_MoService()
  15906.     {
  15907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15909.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15911.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  15912.     }
  15913.     /**
  15914.      * Gets the private 'translation.loader.php' shared service.
  15915.      *
  15916.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  15917.      */
  15918.     protected function getTranslation_Loader_PhpService()
  15919.     {
  15920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15924.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  15925.     }
  15926.     /**
  15927.      * Gets the private 'translation.loader.po' shared service.
  15928.      *
  15929.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  15930.      */
  15931.     protected function getTranslation_Loader_PoService()
  15932.     {
  15933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15937.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  15938.     }
  15939.     /**
  15940.      * Gets the private 'translation.loader.qt' shared service.
  15941.      *
  15942.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  15943.      */
  15944.     protected function getTranslation_Loader_QtService()
  15945.     {
  15946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15948.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  15949.     }
  15950.     /**
  15951.      * Gets the private 'translation.loader.res' shared service.
  15952.      *
  15953.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  15954.      */
  15955.     protected function getTranslation_Loader_ResService()
  15956.     {
  15957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15959.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  15960.     }
  15961.     /**
  15962.      * Gets the private 'translation.loader.xliff' shared service.
  15963.      *
  15964.      * @return \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader
  15965.      */
  15966.     protected function getTranslation_Loader_XliffService()
  15967.     {
  15968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15969.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  15970.         return $this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader();
  15971.     }
  15972.     /**
  15973.      * Gets the private 'translation.loader.yml' shared service.
  15974.      *
  15975.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  15976.      */
  15977.     protected function getTranslation_Loader_YmlService()
  15978.     {
  15979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15983.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  15984.     }
  15985.     /**
  15986.      * Gets the private 'translation.provider_collection' shared service.
  15987.      *
  15988.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  15989.      */
  15990.     protected function getTranslation_ProviderCollectionService()
  15991.     {
  15992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  15993.         return $this->privates['translation.provider_collection'] = ($this->privates['translation.provider_collection_factory'] ?? $this->getTranslation_ProviderCollectionFactoryService())->fromConfig([]);
  15994.     }
  15995.     /**
  15996.      * Gets the private 'translation.provider_collection_factory' shared service.
  15997.      *
  15998.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory
  15999.      */
  16000.     protected function getTranslation_ProviderCollectionFactoryService()
  16001.     {
  16002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  16003.         return $this->privates['translation.provider_collection_factory'] = new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  16004.             yield => ($this->privates['translation.provider_factory.null'] ?? ($this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory()));
  16005.         }, 1), []);
  16006.     }
  16007.     /**
  16008.      * Gets the private 'translation.provider_factory.null' shared service.
  16009.      *
  16010.      * @return \Symfony\Component\Translation\Provider\NullProviderFactory
  16011.      */
  16012.     protected function getTranslation_ProviderFactory_NullService()
  16013.     {
  16014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/ProviderFactoryInterface.php';
  16015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/AbstractProviderFactory.php';
  16016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/NullProviderFactory.php';
  16017.         return $this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory();
  16018.     }
  16019.     /**
  16020.      * Gets the private 'translation.reader' shared service.
  16021.      *
  16022.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  16023.      */
  16024.     protected function getTranslation_ReaderService()
  16025.     {
  16026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  16027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  16028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  16029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  16031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  16032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  16033.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  16034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  16035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  16036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  16037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  16038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  16039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  16040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  16041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  16042.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  16043.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  16044.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()));
  16045.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  16046.         $instance->addLoader('yaml'$a);
  16047.         $instance->addLoader('yml'$a);
  16048.         $instance->addLoader('xlf'$b);
  16049.         $instance->addLoader('xliff'$b);
  16050.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  16051.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  16052.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  16053.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  16054.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  16055.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  16056.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  16057.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  16058.         return $instance;
  16059.     }
  16060.     /**
  16061.      * Gets the private 'translation.warmer' shared service.
  16062.      *
  16063.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  16064.      */
  16065.     protected function getTranslation_WarmerService()
  16066.     {
  16067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  16069.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16070.             'translator' => ['services''translator''getTranslatorService'false],
  16071.         ], [
  16072.             'translator' => '?',
  16073.         ]))->withContext('translation.warmer'$this));
  16074.     }
  16075.     /**
  16076.      * Gets the private 'translation.writer' shared service.
  16077.      *
  16078.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  16079.      */
  16080.     protected function getTranslation_WriterService()
  16081.     {
  16082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  16083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  16084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  16085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  16086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  16087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  16088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  16089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  16090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  16091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  16092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  16093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  16094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  16095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  16096.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  16097.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  16098.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  16099.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  16100.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  16101.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  16102.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  16103.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  16104.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  16105.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  16106.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  16107.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  16108.         return $instance;
  16109.     }
  16110.     /**
  16111.      * Gets the private 'translator.default' shared service.
  16112.      *
  16113.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  16114.      */
  16115.     protected function getTranslator_DefaultService()
  16116.     {
  16117.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16118.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  16119.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  16120.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  16121.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  16122.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  16123.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  16124.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  16125.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  16126.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  16127.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  16128.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  16129.         ], [
  16130.             'translation.loader.csv' => '?',
  16131.             'translation.loader.dat' => '?',
  16132.             'translation.loader.ini' => '?',
  16133.             'translation.loader.json' => '?',
  16134.             'translation.loader.mo' => '?',
  16135.             'translation.loader.php' => '?',
  16136.             'translation.loader.po' => '?',
  16137.             'translation.loader.qt' => '?',
  16138.             'translation.loader.res' => '?',
  16139.             'translation.loader.xliff' => '?',
  16140.             'translation.loader.yml' => '?',
  16141.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yaml'), => (\dirname(__DIR__4).'/translations/admin.en.yaml'), => (\dirname(__DIR__4).'/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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.fr.yaml'), => (\dirname(__DIR__4).'/translations/admin.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), => (\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')]], '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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/minishlink/web-push-bundle/Minishlink/Bundle/WebPushBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/jms/translation-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/a2lix/translation-form-bundle/src/translations'=> 'vendor/liip/imagine-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/maker-bundle/src/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/webpack-encore-bundle/src/translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'vendor/a2lix/auto-form-bundle/src/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/twig/extra-bundle/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/knplabs/doctrine-behaviors/src/translations'19 => 'vendor/doctrine/doctrine-bundle/translations'20 => 'vendor/minishlink/web-push-bundle/Minishlink/Bundle/WebPushBundle/translations'21 => 'vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'22 => 'vendor/jms/translation-bundle/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'vendor/lexik/jwt-authentication-bundle/translations'25 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'26 => 'vendor/symfony/debug-bundle/translations']]], []);
  16142.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  16143.         $instance->setFallbackLocales($this->parameters['a2lix_translation_form.required_locales']);
  16144.         return $instance;
  16145.     }
  16146.     /**
  16147.      * Gets the private 'translator.formatter.default' shared service.
  16148.      *
  16149.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  16150.      */
  16151.     protected function getTranslator_Formatter_DefaultService()
  16152.     {
  16153.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
  16154.     }
  16155.     /**
  16156.      * Gets the private 'twig.app_variable' shared service.
  16157.      *
  16158.      * @return \Symfony\Bridge\Twig\AppVariable
  16159.      */
  16160.     protected function getTwig_AppVariableService()
  16161.     {
  16162.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  16163.         $instance->setEnvironment('dev');
  16164.         $instance->setDebug(true);
  16165.         if ($this->has('.container.private.security.token_storage')) {
  16166.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  16167.         }
  16168.         if ($this->has('request_stack')) {
  16169.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16170.         }
  16171.         return $instance;
  16172.     }
  16173.     /**
  16174.      * Gets the private 'twig.command.debug' shared service.
  16175.      *
  16176.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  16177.      */
  16178.     protected function getTwig_Command_DebugService()
  16179.     {
  16180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16181.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  16182.         $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()));
  16183.         $instance->setName('debug:twig');
  16184.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  16185.         return $instance;
  16186.     }
  16187.     /**
  16188.      * Gets the private 'twig.command.lint' shared service.
  16189.      *
  16190.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  16191.      */
  16192.     protected function getTwig_Command_LintService()
  16193.     {
  16194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16195.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  16196.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  16197.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16198.         $instance->setName('lint:twig');
  16199.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  16200.         return $instance;
  16201.     }
  16202.     /**
  16203.      * Gets the private 'twig.configurator.environment' shared service.
  16204.      *
  16205.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  16206.      */
  16207.     protected function getTwig_Configurator_EnvironmentService()
  16208.     {
  16209.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  16210.     }
  16211.     /**
  16212.      * Gets the private 'twig.error_renderer.html' shared service.
  16213.      *
  16214.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  16215.      */
  16216.     protected function getTwig_ErrorRenderer_HtmlService()
  16217.     {
  16218.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  16219.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  16220.         return $this->privates['twig.error_renderer.html'] = 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(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  16221.     }
  16222.     /**
  16223.      * Gets the private 'twig.extension.assets' shared service.
  16224.      *
  16225.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  16226.      */
  16227.     protected function getTwig_Extension_AssetsService()
  16228.     {
  16229.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  16230.     }
  16231.     /**
  16232.      * Gets the private 'twig.extension.code' shared service.
  16233.      *
  16234.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  16235.      */
  16236.     protected function getTwig_Extension_CodeService()
  16237.     {
  16238.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  16239.     }
  16240.     /**
  16241.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  16242.      *
  16243.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  16244.      */
  16245.     protected function getTwig_Extension_Debug_StopwatchService()
  16246.     {
  16247.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  16248.     }
  16249.     /**
  16250.      * Gets the private 'twig.extension.dump' shared service.
  16251.      *
  16252.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  16253.      */
  16254.     protected function getTwig_Extension_DumpService()
  16255.     {
  16256.         return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
  16257.     }
  16258.     /**
  16259.      * Gets the private 'twig.extension.expression' shared service.
  16260.      *
  16261.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  16262.      */
  16263.     protected function getTwig_Extension_ExpressionService()
  16264.     {
  16265.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  16266.     }
  16267.     /**
  16268.      * Gets the private 'twig.extension.form' shared service.
  16269.      *
  16270.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  16271.      */
  16272.     protected function getTwig_Extension_FormService()
  16273.     {
  16274.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16275.     }
  16276.     /**
  16277.      * Gets the private 'twig.extension.httpfoundation' shared service.
  16278.      *
  16279.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  16280.      */
  16281.     protected function getTwig_Extension_HttpfoundationService()
  16282.     {
  16283.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  16284.     }
  16285.     /**
  16286.      * Gets the private 'twig.extension.httpkernel' shared service.
  16287.      *
  16288.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  16289.      */
  16290.     protected function getTwig_Extension_HttpkernelService()
  16291.     {
  16292.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  16293.     }
  16294.     /**
  16295.      * Gets the private 'twig.extension.logout_url' shared service.
  16296.      *
  16297.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  16298.      */
  16299.     protected function getTwig_Extension_LogoutUrlService()
  16300.     {
  16301.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  16302.     }
  16303.     /**
  16304.      * Gets the private 'twig.extension.profiler' shared service.
  16305.      *
  16306.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  16307.      */
  16308.     protected function getTwig_Extension_ProfilerService()
  16309.     {
  16310.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  16311.     }
  16312.     /**
  16313.      * Gets the private 'twig.extension.routing' shared service.
  16314.      *
  16315.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  16316.      */
  16317.     protected function getTwig_Extension_RoutingService()
  16318.     {
  16319.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  16320.     }
  16321.     /**
  16322.      * Gets the private 'twig.extension.security' shared service.
  16323.      *
  16324.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  16325.      */
  16326.     protected function getTwig_Extension_SecurityService()
  16327.     {
  16328.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16329.         if (isset($this->privates['twig.extension.security'])) {
  16330.             return $this->privates['twig.extension.security'];
  16331.         }
  16332.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  16333.         if (isset($this->privates['twig.extension.security'])) {
  16334.             return $this->privates['twig.extension.security'];
  16335.         }
  16336.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  16337.     }
  16338.     /**
  16339.      * Gets the private 'twig.extension.security_csrf' shared service.
  16340.      *
  16341.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  16342.      */
  16343.     protected function getTwig_Extension_SecurityCsrfService()
  16344.     {
  16345.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  16346.     }
  16347.     /**
  16348.      * Gets the private 'twig.extension.trans' shared service.
  16349.      *
  16350.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  16351.      */
  16352.     protected function getTwig_Extension_TransService()
  16353.     {
  16354.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16355.     }
  16356.     /**
  16357.      * Gets the private 'twig.extension.weblink' shared service.
  16358.      *
  16359.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  16360.      */
  16361.     protected function getTwig_Extension_WeblinkService()
  16362.     {
  16363.         return $this->privates['twig.extension.weblink'] = new \Symfony\Bridge\Twig\Extension\WebLinkExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16364.     }
  16365.     /**
  16366.      * Gets the private 'twig.extension.webprofiler' shared service.
  16367.      *
  16368.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  16369.      */
  16370.     protected function getTwig_Extension_WebprofilerService()
  16371.     {
  16372.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  16373.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16374.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  16375.     }
  16376.     /**
  16377.      * Gets the private 'twig.extension.yaml' shared service.
  16378.      *
  16379.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  16380.      */
  16381.     protected function getTwig_Extension_YamlService()
  16382.     {
  16383.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  16384.     }
  16385.     /**
  16386.      * Gets the private 'twig.form.engine' shared service.
  16387.      *
  16388.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  16389.      */
  16390.     protected function getTwig_Form_EngineService()
  16391.     {
  16392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  16393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  16394.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  16395.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16396.         if (isset($this->privates['twig.form.engine'])) {
  16397.             return $this->privates['twig.form.engine'];
  16398.         }
  16399.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  16400.     }
  16401.     /**
  16402.      * Gets the private 'twig.form.renderer' shared service.
  16403.      *
  16404.      * @return \Symfony\Component\Form\FormRenderer
  16405.      */
  16406.     protected function getTwig_Form_RendererService()
  16407.     {
  16408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  16409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  16410.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  16411.         if (isset($this->privates['twig.form.renderer'])) {
  16412.             return $this->privates['twig.form.renderer'];
  16413.         }
  16414.         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()));
  16415.     }
  16416.     /**
  16417.      * Gets the private 'twig.loader.native_filesystem' shared service.
  16418.      *
  16419.      * @return \Twig\Loader\FilesystemLoader
  16420.      */
  16421.     protected function getTwig_Loader_NativeFilesystemService()
  16422.     {
  16423.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  16424.         $instance->addPath((\dirname(__DIR__4).'/public'), 'public_path');
  16425.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  16426.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  16427.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  16428.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  16429.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  16430.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  16431.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  16432.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  16433.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  16434.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  16435.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  16436.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  16437.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  16438.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  16439.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  16440.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  16441.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  16442.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/JMSTranslationBundle'), 'JMSTranslation');
  16443.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), 'JMSTranslation');
  16444.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), '!JMSTranslation');
  16445.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  16446.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  16447.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  16448.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  16449.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  16450.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  16451.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  16452.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  16453.         return $instance;
  16454.     }
  16455.     /**
  16456.      * Gets the private 'twig.mailer.message_listener' shared service.
  16457.      *
  16458.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  16459.      */
  16460.     protected function getTwig_Mailer_MessageListenerService()
  16461.     {
  16462.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  16463.         $a = ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService());
  16464.         if (isset($this->privates['twig.mailer.message_listener'])) {
  16465.             return $this->privates['twig.mailer.message_listener'];
  16466.         }
  16467.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL$a);
  16468.     }
  16469.     /**
  16470.      * Gets the private 'twig.mime_body_renderer' shared service.
  16471.      *
  16472.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  16473.      */
  16474.     protected function getTwig_MimeBodyRendererService()
  16475.     {
  16476.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  16477.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  16478.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16479.         if (isset($this->privates['twig.mime_body_renderer'])) {
  16480.             return $this->privates['twig.mime_body_renderer'];
  16481.         }
  16482.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer($a);
  16483.     }
  16484.     /**
  16485.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  16486.      *
  16487.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  16488.      */
  16489.     protected function getTwig_MissingExtensionSuggestorService()
  16490.     {
  16491.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  16492.     }
  16493.     /**
  16494.      * Gets the private 'twig.mobile_detect_extension' shared autowired service.
  16495.      *
  16496.      * @return \Bes\Twig\Extension\MobileDetectExtension
  16497.      */
  16498.     protected function getTwig_MobileDetectExtensionService()
  16499.     {
  16500.         return $this->privates['twig.mobile_detect_extension'] = new \Bes\Twig\Extension\MobileDetectExtension();
  16501.     }
  16502.     /**
  16503.      * Gets the private 'twig.profile' shared service.
  16504.      *
  16505.      * @return \Twig\Profiler\Profile
  16506.      */
  16507.     protected function getTwig_ProfileService()
  16508.     {
  16509.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  16510.     }
  16511.     /**
  16512.      * Gets the private 'twig.runtime.httpkernel' shared service.
  16513.      *
  16514.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  16515.      */
  16516.     protected function getTwig_Runtime_HttpkernelService()
  16517.     {
  16518.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  16519.         $a = ($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService());
  16520.         if (isset($this->privates['twig.runtime.httpkernel'])) {
  16521.             return $this->privates['twig.runtime.httpkernel'];
  16522.         }
  16523.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime($a, ($this->privates['fragment.uri_generator'] ?? $this->getFragment_UriGeneratorService()));
  16524.     }
  16525.     /**
  16526.      * Gets the private 'twig.runtime.security_csrf' shared service.
  16527.      *
  16528.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  16529.      */
  16530.     protected function getTwig_Runtime_SecurityCsrfService()
  16531.     {
  16532.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  16533.         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()));
  16534.     }
  16535.     /**
  16536.      * Gets the private 'twig.runtime_loader' shared service.
  16537.      *
  16538.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  16539.      */
  16540.     protected function getTwig_RuntimeLoaderService()
  16541.     {
  16542.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16543.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  16544.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  16545.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  16546.         ], [
  16547.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  16548.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  16549.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  16550.         ]));
  16551.     }
  16552.     /**
  16553.      * Gets the private 'twig.translation.extractor' shared service.
  16554.      *
  16555.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  16556.      */
  16557.     protected function getTwig_Translation_ExtractorService()
  16558.     {
  16559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  16560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  16561.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  16562.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16563.     }
  16564.     /**
  16565.      * Gets the private 'uri_signer' shared service.
  16566.      *
  16567.      * @return \Symfony\Component\HttpKernel\UriSigner
  16568.      */
  16569.     protected function getUriSignerService()
  16570.     {
  16571.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  16572.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  16573.     }
  16574.     /**
  16575.      * Gets the private 'url_helper' shared service.
  16576.      *
  16577.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  16578.      */
  16579.     protected function getUrlHelperService()
  16580.     {
  16581.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  16582.     }
  16583.     /**
  16584.      * Gets the private 'validate_request_listener' shared service.
  16585.      *
  16586.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  16587.      */
  16588.     protected function getValidateRequestListenerService()
  16589.     {
  16590.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  16591.     }
  16592.     /**
  16593.      * Gets the private 'validator.builder' shared service.
  16594.      *
  16595.      * @return \Symfony\Component\Validator\ValidatorBuilder
  16596.      */
  16597.     protected function getValidator_BuilderService()
  16598.     {
  16599.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  16600.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  16601.         if ($this->has('translator')) {
  16602.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  16603.         }
  16604.         $instance->setTranslationDomain('validators');
  16605.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  16606.         $instance->enableAnnotationMapping(true);
  16607.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16608.         $instance->addMethodMapping('loadValidatorMetadata');
  16609.         $instance->addObjectInitializers([=> ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService()), => ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  16610.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  16611.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  16612.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  16613.         return $instance;
  16614.     }
  16615.     /**
  16616.      * Gets the private 'validator.email' shared service.
  16617.      *
  16618.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  16619.      */
  16620.     protected function getValidator_EmailService()
  16621.     {
  16622.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16623.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16624.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  16625.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  16626.     }
  16627.     /**
  16628.      * Gets the private 'validator.expression' shared service.
  16629.      *
  16630.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  16631.      */
  16632.     protected function getValidator_ExpressionService()
  16633.     {
  16634.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16635.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  16637.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(($this->privates['validator.expression_language'] ?? $this->getValidator_ExpressionLanguageService()));
  16638.     }
  16639.     /**
  16640.      * Gets the private 'validator.expression_language' shared service.
  16641.      *
  16642.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  16643.      */
  16644.     protected function getValidator_ExpressionLanguageService()
  16645.     {
  16646.         return $this->privates['validator.expression_language'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  16647.     }
  16648.     /**
  16649.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  16650.      *
  16651.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  16652.      */
  16653.     protected function getValidator_Mapping_CacheWarmerService()
  16654.     {
  16655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  16658.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  16659.     }
  16660.     /**
  16661.      * Gets the private 'validator.not_compromised_password' shared service.
  16662.      *
  16663.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  16664.      */
  16665.     protected function getValidator_NotCompromisedPasswordService()
  16666.     {
  16667.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16668.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16669.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  16670.         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);
  16671.     }
  16672.     /**
  16673.      * Gets the private 'validator.property_info_loader' shared service.
  16674.      *
  16675.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  16676.      */
  16677.     protected function getValidator_PropertyInfoLoaderService()
  16678.     {
  16679.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  16680.         if (isset($this->privates['validator.property_info_loader'])) {
  16681.             return $this->privates['validator.property_info_loader'];
  16682.         }
  16683.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  16684.     }
  16685.     /**
  16686.      * Gets the private 'validator.validator_factory' shared service.
  16687.      *
  16688.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  16689.      */
  16690.     protected function getValidator_ValidatorFactoryService()
  16691.     {
  16692.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16693.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16694.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16695.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  16696.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16697.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  16698.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16699.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16700.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16701.         ], [
  16702.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  16703.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  16704.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  16705.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  16706.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  16707.             'doctrine.orm.validator.unique' => '?',
  16708.             'security.validator.user_password' => '?',
  16709.             'validator.expression' => '?',
  16710.         ]));
  16711.     }
  16712.     /**
  16713.      * Gets the private 'var_dumper.command.server_dump' shared service.
  16714.      *
  16715.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  16716.      */
  16717.     protected function getVarDumper_Command_ServerDumpService()
  16718.     {
  16719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16720.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  16721.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  16722.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  16723.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  16724.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(($this->privates['var_dumper.dump_server'] ?? $this->getVarDumper_DumpServerService()), ['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()))]);
  16725.         $instance->setName('server:dump');
  16726.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  16727.         return $instance;
  16728.     }
  16729.     /**
  16730.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  16731.      *
  16732.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  16733.      */
  16734.     protected function getVarDumper_ContextualizedCliDumperService()
  16735.     {
  16736.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  16737.         return $this->privates['var_dumper.contextualized_cli_dumper'] = 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()))]);
  16738.     }
  16739.     /**
  16740.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  16741.      *
  16742.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  16743.      */
  16744.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  16745.     {
  16746.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  16747.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16748.         return $instance;
  16749.     }
  16750.     /**
  16751.      * Gets the private 'var_dumper.dump_server' shared service.
  16752.      *
  16753.      * @return \Symfony\Component\VarDumper\Server\DumpServer
  16754.      */
  16755.     protected function getVarDumper_DumpServerService()
  16756.     {
  16757.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  16758.         return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
  16759.     }
  16760.     /**
  16761.      * Gets the private 'var_dumper.html_dumper' shared service.
  16762.      *
  16763.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  16764.      */
  16765.     protected function getVarDumper_HtmlDumperService()
  16766.     {
  16767.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  16768.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16769.         return $instance;
  16770.     }
  16771.     /**
  16772.      * Gets the private 'var_dumper.server_connection' shared service.
  16773.      *
  16774.      * @return \Symfony\Component\VarDumper\Server\Connection
  16775.      */
  16776.     protected function getVarDumper_ServerConnectionService()
  16777.     {
  16778.         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()]);
  16779.     }
  16780.     /**
  16781.      * Gets the private 'web_link.add_link_header_listener' shared service.
  16782.      *
  16783.      * @return \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener
  16784.      */
  16785.     protected function getWebLink_AddLinkHeaderListenerService()
  16786.     {
  16787.         return $this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener();
  16788.     }
  16789.     /**
  16790.      * Gets the private 'web_profiler.csp.handler' shared service.
  16791.      *
  16792.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  16793.      */
  16794.     protected function getWebProfiler_Csp_HandlerService()
  16795.     {
  16796.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  16797.     }
  16798.     /**
  16799.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  16800.      *
  16801.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  16802.      */
  16803.     protected function getWebProfiler_DebugToolbarService()
  16804.     {
  16805.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16806.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  16807.             return $this->privates['web_profiler.debug_toolbar'];
  16808.         }
  16809.         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()));
  16810.     }
  16811.     /**
  16812.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  16813.      *
  16814.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  16815.      */
  16816.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  16817.     {
  16818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16820.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  16821.         return $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'));
  16822.     }
  16823.     /**
  16824.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  16825.      *
  16826.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  16827.      */
  16828.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  16829.     {
  16830.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  16831.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  16832.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  16833.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  16834.     }
  16835.     /**
  16836.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  16837.      *
  16838.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  16839.      */
  16840.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  16841.     {
  16842.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16843.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  16844.         ], [
  16845.             '_default' => '?',
  16846.         ]), '_default');
  16847.     }
  16848.     /**
  16849.      * Gets the private 'webpack_encore.exception_listener' shared service.
  16850.      *
  16851.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  16852.      */
  16853.     protected function getWebpackEncore_ExceptionListenerService()
  16854.     {
  16855.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  16856.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  16857.     }
  16858.     /**
  16859.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  16860.      *
  16861.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  16862.      */
  16863.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  16864.     {
  16865.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  16866.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  16867.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  16868.         }
  16869.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  16870.     }
  16871.     /**
  16872.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  16873.      *
  16874.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  16875.      */
  16876.     protected function getWebpackEncore_TagRendererService()
  16877.     {
  16878.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16879.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  16880.             return $this->privates['webpack_encore.tag_renderer'];
  16881.         }
  16882.         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()), ['crossorigin' => 'anonymous'], ['defer' => true], [], $a);
  16883.     }
  16884.     /**
  16885.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  16886.      *
  16887.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  16888.      */
  16889.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  16890.     {
  16891.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16892.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  16893.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  16894.         ], [
  16895.             'webpack_encore.entrypoint_lookup_collection' => '?',
  16896.             'webpack_encore.tag_renderer' => '?',
  16897.         ]));
  16898.     }
  16899.     /**
  16900.      * Gets the private 'webpack_encore.twig_stimulus_extension' shared service.
  16901.      *
  16902.      * @return \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension
  16903.      */
  16904.     protected function getWebpackEncore_TwigStimulusExtensionService()
  16905.     {
  16906.         return $this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
  16907.     }
  16908.     /**
  16909.      * Gets the public 'cache_clearer' alias.
  16910.      *
  16911.      * @return object The ".container.private.cache_clearer" service.
  16912.      */
  16913.     protected function getCacheClearerService()
  16914.     {
  16915.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  16916.         return $this->get('.container.private.cache_clearer');
  16917.     }
  16918.     /**
  16919.      * Gets the public 'filesystem' alias.
  16920.      *
  16921.      * @return object The ".container.private.filesystem" service.
  16922.      */
  16923.     protected function getFilesystemService()
  16924.     {
  16925.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  16926.         return $this->get('.container.private.filesystem');
  16927.     }
  16928.     /**
  16929.      * Gets the public 'security.csrf.token_manager' alias.
  16930.      *
  16931.      * @return object The ".container.private.security.csrf.token_manager" service.
  16932.      */
  16933.     protected function getSecurity_Csrf_TokenManagerService()
  16934.     {
  16935.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  16936.         return $this->get('.container.private.security.csrf.token_manager');
  16937.     }
  16938.     /**
  16939.      * Gets the public 'form.factory' alias.
  16940.      *
  16941.      * @return object The ".container.private.form.factory" service.
  16942.      */
  16943.     protected function getForm_FactoryService()
  16944.     {
  16945.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  16946.         return $this->get('.container.private.form.factory');
  16947.     }
  16948.     /**
  16949.      * Gets the public 'form.type.file' alias.
  16950.      *
  16951.      * @return object The ".container.private.form.type.file" service.
  16952.      */
  16953.     protected function getForm_Type_FileService()
  16954.     {
  16955.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  16956.         return $this->get('.container.private.form.type.file');
  16957.     }
  16958.     /**
  16959.      * Gets the public 'profiler' alias.
  16960.      *
  16961.      * @return object The ".container.private.profiler" service.
  16962.      */
  16963.     protected function getProfilerService()
  16964.     {
  16965.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  16966.         return $this->get('.container.private.profiler');
  16967.     }
  16968.     /**
  16969.      * Gets the public 'twig' alias.
  16970.      *
  16971.      * @return object The ".container.private.twig" service.
  16972.      */
  16973.     protected function getTwigService()
  16974.     {
  16975.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  16976.         return $this->get('.container.private.twig');
  16977.     }
  16978.     /**
  16979.      * Gets the public 'security.authorization_checker' alias.
  16980.      *
  16981.      * @return object The ".container.private.security.authorization_checker" service.
  16982.      */
  16983.     protected function getSecurity_AuthorizationCheckerService()
  16984.     {
  16985.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  16986.         return $this->get('.container.private.security.authorization_checker');
  16987.     }
  16988.     /**
  16989.      * Gets the public 'security.token_storage' alias.
  16990.      *
  16991.      * @return object The ".container.private.security.token_storage" service.
  16992.      */
  16993.     protected function getSecurity_TokenStorageService()
  16994.     {
  16995.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  16996.         return $this->get('.container.private.security.token_storage');
  16997.     }
  16998.     /**
  16999.      * Gets the public 'security.password_encoder' alias.
  17000.      *
  17001.      * @return object The ".container.private.security.password_encoder" service.
  17002.      */
  17003.     protected function getSecurity_PasswordEncoderService()
  17004.     {
  17005.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  17006.         return $this->get('.container.private.security.password_encoder');
  17007.     }
  17008.     /**
  17009.      * Gets the public 'session' alias.
  17010.      *
  17011.      * @return object The ".container.private.session" service.
  17012.      */
  17013.     protected function getSessionService()
  17014.     {
  17015.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  17016.         return $this->get('.container.private.session');
  17017.     }
  17018.     /**
  17019.      * Gets the public 'validator' alias.
  17020.      *
  17021.      * @return object The ".container.private.validator" service.
  17022.      */
  17023.     protected function getValidatorService()
  17024.     {
  17025.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  17026.         return $this->get('.container.private.validator');
  17027.     }
  17028.     /**
  17029.      * @return array|bool|float|int|string|\UnitEnum|null
  17030.      */
  17031.     public function getParameter(string $name)
  17032.     {
  17033.         if (isset($this->buildParameters[$name])) {
  17034.             return $this->buildParameters[$name];
  17035.         }
  17036.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  17037.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  17038.         }
  17039.         if (isset($this->loadedDynamicParameters[$name])) {
  17040.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  17041.         }
  17042.         return $this->parameters[$name];
  17043.     }
  17044.     public function hasParameter(string $name): bool
  17045.     {
  17046.         if (isset($this->buildParameters[$name])) {
  17047.             return true;
  17048.         }
  17049.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  17050.     }
  17051.     public function setParameter(string $name$value): void
  17052.     {
  17053.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  17054.     }
  17055.     public function getParameterBag(): ParameterBagInterface
  17056.     {
  17057.         if (null === $this->parameterBag) {
  17058.             $parameters $this->parameters;
  17059.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  17060.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  17061.             }
  17062.             foreach ($this->buildParameters as $name => $value) {
  17063.                 $parameters[$name] = $value;
  17064.             }
  17065.             $this->parameterBag = new FrozenParameterBag($parameters);
  17066.         }
  17067.         return $this->parameterBag;
  17068.     }
  17069.     private $loadedDynamicParameters = [
  17070.         'kernel.runtime_environment' => false,
  17071.         'kernel.build_dir' => false,
  17072.         'kernel.cache_dir' => false,
  17073.         'mailjet_apikey' => false,
  17074.         'mailjet_secret' => false,
  17075.         'kernel.secret' => false,
  17076.         'debug.container.dump' => false,
  17077.         'session.save_path' => false,
  17078.         'validator.mapping.cache.file' => false,
  17079.         'profiler.storage.dsn' => false,
  17080.         'doctrine.orm.proxy_dir' => false,
  17081.         'lexik_jwt_authentication.pass_phrase' => false,
  17082.     ];
  17083.     private $dynamicParameters = [];
  17084.     private function getDynamicParameter(string $name)
  17085.     {
  17086.         switch ($name) {
  17087.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  17088.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  17089.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  17090.             case 'mailjet_apikey'$value $this->getEnv('string:MAILJET_APIKEY_PUBLIC'); break;
  17091.             case 'mailjet_secret'$value $this->getEnv('string:MAILJET_APIKEY_PRIVATE'); break;
  17092.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  17093.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  17094.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  17095.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  17096.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  17097.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  17098.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  17099.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  17100.         }
  17101.         $this->loadedDynamicParameters[$name] = true;
  17102.         return $this->dynamicParameters[$name] = $value;
  17103.     }
  17104.     protected function getDefaultParameters(): array
  17105.     {
  17106.         return [
  17107.             'kernel.project_dir' => \dirname(__DIR__4),
  17108.             'kernel.environment' => 'dev',
  17109.             'kernel.debug' => true,
  17110.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  17111.             'kernel.bundles' => [
  17112.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  17113.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  17114.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  17115.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  17116.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  17117.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  17118.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  17119.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  17120.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  17121.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  17122.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  17123.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  17124.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  17125.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  17126.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  17127.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  17128.                 'MinishlinkWebPushBundle' => 'Minishlink\\Bundle\\WebPushBundle\\MinishlinkWebPushBundle',
  17129.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  17130.                 'JMSTranslationBundle' => 'JMS\\TranslationBundle\\JMSTranslationBundle',
  17131.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  17132.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  17133.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  17134.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  17135.             ],
  17136.             'kernel.bundles_metadata' => [
  17137.                 'A2lixTranslationFormBundle' => [
  17138.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  17139.                     'namespace' => 'A2lix\\TranslationFormBundle',
  17140.                 ],
  17141.                 'LiipImagineBundle' => [
  17142.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  17143.                     'namespace' => 'Liip\\ImagineBundle',
  17144.                 ],
  17145.                 'SensioFrameworkExtraBundle' => [
  17146.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  17147.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  17148.                 ],
  17149.                 'MakerBundle' => [
  17150.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  17151.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  17152.                 ],
  17153.                 'MonologBundle' => [
  17154.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  17155.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  17156.                 ],
  17157.                 'WebpackEncoreBundle' => [
  17158.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  17159.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  17160.                 ],
  17161.                 'FrameworkBundle' => [
  17162.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  17163.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  17164.                 ],
  17165.                 'A2lixAutoFormBundle' => [
  17166.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  17167.                     'namespace' => 'A2lix\\AutoFormBundle',
  17168.                 ],
  17169.                 'TwigBundle' => [
  17170.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  17171.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  17172.                 ],
  17173.                 'TwigExtraBundle' => [
  17174.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  17175.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  17176.                 ],
  17177.                 'WebProfilerBundle' => [
  17178.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  17179.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  17180.                 ],
  17181.                 'SecurityBundle' => [
  17182.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  17183.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  17184.                 ],
  17185.                 'FOSUserBundle' => [
  17186.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  17187.                     'namespace' => 'FOS\\UserBundle',
  17188.                 ],
  17189.                 'KnpPaginatorBundle' => [
  17190.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  17191.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  17192.                 ],
  17193.                 'DoctrineBehaviorsBundle' => [
  17194.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  17195.                     'namespace' => 'Knp\\DoctrineBehaviors',
  17196.                 ],
  17197.                 'DoctrineBundle' => [
  17198.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  17199.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  17200.                 ],
  17201.                 'MinishlinkWebPushBundle' => [
  17202.                     'path' => (\dirname(__DIR__4).'/vendor/minishlink/web-push-bundle/Minishlink/Bundle/WebPushBundle'),
  17203.                     'namespace' => 'Minishlink\\Bundle\\WebPushBundle',
  17204.                 ],
  17205.                 'JMSI18nRoutingBundle' => [
  17206.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  17207.                     'namespace' => 'JMS\\I18nRoutingBundle',
  17208.                 ],
  17209.                 'JMSTranslationBundle' => [
  17210.                     'path' => (\dirname(__DIR__4).'/vendor/jms/translation-bundle'),
  17211.                     'namespace' => 'JMS\\TranslationBundle',
  17212.                 ],
  17213.                 'DoctrineMigrationsBundle' => [
  17214.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  17215.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  17216.                 ],
  17217.                 'LexikJWTAuthenticationBundle' => [
  17218.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  17219.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  17220.                 ],
  17221.                 'GesdinetJWTRefreshTokenBundle' => [
  17222.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  17223.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  17224.                 ],
  17225.                 'DebugBundle' => [
  17226.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  17227.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  17228.                 ],
  17229.             ],
  17230.             'kernel.charset' => 'UTF-8',
  17231.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  17232.             'container.dumper.inline_class_loader' => true,
  17233.             'container.dumper.inline_factories' => true,
  17234.             'langs' => [
  17235.                 => 'en',
  17236.                 => 'fr',
  17237.             ],
  17238.             'security_langs' => '(en|fr)',
  17239.             'default_lang' => 'en',
  17240.             'mail_to' => '[email protected]',
  17241.             'mail_from' => '[email protected]',
  17242.             'mail_from_name' => 'Amsel Suite',
  17243.             'website_name' => 'Amsel Suite',
  17244.             'spw_api_key' => 'hZ$5gdP57Mm9f,%<<JX4&H9g',
  17245.             'captcha_site_key' => '6LeUut0mAAAAAKpzZH7QUuuu9XKGy9prBwpA-5Cf',
  17246.             'captcha_secret_key' => '6LeUut0mAAAAAP555u3WNWvKC1JkJv511AQ1KXp1',
  17247.             'phone' => '04 82 53 72 22',
  17248.             'address' => NULL,
  17249.             'facebook' => 'http://',
  17250.             'twitter' => 'http://',
  17251.             'instagram' => 'http://',
  17252.             'linkedin' => 'http://',
  17253.             'pinterest' => 'http://',
  17254.             'color' => '#171717',
  17255.             'darkTheme' => false,
  17256.             'matomo_site_id' => '745',
  17257.             'google_analytics_id' => 'G-X1PM3GEV0S',
  17258.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  17259.             'mailchimp_key' => '173874dcd67ff428e8cfc3c1873a5ba2-us9',
  17260.             'mailchimp_prefix_server' => 'us9',
  17261.             'klaviyo_private_key' => 'pk_e2643ddc6cb85b8616d69bab1788bdfb2a',
  17262.             'stripe_public_key' => 'pk_test_51NTOqpDbSwGDXFsO94PSf5vxIZPOrNhfDUmzPYT4yypuhIwy6OfjOREg1r39TONc0lC2fjRNZxL7SBzCIfpLl5nP00Mqr5aHvw',
  17263.             'stripe_secret_key' => 'sk_test_51NTOqpDbSwGDXFsOzMZK04UXfzZWdewtdVY4B8loIjfrygVo1Ju9G3GulQZ8Qivo8nuY93j90wHrTymYzVmclEH700bwJyNQKA',
  17264.             'ipinfo_token' => 'd20a4435e8c84d',
  17265.             'facebook_pixel_id' => 927712669184361,
  17266.             'facebook_conversions_token' => 'EAAPwRp0OBrABPNAR9QyoZCYk8wMD9z2dEYuWwj37XZCjLEZBkI5ZCSAZBvVBcJoMUXY8BXEBe8ADi7MsVZBZCLbD0cfyc4t4ZC9lEnOMr0YCQ9n4yeyzEoY9BDeHwIvHOusMvRZC7w3XHitbUZB5cjI5ZALuwUDufbiWZAXdoX02rw8AGvS4Y0ITqZAgxiprDE7Y7ZAifmqwZDZD',
  17267.             'reddit_pixel_id' => 't2_890e07gob',
  17268.             'reddit_conversions_token' => 'eyJhbGciOiJSUzI1NiIsImtpZCI6IlNIQTI1NjpzS3dsMnlsV0VtMjVmcXhwTU40cWY4MXE2OWFFdWFyMnpLMUdhVGxjdWNZIiwidHlwIjoiSldUIn0.eyJzdWIiOiJ1c2VyIiwiZXhwIjo0OTA5NzI0ODA4Ljg1NzA1NywiaWF0IjoxNzUzOTY0ODA4Ljg1NzA1NiwianRpIjoiRV9SSFJEM0lhTy1MOGY5RE9pSndsaFh1Y28wbmtRIiwiY2lkIjoiMVExRU96VFBXbll2ZXJocHR2Z1dzUSIsImxpZCI6InQyXzF1cDFjaWZwaXYiLCJhaWQiOiJ0Ml8xdXAxY2lmcGl2IiwibGNhIjoxNzUzOTY0ODA3MjE1LCJzY3AiOiJlSnlLVmtwTUtVN096eXRMTFNyT3pNOHJWb29GQkFBQV9fOUJGZ2J1IiwiZmxvIjoxMCwibGwiOnRydWV9.EXB7Zxk9Cs6R5AaPSCvc8JVkHQscUeNnSiO-ltWeqhEEYdiKXzQrLE7m7cPUEeJCS0YO_u2dfuCwH5yJer6Iuced4EwNj5NDW4qeUmK15WdR6fjw0eAbFOWM0HnaEKiZbqK7Lc7ZH3kQ4mNQPsjDOEvySw1Nd7e5iaCoc_30ZUuSYEXBTsmcHcSqIA6Pmkg2QYXBrutnh8icE9XAFisnzITi-17kFUb83VJPcUqdygtDphEgltMSg_t60l-lofSwdUyYrOBuXKLOAZyEK-nfgl25PjCEmzTWq11fuup3FIKs46omTaLn33o1dfrJaia0p-y5RZD_86P73jeNq0IG1g',
  17269.             'a2lix_translation_form.locale_provider' => 'default',
  17270.             'a2lix_translation_form.locales' => [
  17271.                 => 'en',
  17272.                 => 'fr',
  17273.             ],
  17274.             'a2lix_translation_form.required_locales' => [
  17275.                 => 'en',
  17276.             ],
  17277.             'a2lix_translation_form.default_locale' => 'en',
  17278.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  17279.             'liip_imagine.resolvers' => [
  17280.                 'default' => [
  17281.                     'web_path' => [
  17282.                         'web_root' => (\dirname(__DIR__4).'/public'),
  17283.                         'cache_prefix' => 'media/cache',
  17284.                     ],
  17285.                 ],
  17286.             ],
  17287.             'liip_imagine.loaders' => [
  17288.                 'default' => [
  17289.                     'filesystem' => [
  17290.                         'locator' => 'filesystem',
  17291.                         'data_root' => [
  17292.                             => (\dirname(__DIR__4).'/public'),
  17293.                         ],
  17294.                         'allow_unresolvable_data_roots' => false,
  17295.                         'bundle_resources' => [
  17296.                             'enabled' => false,
  17297.                             'access_control_type' => 'blacklist',
  17298.                             'access_control_list' => [
  17299.                             ],
  17300.                         ],
  17301.                     ],
  17302.                 ],
  17303.             ],
  17304.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  17305.             'liip_imagine.jpegoptim.stripAll' => true,
  17306.             'liip_imagine.jpegoptim.max' => NULL,
  17307.             'liip_imagine.jpegoptim.progressive' => true,
  17308.             'liip_imagine.jpegoptim.tempDir' => NULL,
  17309.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  17310.             'liip_imagine.optipng.level' => 7,
  17311.             'liip_imagine.optipng.stripAll' => true,
  17312.             'liip_imagine.optipng.tempDir' => NULL,
  17313.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  17314.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  17315.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  17316.             'liip_imagine.cwebp.tempDir' => NULL,
  17317.             'liip_imagine.cwebp.q' => 75,
  17318.             'liip_imagine.cwebp.alphaQ' => 100,
  17319.             'liip_imagine.cwebp.m' => 4,
  17320.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  17321.             'liip_imagine.cwebp.alphaMethod' => 1,
  17322.             'liip_imagine.cwebp.exact' => false,
  17323.             'liip_imagine.cwebp.metadata' => [
  17324.                 => 'none',
  17325.             ],
  17326.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  17327.             'liip_imagine.cache.resolver.default' => 'default',
  17328.             'liip_imagine.default_image' => NULL,
  17329.             'liip_imagine.filter_sets' => [
  17330.                 'compress' => [
  17331.                     'quality' => 75,
  17332.                     'jpeg_quality' => NULL,
  17333.                     'png_compression_level' => NULL,
  17334.                     'png_compression_filter' => NULL,
  17335.                     'format' => NULL,
  17336.                     'animated' => false,
  17337.                     'cache' => NULL,
  17338.                     'data_loader' => NULL,
  17339.                     'default_image' => NULL,
  17340.                     'filters' => [
  17341.                     ],
  17342.                     'post_processors' => [
  17343.                     ],
  17344.                 ],
  17345.                 'cache' => [
  17346.                     'quality' => 100,
  17347.                     'jpeg_quality' => NULL,
  17348.                     'png_compression_level' => NULL,
  17349.                     'png_compression_filter' => NULL,
  17350.                     'format' => NULL,
  17351.                     'animated' => false,
  17352.                     'cache' => NULL,
  17353.                     'data_loader' => NULL,
  17354.                     'default_image' => NULL,
  17355.                     'filters' => [
  17356.                     ],
  17357.                     'post_processors' => [
  17358.                     ],
  17359.                 ],
  17360.                 'default' => [
  17361.                     'quality' => 90,
  17362.                     'jpeg_quality' => NULL,
  17363.                     'png_compression_level' => NULL,
  17364.                     'png_compression_filter' => NULL,
  17365.                     'format' => NULL,
  17366.                     'animated' => false,
  17367.                     'cache' => NULL,
  17368.                     'data_loader' => NULL,
  17369.                     'default_image' => NULL,
  17370.                     'filters' => [
  17371.                     ],
  17372.                     'post_processors' => [
  17373.                     ],
  17374.                 ],
  17375.                 'thumbnail_filemanager_modal' => [
  17376.                     'quality' => 65,
  17377.                     'jpeg_quality' => NULL,
  17378.                     'png_compression_level' => NULL,
  17379.                     'png_compression_filter' => NULL,
  17380.                     'format' => NULL,
  17381.                     'animated' => false,
  17382.                     'cache' => NULL,
  17383.                     'data_loader' => NULL,
  17384.                     'default_image' => NULL,
  17385.                     'filters' => [
  17386.                         'thumbnail' => [
  17387.                             'size' => [
  17388.                                 => 50,
  17389.                                 => 50,
  17390.                             ],
  17391.                             'mode' => 'outbound',
  17392.                         ],
  17393.                     ],
  17394.                     'post_processors' => [
  17395.                     ],
  17396.                 ],
  17397.                 'gph3' => [
  17398.                     'quality' => 80,
  17399.                     'jpeg_quality' => NULL,
  17400.                     'png_compression_level' => NULL,
  17401.                     'png_compression_filter' => NULL,
  17402.                     'format' => NULL,
  17403.                     'animated' => false,
  17404.                     'cache' => NULL,
  17405.                     'data_loader' => NULL,
  17406.                     'default_image' => NULL,
  17407.                     'filters' => [
  17408.                         'thumbnail' => [
  17409.                             'size' => [
  17410.                                 => 400,
  17411.                                 => 400,
  17412.                             ],
  17413.                             'mode' => 'outbound',
  17414.                         ],
  17415.                     ],
  17416.                     'post_processors' => [
  17417.                     ],
  17418.                 ],
  17419.                 'thumbnail_filemanager_preview' => [
  17420.                     'quality' => 75,
  17421.                     'jpeg_quality' => NULL,
  17422.                     'png_compression_level' => NULL,
  17423.                     'png_compression_filter' => NULL,
  17424.                     'format' => NULL,
  17425.                     'animated' => false,
  17426.                     'cache' => NULL,
  17427.                     'data_loader' => NULL,
  17428.                     'default_image' => NULL,
  17429.                     'filters' => [
  17430.                         'relative_resize' => [
  17431.                             'heighten' => 150,
  17432.                         ],
  17433.                     ],
  17434.                     'post_processors' => [
  17435.                     ],
  17436.                 ],
  17437.                 'thumbnail_page_admin' => [
  17438.                     'quality' => 75,
  17439.                     'jpeg_quality' => NULL,
  17440.                     'png_compression_level' => NULL,
  17441.                     'png_compression_filter' => NULL,
  17442.                     'format' => NULL,
  17443.                     'animated' => false,
  17444.                     'cache' => NULL,
  17445.                     'data_loader' => NULL,
  17446.                     'default_image' => NULL,
  17447.                     'filters' => [
  17448.                         'thumbnail' => [
  17449.                             'size' => [
  17450.                                 => 50,
  17451.                                 => 50,
  17452.                             ],
  17453.                             'mode' => 'inset',
  17454.                         ],
  17455.                         'background' => [
  17456.                             'size' => [
  17457.                                 => 50,
  17458.                                 => 50,
  17459.                             ],
  17460.                             'position' => 'center',
  17461.                             'color' => '#fff',
  17462.                         ],
  17463.                     ],
  17464.                     'post_processors' => [
  17465.                     ],
  17466.                 ],
  17467.                 'cm' => [
  17468.                     'quality' => 75,
  17469.                     'jpeg_quality' => NULL,
  17470.                     'png_compression_level' => NULL,
  17471.                     'png_compression_filter' => NULL,
  17472.                     'format' => NULL,
  17473.                     'animated' => false,
  17474.                     'cache' => NULL,
  17475.                     'data_loader' => NULL,
  17476.                     'default_image' => NULL,
  17477.                     'filters' => [
  17478.                         'thumbnail' => [
  17479.                             'size' => [
  17480.                                 => 400,
  17481.                                 => 300,
  17482.                             ],
  17483.                             'mode' => 'outbound',
  17484.                         ],
  17485.                     ],
  17486.                     'post_processors' => [
  17487.                     ],
  17488.                 ],
  17489.                 'box' => [
  17490.                     'quality' => 80,
  17491.                     'jpeg_quality' => NULL,
  17492.                     'png_compression_level' => NULL,
  17493.                     'png_compression_filter' => NULL,
  17494.                     'format' => NULL,
  17495.                     'animated' => false,
  17496.                     'cache' => NULL,
  17497.                     'data_loader' => NULL,
  17498.                     'default_image' => NULL,
  17499.                     'filters' => [
  17500.                         'thumbnail' => [
  17501.                             'size' => [
  17502.                                 => 1000,
  17503.                                 => 800,
  17504.                             ],
  17505.                             'mode' => 'outbound',
  17506.                         ],
  17507.                     ],
  17508.                     'post_processors' => [
  17509.                     ],
  17510.                 ],
  17511.                 'opengraph' => [
  17512.                     'quality' => 85,
  17513.                     'jpeg_quality' => NULL,
  17514.                     'png_compression_level' => NULL,
  17515.                     'png_compression_filter' => NULL,
  17516.                     'format' => NULL,
  17517.                     'animated' => false,
  17518.                     'cache' => NULL,
  17519.                     'data_loader' => NULL,
  17520.                     'default_image' => NULL,
  17521.                     'filters' => [
  17522.                         'thumbnail' => [
  17523.                             'size' => [
  17524.                                 => 600,
  17525.                                 => 400,
  17526.                             ],
  17527.                             'mode' => 'outbound',
  17528.                         ],
  17529.                         'background' => [
  17530.                             'size' => [
  17531.                                 => 600,
  17532.                                 => 400,
  17533.                             ],
  17534.                             'position' => 'center',
  17535.                             'color' => '#fff',
  17536.                         ],
  17537.                         'scale' => [
  17538.                             'dim' => [
  17539.                                 => 600,
  17540.                                 => 400,
  17541.                             ],
  17542.                         ],
  17543.                         'crop' => [
  17544.                             'size' => [
  17545.                                 => 600,
  17546.                                 => 400,
  17547.                             ],
  17548.                         ],
  17549.                     ],
  17550.                     'post_processors' => [
  17551.                     ],
  17552.                 ],
  17553.             ],
  17554.             'liip_imagine.binary.loader.default' => 'default',
  17555.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  17556.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  17557.             'liip_imagine.webp.generate' => true,
  17558.             'liip_imagine.webp.options' => [
  17559.                 'quality' => 100,
  17560.                 'cache' => NULL,
  17561.                 'data_loader' => NULL,
  17562.                 'post_processors' => [
  17563.                 ],
  17564.             ],
  17565.             'monolog.use_microseconds' => true,
  17566.             'monolog.swift_mailer.handlers' => [
  17567.             ],
  17568.             'monolog.handlers_to_channels' => [
  17569.             ],
  17570.             'event_dispatcher.event_aliases' => [
  17571.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  17572.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  17573.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  17574.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  17575.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  17576.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  17577.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  17578.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  17579.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  17580.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  17581.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  17582.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  17583.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  17584.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  17585.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  17586.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  17587.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  17588.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  17589.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  17590.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  17591.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  17592.             ],
  17593.             'fragment.renderer.hinclude.global_template' => NULL,
  17594.             'fragment.path' => '/_fragment',
  17595.             'kernel.http_method_override' => false,
  17596.             'kernel.trusted_hosts' => [
  17597.             ],
  17598.             'kernel.default_locale' => 'en',
  17599.             'kernel.enabled_locales' => [
  17600.             ],
  17601.             'kernel.error_controller' => 'error_controller',
  17602.             'debug.file_link_format' => NULL,
  17603.             'test.client.parameters' => [
  17604.             ],
  17605.             'asset.request_context.base_path' => NULL,
  17606.             'asset.request_context.secure' => NULL,
  17607.             'translator.logging' => false,
  17608.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  17609.             'debug.error_handler.throw_at' => -1,
  17610.             'router.request_context.host' => 'localhost',
  17611.             'router.request_context.scheme' => 'http',
  17612.             'router.request_context.base_url' => '',
  17613.             'router.resource' => 'kernel::loadRoutes',
  17614.             'request_listener.http_port' => 80,
  17615.             'request_listener.https_port' => 443,
  17616.             'session.metadata.storage_key' => '_sf2_meta',
  17617.             'session.storage.options' => [
  17618.                 'cache_limiter' => '0',
  17619.                 'cookie_secure' => 'auto',
  17620.                 'cookie_httponly' => true,
  17621.                 'cookie_samesite' => 'lax',
  17622.                 'gc_probability' => 1,
  17623.             ],
  17624.             'session.metadata.update_threshold' => 0,
  17625.             'form.type_extension.csrf.enabled' => true,
  17626.             'form.type_extension.csrf.field_name' => '_token',
  17627.             'validator.translation_domain' => 'validators',
  17628.             'profiler_listener.only_exceptions' => false,
  17629.             'profiler_listener.only_main_requests' => false,
  17630.             'twig.form.resources' => [
  17631.                 => 'form_div_layout.html.twig',
  17632.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  17633.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  17634.             ],
  17635.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  17636.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  17637.             'web_profiler.debug_toolbar.mode' => 2,
  17638.             'security.role_hierarchy.roles' => [
  17639.                 'ROLE_CONTENT' => [
  17640.                     => 'ROLE_USER',
  17641.                 ],
  17642.                 'ROLE_ADMIN' => [
  17643.                     => 'ROLE_CONTENT',
  17644.                 ],
  17645.                 'ROLE_SUPER_ADMIN' => [
  17646.                     => 'ROLE_ADMIN',
  17647.                 ],
  17648.             ],
  17649.             'security.access.denied_url' => NULL,
  17650.             'security.authentication.manager.erase_credentials' => true,
  17651.             'security.authentication.session_strategy.strategy' => 'migrate',
  17652.             'security.access.always_authenticate_before_granting' => false,
  17653.             'security.authentication.hide_user_not_found' => true,
  17654.             'security.firewalls' => [
  17655.                 => 'admin',
  17656.                 => 'api_login',
  17657.                 => 'api',
  17658.                 => 'main',
  17659.             ],
  17660.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  17661.             'fos_user.backend_type_orm' => true,
  17662.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  17663.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  17664.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  17665.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  17666.             'fos_user.registration.confirmation.from_email' => [
  17667.                 '[email protected]=> 'Amsel Suite',
  17668.             ],
  17669.             'fos_user.resetting.email.from_email' => [
  17670.                 '[email protected]=> 'Amsel Suite',
  17671.             ],
  17672.             'fos_user.registration.confirmation.from_address' => [
  17673.                 'address' => '[email protected]',
  17674.                 'sender_name' => 'Amsel Suite',
  17675.             ],
  17676.             'fos_user.resetting.email.from_address' => [
  17677.                 'address' => '[email protected]',
  17678.                 'sender_name' => 'Amsel Suite',
  17679.             ],
  17680.             'fos_user.storage' => 'orm',
  17681.             'fos_user.firewall_name' => 'main',
  17682.             'fos_user.model_manager_name' => NULL,
  17683.             'fos_user.model.user.class' => 'App\\Entity\\User',
  17684.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  17685.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  17686.             'fos_user.profile.form.validation_groups' => [
  17687.                 => 'Profile',
  17688.                 => 'Default',
  17689.             ],
  17690.             'fos_user.registration.confirmation.enabled' => false,
  17691.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationType',
  17692.             'fos_user.registration.form.validation_groups' => [
  17693.                 => 'Registration',
  17694.                 => 'Default',
  17695.             ],
  17696.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  17697.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  17698.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  17699.             'fos_user.change_password.form.validation_groups' => [
  17700.                 => 'ChangePassword',
  17701.                 => 'Default',
  17702.             ],
  17703.             'fos_user.resetting.retry_ttl' => 7200,
  17704.             'fos_user.resetting.token_ttl' => 86400,
  17705.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  17706.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  17707.             'fos_user.resetting.form.validation_groups' => [
  17708.                 => 'ResetPassword',
  17709.                 => 'Default',
  17710.             ],
  17711.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  17712.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  17713.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  17714.             'knp_paginator.page_range' => 5,
  17715.             'knp_paginator.page_limit' => NULL,
  17716.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  17717.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  17718.             'doctrine_behaviors_blameable_user_entity' => NULL,
  17719.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  17720.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  17721.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  17722.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  17723.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  17724.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  17725.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  17726.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  17727.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  17728.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  17729.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  17730.             'doctrine.entity_managers' => [
  17731.                 'default' => 'doctrine.orm.default_entity_manager',
  17732.             ],
  17733.             'doctrine.default_entity_manager' => 'default',
  17734.             'doctrine.dbal.connection_factory.types' => [
  17735.             ],
  17736.             'doctrine.connections' => [
  17737.                 'default' => 'doctrine.dbal.default_connection',
  17738.             ],
  17739.             'doctrine.default_connection' => 'default',
  17740.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  17741.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  17742.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  17743.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  17744.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  17745.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  17746.             'doctrine.orm.cache.memcache_host' => 'localhost',
  17747.             'doctrine.orm.cache.memcache_port' => 11211,
  17748.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  17749.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  17750.             'doctrine.orm.cache.memcached_host' => 'localhost',
  17751.             'doctrine.orm.cache.memcached_port' => 11211,
  17752.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  17753.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  17754.             'doctrine.orm.cache.redis_host' => 'localhost',
  17755.             'doctrine.orm.cache.redis_port' => 6379,
  17756.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  17757.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  17758.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  17759.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  17760.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  17761.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  17762.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  17763.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  17764.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  17765.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  17766.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  17767.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  17768.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  17769.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  17770.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  17771.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  17772.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  17773.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  17774.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  17775.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  17776.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  17777.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  17778.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  17779.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  17780.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  17781.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  17782.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  17783.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  17784.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  17785.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  17786.             'doctrine.orm.auto_generate_proxy_classes' => true,
  17787.             'doctrine.orm.proxy_namespace' => 'Proxies',
  17788.             'minishlink_web_push.class' => 'Minishlink\\WebPush\\WebPush',
  17789.             'minishlink_web_push.auth' => [
  17790.             ],
  17791.             'minishlink_web_push.default_options' => [
  17792.                 'TTL' => 2419200,
  17793.                 'urgency' => NULL,
  17794.                 'topic' => NULL,
  17795.             ],
  17796.             'minishlink_web_push.timeout' => 30,
  17797.             'minishlink_web_push.automatic_padding' => true,
  17798.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  17799.             'jms_i18n_routing.locale_resolver.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultLocaleResolver',
  17800.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  17801.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  17802.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  17803.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  17804.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  17805.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  17806.             'jms_i18n_routing.default_locale' => 'en',
  17807.             'jms_i18n_routing.locales' => [
  17808.                 => 'en',
  17809.                 => 'fr',
  17810.             ],
  17811.             'jms_i18n_routing.catalogue' => 'routes',
  17812.             'jms_i18n_routing.strategy' => 'prefix_except_default',
  17813.             'jms_i18n_routing.redirect_to_host' => true,
  17814.             'jms_i18n_routing.cookie.name' => 'hl',
  17815.             'jms_translation.twig_extension.class' => 'JMS\\TranslationBundle\\Twig\\TranslationExtension',
  17816.             'jms_translation.controller.translate_controller.class' => 'JMS\\TranslationBundle\\Controller\\TranslateController',
  17817.             'jms_translation.controller.api_controller.class' => 'JMS\\TranslationBundle\\Controller\\ApiController',
  17818.             'jms_translation.extractor_manager.class' => 'JMS\\TranslationBundle\\Translation\\ExtractorManager',
  17819.             'jms_translation.extractor.file_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\FileExtractor',
  17820.             'jms_translation.extractor.file.default_php_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\DefaultPhpFileExtractor',
  17821.             'jms_translation.extractor.file.translation_container_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TranslationContainerExtractor',
  17822.             'jms_translation.extractor.file.twig_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TwigFileExtractor',
  17823.             'jms_translation.extractor.file.form_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\FormExtractor',
  17824.             'jms_translation.extractor.file.validation_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\ValidationExtractor',
  17825.             'jms_translation.extractor.file.authentication_message_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\AuthenticationMessagesExtractor',
  17826.             'jms_translation.loader.symfony.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\Symfony\\XliffLoader',
  17827.             'jms_translation.loader.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\XliffLoader',
  17828.             'jms_translation.loader.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\SymfonyLoaderAdapter',
  17829.             'jms_translation.loader_manager.class' => 'JMS\\TranslationBundle\\Translation\\LoaderManager',
  17830.             'jms_translation.dumper.php_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\PhpDumper',
  17831.             'jms_translation.dumper.xliff_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\XliffDumper',
  17832.             'jms_translation.dumper.yaml_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\YamlDumper',
  17833.             'jms_translation.dumper.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\SymfonyDumperAdapter',
  17834.             'jms_translation.file_writer.class' => 'JMS\\TranslationBundle\\Translation\\FileWriter',
  17835.             'jms_translation.updater.class' => 'JMS\\TranslationBundle\\Translation\\Updater',
  17836.             'jms_translation.config_factory.class' => 'JMS\\TranslationBundle\\Translation\\ConfigFactory',
  17837.             'jms_translation.file_source_factory.class' => 'JMS\\TranslationBundle\\Translation\\FileSourceFactory',
  17838.             'jms_translation.source_language' => 'en',
  17839.             'jms_translation.locales' => [
  17840.             ],
  17841.             'jms_translation.dumper.add_date' => true,
  17842.             'jms_translation.dumper.add_references' => true,
  17843.             'doctrine.migrations.preferred_em' => NULL,
  17844.             'doctrine.migrations.preferred_connection' => NULL,
  17845.             'lexik_jwt_authentication.token_ttl' => 3600,
  17846.             'lexik_jwt_authentication.clock_skew' => 0,
  17847.             'lexik_jwt_authentication.user_identity_field' => 'username',
  17848.             'lexik_jwt_authentication.allow_no_expiration' => false,
  17849.             'lexik_jwt_authentication.user_id_claim' => 'username',
  17850.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  17851.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  17852.             'gesdinet_jwt_refresh_token.ttl' => 15552000,
  17853.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  17854.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  17855.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  17856.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  17857.             'gesdinet_jwt_refresh_token.single_use' => false,
  17858.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  17859.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  17860.             'gesdinet_jwt_refresh_token.cookie' => [
  17861.                 'enabled' => false,
  17862.                 'same_site' => 'lax',
  17863.                 'path' => '/',
  17864.                 'domain' => NULL,
  17865.                 'http_only' => true,
  17866.                 'secure' => true,
  17867.                 'partitioned' => false,
  17868.                 'remove_token_from_body' => true,
  17869.             ],
  17870.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  17871.             'gesdinet_jwt_refresh_token.return_expiration' => true,
  17872.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  17873.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\RefreshToken',
  17874.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  17875.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  17876.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  17877.             'maker.compatible_check.doctrine.supports_attributes' => true,
  17878.             'data_collector.templates' => [
  17879.                 'data_collector.request' => [
  17880.                     => 'request',
  17881.                     => '@WebProfiler/Collector/request.html.twig',
  17882.                 ],
  17883.                 'data_collector.time' => [
  17884.                     => 'time',
  17885.                     => '@WebProfiler/Collector/time.html.twig',
  17886.                 ],
  17887.                 'data_collector.memory' => [
  17888.                     => 'memory',
  17889.                     => '@WebProfiler/Collector/memory.html.twig',
  17890.                 ],
  17891.                 'data_collector.validator' => [
  17892.                     => 'validator',
  17893.                     => '@WebProfiler/Collector/validator.html.twig',
  17894.                 ],
  17895.                 'data_collector.ajax' => [
  17896.                     => 'ajax',
  17897.                     => '@WebProfiler/Collector/ajax.html.twig',
  17898.                 ],
  17899.                 'data_collector.form' => [
  17900.                     => 'form',
  17901.                     => '@WebProfiler/Collector/form.html.twig',
  17902.                 ],
  17903.                 'data_collector.exception' => [
  17904.                     => 'exception',
  17905.                     => '@WebProfiler/Collector/exception.html.twig',
  17906.                 ],
  17907.                 'data_collector.logger' => [
  17908.                     => 'logger',
  17909.                     => '@WebProfiler/Collector/logger.html.twig',
  17910.                 ],
  17911.                 'data_collector.events' => [
  17912.                     => 'events',
  17913.                     => '@WebProfiler/Collector/events.html.twig',
  17914.                 ],
  17915.                 'data_collector.router' => [
  17916.                     => 'router',
  17917.                     => '@WebProfiler/Collector/router.html.twig',
  17918.                 ],
  17919.                 'data_collector.cache' => [
  17920.                     => 'cache',
  17921.                     => '@WebProfiler/Collector/cache.html.twig',
  17922.                 ],
  17923.                 'data_collector.translation' => [
  17924.                     => 'translation',
  17925.                     => '@WebProfiler/Collector/translation.html.twig',
  17926.                 ],
  17927.                 'data_collector.security' => [
  17928.                     => 'security',
  17929.                     => '@Security/Collector/security.html.twig',
  17930.                 ],
  17931.                 'data_collector.twig' => [
  17932.                     => 'twig',
  17933.                     => '@WebProfiler/Collector/twig.html.twig',
  17934.                 ],
  17935.                 'data_collector.http_client' => [
  17936.                     => 'http_client',
  17937.                     => '@WebProfiler/Collector/http_client.html.twig',
  17938.                 ],
  17939.                 'data_collector.doctrine' => [
  17940.                     => 'db',
  17941.                     => '@Doctrine/Collector/db.html.twig',
  17942.                 ],
  17943.                 'data_collector.dump' => [
  17944.                     => 'dump',
  17945.                     => '@Debug/Profiler/dump.html.twig',
  17946.                 ],
  17947.                 'mailer.data_collector' => [
  17948.                     => 'mailer',
  17949.                     => '@WebProfiler/Collector/mailer.html.twig',
  17950.                 ],
  17951.                 'data_collector.config' => [
  17952.                     => 'config',
  17953.                     => '@WebProfiler/Collector/config.html.twig',
  17954.                 ],
  17955.             ],
  17956.             'console.command.ids' => [
  17957.             ],
  17958.         ];
  17959.     }
  17960.     protected function throw($message)
  17961.     {
  17962.         throw new RuntimeException($message);
  17963.     }
  17964. }