var/cache/dev/ContainerIP9YHbs/App_KernelDevDebugContainer.php line 300

Open in your IDE?
  1. <?php
  2. namespace ContainerIP9YHbs;
  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\\Filter' => 'getFilterService',
  115.             'App\\Service\\Mailer' => 'getMailerService',
  116.             'App\\Service\\Order' => 'getOrderService',
  117.             'App\\Service\\Picture' => 'getPictureService',
  118.             'App\\Service\\Seo' => 'getSeoService',
  119.             'App\\Service\\Sitemap' => 'getSitemapService',
  120.             'App\\Service\\TwigExtension' => 'getTwigExtensionService',
  121.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  122.             'FOS\\UserBundle\\Controller\\SecurityController' => 'getSecurityController2Service',
  123.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  124.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  125.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  126.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  127.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  128.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  129.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  130.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  131.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  132.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  133.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  134.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  135.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  136.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  137.             'cache.app' => 'getCache_AppService',
  138.             'cache.app_clearer' => 'getCache_AppClearerService',
  139.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  140.             'cache.system' => 'getCache_SystemService',
  141.             'cache.system_clearer' => 'getCache_SystemClearerService',
  142.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  143.             'cache_warmer' => 'getCacheWarmerService',
  144.             'console.command_loader' => 'getConsole_CommandLoaderService',
  145.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  146.             'doctrine' => 'getDoctrineService',
  147.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  148.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  149.             'error_controller' => 'getErrorControllerService',
  150.             'event_dispatcher' => 'getEventDispatcherService',
  151.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  152.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  153.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  154.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  155.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  156.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  157.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  158.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  159.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  160.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  161.             'http_kernel' => 'getHttpKernelService',
  162.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  163.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService',
  164.             'jms_translation.config_factory' => 'getJmsTranslation_ConfigFactoryService',
  165.             'jms_translation.controller.api_controller' => 'getJmsTranslation_Controller_ApiControllerService',
  166.             'jms_translation.controller.translate_controller' => 'getJmsTranslation_Controller_TranslateControllerService',
  167.             'jms_translation.twig_extension' => 'getJmsTranslation_TwigExtensionService',
  168.             'jms_translation.updater' => 'getJmsTranslation_UpdaterService',
  169.             'knp_paginator' => 'getKnpPaginatorService',
  170.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  171.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  172.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  173.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  174.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  175.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  176.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  177.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  178.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  179.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  180.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  181.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  182.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  183.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  184.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  185.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  186.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  187.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  188.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  189.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  190.             'request_stack' => 'getRequestStackService',
  191.             'router' => 'getRouterService',
  192.             'routing.loader' => 'getRouting_LoaderService',
  193.             'services_resetter' => 'getServicesResetterService',
  194.             'test.client' => 'getTest_ClientService',
  195.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  196.             'test.service_container' => 'getTest_ServiceContainerService',
  197.             'translator' => 'getTranslatorService',
  198.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  199.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  200.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  201.             'cache_clearer' => 'getCacheClearerService',
  202.             'filesystem' => 'getFilesystemService',
  203.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  204.             'form.factory' => 'getForm_FactoryService',
  205.             'form.type.file' => 'getForm_Type_FileService',
  206.             'profiler' => 'getProfilerService',
  207.             'twig' => 'getTwigService',
  208.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  209.             'security.token_storage' => 'getSecurity_TokenStorageService',
  210.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  211.             'session' => 'getSessionService',
  212.             'validator' => 'getValidatorService',
  213.         ];
  214.         $this->aliases = [
  215.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  216.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  217.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  218.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  219.             'JMS\\TranslationBundle\\Controller\\ApiController' => 'jms_translation.controller.api_controller',
  220.             'JMS\\TranslationBundle\\Controller\\TranslateController' => 'jms_translation.controller.translate_controller',
  221.             'database_connection' => 'doctrine.dbal.default_connection',
  222.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  223.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  224.         ];
  225.         $this->privates['service_container'] = function () {
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  232.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  234.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  235.             include_once \dirname(__DIR__4).'/src/Service/CheckRoute.php';
  236.             include_once \dirname(__DIR__4).'/src/Service/Picture.php';
  237.             include_once \dirname(__DIR__4).'/src/Service/Seo.php';
  238.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  240.             include_once \dirname(__DIR__4).'/src/Service/TwigExtension.php';
  241.             include_once \dirname(__DIR__4).'/vendor/bes/mobiledetect-twig-extension/src/Bes/Twig/Extension/MobileDetectExtension.php';
  242.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  244.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  249.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  251.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  252.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  253.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  254.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  255.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  257.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  258.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  261.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  262.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  263.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  265.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  266.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  267.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  268.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  269.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  271.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  276.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  279.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  280.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  282.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  285.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  287.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  289.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  290.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  291.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  294.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  296.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  299.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  316.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  506.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  508.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  509.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  510.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  511.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  562.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultLocaleResolver.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Twig/TranslationExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  597.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  616.         };
  617.     }
  618.     public function compile(): void
  619.     {
  620.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  621.     }
  622.     public function isCompiled(): bool
  623.     {
  624.         return true;
  625.     }
  626.     public function getRemovedIds(): array
  627.     {
  628.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  629.     }
  630.     /**
  631.      * Gets the public '.container.private.cache_clearer' shared service.
  632.      *
  633.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  634.      */
  635.     protected function get_Container_Private_CacheClearerService()
  636.     {
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  639.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  640.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  641.         }, 1));
  642.     }
  643.     /**
  644.      * Gets the public '.container.private.filesystem' shared service.
  645.      *
  646.      * @return \Symfony\Component\Filesystem\Filesystem
  647.      */
  648.     protected function get_Container_Private_FilesystemService()
  649.     {
  650.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  651.     }
  652.     /**
  653.      * Gets the public '.container.private.form.factory' shared service.
  654.      *
  655.      * @return \Symfony\Component\Form\FormFactory
  656.      */
  657.     protected function get_Container_Private_Form_FactoryService()
  658.     {
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  661.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  662.     }
  663.     /**
  664.      * Gets the public '.container.private.form.type.file' shared service.
  665.      *
  666.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  667.      */
  668.     protected function get_Container_Private_Form_Type_FileService()
  669.     {
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  673.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  674.     }
  675.     /**
  676.      * Gets the public '.container.private.profiler' shared service.
  677.      *
  678.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  679.      */
  680.     protected function get_Container_Private_ProfilerService()
  681.     {
  682.         $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);
  683.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  684.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  685.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  686.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  687.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  688.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  689.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  690.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  691.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  692.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  693.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  694.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  695.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  696.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  697.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  698.         $instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
  699.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  700.         return $instance;
  701.     }
  702.     /**
  703.      * Gets the public '.container.private.security.authorization_checker' shared service.
  704.      *
  705.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  706.      */
  707.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  708.     {
  709.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  710.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  711.             return $this->services['.container.private.security.authorization_checker'];
  712.         }
  713.         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);
  714.     }
  715.     /**
  716.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  717.      *
  718.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  719.      */
  720.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  721.     {
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  726.         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())));
  727.     }
  728.     /**
  729.      * Gets the public '.container.private.security.password_encoder' shared service.
  730.      *
  731.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  732.      *
  733.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  734.      */
  735.     protected function get_Container_Private_Security_PasswordEncoderService()
  736.     {
  737.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  738.         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()));
  739.     }
  740.     /**
  741.      * Gets the public '.container.private.security.token_storage' shared service.
  742.      *
  743.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  744.      */
  745.     protected function get_Container_Private_Security_TokenStorageService()
  746.     {
  747.         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, [
  748.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  749.         ], [
  750.             'request_stack' => '?',
  751.         ]));
  752.     }
  753.     /**
  754.      * Gets the public '.container.private.session' shared service.
  755.      *
  756.      * @return \Symfony\Component\HttpFoundation\Session\Session
  757.      */
  758.     protected function get_Container_Private_SessionService()
  759.     {
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  761.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  762.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  763.         if (isset($this->services['.container.private.session'])) {
  764.             return $this->services['.container.private.session'];
  765.         }
  766.         return $this->services['.container.private.session'] = $a->createSession();
  767.     }
  768.     /**
  769.      * Gets the public '.container.private.twig' shared service.
  770.      *
  771.      * @return \Twig\Environment
  772.      */
  773.     protected function get_Container_Private_TwigService()
  774.     {
  775.         $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']);
  776.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  777.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  778.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  779.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  780.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  781.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  782.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  783.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  784.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  785.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  786.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  787.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  788.         $instance->addExtension(($this->privates['twig.extension.weblink'] ?? $this->getTwig_Extension_WeblinkService()));
  789.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  790.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  791.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  792.         $instance->addExtension(($this->services['App\\Service\\TwigExtension'] ?? $this->getTwigExtensionService()));
  793.         $instance->addExtension(($this->privates['twig.mobile_detect_extension'] ?? ($this->privates['twig.mobile_detect_extension'] = new \Bes\Twig\Extension\MobileDetectExtension())));
  794.         $instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
  795.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  796.         $instance->addExtension(($this->privates['webpack_encore.twig_stimulus_extension'] ?? ($this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension())));
  797.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  798.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  799.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  800.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  801.         $instance->addExtension(($this->services['jms_translation.twig_extension'] ?? $this->getJmsTranslation_TwigExtensionService()));
  802.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  803.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  804.         $instance->addGlobal('website_name''Amsel Suite');
  805.         $instance->addGlobal('colorAdmin''#171717');
  806.         $instance->addGlobal('captcha_site_key''6LeUut0mAAAAAKpzZH7QUuuu9XKGy9prBwpA-5Cf');
  807.         $instance->addGlobal('captcha_secret_key''6LeUut0mAAAAAP555u3WNWvKC1JkJv511AQ1KXp1');
  808.         $instance->addGlobal('seo', ($this->services['App\\Service\\Seo'] ?? $this->getSeoService()));
  809.         $instance->addGlobal('checkroute', ($this->services['App\\Service\\CheckRoute'] ?? $this->getCheckRouteService()));
  810.         $instance->addGlobal('primary''40,80,255');
  811.         $instance->addGlobal('secondary''40,40,255');
  812.         $instance->addGlobal('darkTheme''');
  813.         $instance->addGlobal('matomoSiteId''745');
  814.         $instance->addGlobal('googleAnalyticsId''G-X1PM3GEV0S');
  815.         $instance->addGlobal('coord', ['mail' => '[email protected]''phone' => 'none''address' => 'none']);
  816.         $instance->addGlobal('social', ['facebook' => 'none''twitter' => 'none''instagram' => 'https://www.instagram.com/amselsuite/''linkedin' => 'https://fr.linkedin.com/company/ollam''pinterest' => 'none''reddit' => 'https://www.reddit.com/r/amselsuite/''kickstarter' => 'https://www.kickstarter.com/projects/ollam/amsel-suite''discord' => 'https://discord.gg/Tj7PJPUkhk']);
  817.         $instance->addGlobal('legal', ['siren' => 'siren''type' => 'type''rcs' => 'rcs']);
  818.         $instance->addGlobal('dpo', ['name' => 'name''phone' => 'phone''mail' => 'mail''address' => 'address''date' => 'date']);
  819.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  820.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  821.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  822.         return $instance;
  823.     }
  824.     /**
  825.      * Gets the public '.container.private.validator' shared service.
  826.      *
  827.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  828.      */
  829.     protected function get_Container_Private_ValidatorService()
  830.     {
  831.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  832.         if (isset($this->services['.container.private.validator'])) {
  833.             return $this->services['.container.private.validator'];
  834.         }
  835.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  836.     }
  837.     /**
  838.      * Gets the public 'App\Command\ExampleCommand' shared autowired service.
  839.      *
  840.      * @return \App\Command\ExampleCommand
  841.      */
  842.     protected function getExampleCommandService()
  843.     {
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  845.         include_once \dirname(__DIR__4).'/vendor/lk/importsynchro/Lk/ImportBundle/Command/ImportBaseCommand.php';
  846.         include_once \dirname(__DIR__4).'/src/Command/ExampleCommand.php';
  847.         $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)));
  848.         $instance->setName('pw:import:example');
  849.         $instance->setDescription('Example command');
  850.         return $instance;
  851.     }
  852.     /**
  853.      * Gets the public 'App\Command\GenerateCrudCommand' shared autowired service.
  854.      *
  855.      * @return \App\Command\GenerateCrudCommand
  856.      */
  857.     protected function getGenerateCrudCommandService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  860.         include_once \dirname(__DIR__4).'/vendor/lk/importsynchro/Lk/ImportBundle/Command/ImportBaseCommand.php';
  861.         include_once \dirname(__DIR__4).'/src/Command/GenerateCrudCommand.php';
  862.         $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)));
  863.         $instance->setName('pw:generate:crud');
  864.         $instance->setDescription('Generate CRUD');
  865.         return $instance;
  866.     }
  867.     /**
  868.      * Gets the public 'App\Controller\Admin\AdminController' shared autowired service.
  869.      *
  870.      * @return \App\Controller\Admin\AdminController
  871.      */
  872.     protected function getAdminControllerService()
  873.     {
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  875.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminController.php';
  876.         $this->services['App\\Controller\\Admin\\AdminController'] = $instance = new \App\Controller\Admin\AdminController();
  877.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\AdminController'$this));
  878.         return $instance;
  879.     }
  880.     /**
  881.      * Gets the public 'App\Controller\Admin\ArticleController' shared autowired service.
  882.      *
  883.      * @return \App\Controller\Admin\ArticleController
  884.      */
  885.     protected function getArticleControllerService()
  886.     {
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  888.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ArticleController.php';
  889.         $this->services['App\\Controller\\Admin\\ArticleController'] = $instance = new \App\Controller\Admin\ArticleController();
  890.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ArticleController'$this));
  891.         return $instance;
  892.     }
  893.     /**
  894.      * Gets the public 'App\Controller\Admin\CampaignController' shared autowired service.
  895.      *
  896.      * @return \App\Controller\Admin\CampaignController
  897.      */
  898.     protected function getCampaignControllerService()
  899.     {
  900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  901.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CampaignController.php';
  902.         $this->services['App\\Controller\\Admin\\CampaignController'] = $instance = new \App\Controller\Admin\CampaignController();
  903.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CampaignController'$this));
  904.         return $instance;
  905.     }
  906.     /**
  907.      * Gets the public 'App\Controller\Admin\CategoryArticleController' shared autowired service.
  908.      *
  909.      * @return \App\Controller\Admin\CategoryArticleController
  910.      */
  911.     protected function getCategoryArticleControllerService()
  912.     {
  913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  914.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CategoryArticleController.php';
  915.         $this->services['App\\Controller\\Admin\\CategoryArticleController'] = $instance = new \App\Controller\Admin\CategoryArticleController();
  916.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CategoryArticleController'$this));
  917.         return $instance;
  918.     }
  919.     /**
  920.      * Gets the public 'App\Controller\Admin\CategoryController' shared autowired service.
  921.      *
  922.      * @return \App\Controller\Admin\CategoryController
  923.      */
  924.     protected function getCategoryControllerService()
  925.     {
  926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  927.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CategoryController.php';
  928.         $this->services['App\\Controller\\Admin\\CategoryController'] = $instance = new \App\Controller\Admin\CategoryController();
  929.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\CategoryController'$this));
  930.         return $instance;
  931.     }
  932.     /**
  933.      * Gets the public 'App\Controller\Admin\ContactController' shared autowired service.
  934.      *
  935.      * @return \App\Controller\Admin\ContactController
  936.      */
  937.     protected function getContactControllerService()
  938.     {
  939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  940.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ContactController.php';
  941.         $this->services['App\\Controller\\Admin\\ContactController'] = $instance = new \App\Controller\Admin\ContactController();
  942.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ContactController'$this));
  943.         return $instance;
  944.     }
  945.     /**
  946.      * Gets the public 'App\Controller\Admin\EcommerceOrderController' shared autowired service.
  947.      *
  948.      * @return \App\Controller\Admin\EcommerceOrderController
  949.      */
  950.     protected function getEcommerceOrderControllerService()
  951.     {
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  953.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EcommerceOrderController.php';
  954.         $this->services['App\\Controller\\Admin\\EcommerceOrderController'] = $instance = new \App\Controller\Admin\EcommerceOrderController();
  955.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\EcommerceOrderController'$this));
  956.         return $instance;
  957.     }
  958.     /**
  959.      * Gets the public 'App\Controller\Admin\FilemanagerController' shared autowired service.
  960.      *
  961.      * @return \App\Controller\Admin\FilemanagerController
  962.      */
  963.     protected function getFilemanagerControllerService()
  964.     {
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  966.         include_once \dirname(__DIR__4).'/src/Controller/Admin/FilemanagerController.php';
  967.         $this->services['App\\Controller\\Admin\\FilemanagerController'] = $instance = new \App\Controller\Admin\FilemanagerController();
  968.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\FilemanagerController'$this));
  969.         return $instance;
  970.     }
  971.     /**
  972.      * Gets the public 'App\Controller\Admin\LauncherController' shared autowired service.
  973.      *
  974.      * @return \App\Controller\Admin\LauncherController
  975.      */
  976.     protected function getLauncherControllerService()
  977.     {
  978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  979.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LauncherController.php';
  980.         $this->services['App\\Controller\\Admin\\LauncherController'] = $instance = new \App\Controller\Admin\LauncherController();
  981.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\LauncherController'$this));
  982.         return $instance;
  983.     }
  984.     /**
  985.      * Gets the public 'App\Controller\Admin\LicenceKeyController' shared autowired service.
  986.      *
  987.      * @return \App\Controller\Admin\LicenceKeyController
  988.      */
  989.     protected function getLicenceKeyControllerService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  992.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LicenceKeyController.php';
  993.         $this->services['App\\Controller\\Admin\\LicenceKeyController'] = $instance = new \App\Controller\Admin\LicenceKeyController();
  994.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\LicenceKeyController'$this));
  995.         return $instance;
  996.     }
  997.     /**
  998.      * Gets the public 'App\Controller\Admin\ProductController' shared autowired service.
  999.      *
  1000.      * @return \App\Controller\Admin\ProductController
  1001.      */
  1002.     protected function getProductControllerService()
  1003.     {
  1004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1005.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ProductController.php';
  1006.         $this->services['App\\Controller\\Admin\\ProductController'] = $instance = new \App\Controller\Admin\ProductController();
  1007.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\ProductController'$this));
  1008.         return $instance;
  1009.     }
  1010.     /**
  1011.      * Gets the public 'App\Controller\Admin\QuestionController' shared autowired service.
  1012.      *
  1013.      * @return \App\Controller\Admin\QuestionController
  1014.      */
  1015.     protected function getQuestionControllerService()
  1016.     {
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1018.         include_once \dirname(__DIR__4).'/src/Controller/Admin/QuestionController.php';
  1019.         $this->services['App\\Controller\\Admin\\QuestionController'] = $instance = new \App\Controller\Admin\QuestionController();
  1020.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\QuestionController'$this));
  1021.         return $instance;
  1022.     }
  1023.     /**
  1024.      * Gets the public 'App\Controller\Admin\RedirectionController' shared autowired service.
  1025.      *
  1026.      * @return \App\Controller\Admin\RedirectionController
  1027.      */
  1028.     protected function getRedirectionControllerService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1031.         include_once \dirname(__DIR__4).'/src/Controller/Admin/RedirectionController.php';
  1032.         $this->services['App\\Controller\\Admin\\RedirectionController'] = $instance = new \App\Controller\Admin\RedirectionController();
  1033.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\RedirectionController'$this));
  1034.         return $instance;
  1035.     }
  1036.     /**
  1037.      * Gets the public 'App\Controller\Admin\SecurityController' shared autowired service.
  1038.      *
  1039.      * @return \App\Controller\Admin\SecurityController
  1040.      */
  1041.     protected function getSecurityControllerService()
  1042.     {
  1043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1044.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SecurityController.php';
  1045.         $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()));
  1046.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SecurityController'$this));
  1047.         return $instance;
  1048.     }
  1049.     /**
  1050.      * Gets the public 'App\Controller\Admin\SeoRouteController' shared autowired service.
  1051.      *
  1052.      * @return \App\Controller\Admin\SeoRouteController
  1053.      */
  1054.     protected function getSeoRouteControllerService()
  1055.     {
  1056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1057.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SeoRouteController.php';
  1058.         $this->services['App\\Controller\\Admin\\SeoRouteController'] = $instance = new \App\Controller\Admin\SeoRouteController();
  1059.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SeoRouteController'$this));
  1060.         return $instance;
  1061.     }
  1062.     /**
  1063.      * Gets the public 'App\Controller\Admin\SubscriberController' shared autowired service.
  1064.      *
  1065.      * @return \App\Controller\Admin\SubscriberController
  1066.      */
  1067.     protected function getSubscriberControllerService()
  1068.     {
  1069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1070.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriberController.php';
  1071.         $this->services['App\\Controller\\Admin\\SubscriberController'] = $instance = new \App\Controller\Admin\SubscriberController();
  1072.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SubscriberController'$this));
  1073.         return $instance;
  1074.     }
  1075.     /**
  1076.      * Gets the public 'App\Controller\Admin\SubscriberGroupController' shared autowired service.
  1077.      *
  1078.      * @return \App\Controller\Admin\SubscriberGroupController
  1079.      */
  1080.     protected function getSubscriberGroupControllerService()
  1081.     {
  1082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1083.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriberGroupController.php';
  1084.         $this->services['App\\Controller\\Admin\\SubscriberGroupController'] = $instance = new \App\Controller\Admin\SubscriberGroupController();
  1085.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\SubscriberGroupController'$this));
  1086.         return $instance;
  1087.     }
  1088.     /**
  1089.      * Gets the public 'App\Controller\Admin\TemplateController' shared autowired service.
  1090.      *
  1091.      * @return \App\Controller\Admin\TemplateController
  1092.      */
  1093.     protected function getTemplateControllerService()
  1094.     {
  1095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1096.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TemplateController.php';
  1097.         $this->services['App\\Controller\\Admin\\TemplateController'] = $instance = new \App\Controller\Admin\TemplateController();
  1098.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\TemplateController'$this));
  1099.         return $instance;
  1100.     }
  1101.     /**
  1102.      * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  1103.      *
  1104.      * @return \App\Controller\Admin\UserController
  1105.      */
  1106.     protected function getUserControllerService()
  1107.     {
  1108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1109.         include_once \dirname(__DIR__4).'/src/Controller/Admin/UserController.php';
  1110.         $this->services['App\\Controller\\Admin\\UserController'] = $instance = new \App\Controller\Admin\UserController();
  1111.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\UserController'$this));
  1112.         return $instance;
  1113.     }
  1114.     /**
  1115.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  1116.      *
  1117.      * @return \App\Controller\ApiController
  1118.      */
  1119.     protected function getApiControllerService()
  1120.     {
  1121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1122.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  1123.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController();
  1124.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ApiController'$this));
  1125.         return $instance;
  1126.     }
  1127.     /**
  1128.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1129.      *
  1130.      * @return \App\Controller\AppController
  1131.      */
  1132.     protected function getAppControllerService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1135.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1136.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1137.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AppController'$this));
  1138.         return $instance;
  1139.     }
  1140.     /**
  1141.      * Gets the public 'App\Controller\ArticleController' shared autowired service.
  1142.      *
  1143.      * @return \App\Controller\ArticleController
  1144.      */
  1145.     protected function getArticleController2Service()
  1146.     {
  1147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1148.         include_once \dirname(__DIR__4).'/src/Controller/ArticleController.php';
  1149.         $this->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController();
  1150.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleController'$this));
  1151.         return $instance;
  1152.     }
  1153.     /**
  1154.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  1155.      *
  1156.      * @return \App\Controller\ContactController
  1157.      */
  1158.     protected function getContactController2Service()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1161.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  1162.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController();
  1163.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ContactController'$this));
  1164.         return $instance;
  1165.     }
  1166.     /**
  1167.      * Gets the public 'App\Controller\EcommerceController' shared autowired service.
  1168.      *
  1169.      * @return \App\Controller\EcommerceController
  1170.      */
  1171.     protected function getEcommerceControllerService()
  1172.     {
  1173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1174.         include_once \dirname(__DIR__4).'/src/Controller/EcommerceController.php';
  1175.         $this->services['App\\Controller\\EcommerceController'] = $instance = new \App\Controller\EcommerceController();
  1176.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EcommerceController'$this));
  1177.         return $instance;
  1178.     }
  1179.     /**
  1180.      * Gets the public 'App\Controller\NewsletterController' shared autowired service.
  1181.      *
  1182.      * @return \App\Controller\NewsletterController
  1183.      */
  1184.     protected function getNewsletterControllerService()
  1185.     {
  1186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1187.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterController.php';
  1188.         $this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
  1189.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NewsletterController'$this));
  1190.         return $instance;
  1191.     }
  1192.     /**
  1193.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  1194.      *
  1195.      * @return \App\Controller\ProfileController
  1196.      */
  1197.     protected function getProfileControllerService()
  1198.     {
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1201.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  1202.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  1203.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProfileController'$this));
  1204.         return $instance;
  1205.     }
  1206.     /**
  1207.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  1208.      *
  1209.      * @return \App\Controller\RegistrationController
  1210.      */
  1211.     protected function getRegistrationControllerService()
  1212.     {
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1214.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  1215.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  1216.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RegistrationController'$this));
  1217.         return $instance;
  1218.     }
  1219.     /**
  1220.      * Gets the public 'App\EventListener\RequestListener' shared autowired service.
  1221.      *
  1222.      * @return \App\EventListener\RequestListener
  1223.      */
  1224.     protected function getRequestListenerService()
  1225.     {
  1226.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1227.         if (isset($this->services['App\\EventListener\\RequestListener'])) {
  1228.             return $this->services['App\\EventListener\\RequestListener'];
  1229.         }
  1230.         return $this->services['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['router'] ?? $this->getRouterService()), $a);
  1231.     }
  1232.     /**
  1233.      * Gets the public 'App\EventListener\UserListener' shared autowired service.
  1234.      *
  1235.      * @return \App\EventListener\UserListener
  1236.      */
  1237.     protected function getUserListenerService()
  1238.     {
  1239.         include_once \dirname(__DIR__4).'/src/EventListener/UserListener.php';
  1240.         return $this->services['App\\EventListener\\UserListener'] = new \App\EventListener\UserListener(($this->services['router'] ?? $this->getRouterService()));
  1241.     }
  1242.     /**
  1243.      * Gets the public 'App\Form\ArticleType' shared autowired service.
  1244.      *
  1245.      * @return \App\Form\ArticleType
  1246.      */
  1247.     protected function getArticleTypeService()
  1248.     {
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1251.         include_once \dirname(__DIR__4).'/src/Form/ArticleType.php';
  1252.         return $this->services['App\\Form\\ArticleType'] = new \App\Form\ArticleType();
  1253.     }
  1254.     /**
  1255.      * Gets the public 'App\Form\CampaignType' shared autowired service.
  1256.      *
  1257.      * @return \App\Form\CampaignType
  1258.      */
  1259.     protected function getCampaignTypeService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1263.         include_once \dirname(__DIR__4).'/src/Form/CampaignType.php';
  1264.         return $this->services['App\\Form\\CampaignType'] = new \App\Form\CampaignType();
  1265.     }
  1266.     /**
  1267.      * Gets the public 'App\Form\CategoryArticleType' shared autowired service.
  1268.      *
  1269.      * @return \App\Form\CategoryArticleType
  1270.      */
  1271.     protected function getCategoryArticleTypeService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1275.         include_once \dirname(__DIR__4).'/src/Form/CategoryArticleType.php';
  1276.         return $this->services['App\\Form\\CategoryArticleType'] = new \App\Form\CategoryArticleType();
  1277.     }
  1278.     /**
  1279.      * Gets the public 'App\Form\CategoryType' shared autowired service.
  1280.      *
  1281.      * @return \App\Form\CategoryType
  1282.      */
  1283.     protected function getCategoryTypeService()
  1284.     {
  1285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1287.         include_once \dirname(__DIR__4).'/src/Form/CategoryType.php';
  1288.         return $this->services['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
  1289.     }
  1290.     /**
  1291.      * Gets the public 'App\Form\ContactType' shared autowired service.
  1292.      *
  1293.      * @return \App\Form\ContactType
  1294.      */
  1295.     protected function getContactTypeService()
  1296.     {
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1299.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  1300.         return $this->services['App\\Form\\ContactType'] = new \App\Form\ContactType();
  1301.     }
  1302.     /**
  1303.      * Gets the public 'App\Form\LauncherType' shared autowired service.
  1304.      *
  1305.      * @return \App\Form\LauncherType
  1306.      */
  1307.     protected function getLauncherTypeService()
  1308.     {
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1311.         include_once \dirname(__DIR__4).'/src/Form/LauncherType.php';
  1312.         return $this->services['App\\Form\\LauncherType'] = new \App\Form\LauncherType();
  1313.     }
  1314.     /**
  1315.      * Gets the public 'App\Form\LicenceKeyType' shared autowired service.
  1316.      *
  1317.      * @return \App\Form\LicenceKeyType
  1318.      */
  1319.     protected function getLicenceKeyTypeService()
  1320.     {
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1323.         include_once \dirname(__DIR__4).'/src/Form/LicenceKeyType.php';
  1324.         return $this->services['App\\Form\\LicenceKeyType'] = new \App\Form\LicenceKeyType();
  1325.     }
  1326.     /**
  1327.      * Gets the public 'App\Form\PictureType' shared autowired service.
  1328.      *
  1329.      * @return \App\Form\PictureType
  1330.      */
  1331.     protected function getPictureTypeService()
  1332.     {
  1333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1335.         include_once \dirname(__DIR__4).'/src/Form/PictureType.php';
  1336.         return $this->services['App\\Form\\PictureType'] = new \App\Form\PictureType();
  1337.     }
  1338.     /**
  1339.      * Gets the public 'App\Form\ProductType' shared autowired service.
  1340.      *
  1341.      * @return \App\Form\ProductType
  1342.      */
  1343.     protected function getProductTypeService()
  1344.     {
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1347.         include_once \dirname(__DIR__4).'/src/Form/ProductType.php';
  1348.         return $this->services['App\\Form\\ProductType'] = new \App\Form\ProductType();
  1349.     }
  1350.     /**
  1351.      * Gets the public 'App\Form\QuestionType' shared autowired service.
  1352.      *
  1353.      * @return \App\Form\QuestionType
  1354.      */
  1355.     protected function getQuestionTypeService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1359.         include_once \dirname(__DIR__4).'/src/Form/QuestionType.php';
  1360.         return $this->services['App\\Form\\QuestionType'] = new \App\Form\QuestionType();
  1361.     }
  1362.     /**
  1363.      * Gets the public 'App\Form\RedirectionType' shared autowired service.
  1364.      *
  1365.      * @return \App\Form\RedirectionType
  1366.      */
  1367.     protected function getRedirectionTypeService()
  1368.     {
  1369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1371.         include_once \dirname(__DIR__4).'/src/Form/RedirectionType.php';
  1372.         return $this->services['App\\Form\\RedirectionType'] = new \App\Form\RedirectionType();
  1373.     }
  1374.     /**
  1375.      * Gets the public 'App\Form\RegistrationType' shared autowired service.
  1376.      *
  1377.      * @return \App\Form\RegistrationType
  1378.      */
  1379.     protected function getRegistrationTypeService()
  1380.     {
  1381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1383.         include_once \dirname(__DIR__4).'/src/Form/RegistrationType.php';
  1384.         return $this->services['App\\Form\\RegistrationType'] = new \App\Form\RegistrationType();
  1385.     }
  1386.     /**
  1387.      * Gets the public 'App\Form\SeoRouteMetaType' shared autowired service.
  1388.      *
  1389.      * @return \App\Form\SeoRouteMetaType
  1390.      */
  1391.     protected function getSeoRouteMetaTypeService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1395.         include_once \dirname(__DIR__4).'/src/Form/SeoRouteMetaType.php';
  1396.         return $this->services['App\\Form\\SeoRouteMetaType'] = new \App\Form\SeoRouteMetaType();
  1397.     }
  1398.     /**
  1399.      * Gets the public 'App\Form\SeoRouteType' shared autowired service.
  1400.      *
  1401.      * @return \App\Form\SeoRouteType
  1402.      */
  1403.     protected function getSeoRouteTypeService()
  1404.     {
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1407.         include_once \dirname(__DIR__4).'/src/Form/SeoRouteType.php';
  1408.         return $this->services['App\\Form\\SeoRouteType'] = new \App\Form\SeoRouteType();
  1409.     }
  1410.     /**
  1411.      * Gets the public 'App\Form\SubscriberGroupType' shared autowired service.
  1412.      *
  1413.      * @return \App\Form\SubscriberGroupType
  1414.      */
  1415.     protected function getSubscriberGroupTypeService()
  1416.     {
  1417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1419.         include_once \dirname(__DIR__4).'/src/Form/SubscriberGroupType.php';
  1420.         return $this->services['App\\Form\\SubscriberGroupType'] = new \App\Form\SubscriberGroupType();
  1421.     }
  1422.     /**
  1423.      * Gets the public 'App\Form\SubscriberType' shared autowired service.
  1424.      *
  1425.      * @return \App\Form\SubscriberType
  1426.      */
  1427.     protected function getSubscriberTypeService()
  1428.     {
  1429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1431.         include_once \dirname(__DIR__4).'/src/Form/SubscriberType.php';
  1432.         return $this->services['App\\Form\\SubscriberType'] = new \App\Form\SubscriberType();
  1433.     }
  1434.     /**
  1435.      * Gets the public 'App\Form\TemplateType' shared autowired service.
  1436.      *
  1437.      * @return \App\Form\TemplateType
  1438.      */
  1439.     protected function getTemplateTypeService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1443.         include_once \dirname(__DIR__4).'/src/Form/TemplateType.php';
  1444.         return $this->services['App\\Form\\TemplateType'] = new \App\Form\TemplateType();
  1445.     }
  1446.     /**
  1447.      * Gets the public 'App\Form\UserType' shared autowired service.
  1448.      *
  1449.      * @return \App\Form\UserType
  1450.      */
  1451.     protected function getUserTypeService()
  1452.     {
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1455.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  1456.         return $this->services['App\\Form\\UserType'] = new \App\Form\UserType();
  1457.     }
  1458.     /**
  1459.      * Gets the public 'App\Form\YmlBlockType' shared autowired service.
  1460.      *
  1461.      * @return \App\Form\YmlBlockType
  1462.      */
  1463.     protected function getYmlBlockTypeService()
  1464.     {
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1467.         include_once \dirname(__DIR__4).'/src/Form/YmlBlockType.php';
  1468.         return $this->services['App\\Form\\YmlBlockType'] = new \App\Form\YmlBlockType();
  1469.     }
  1470.     /**
  1471.      * Gets the public 'App\Repository\ArticleRepository' shared autowired service.
  1472.      *
  1473.      * @return \App\Repository\ArticleRepository
  1474.      */
  1475.     protected function getArticleRepositoryService()
  1476.     {
  1477.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1482.         include_once \dirname(__DIR__4).'/src/Repository/ArticleRepository.php';
  1483.         return $this->services['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1484.     }
  1485.     /**
  1486.      * Gets the public 'App\Repository\CampaignRepository' shared autowired service.
  1487.      *
  1488.      * @return \App\Repository\CampaignRepository
  1489.      */
  1490.     protected function getCampaignRepositoryService()
  1491.     {
  1492.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1497.         include_once \dirname(__DIR__4).'/src/Repository/CampaignRepository.php';
  1498.         return $this->services['App\\Repository\\CampaignRepository'] = new \App\Repository\CampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1499.     }
  1500.     /**
  1501.      * Gets the public 'App\Repository\CartProductRepository' shared autowired service.
  1502.      *
  1503.      * @return \App\Repository\CartProductRepository
  1504.      */
  1505.     protected function getCartProductRepositoryService()
  1506.     {
  1507.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1512.         include_once \dirname(__DIR__4).'/src/Repository/CartProductRepository.php';
  1513.         return $this->services['App\\Repository\\CartProductRepository'] = new \App\Repository\CartProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1514.     }
  1515.     /**
  1516.      * Gets the public 'App\Repository\CartRepository' shared autowired service.
  1517.      *
  1518.      * @return \App\Repository\CartRepository
  1519.      */
  1520.     protected function getCartRepositoryService()
  1521.     {
  1522.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1527.         include_once \dirname(__DIR__4).'/src/Repository/CartRepository.php';
  1528.         return $this->services['App\\Repository\\CartRepository'] = new \App\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1529.     }
  1530.     /**
  1531.      * Gets the public 'App\Repository\CategoryArticleRepository' shared autowired service.
  1532.      *
  1533.      * @return \App\Repository\CategoryArticleRepository
  1534.      */
  1535.     protected function getCategoryArticleRepositoryService()
  1536.     {
  1537.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1542.         include_once \dirname(__DIR__4).'/src/Repository/CategoryArticleRepository.php';
  1543.         return $this->services['App\\Repository\\CategoryArticleRepository'] = new \App\Repository\CategoryArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1544.     }
  1545.     /**
  1546.      * Gets the public 'App\Repository\CategoryRepository' shared autowired service.
  1547.      *
  1548.      * @return \App\Repository\CategoryRepository
  1549.      */
  1550.     protected function getCategoryRepositoryService()
  1551.     {
  1552.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1557.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  1558.         return $this->services['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1559.     }
  1560.     /**
  1561.      * Gets the public 'App\Repository\ContactRepository' shared autowired service.
  1562.      *
  1563.      * @return \App\Repository\ContactRepository
  1564.      */
  1565.     protected function getContactRepositoryService()
  1566.     {
  1567.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1572.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  1573.         return $this->services['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1574.     }
  1575.     /**
  1576.      * Gets the public 'App\Repository\EcommerceOrderRepository' shared autowired service.
  1577.      *
  1578.      * @return \App\Repository\EcommerceOrderRepository
  1579.      */
  1580.     protected function getEcommerceOrderRepositoryService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1587.         include_once \dirname(__DIR__4).'/src/Repository/EcommerceOrderRepository.php';
  1588.         return $this->services['App\\Repository\\EcommerceOrderRepository'] = new \App\Repository\EcommerceOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1589.     }
  1590.     /**
  1591.      * Gets the public 'App\Repository\PictureRepository' shared autowired service.
  1592.      *
  1593.      * @return \App\Repository\PictureRepository
  1594.      */
  1595.     protected function getPictureRepositoryService()
  1596.     {
  1597.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1602.         include_once \dirname(__DIR__4).'/src/Repository/PictureRepository.php';
  1603.         return $this->services['App\\Repository\\PictureRepository'] = new \App\Repository\PictureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1604.     }
  1605.     /**
  1606.      * Gets the public 'App\Repository\ProductRepository' shared autowired service.
  1607.      *
  1608.      * @return \App\Repository\ProductRepository
  1609.      */
  1610.     protected function getProductRepositoryService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1617.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  1618.         return $this->services['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1619.     }
  1620.     /**
  1621.      * Gets the public 'App\Repository\QuestionRepository' shared autowired service.
  1622.      *
  1623.      * @return \App\Repository\QuestionRepository
  1624.      */
  1625.     protected function getQuestionRepositoryService()
  1626.     {
  1627.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1632.         include_once \dirname(__DIR__4).'/src/Repository/QuestionRepository.php';
  1633.         return $this->services['App\\Repository\\QuestionRepository'] = new \App\Repository\QuestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1634.     }
  1635.     /**
  1636.      * Gets the public 'App\Repository\RecipientRepository' shared autowired service.
  1637.      *
  1638.      * @return \App\Repository\RecipientRepository
  1639.      */
  1640.     protected function getRecipientRepositoryService()
  1641.     {
  1642.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1647.         include_once \dirname(__DIR__4).'/src/Repository/RecipientRepository.php';
  1648.         return $this->services['App\\Repository\\RecipientRepository'] = new \App\Repository\RecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1649.     }
  1650.     /**
  1651.      * Gets the public 'App\Repository\SeoRouteMetaRepository' shared autowired service.
  1652.      *
  1653.      * @return \App\Repository\SeoRouteMetaRepository
  1654.      */
  1655.     protected function getSeoRouteMetaRepositoryService()
  1656.     {
  1657.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1660.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1662.         include_once \dirname(__DIR__4).'/src/Repository/SeoRouteMetaRepository.php';
  1663.         return $this->services['App\\Repository\\SeoRouteMetaRepository'] = new \App\Repository\SeoRouteMetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1664.     }
  1665.     /**
  1666.      * Gets the public 'App\Repository\SeoRouteRepository' shared autowired service.
  1667.      *
  1668.      * @return \App\Repository\SeoRouteRepository
  1669.      */
  1670.     protected function getSeoRouteRepositoryService()
  1671.     {
  1672.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1673.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1677.         include_once \dirname(__DIR__4).'/src/Repository/SeoRouteRepository.php';
  1678.         return $this->services['App\\Repository\\SeoRouteRepository'] = new \App\Repository\SeoRouteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1679.     }
  1680.     /**
  1681.      * Gets the public 'App\Repository\SubscriberGroupRepository' shared autowired service.
  1682.      *
  1683.      * @return \App\Repository\SubscriberGroupRepository
  1684.      */
  1685.     protected function getSubscriberGroupRepositoryService()
  1686.     {
  1687.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1692.         include_once \dirname(__DIR__4).'/src/Repository/SubscriberGroupRepository.php';
  1693.         return $this->services['App\\Repository\\SubscriberGroupRepository'] = new \App\Repository\SubscriberGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1694.     }
  1695.     /**
  1696.      * Gets the public 'App\Repository\SubscriberRepository' shared autowired service.
  1697.      *
  1698.      * @return \App\Repository\SubscriberRepository
  1699.      */
  1700.     protected function getSubscriberRepositoryService()
  1701.     {
  1702.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1707.         include_once \dirname(__DIR__4).'/src/Repository/SubscriberRepository.php';
  1708.         return $this->services['App\\Repository\\SubscriberRepository'] = new \App\Repository\SubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1709.     }
  1710.     /**
  1711.      * Gets the public 'App\Repository\TemplateRepository' shared autowired service.
  1712.      *
  1713.      * @return \App\Repository\TemplateRepository
  1714.      */
  1715.     protected function getTemplateRepositoryService()
  1716.     {
  1717.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1722.         include_once \dirname(__DIR__4).'/src/Repository/TemplateRepository.php';
  1723.         return $this->services['App\\Repository\\TemplateRepository'] = new \App\Repository\TemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1724.     }
  1725.     /**
  1726.      * Gets the public 'App\Repository\UserRepository' shared autowired service.
  1727.      *
  1728.      * @return \App\Repository\UserRepository
  1729.      */
  1730.     protected function getUserRepositoryService()
  1731.     {
  1732.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1737.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  1738.         return $this->services['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1739.     }
  1740.     /**
  1741.      * Gets the public 'App\Service\CheckRoute' shared autowired service.
  1742.      *
  1743.      * @return \App\Service\CheckRoute
  1744.      */
  1745.     protected function getCheckRouteService()
  1746.     {
  1747.         return $this->services['App\\Service\\CheckRoute'] = new \App\Service\CheckRoute(($this->services['router'] ?? $this->getRouterService()), $this->parameters['jms_i18n_routing.locales']);
  1748.     }
  1749.     /**
  1750.      * Gets the public 'App\Service\Filter' shared autowired service.
  1751.      *
  1752.      * @return \App\Service\Filter
  1753.      */
  1754.     protected function getFilterService()
  1755.     {
  1756.         include_once \dirname(__DIR__4).'/src/Service/Filter.php';
  1757.         return $this->services['App\\Service\\Filter'] = new \App\Service\Filter();
  1758.     }
  1759.     /**
  1760.      * Gets the public 'App\Service\Mailer' shared autowired service.
  1761.      *
  1762.      * @return \App\Service\Mailer
  1763.      */
  1764.     protected function getMailerService()
  1765.     {
  1766.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  1767.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  1768.         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']]);
  1769.     }
  1770.     /**
  1771.      * Gets the public 'App\Service\Order' shared autowired service.
  1772.      *
  1773.      * @return \App\Service\Order
  1774.      */
  1775.     protected function getOrderService()
  1776.     {
  1777.         include_once \dirname(__DIR__4).'/src/Service/Order.php';
  1778.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1779.         if (isset($this->services['App\\Service\\Order'])) {
  1780.             return $this->services['App\\Service\\Order'];
  1781.         }
  1782.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1783.         if (isset($this->services['App\\Service\\Order'])) {
  1784.             return $this->services['App\\Service\\Order'];
  1785.         }
  1786.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1787.         if (isset($this->services['App\\Service\\Order'])) {
  1788.             return $this->services['App\\Service\\Order'];
  1789.         }
  1790.         return $this->services['App\\Service\\Order'] = new \App\Service\Order($a$this$b$c);
  1791.     }
  1792.     /**
  1793.      * Gets the public 'App\Service\Picture' shared autowired service.
  1794.      *
  1795.      * @return \App\Service\Picture
  1796.      */
  1797.     protected function getPictureService()
  1798.     {
  1799.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  1800.         if (isset($this->services['App\\Service\\Picture'])) {
  1801.             return $this->services['App\\Service\\Picture'];
  1802.         }
  1803.         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()));
  1804.     }
  1805.     /**
  1806.      * Gets the public 'App\Service\Seo' shared autowired service.
  1807.      *
  1808.      * @return \App\Service\Seo
  1809.      */
  1810.     protected function getSeoService()
  1811.     {
  1812.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1813.         if (isset($this->services['App\\Service\\Seo'])) {
  1814.             return $this->services['App\\Service\\Seo'];
  1815.         }
  1816.         return $this->services['App\\Service\\Seo'] = new \App\Service\Seo(($this->services['router'] ?? $this->getRouterService()), $a);
  1817.     }
  1818.     /**
  1819.      * Gets the public 'App\Service\Sitemap' shared autowired service.
  1820.      *
  1821.      * @return \App\Service\Sitemap
  1822.      */
  1823.     protected function getSitemapService()
  1824.     {
  1825.         include_once \dirname(__DIR__4).'/src/Service/Sitemap.php';
  1826.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1827.         if (isset($this->services['App\\Service\\Sitemap'])) {
  1828.             return $this->services['App\\Service\\Sitemap'];
  1829.         }
  1830.         return $this->services['App\\Service\\Sitemap'] = new \App\Service\Sitemap(($this->services['router'] ?? $this->getRouterService()), $a);
  1831.     }
  1832.     /**
  1833.      * Gets the public 'App\Service\TwigExtension' shared autowired service.
  1834.      *
  1835.      * @return \App\Service\TwigExtension
  1836.      */
  1837.     protected function getTwigExtensionService()
  1838.     {
  1839.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1840.         if (isset($this->services['App\\Service\\TwigExtension'])) {
  1841.             return $this->services['App\\Service\\TwigExtension'];
  1842.         }
  1843.         $b = ($this->services['App\\Service\\Picture'] ?? $this->getPictureService());
  1844.         if (isset($this->services['App\\Service\\TwigExtension'])) {
  1845.             return $this->services['App\\Service\\TwigExtension'];
  1846.         }
  1847.         return $this->services['App\\Service\\TwigExtension'] = new \App\Service\TwigExtension(($this->services['router'] ?? $this->getRouterService()), $a$b);
  1848.     }
  1849.     /**
  1850.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1851.      *
  1852.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1853.      */
  1854.     protected function getProfilerControllerService()
  1855.     {
  1856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1857.         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()));
  1858.     }
  1859.     /**
  1860.      * Gets the public 'FOS\UserBundle\Controller\SecurityController' shared autowired service.
  1861.      *
  1862.      * @return \App\Controller\Admin\SecurityController
  1863.      */
  1864.     protected function getSecurityController2Service()
  1865.     {
  1866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1867.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SecurityController.php';
  1868.         $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()));
  1869.         $instance->setContainer($this);
  1870.         return $instance;
  1871.     }
  1872.     /**
  1873.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  1874.      *
  1875.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  1876.      */
  1877.     protected function getBlameableEventSubscriberService()
  1878.     {
  1879.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  1881.         $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  1882.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1883.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1884.         }
  1885.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1886.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1887.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1888.         }
  1889.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a$bNULL);
  1890.     }
  1891.     /**
  1892.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  1893.      *
  1894.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  1895.      */
  1896.     protected function getLoggableEventSubscriberService()
  1897.     {
  1898.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  1900.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1901.     }
  1902.     /**
  1903.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  1904.      *
  1905.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  1906.      */
  1907.     protected function getSluggableEventSubscriberService()
  1908.     {
  1909.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  1911.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1912.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1913.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1914.         }
  1915.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  1916.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1917.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1918.         }
  1919.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  1920.     }
  1921.     /**
  1922.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  1923.      *
  1924.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  1925.      */
  1926.     protected function getSoftDeletableEventSubscriberService()
  1927.     {
  1928.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  1930.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  1931.     }
  1932.     /**
  1933.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  1934.      *
  1935.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  1936.      */
  1937.     protected function getTimestampableEventSubscriberService()
  1938.     {
  1939.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  1941.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  1942.     }
  1943.     /**
  1944.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  1945.      *
  1946.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  1947.      */
  1948.     protected function getTranslatableEventSubscriberService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  1952.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  1953.     }
  1954.     /**
  1955.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  1956.      *
  1957.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  1958.      */
  1959.     protected function getTreeEventSubscriberService()
  1960.     {
  1961.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  1963.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  1964.     }
  1965.     /**
  1966.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  1967.      *
  1968.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  1969.      */
  1970.     protected function getUuidableEventSubscriberService()
  1971.     {
  1972.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  1974.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  1975.     }
  1976.     /**
  1977.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  1978.      *
  1979.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  1980.      */
  1981.     protected function getLocaleProviderService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  1985.         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()));
  1986.     }
  1987.     /**
  1988.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  1989.      *
  1990.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  1991.      */
  1992.     protected function getUserProviderService()
  1993.     {
  1994.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  1996.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1997.         if (isset($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'])) {
  1998.             return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'];
  1999.         }
  2000.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider($aNULL);
  2001.     }
  2002.     /**
  2003.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  2004.      *
  2005.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  2006.      */
  2007.     protected function getDefaultSluggableRepositoryService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  2010.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2011.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  2012.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  2013.         }
  2014.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  2015.     }
  2016.     /**
  2017.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2018.      *
  2019.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2020.      */
  2021.     protected function getImagineControllerService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2025.         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))));
  2026.     }
  2027.     /**
  2028.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2029.      *
  2030.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2031.      */
  2032.     protected function getRedirectControllerService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2035.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2036.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2037.     }
  2038.     /**
  2039.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2040.      *
  2041.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2042.      */
  2043.     protected function getTemplateController2Service()
  2044.     {
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2046.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2047.     }
  2048.     /**
  2049.      * Gets the public 'cache.app' shared service.
  2050.      *
  2051.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2052.      */
  2053.     protected function getCache_AppService()
  2054.     {
  2055.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  2056.     }
  2057.     /**
  2058.      * Gets the public 'cache.app_clearer' shared service.
  2059.      *
  2060.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2061.      */
  2062.     protected function getCache_AppClearerService()
  2063.     {
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2066.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2067.     }
  2068.     /**
  2069.      * Gets the public 'cache.global_clearer' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2072.      */
  2073.     protected function getCache_GlobalClearerService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2077.         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())]);
  2078.     }
  2079.     /**
  2080.      * Gets the public 'cache.system' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2083.      */
  2084.     protected function getCache_SystemService()
  2085.     {
  2086.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  2087.     }
  2088.     /**
  2089.      * Gets the public 'cache.system_clearer' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2092.      */
  2093.     protected function getCache_SystemClearerService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2097.         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())]);
  2098.     }
  2099.     /**
  2100.      * Gets the public 'cache.validator_expression_language' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2103.      */
  2104.     protected function getCache_ValidatorExpressionLanguageService()
  2105.     {
  2106.         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()));
  2107.     }
  2108.     /**
  2109.      * Gets the public 'cache_warmer' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2112.      */
  2113.     protected function getCacheWarmerService()
  2114.     {
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2117.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2118.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2119.             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'))));
  2120.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2121.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2122.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2123.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2124.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2125.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2126.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2127.     }
  2128.     /**
  2129.      * Gets the public 'console.command_loader' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2132.      */
  2133.     protected function getConsole_CommandLoaderService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2137.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2138.             'App\\Command\\ExampleCommand' => ['privates''.App\\Command\\ExampleCommand.lazy''getExampleCommand_LazyService'false],
  2139.             'App\\Command\\GenerateCrudCommand' => ['privates''.App\\Command\\GenerateCrudCommand.lazy''getGenerateCrudCommand_LazyService'false],
  2140.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2141.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2142.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2143.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2144.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2145.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2146.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2147.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2148.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2149.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2150.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2151.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2152.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2153.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2154.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2155.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2156.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2157.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2158.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2159.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2160.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2161.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2162.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2163.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2164.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2165.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2166.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2167.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2168.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2169.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2170.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2171.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2172.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2173.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2174.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2175.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2176.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2177.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2178.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2179.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2180.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2181.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2182.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2183.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2184.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2185.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2186.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2187.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2188.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2189.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2190.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2191.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2192.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2193.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2194.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2195.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2196.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2197.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2198.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2199.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2200.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2201.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2202.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2203.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2204.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  2205.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  2206.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2207.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2208.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2209.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2210.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2211.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2212.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2213.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2214.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2215.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2216.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2217.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2218.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2219.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2220.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  2221.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  2222.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2223.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2224.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  2225.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  2226.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2227.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2228.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2229.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2230.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2231.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2232.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2233.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2234.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2235.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2236.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2237.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2238.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2239.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2240.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2241.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2242.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2243.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2244.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2245.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2246.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2247.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  2248.         ], [
  2249.             'App\\Command\\ExampleCommand' => '?',
  2250.             'App\\Command\\GenerateCrudCommand' => '?',
  2251.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2252.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2253.             'console.command.about' => '?',
  2254.             'console.command.assets_install' => '?',
  2255.             'console.command.cache_clear' => '?',
  2256.             'console.command.cache_pool_clear' => '?',
  2257.             'console.command.cache_pool_prune' => '?',
  2258.             'console.command.cache_pool_delete' => '?',
  2259.             'console.command.cache_pool_list' => '?',
  2260.             'console.command.cache_warmup' => '?',
  2261.             'console.command.config_debug' => '?',
  2262.             'console.command.config_dump_reference' => '?',
  2263.             'console.command.container_debug' => '?',
  2264.             'console.command.container_lint' => '?',
  2265.             'console.command.debug_autowiring' => '?',
  2266.             'console.command.dotenv_debug' => '?',
  2267.             'console.command.event_dispatcher_debug' => '?',
  2268.             'console.command.router_debug' => '?',
  2269.             'console.command.router_match' => '?',
  2270.             'console.command.translation_debug' => '?',
  2271.             'console.command.translation_extract' => '?',
  2272.             'console.command.validator_debug' => '?',
  2273.             'console.command.translation_pull' => '?',
  2274.             'console.command.translation_push' => '?',
  2275.             'console.command.xliff_lint' => '?',
  2276.             'console.command.yaml_lint' => '?',
  2277.             'console.command.form_debug' => '?',
  2278.             'console.command.secrets_set' => '?',
  2279.             'console.command.secrets_remove' => '?',
  2280.             'console.command.secrets_generate_key' => '?',
  2281.             'console.command.secrets_list' => '?',
  2282.             'console.command.secrets_decrypt_to_local' => '?',
  2283.             'console.command.secrets_encrypt_from_local' => '?',
  2284.             'twig.command.debug' => '?',
  2285.             'twig.command.lint' => '?',
  2286.             'security.command.debug_firewall' => '?',
  2287.             'security.command.user_password_encoder' => '?',
  2288.             'security.command.user_password_hash' => '?',
  2289.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2290.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2291.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2292.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2293.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2294.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2295.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2296.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2297.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2298.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2299.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2300.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2301.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2302.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2303.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2304.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2305.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2306.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2307.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2308.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2309.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2310.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2311.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2312.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2313.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2314.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2315.             'jms_translation.command.extract' => 'JMS\\TranslationBundle\\Command\\ExtractTranslationCommand',
  2316.             'jms_translation.command.list_resources' => 'JMS\\TranslationBundle\\Command\\ResourcesListCommand',
  2317.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2318.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2319.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2320.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2321.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2322.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2323.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2324.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2325.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2326.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2327.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2328.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2329.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2330.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2331.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  2332.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  2333.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2334.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2335.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  2336.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  2337.             'maker.auto_command.make_auth' => '?',
  2338.             'maker.auto_command.make_command' => '?',
  2339.             'maker.auto_command.make_controller' => '?',
  2340.             'maker.auto_command.make_crud' => '?',
  2341.             'maker.auto_command.make_docker_database' => '?',
  2342.             'maker.auto_command.make_entity' => '?',
  2343.             'maker.auto_command.make_fixtures' => '?',
  2344.             'maker.auto_command.make_form' => '?',
  2345.             'maker.auto_command.make_message' => '?',
  2346.             'maker.auto_command.make_messenger_middleware' => '?',
  2347.             'maker.auto_command.make_registration_form' => '?',
  2348.             'maker.auto_command.make_reset_password' => '?',
  2349.             'maker.auto_command.make_serializer_encoder' => '?',
  2350.             'maker.auto_command.make_serializer_normalizer' => '?',
  2351.             'maker.auto_command.make_subscriber' => '?',
  2352.             'maker.auto_command.make_twig_extension' => '?',
  2353.             'maker.auto_command.make_test' => '?',
  2354.             'maker.auto_command.make_validator' => '?',
  2355.             'maker.auto_command.make_voter' => '?',
  2356.             'maker.auto_command.make_user' => '?',
  2357.             'maker.auto_command.make_migration' => '?',
  2358.             'maker.auto_command.make_stimulus_controller' => '?',
  2359.         ]), ['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''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']);
  2360.     }
  2361.     /**
  2362.      * Gets the public 'container.env_var_processors_locator' shared service.
  2363.      *
  2364.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2365.      */
  2366.     protected function getContainer_EnvVarProcessorsLocatorService()
  2367.     {
  2368.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2369.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2370.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2371.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2372.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2373.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2374.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2375.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2376.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2377.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2378.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2379.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2380.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2381.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2382.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2383.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2384.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2385.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2386.         ], [
  2387.             'base64' => '?',
  2388.             'bool' => '?',
  2389.             'const' => '?',
  2390.             'csv' => '?',
  2391.             'default' => '?',
  2392.             'file' => '?',
  2393.             'float' => '?',
  2394.             'int' => '?',
  2395.             'json' => '?',
  2396.             'key' => '?',
  2397.             'not' => '?',
  2398.             'query_string' => '?',
  2399.             'require' => '?',
  2400.             'resolve' => '?',
  2401.             'string' => '?',
  2402.             'trim' => '?',
  2403.             'url' => '?',
  2404.         ]);
  2405.     }
  2406.     /**
  2407.      * Gets the public 'doctrine' shared service.
  2408.      *
  2409.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2410.      */
  2411.     protected function getDoctrineService()
  2412.     {
  2413.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2414.     }
  2415.     /**
  2416.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2417.      *
  2418.      * @return \Doctrine\DBAL\Connection
  2419.      */
  2420.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2421.     {
  2422.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2423.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2424.             return $this->services['doctrine.dbal.default_connection'];
  2425.         }
  2426.         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, []);
  2427.     }
  2428.     /**
  2429.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2430.      *
  2431.      * @return \Doctrine\ORM\EntityManager
  2432.      */
  2433.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2434.     {
  2435.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2436.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  2437.             return $this->services['doctrine.orm.default_entity_manager'];
  2438.         }
  2439.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  2440.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  2441.         return $instance;
  2442.     }
  2443.     /**
  2444.      * Gets the public 'error_controller' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2447.      */
  2448.     protected function getErrorControllerService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2451.         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()));
  2452.     }
  2453.     /**
  2454.      * Gets the public 'event_dispatcher' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2457.      */
  2458.     protected function getEventDispatcherService()
  2459.     {
  2460.         $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())));
  2461.         $instance->addListener('kernel.exception', [=> function () {
  2462.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2463.         }, => 'onKernelException'], 0);
  2464.         $instance->addListener('kernel.controller', [=> function () {
  2465.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2466.         }, => 'onKernelController'], 0);
  2467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2468.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2469.         }, => 'checkPassport'], 1024);
  2470.         $instance->addListener('kernel.response', [=> function () {
  2471.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2472.         }, => 'onKernelResponse'], 0);
  2473.         $instance->addListener('kernel.response', [=> function () {
  2474.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  2475.         }, => 'onKernelResponse'], 0);
  2476.         $instance->addListener('kernel.request', [=> function () {
  2477.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2478.         }, => 'onKernelRequest'], 0);
  2479.         $instance->addListener('kernel.response', [=> function () {
  2480.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  2481.         }, => 'onKernelResponse'], 256);
  2482.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2483.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2484.         }, => 'attachRefreshToken'], 0);
  2485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2486.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  2487.         }, => 'onLogout'], 0);
  2488.         $instance->addListener('kernel.exception', [=> function () {
  2489.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2490.         }, => 'onException'], 0);
  2491.         $instance->addListener('kernel.request', [=> function () {
  2492.             return ($this->services['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2493.         }, => 'onRequest'], 0);
  2494.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  2495.             return ($this->services['App\\EventListener\\UserListener'] ?? $this->getUserListenerService());
  2496.         }, => 'onRegister'], 0);
  2497.         $instance->addListener('fos_user.registration.success', [=> function () {
  2498.             return ($this->services['App\\EventListener\\UserListener'] ?? $this->getUserListenerService());
  2499.         }, => 'onRegisterSuccess'], 0);
  2500.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  2501.             return ($this->privates['app.user_listener'] ?? $this->getApp_UserListenerService());
  2502.         }, => 'onRegister'], 0);
  2503.         $instance->addListener('fos_user.registration.success', [=> function () {
  2504.             return ($this->privates['app.user_listener'] ?? $this->getApp_UserListenerService());
  2505.         }, => 'onRegisterSuccess'], 0);
  2506.         $instance->addListener('kernel.controller', [=> function () {
  2507.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2508.         }, => 'onKernelController'], 0);
  2509.         $instance->addListener('kernel.controller', [=> function () {
  2510.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2511.         }, => 'onKernelController'], 0);
  2512.         $instance->addListener('kernel.controller', [=> function () {
  2513.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2514.         }, => 'onKernelController'], -128);
  2515.         $instance->addListener('kernel.view', [=> function () {
  2516.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2517.         }, => 'onKernelView'], 0);
  2518.         $instance->addListener('kernel.controller', [=> function () {
  2519.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2520.         }, => 'onKernelController'], 0);
  2521.         $instance->addListener('kernel.response', [=> function () {
  2522.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2523.         }, => 'onKernelResponse'], 0);
  2524.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2525.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2526.         }, => 'onKernelControllerArguments'], 0);
  2527.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2528.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2529.         }, => 'onKernelControllerArguments'], 0);
  2530.         $instance->addListener('console.error', [=> function () {
  2531.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2532.         }, => 'onConsoleError'], 0);
  2533.         $instance->addListener('console.terminate', [=> function () {
  2534.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2535.         }, => 'onConsoleTerminate'], 0);
  2536.         $instance->addListener('kernel.response', [=> function () {
  2537.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  2538.         }, => 'onKernelResponse'], 50);
  2539.         $instance->addListener('kernel.finish_request', [=> function () {
  2540.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2541.         }, => 'resetAssets'], 0);
  2542.         $instance->addListener('kernel.response', [=> function () {
  2543.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2544.         }, => 'onKernelResponse'], 0);
  2545.         $instance->addListener('kernel.response', [=> function () {
  2546.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2547.         }, => 'onKernelResponse'], -1024);
  2548.         $instance->addListener('kernel.request', [=> function () {
  2549.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2550.         }, => 'setDefaultLocale'], 100);
  2551.         $instance->addListener('kernel.request', [=> function () {
  2552.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2553.         }, => 'onKernelRequest'], 16);
  2554.         $instance->addListener('kernel.finish_request', [=> function () {
  2555.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2556.         }, => 'onKernelFinishRequest'], 0);
  2557.         $instance->addListener('kernel.request', [=> function () {
  2558.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2559.         }, => 'onKernelRequest'], 256);
  2560.         $instance->addListener('kernel.response', [=> function () {
  2561.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2562.         }, => 'onResponse'], -255);
  2563.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2564.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2565.         }, => 'onControllerArguments'], 0);
  2566.         $instance->addListener('kernel.exception', [=> function () {
  2567.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2568.         }, => 'logKernelException'], 0);
  2569.         $instance->addListener('kernel.exception', [=> function () {
  2570.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2571.         }, => 'onKernelException'], -128);
  2572.         $instance->addListener('kernel.response', [=> function () {
  2573.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2574.         }, => 'removeCspHeader'], -128);
  2575.         $instance->addListener('kernel.request', [=> function () {
  2576.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2577.         }, => 'onKernelRequest'], 15);
  2578.         $instance->addListener('kernel.finish_request', [=> function () {
  2579.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2580.         }, => 'onKernelFinishRequest'], -15);
  2581.         $instance->addListener('console.error', [=> function () {
  2582.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2583.         }, => 'onConsoleError'], -128);
  2584.         $instance->addListener('console.terminate', [=> function () {
  2585.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2586.         }, => 'onConsoleTerminate'], -128);
  2587.         $instance->addListener('console.error', [=> function () {
  2588.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2589.         }, => 'onConsoleError'], 0);
  2590.         $instance->addListener('kernel.request', [=> function () {
  2591.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2592.         }, => 'onKernelRequest'], 128);
  2593.         $instance->addListener('kernel.response', [=> function () {
  2594.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2595.         }, => 'onKernelResponse'], -1000);
  2596.         $instance->addListener('kernel.finish_request', [=> function () {
  2597.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  2598.         }, => 'onFinishRequest'], 0);
  2599.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2600.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2601.         }, => 'onMessage'], -255);
  2602.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2603.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2604.         }, => 'onMessage'], -255);
  2605.         $instance->addListener('kernel.request', [=> function () {
  2606.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2607.         }, => 'configure'], 2048);
  2608.         $instance->addListener('console.command', [=> function () {
  2609.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2610.         }, => 'configure'], 2048);
  2611.         $instance->addListener('kernel.request', [=> function () {
  2612.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2613.         }, => 'onKernelRequest'], 32);
  2614.         $instance->addListener('kernel.finish_request', [=> function () {
  2615.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2616.         }, => 'onKernelFinishRequest'], 0);
  2617.         $instance->addListener('kernel.exception', [=> function () {
  2618.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2619.         }, => 'onKernelException'], -64);
  2620.         $instance->addListener('kernel.response', [=> function () {
  2621.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2622.         }, => 'onKernelResponse'], 0);
  2623.         $instance->addListener('kernel.response', [=> function () {
  2624.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2625.         }, => 'onKernelResponse'], -100);
  2626.         $instance->addListener('kernel.exception', [=> function () {
  2627.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2628.         }, => 'onKernelException'], 0);
  2629.         $instance->addListener('kernel.terminate', [=> function () {
  2630.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2631.         }, => 'onKernelTerminate'], -1024);
  2632.         $instance->addListener('kernel.controller', [=> function () {
  2633.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2634.         }, => 'onKernelController'], 0);
  2635.         $instance->addListener('kernel.response', [=> function () {
  2636.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2637.         }, => 'onKernelResponse'], 0);
  2638.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2639.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2640.         }, => 'onMessage'], 0);
  2641.         $instance->addListener('kernel.response', [=> function () {
  2642.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2643.         }, => 'onKernelResponse'], -128);
  2644.         $instance->addListener('kernel.response', [=> function () {
  2645.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2646.         }, => 'onKernelResponse'], 0);
  2647.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2648.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2649.         }, => 'checkPassport'], 0);
  2650.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2651.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2652.         }, => 'onLoginSuccess'], 0);
  2653.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2654.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2655.         }, => 'onVoterVote'], 0);
  2656.         $instance->addListener('kernel.request', [=> function () {
  2657.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2658.         }, => 'configureLogoutUrlGenerator'], 8);
  2659.         $instance->addListener('kernel.request', [=> function () {
  2660.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2661.         }, => 'onKernelRequest'], 8);
  2662.         $instance->addListener('kernel.finish_request', [=> function () {
  2663.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2664.         }, => 'onKernelFinishRequest'], 0);
  2665.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2666.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2667.         }, => 'onImplicitLogin'], 0);
  2668.         $instance->addListener('security.interactive_login', [=> function () {
  2669.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2670.         }, => 'onSecurityInteractiveLogin'], 0);
  2671.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2672.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2673.         }, => 'authenticate'], 0);
  2674.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2675.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2676.         }, => 'authenticate'], 0);
  2677.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2678.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2679.         }, => 'authenticate'], 0);
  2680.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2681.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2682.         }, => 'addSuccessFlash'], 0);
  2683.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2684.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2685.         }, => 'addSuccessFlash'], 0);
  2686.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2687.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2688.         }, => 'addSuccessFlash'], 0);
  2689.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2690.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2691.         }, => 'addSuccessFlash'], 0);
  2692.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2693.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2694.         }, => 'onResettingResetInitialize'], 0);
  2695.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2696.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2697.         }, => 'onResettingResetSuccess'], 0);
  2698.         $instance->addListener('knp_pager.before', [=> function () {
  2699.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2700.         }, => 'before'], 0);
  2701.         $instance->addListener('knp_pager.pagination', [=> function () {
  2702.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2703.         }, => 'pagination'], 0);
  2704.         $instance->addListener('knp_pager.before', [=> function () {
  2705.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2706.         }, => 'before'], 1);
  2707.         $instance->addListener('knp_pager.before', [=> function () {
  2708.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2709.         }, => 'before'], 1);
  2710.         $instance->addListener('knp_pager.pagination', [=> function () {
  2711.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2712.         }, => 'pagination'], 1);
  2713.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2714.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2715.         }, => 'checkPassport'], 512);
  2716.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2717.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2718.         }, => 'onLogout'], 0);
  2719.         return $instance;
  2720.     }
  2721.     /**
  2722.      * Gets the public 'fos_user.change_password.controller' shared service.
  2723.      *
  2724.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2725.      */
  2726.     protected function getFosUser_ChangePassword_ControllerService()
  2727.     {
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  2730.         $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()));
  2731.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  2732.         return $instance;
  2733.     }
  2734.     /**
  2735.      * Gets the public 'fos_user.profile.controller' shared service.
  2736.      *
  2737.      * @return \FOS\UserBundle\Controller\ProfileController
  2738.      */
  2739.     protected function getFosUser_Profile_ControllerService()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  2743.         $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()));
  2744.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.profile.controller'$this));
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the public 'fos_user.registration.controller' shared service.
  2749.      *
  2750.      * @return \FOS\UserBundle\Controller\RegistrationController
  2751.      */
  2752.     protected function getFosUser_Registration_ControllerService()
  2753.     {
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  2756.         $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()));
  2757.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.registration.controller'$this));
  2758.         return $instance;
  2759.     }
  2760.     /**
  2761.      * Gets the public 'fos_user.resetting.controller' shared service.
  2762.      *
  2763.      * @return \FOS\UserBundle\Controller\ResettingController
  2764.      */
  2765.     protected function getFosUser_Resetting_ControllerService()
  2766.     {
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  2771.         $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);
  2772.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  2773.         return $instance;
  2774.     }
  2775.     /**
  2776.      * Gets the public 'fos_user.security.controller' shared service.
  2777.      *
  2778.      * @return \FOS\UserBundle\Controller\SecurityController
  2779.      */
  2780.     protected function getFosUser_Security_ControllerService()
  2781.     {
  2782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  2784.         $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()));
  2785.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  2786.         return $instance;
  2787.     }
  2788.     /**
  2789.      * Gets the public 'fos_user.user_manager' shared service.
  2790.      *
  2791.      * @return \FOS\UserBundle\Doctrine\UserManager
  2792.      */
  2793.     protected function getFosUser_UserManagerService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  2798.         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');
  2799.     }
  2800.     /**
  2801.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  2802.      *
  2803.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  2804.      *
  2805.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken" service is deprecated.
  2806.      */
  2807.     protected function getGesdinet_JwtrefreshtokenService()
  2808.     {
  2809.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken" service is deprecated.');
  2810.         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()), 1296000'api'false, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2811.     }
  2812.     /**
  2813.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_generator' shared service.
  2814.      *
  2815.      * @return \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator
  2816.      */
  2817.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService()
  2818.     {
  2819.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGeneratorInterface.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGenerator.php';
  2821.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  2822.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'])) {
  2823.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'];
  2824.         }
  2825.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] = new \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator($a);
  2826.     }
  2827.     /**
  2828.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  2829.      *
  2830.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  2831.      */
  2832.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  2833.     {
  2834.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  2836.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2837.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'])) {
  2838.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'];
  2839.         }
  2840.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager($a'App\\Entity\\RefreshToken');
  2841.     }
  2842.     /**
  2843.      * Gets the public 'gesdinet.jwtrefreshtoken.request.extractor.chain' shared service.
  2844.      *
  2845.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor
  2846.      */
  2847.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ChainExtractor.php';
  2851.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  2854.         $this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor();
  2855.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor())));
  2856.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor())));
  2857.         $instance->addExtractor(($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] ?? ($this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor())));
  2858.         return $instance;
  2859.     }
  2860.     /**
  2861.      * Gets the public 'http_kernel' shared service.
  2862.      *
  2863.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2864.      */
  2865.     protected function getHttpKernelService()
  2866.     {
  2867.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2868.         if (isset($this->services['http_kernel'])) {
  2869.             return $this->services['http_kernel'];
  2870.         }
  2871.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2872.         if (isset($this->services['http_kernel'])) {
  2873.             return $this->services['http_kernel'];
  2874.         }
  2875.         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);
  2876.     }
  2877.     /**
  2878.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  2879.      *
  2880.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  2881.      */
  2882.     protected function getJmsI18nRouting_CookieSettingListenerService()
  2883.     {
  2884.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  2885.     }
  2886.     /**
  2887.      * Gets the public 'jms_i18n_routing.loader' shared service.
  2888.      *
  2889.      * @return \JMS\I18nRoutingBundle\Router\I18nLoader
  2890.      */
  2891.     protected function getJmsI18nRouting_LoaderService()
  2892.     {
  2893.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nLoader.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  2896.         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()));
  2897.     }
  2898.     /**
  2899.      * Gets the public 'jms_translation.config_factory' shared service.
  2900.      *
  2901.      * @return \JMS\TranslationBundle\Translation\ConfigFactory
  2902.      */
  2903.     protected function getJmsTranslation_ConfigFactoryService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigFactory.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ConfigBuilder.php';
  2907.         $a = new \JMS\TranslationBundle\Translation\ConfigBuilder();
  2908.         $a->setTranslationsDir((\dirname(__DIR__4).'/translations'));
  2909.         $a->setScanDirs([=> (\dirname(__DIR__4).'/src')]);
  2910.         $a->setIgnoredDomains([]);
  2911.         $a->setDomains([]);
  2912.         $a->setEnabledExtractors([]);
  2913.         $a->setExcludedDirs([=> 'cache'=> 'data'=> 'logs']);
  2914.         $a->setExcludedNames([=> '*TestCase.php'=> '*Test.php']);
  2915.         $a->setOutputFormat('yaml');
  2916.         $a->setUseIcuMessageFormat(false);
  2917.         $a->setKeepOldTranslations(false);
  2918.         $a->setLoadResources([]);
  2919.         return $this->services['jms_translation.config_factory'] = new \JMS\TranslationBundle\Translation\ConfigFactory(['app' => $a]);
  2920.     }
  2921.     /**
  2922.      * Gets the public 'jms_translation.controller.api_controller' shared service.
  2923.      *
  2924.      * @return \JMS\TranslationBundle\Controller\ApiController
  2925.      */
  2926.     protected function getJmsTranslation_Controller_ApiControllerService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/ApiController.php';
  2929.         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()));
  2930.     }
  2931.     /**
  2932.      * Gets the public 'jms_translation.controller.translate_controller' shared service.
  2933.      *
  2934.      * @return \JMS\TranslationBundle\Controller\TranslateController
  2935.      */
  2936.     protected function getJmsTranslation_Controller_TranslateControllerService()
  2937.     {
  2938.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Controller/TranslateController.php';
  2939.         $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()));
  2940.         $instance->setSourceLanguage('en');
  2941.         return $instance;
  2942.     }
  2943.     /**
  2944.      * Gets the public 'jms_translation.twig_extension' shared service.
  2945.      *
  2946.      * @return \JMS\TranslationBundle\Twig\TranslationExtension
  2947.      */
  2948.     protected function getJmsTranslation_TwigExtensionService()
  2949.     {
  2950.         return $this->services['jms_translation.twig_extension'] = new \JMS\TranslationBundle\Twig\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()), true);
  2951.     }
  2952.     /**
  2953.      * Gets the public 'jms_translation.updater' shared service.
  2954.      *
  2955.      * @return \JMS\TranslationBundle\Translation\Updater
  2956.      */
  2957.     protected function getJmsTranslation_UpdaterService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Updater.php';
  2960.         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()));
  2961.     }
  2962.     /**
  2963.      * Gets the public 'knp_paginator' shared service.
  2964.      *
  2965.      * @return \Knp\Component\Pager\Paginator
  2966.      */
  2967.     protected function getKnpPaginatorService($lazyLoad true)
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2971.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2972.         if (isset($this->services['knp_paginator'])) {
  2973.             return $this->services['knp_paginator'];
  2974.         }
  2975.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2976.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2977.         return $instance;
  2978.     }
  2979.     /**
  2980.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2981.      *
  2982.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2983.      */
  2984.     protected function getLexikJwtAuthentication_EncoderService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2989.         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()));
  2990.     }
  2991.     /**
  2992.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2993.      *
  2994.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2995.      */
  2996.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3000.         $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 () {
  3001.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  3002.         }, 1));
  3003.         $instance->setName('lexik:jwt:generate-token');
  3004.         return $instance;
  3005.     }
  3006.     /**
  3007.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3008.      *
  3009.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3010.      */
  3011.     protected function getLexikJwtAuthentication_JwtManagerService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  3017.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  3018.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3019.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3020.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  3021.         }
  3022.         $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([]))));
  3023.         $instance->setUserIdentityField('username'false);
  3024.         return $instance;
  3025.     }
  3026.     /**
  3027.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3028.      *
  3029.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3030.      */
  3031.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3032.     {
  3033.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3036.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3037.         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'), []);
  3038.     }
  3039.     /**
  3040.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3041.      *
  3042.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3043.      */
  3044.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3045.     {
  3046.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  3047.         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));
  3048.     }
  3049.     /**
  3050.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3051.      *
  3052.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3053.      */
  3054.     protected function getLiipImagine_Cache_ManagerService()
  3055.     {
  3056.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3057.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3058.             return $this->services['liip_imagine.cache.manager'];
  3059.         }
  3060.         $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);
  3061.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3062.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3063.         return $instance;
  3064.     }
  3065.     /**
  3066.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3067.      *
  3068.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3069.      */
  3070.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3071.     {
  3072.         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');
  3073.     }
  3074.     /**
  3075.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3076.      *
  3077.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3078.      */
  3079.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3080.     {
  3081.         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()));
  3082.     }
  3083.     /**
  3084.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3085.      *
  3086.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3087.      */
  3088.     protected function getLiipImagine_Cache_SignerService()
  3089.     {
  3090.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3091.     }
  3092.     /**
  3093.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3094.      *
  3095.      * @return \Liip\ImagineBundle\Config\StackCollection
  3096.      */
  3097.     protected function getLiipImagine_Config_StackCollectionService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3100.         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']);
  3101.     }
  3102.     /**
  3103.      * Gets the public 'liip_imagine.data.manager' shared service.
  3104.      *
  3105.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3106.      */
  3107.     protected function getLiipImagine_Data_ManagerService()
  3108.     {
  3109.         $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);
  3110.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3111.         return $instance;
  3112.     }
  3113.     /**
  3114.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3115.      *
  3116.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3117.      */
  3118.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  3119.     {
  3120.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3121.     }
  3122.     /**
  3123.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  3124.      *
  3125.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  3126.      */
  3127.     protected function getLiipImagine_Filter_Loader_FixedService()
  3128.     {
  3129.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  3130.     }
  3131.     /**
  3132.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  3133.      *
  3134.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  3135.      */
  3136.     protected function getLiipImagine_Filter_Loader_FlipService()
  3137.     {
  3138.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  3139.     }
  3140.     /**
  3141.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  3142.      *
  3143.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  3144.      */
  3145.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  3146.     {
  3147.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  3148.     }
  3149.     /**
  3150.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  3151.      *
  3152.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  3153.      */
  3154.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  3155.     {
  3156.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  3157.     }
  3158.     /**
  3159.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  3160.      *
  3161.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  3162.      */
  3163.     protected function getLiipImagine_Filter_Loader_ResampleService()
  3164.     {
  3165.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  3166.     }
  3167.     /**
  3168.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  3169.      *
  3170.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  3171.      */
  3172.     protected function getLiipImagine_Filter_Loader_RotateService()
  3173.     {
  3174.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  3175.     }
  3176.     /**
  3177.      * Gets the public 'liip_imagine.filter.manager' shared service.
  3178.      *
  3179.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  3180.      */
  3181.     protected function getLiipImagine_Filter_ManagerService()
  3182.     {
  3183.         $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()));
  3184.         $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())));
  3185.         $instance->addLoader('resize', ($this->privates['liip_imagine.filter.loader.resize'] ?? ($this->privates['liip_imagine.filter.loader.resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader())));
  3186.         $instance->addLoader('thumbnail', ($this->privates['liip_imagine.filter.loader.thumbnail'] ?? ($this->privates['liip_imagine.filter.loader.thumbnail'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader())));
  3187.         $instance->addLoader('crop', ($this->privates['liip_imagine.filter.loader.crop'] ?? ($this->privates['liip_imagine.filter.loader.crop'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader())));
  3188.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  3189.         $instance->addLoader('paste_image', ($this->privates['liip_imagine.filter.loader.paste_image'] ?? $this->getLiipImagine_Filter_Loader_PasteImageService()));
  3190.         $instance->addLoader('watermark_image', ($this->privates['liip_imagine.filter.loader.watermark_image'] ?? $this->getLiipImagine_Filter_Loader_WatermarkImageService()));
  3191.         $instance->addLoader('background', ($this->privates['liip_imagine.filter.loader.background'] ?? $this->getLiipImagine_Filter_Loader_BackgroundService()));
  3192.         $instance->addLoader('strip', ($this->privates['liip_imagine.filter.loader.strip'] ?? ($this->privates['liip_imagine.filter.loader.strip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader())));
  3193.         $instance->addLoader('scale', ($this->privates['liip_imagine.filter.loader.scale'] ?? ($this->privates['liip_imagine.filter.loader.scale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader())));
  3194.         $instance->addLoader('upscale', ($this->privates['liip_imagine.filter.loader.upscale'] ?? ($this->privates['liip_imagine.filter.loader.upscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader())));
  3195.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  3196.         $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())));
  3197.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  3198.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  3199.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  3200.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  3201.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  3202.         $instance->addPostProcessor('jpegoptim', ($this->privates['liip_imagine.filter.post_processor.jpegoptim'] ?? $this->getLiipImagine_Filter_PostProcessor_JpegoptimService()));
  3203.         $instance->addPostProcessor('optipng', ($this->privates['liip_imagine.filter.post_processor.optipng'] ?? $this->getLiipImagine_Filter_PostProcessor_OptipngService()));
  3204.         $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'))));
  3205.         $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'))));
  3206.         $instance->addPostProcessor('cwebp', ($this->privates['liip_imagine.filter.post_processor.cwebp'] ?? $this->getLiipImagine_Filter_PostProcessor_CwebpService()));
  3207.         return $instance;
  3208.     }
  3209.     /**
  3210.      * Gets the public 'monolog.logger.deprecation' shared service.
  3211.      *
  3212.      * @return \Symfony\Bridge\Monolog\Logger
  3213.      */
  3214.     protected function getMonolog_Logger_DeprecationService()
  3215.     {
  3216.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3217.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3218.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  3219.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3220.         return $instance;
  3221.     }
  3222.     /**
  3223.      * Gets the public 'request_stack' shared service.
  3224.      *
  3225.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3226.      */
  3227.     protected function getRequestStackService()
  3228.     {
  3229.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3230.     }
  3231.     /**
  3232.      * Gets the public 'router' shared service.
  3233.      *
  3234.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  3235.      */
  3236.     protected function getRouterService()
  3237.     {
  3238.         $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');
  3239.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3240.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3241.         $instance->setLocaleResolver(($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl'))));
  3242.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  3243.         $instance->setDefaultLocale('en');
  3244.         $instance->setRedirectToHost(true);
  3245.         return $instance;
  3246.     }
  3247.     /**
  3248.      * Gets the public 'routing.loader' shared service.
  3249.      *
  3250.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3251.      */
  3252.     protected function getRouting_LoaderService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3258.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), ['utf8' => true], []);
  3259.     }
  3260.     /**
  3261.      * Gets the public 'services_resetter' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3264.      */
  3265.     protected function getServicesResetterService()
  3266.     {
  3267.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3268.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3269.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  3270.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  3271.             }
  3272.             if (isset($this->privates['cache.webpack_encore'])) {
  3273.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  3274.             }
  3275.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  3276.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  3277.             }
  3278.             if (isset($this->services['cache.app'])) {
  3279.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3280.             }
  3281.             if (isset($this->services['cache.system'])) {
  3282.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3283.             }
  3284.             if (isset($this->privates['cache.validator'])) {
  3285.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3286.             }
  3287.             if (isset($this->privates['cache.serializer'])) {
  3288.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3289.             }
  3290.             if (isset($this->privates['cache.annotations'])) {
  3291.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3292.             }
  3293.             if (isset($this->privates['cache.property_info'])) {
  3294.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3295.             }
  3296.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3297.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3298.             }
  3299.             if (isset($this->privates['debug.stopwatch'])) {
  3300.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3301.             }
  3302.             if (isset($this->services['event_dispatcher'])) {
  3303.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3304.             }
  3305.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3306.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3307.             }
  3308.             if (isset($this->services['cache.validator_expression_language'])) {
  3309.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3310.             }
  3311.             if (isset($this->services['.container.private.profiler'])) {
  3312.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3313.             }
  3314.             if (isset($this->services['.container.private.validator'])) {
  3315.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3316.             }
  3317.             if (isset($this->privates['twig.form.engine'])) {
  3318.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3319.             }
  3320.             if (isset($this->services['.container.private.security.token_storage'])) {
  3321.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3322.             }
  3323.             if (isset($this->privates['cache.security_expression_language'])) {
  3324.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3325.             }
  3326.             if (isset($this->privates['debug.security.firewall'])) {
  3327.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  3328.             }
  3329.             if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  3330.                 yield 'debug.security.firewall.authenticator.admin' => ($this->privates['debug.security.firewall.authenticator.admin'] ?? null);
  3331.             }
  3332.             if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  3333.                 yield 'debug.security.firewall.authenticator.api_login' => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? null);
  3334.             }
  3335.             if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  3336.                 yield 'debug.security.firewall.authenticator.api' => ($this->privates['debug.security.firewall.authenticator.api'] ?? null);
  3337.             }
  3338.             if (isset($this->privates['cache.security_token_verifier'])) {
  3339.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null);
  3340.             }
  3341.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  3342.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  3343.             }
  3344.             if (isset($this->services['doctrine'])) {
  3345.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3346.             }
  3347.             if (isset($this->privates['form.type.entity'])) {
  3348.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3349.             }
  3350.         }, function () {
  3351.             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['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']));
  3352.         }), ['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'], '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']]);
  3353.     }
  3354.     /**
  3355.      * Gets the public 'test.client' service.
  3356.      *
  3357.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  3358.      */
  3359.     protected function getTest_ClientService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  3366.         $this->factories['test.client'] = function () {
  3367.             return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  3368.         };
  3369.         return $this->factories['test.client']();
  3370.     }
  3371.     /**
  3372.      * Gets the public 'test.private_services_locator' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3375.      */
  3376.     protected function getTest_PrivateServicesLocatorService()
  3377.     {
  3378.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3379.             'app.user_listener' => ['privates''app.user_listener''getApp_UserListenerService'false],
  3380.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  3381.             'twig.mobile_detect_extension' => ['privates''twig.mobile_detect_extension''getTwig_MobileDetectExtensionService'false],
  3382.             'a2lix_translation_form.locale.simple_provider' => ['privates''a2lix_translation_form.locale.simple_provider''getA2lixTranslationForm_Locale_SimpleProviderService'false],
  3383.             'a2lix_translation_form.form.event_listener.translations_listener' => ['privates''a2lix_translation_form.form.event_listener.translations_listener''getA2lixTranslationForm_Form_EventListener_TranslationsListenerService'false],
  3384.             'a2lix_translation_form.form.event_listener.translations_form_listener' => ['privates''a2lix_translation_form.form.event_listener.translations_form_listener''getA2lixTranslationForm_Form_EventListener_TranslationsFormListenerService'false],
  3385.             'a2lix_translation_form.form.type.translations_type' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  3386.             'a2lix_translation_form.form.type.translations_forms_type' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  3387.             'a2lix_translation_form.form.type.translations_locales_selector_type' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  3388.             'a2lix_translation_form.form.type.translated_entity_type' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  3389.             'liip_imagine.factory.config.filter.argument.point' => ['privates''liip_imagine.factory.config.filter.argument.point''getLiipImagine_Factory_Config_Filter_Argument_PointService'false],
  3390.             'liip_imagine.factory.config.filter.argument.size' => ['privates''liip_imagine.factory.config.filter.argument.size''getLiipImagine_Factory_Config_Filter_Argument_SizeService'false],
  3391.             'liip_imagine.factory.config.stack' => ['privates''liip_imagine.factory.config.stack''getLiipImagine_Factory_Config_StackService'false],
  3392.             'liip_imagine.factory.config.filter.auto_rotate' => ['privates''liip_imagine.factory.config.filter.auto_rotate''getLiipImagine_Factory_Config_Filter_AutoRotateService'false],
  3393.             'liip_imagine.factory.config.filter.background' => ['privates''liip_imagine.factory.config.filter.background''getLiipImagine_Factory_Config_Filter_BackgroundService'false],
  3394.             'liip_imagine.factory.config.filter.crop' => ['privates''liip_imagine.factory.config.filter.crop''getLiipImagine_Factory_Config_Filter_CropService'false],
  3395.             'liip_imagine.factory.config.filter.downscale' => ['privates''liip_imagine.factory.config.filter.downscale''getLiipImagine_Factory_Config_Filter_DownscaleService'false],
  3396.             'liip_imagine.factory.config.filter.flip' => ['privates''liip_imagine.factory.config.filter.flip''getLiipImagine_Factory_Config_Filter_FlipService'false],
  3397.             'liip_imagine.factory.config.filter.grayscale' => ['privates''liip_imagine.factory.config.filter.grayscale''getLiipImagine_Factory_Config_Filter_GrayscaleService'false],
  3398.             'liip_imagine.factory.config.filter.interlace' => ['privates''liip_imagine.factory.config.filter.interlace''getLiipImagine_Factory_Config_Filter_InterlaceService'false],
  3399.             'liip_imagine.factory.config.filter.paste' => ['privates''liip_imagine.factory.config.filter.paste''getLiipImagine_Factory_Config_Filter_PasteService'false],
  3400.             'liip_imagine.factory.config.filter.relative_resize' => ['privates''liip_imagine.factory.config.filter.relative_resize''getLiipImagine_Factory_Config_Filter_RelativeResizeService'false],
  3401.             'liip_imagine.factory.config.filter.resize' => ['privates''liip_imagine.factory.config.filter.resize''getLiipImagine_Factory_Config_Filter_ResizeService'false],
  3402.             'liip_imagine.factory.config.filter.rotate' => ['privates''liip_imagine.factory.config.filter.rotate''getLiipImagine_Factory_Config_Filter_RotateService'false],
  3403.             'liip_imagine.factory.config.filter.scale' => ['privates''liip_imagine.factory.config.filter.scale''getLiipImagine_Factory_Config_Filter_ScaleService'false],
  3404.             'liip_imagine.factory.config.filter.strip' => ['privates''liip_imagine.factory.config.filter.strip''getLiipImagine_Factory_Config_Filter_StripService'false],
  3405.             'liip_imagine.factory.config.filter.thumbnail' => ['privates''liip_imagine.factory.config.filter.thumbnail''getLiipImagine_Factory_Config_Filter_ThumbnailService'false],
  3406.             'liip_imagine.factory.config.filter.upscale' => ['privates''liip_imagine.factory.config.filter.upscale''getLiipImagine_Factory_Config_Filter_UpscaleService'false],
  3407.             'liip_imagine.factory.config.filter.watermark' => ['privates''liip_imagine.factory.config.filter.watermark''getLiipImagine_Factory_Config_Filter_WatermarkService'false],
  3408.             'liip_imagine.config.filter_factory_collection' => ['privates''liip_imagine.config.filter_factory_collection''getLiipImagine_Config_FilterFactoryCollectionService'false],
  3409.             'liip_imagine.config.stack_builder' => ['privates''liip_imagine.config.stack_builder''getLiipImagine_Config_StackBuilderService'false],
  3410.             'liip_imagine.filter.configuration' => ['privates''liip_imagine.filter.configuration''getLiipImagine_Filter_ConfigurationService'false],
  3411.             'liip_imagine.service.filter' => ['privates''liip_imagine.service.filter''getLiipImagine_Service_FilterService'false],
  3412.             'liip_imagine.controller.config' => ['privates''liip_imagine.controller.config''getLiipImagine_Controller_ConfigService'false],
  3413.             'liip_imagine.meta_data.reader' => ['privates''liip_imagine.meta_data.reader''getLiipImagine_MetaData_ReaderService'false],
  3414.             'liip_imagine.gd' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  3415.             'liip_imagine.filter.loader.relative_resize' => ['privates''liip_imagine.filter.loader.relative_resize''getLiipImagine_Filter_Loader_RelativeResizeService'false],
  3416.             'liip_imagine.filter.loader.resize' => ['privates''liip_imagine.filter.loader.resize''getLiipImagine_Filter_Loader_ResizeService'false],
  3417.             'liip_imagine.filter.loader.thumbnail' => ['privates''liip_imagine.filter.loader.thumbnail''getLiipImagine_Filter_Loader_ThumbnailService'false],
  3418.             'liip_imagine.filter.loader.crop' => ['privates''liip_imagine.filter.loader.crop''getLiipImagine_Filter_Loader_CropService'false],
  3419.             'liip_imagine.filter.loader.paste_image' => ['privates''liip_imagine.filter.loader.paste_image''getLiipImagine_Filter_Loader_PasteImageService'false],
  3420.             'liip_imagine.filter.loader.watermark_image' => ['privates''liip_imagine.filter.loader.watermark_image''getLiipImagine_Filter_Loader_WatermarkImageService'false],
  3421.             'liip_imagine.filter.loader.background' => ['privates''liip_imagine.filter.loader.background''getLiipImagine_Filter_Loader_BackgroundService'false],
  3422.             'liip_imagine.filter.loader.strip' => ['privates''liip_imagine.filter.loader.strip''getLiipImagine_Filter_Loader_StripService'false],
  3423.             'liip_imagine.filter.loader.scale' => ['privates''liip_imagine.filter.loader.scale''getLiipImagine_Filter_Loader_ScaleService'false],
  3424.             'liip_imagine.filter.loader.upscale' => ['privates''liip_imagine.filter.loader.upscale''getLiipImagine_Filter_Loader_UpscaleService'false],
  3425.             'liip_imagine.filter.loader.auto_rotate' => ['privates''liip_imagine.filter.loader.auto_rotate''getLiipImagine_Filter_Loader_AutoRotateService'false],
  3426.             'liip_imagine.form.type.image' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  3427.             'liip_imagine.binary.mime_type_guesser' => ['privates''liip_imagine.binary.mime_type_guesser''getLiipImagine_Binary_MimeTypeGuesserService'false],
  3428.             'liip_imagine.filter.post_processor.jpegoptim' => ['privates''liip_imagine.filter.post_processor.jpegoptim''getLiipImagine_Filter_PostProcessor_JpegoptimService'false],
  3429.             'liip_imagine.filter.post_processor.optipng' => ['privates''liip_imagine.filter.post_processor.optipng''getLiipImagine_Filter_PostProcessor_OptipngService'false],
  3430.             'liip_imagine.filter.post_processor.pngquant' => ['privates''liip_imagine.filter.post_processor.pngquant''getLiipImagine_Filter_PostProcessor_PngquantService'false],
  3431.             'liip_imagine.filter.post_processor.mozjpeg' => ['privates''liip_imagine.filter.post_processor.mozjpeg''getLiipImagine_Filter_PostProcessor_MozjpegService'false],
  3432.             'liip_imagine.filter.post_processor.cwebp' => ['privates''liip_imagine.filter.post_processor.cwebp''getLiipImagine_Filter_PostProcessor_CwebpService'false],
  3433.             'liip_imagine.templating.filter_extension' => ['privates''liip_imagine.templating.filter_extension''getLiipImagine_Templating_FilterExtensionService'false],
  3434.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  3435.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  3436.             'sensio_framework_extra.controller.listener' => ['privates''sensio_framework_extra.controller.listener''getSensioFrameworkExtra_Controller_ListenerService'false],
  3437.             'sensio_framework_extra.converter.listener' => ['privates''sensio_framework_extra.converter.listener''getSensioFrameworkExtra_Converter_ListenerService'false],
  3438.             'sensio_framework_extra.converter.manager' => ['privates''sensio_framework_extra.converter.manager''getSensioFrameworkExtra_Converter_ManagerService'false],
  3439.             'sensio_framework_extra.converter.doctrine.orm' => ['privates''sensio_framework_extra.converter.doctrine.orm''getSensioFrameworkExtra_Converter_Doctrine_OrmService'false],
  3440.             'framework_extra_bundle.date_time_param_converter' => ['privates''framework_extra_bundle.date_time_param_converter''getFrameworkExtraBundle_DateTimeParamConverterService'false],
  3441.             '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],
  3442.             'sensio_framework_extra.view.guesser' => ['privates''sensio_framework_extra.view.guesser''getSensioFrameworkExtra_View_GuesserService'false],
  3443.             'sensio_framework_extra.view.listener' => ['privates''sensio_framework_extra.view.listener''getSensioFrameworkExtra_View_ListenerService'false],
  3444.             'sensio_framework_extra.cache.listener' => ['privates''sensio_framework_extra.cache.listener''getSensioFrameworkExtra_Cache_ListenerService'false],
  3445.             'sensio_framework_extra.security.listener' => ['privates''sensio_framework_extra.security.listener''getSensioFrameworkExtra_Security_ListenerService'false],
  3446.             'sensio_framework_extra.security.expression_language.default' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  3447.             'framework_extra_bundle.event.is_granted' => ['privates''framework_extra_bundle.event.is_granted''getFrameworkExtraBundle_Event_IsGrantedService'false],
  3448.             'framework_extra_bundle.argument_name_convertor' => ['privates''framework_extra_bundle.argument_name_convertor''getFrameworkExtraBundle_ArgumentNameConvertorService'false],
  3449.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  3450.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  3451.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  3452.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  3453.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  3454.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  3455.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  3456.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  3457.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  3458.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  3459.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  3460.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  3461.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  3462.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  3463.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  3464.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  3465.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  3466.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  3467.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  3468.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  3469.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  3470.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  3471.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  3472.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  3473.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  3474.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  3475.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  3476.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  3477.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  3478.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  3479.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  3480.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  3481.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  3482.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  3483.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  3484.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  3485.             'maker.maker.make_stimulus_controller' => ['privates''maker.maker.make_stimulus_controller''getMaker_Maker_MakeStimulusControllerService'false],
  3486.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3487.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  3488.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  3489.             'webpack_encore.twig_entry_files_extension' => ['privates''webpack_encore.twig_entry_files_extension''getWebpackEncore_TwigEntryFilesExtensionService'false],
  3490.             'webpack_encore.twig_stimulus_extension' => ['privates''webpack_encore.twig_stimulus_extension''getWebpackEncore_TwigStimulusExtensionService'false],
  3491.             'webpack_encore.entrypoint_lookup.cache_warmer' => ['privates''webpack_encore.entrypoint_lookup.cache_warmer''getWebpackEncore_EntrypointLookup_CacheWarmerService'false],
  3492.             'cache.webpack_encore' => ['privates''cache.webpack_encore''getCache_WebpackEncoreService'false],
  3493.             'webpack_encore.exception_listener' => ['privates''webpack_encore.exception_listener''getWebpackEncore_ExceptionListenerService'false],
  3494.             'webpack_encore.preload_assets_event_listener' => ['privates''webpack_encore.preload_assets_event_listener''getWebpackEncore_PreloadAssetsEventListenerService'false],
  3495.             'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' => ['privates''Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener''getResetAssetsEventListenerService'false],
  3496.             'webpack_encore.entrypoint_lookup[_default]' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  3497.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  3498.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  3499.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  3500.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  3501.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  3502.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  3503.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  3504.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3505.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  3506.             'cache_clearer' => ['services''.container.private.cache_clearer''get_Container_Private_CacheClearerService'false],
  3507.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  3508.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  3509.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  3510.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  3511.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  3512.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  3513.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  3514.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3515.             'slugger' => ['privates''slugger''getSluggerService'false],
  3516.             'container.getenv' => ['privates''container.getenv''getContainer_GetenvService'false],
  3517.             'config_builder.warmer' => ['privates''config_builder.warmer''getConfigBuilder_WarmerService'false],
  3518.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  3519.             'fragment.uri_generator' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  3520.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  3521.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3522.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  3523.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  3524.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  3525.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  3526.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  3527.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  3528.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  3529.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  3530.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  3531.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  3532.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  3533.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  3534.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  3535.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  3536.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  3537.             'console.command.dotenv_debug' => ['privates''console.command.dotenv_debug''getConsole_Command_DotenvDebugService'false],
  3538.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  3539.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  3540.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  3541.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  3542.             'console.command.translation_extract' => ['privates''console.command.translation_extract''getConsole_Command_TranslationExtractService'false],
  3543.             'console.command.validator_debug' => ['privates''console.command.validator_debug''getConsole_Command_ValidatorDebugService'false],
  3544.             'console.command.translation_pull' => ['privates''console.command.translation_pull''getConsole_Command_TranslationPullService'false],
  3545.             'console.command.translation_push' => ['privates''console.command.translation_push''getConsole_Command_TranslationPushService'false],
  3546.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  3547.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  3548.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  3549.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  3550.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  3551.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  3552.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  3553.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  3554.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  3555.             'cache.validator' => ['privates''cache.validator''getCache_ValidatorService'false],
  3556.             'cache.serializer' => ['privates''cache.serializer''getCache_SerializerService'false],
  3557.             'cache.annotations' => ['privates''cache.annotations''getCache_AnnotationsService'false],
  3558.             'cache.property_info' => ['privates''cache.property_info''getCache_PropertyInfoService'false],
  3559.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  3560.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  3561.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  3562.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  3563.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  3564.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  3565.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  3566.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  3567.             'assets._version__default' => ['privates''assets._version__default''getAssets_VersionDefaultService'false],
  3568.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  3569.             'mailer.mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  3570.             'mailer.transports' => ['privates''mailer.transports''getMailer_TransportsService'false],
  3571.             'mailer.transport_factory' => ['privates''mailer.transport_factory''getMailer_TransportFactoryService'false],
  3572.             'mailer.envelope_listener' => ['privates''mailer.envelope_listener''getMailer_EnvelopeListenerService'false],
  3573.             'mailer.message_logger_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  3574.             'mailer.transport_factory.null' => ['privates''mailer.transport_factory.null''getMailer_TransportFactory_NullService'false],
  3575.             'mailer.transport_factory.sendmail' => ['privates''mailer.transport_factory.sendmail''getMailer_TransportFactory_SendmailService'false],
  3576.             'mailer.transport_factory.smtp' => ['privates''mailer.transport_factory.smtp''getMailer_TransportFactory_SmtpService'false],
  3577.             'mailer.transport_factory.native' => ['privates''mailer.transport_factory.native''getMailer_TransportFactory_NativeService'false],
  3578.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  3579.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3580.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  3581.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  3582.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  3583.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  3584.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  3585.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  3586.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  3587.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  3588.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  3589.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  3590.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  3591.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  3592.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  3593.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  3594.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  3595.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  3596.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  3597.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  3598.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  3599.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  3600.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  3601.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  3602.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  3603.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  3604.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  3605.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  3606.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  3607.             'translation.provider_collection' => ['privates''translation.provider_collection''getTranslation_ProviderCollectionService'false],
  3608.             'translation.provider_collection_factory' => ['privates''translation.provider_collection_factory''getTranslation_ProviderCollectionFactoryService'false],
  3609.             'translation.provider_factory.null' => ['privates''translation.provider_factory.null''getTranslation_ProviderFactory_NullService'false],
  3610.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  3611.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  3612.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  3613.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3614.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  3615.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  3616.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  3617.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  3618.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  3619.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  3620.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  3621.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  3622.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  3623.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  3624.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  3625.             'router.expression_language_provider' => ['privates''router.expression_language_provider''getRouter_ExpressionLanguageProviderService'false],
  3626.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  3627.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  3628.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  3629.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  3630.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  3631.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  3632.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  3633.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  3634.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  3635.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  3636.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3637.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  3638.             'secrets.decryption_key' => ['privates''secrets.decryption_key''getSecrets_DecryptionKeyService'false],
  3639.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  3640.             'property_info' => ['privates''property_info''getPropertyInfoService'false],
  3641.             'property_info.reflection_extractor' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  3642.             'web_link.add_link_header_listener' => ['privates''web_link.add_link_header_listener''getWebLink_AddLinkHeaderListenerService'false],
  3643.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  3644.             'session.factory' => ['privates''session.factory''getSession_FactoryService'false],
  3645.             'session.storage.factory.native' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  3646.             'security.csrf.token_generator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  3647.             'security.csrf.token_storage' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  3648.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3649.             'twig.runtime.security_csrf' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3650.             'twig.extension.security_csrf' => ['privates''twig.extension.security_csrf''getTwig_Extension_SecurityCsrfService'false],
  3651.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  3652.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  3653.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3654.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  3655.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  3656.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  3657.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  3658.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3659.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  3660.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3661.             'form.type.file' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  3662.             'form.type.color' => ['privates''form.type.color''getForm_Type_ColorService'false],
  3663.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  3664.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  3665.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  3666.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  3667.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  3668.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  3669.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  3670.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  3671.             'form.type_extension.csrf' => ['privates''form.type_extension.csrf''getForm_TypeExtension_CsrfService'false],
  3672.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  3673.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  3674.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  3675.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  3676.             'validator.expression_language' => ['privates''validator.expression_language''getValidator_ExpressionLanguageService'false],
  3677.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  3678.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  3679.             'validator.property_info_loader' => ['privates''validator.property_info_loader''getValidator_PropertyInfoLoaderService'false],
  3680.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3681.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  3682.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  3683.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  3684.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  3685.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  3686.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  3687.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  3688.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  3689.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  3690.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  3691.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  3692.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  3693.             'cache_pool_clearer.cache_warmer' => ['privates''cache_pool_clearer.cache_warmer''getCachePoolClearer_CacheWarmerService'false],
  3694.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  3695.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  3696.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  3697.             'debug.validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  3698.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  3699.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  3700.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  3701.             'mailer.data_collector' => ['privates''mailer.data_collector''getMailer_DataCollectorService'false],
  3702.             'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' => ['privates''a2lix_auto_form.form.manipulator.doctrine_orm_manipulator''getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService'false],
  3703.             'a2lix_auto_form.form.event_listener.auto_form_listener' => ['privates''a2lix_auto_form.form.event_listener.auto_form_listener''getA2lixAutoForm_Form_EventListener_AutoFormListenerService'false],
  3704.             'a2lix_auto_form.form.type.auto_form_type' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  3705.             'a2lix_auto_form.doctrine.metadata_factory' => ['privates''a2lix_auto_form.doctrine.metadata_factory''getA2lixAutoForm_Doctrine_MetadataFactoryService'false],
  3706.             'a2lix_auto_form.object_info.doctrine_orm_info' => ['privates''a2lix_auto_form.object_info.doctrine_orm_info''getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService'false],
  3707.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3708.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  3709.             'twig.loader.native_filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  3710.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  3711.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  3712.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  3713.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  3714.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  3715.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  3716.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  3717.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  3718.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  3719.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  3720.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  3721.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3722.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  3723.             'twig.extension.debug' => ['privates''twig.extension.debug''getTwig_Extension_DebugService'false],
  3724.             'twig.extension.weblink' => ['privates''twig.extension.weblink''getTwig_Extension_WeblinkService'false],
  3725.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  3726.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  3727.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  3728.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3729.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  3730.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  3731.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3732.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3733.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3734.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  3735.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  3736.             'twig.missing_extension_suggestor' => ['privates''twig.missing_extension_suggestor''getTwig_MissingExtensionSuggestorService'false],
  3737.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  3738.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  3739.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  3740.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  3741.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3742.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3743.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  3744.             'security.helper' => ['privates''security.helper''getSecurity_HelperService'false],
  3745.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  3746.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3747.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3748.             'security.user_password_encoder.generic' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3749.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3750.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  3751.             'security.authentication_utils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3752.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  3753.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  3754.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  3755.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  3756.             'security.impersonate_url_generator' => ['privates''security.impersonate_url_generator''getSecurity_ImpersonateUrlGeneratorService'false],
  3757.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3758.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  3759.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  3760.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  3761.             'cache.security_expression_language' => ['privates''cache.security_expression_language''getCache_SecurityExpressionLanguageService'false],
  3762.             'security.password_hasher_factory' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  3763.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  3764.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  3765.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  3766.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  3767.             'security.listener.check_authenticator_credentials' => ['privates''security.listener.check_authenticator_credentials''getSecurity_Listener_CheckAuthenticatorCredentialsService'false],
  3768.             'security.listener.user_provider' => ['privates''security.listener.user_provider''getSecurity_Listener_UserProviderService'false],
  3769.             'security.listener.password_migrating' => ['privates''security.listener.password_migrating''getSecurity_Listener_PasswordMigratingService'false],
  3770.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  3771.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  3772.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  3773.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  3774.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  3775.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  3776.             'security.command.debug_firewall' => ['privates''security.command.debug_firewall''getSecurity_Command_DebugFirewallService'false],
  3777.             'security.firewall.map.config.admin' => ['privates''security.firewall.map.config.admin''getSecurity_Firewall_Map_Config_AdminService'false],
  3778.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  3779.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  3780.             'security.listener.session.admin' => ['privates''security.listener.session.admin''getSecurity_Listener_Session_AdminService'false],
  3781.             'security.logout_listener.admin' => ['privates''security.logout_listener.admin''getSecurity_LogoutListener_AdminService'false],
  3782.             'security.logout.listener.default.admin' => ['privates''security.logout.listener.default.admin''getSecurity_Logout_Listener_Default_AdminService'false],
  3783.             'security.logout.listener.session.admin' => ['privates''security.logout.listener.session.admin''getSecurity_Logout_Listener_Session_AdminService'false],
  3784.             'security.authenticator.form_login.admin' => ['privates''security.authenticator.form_login.admin''getSecurity_Authenticator_FormLogin_AdminService'false],
  3785.             'security.authentication.success_handler.admin.form_login' => ['privates''security.authentication.success_handler.admin.form_login''getSecurity_Authentication_SuccessHandler_Admin_FormLoginService'false],
  3786.             'security.authentication.failure_handler.admin.form_login' => ['privates''security.authentication.failure_handler.admin.form_login''getSecurity_Authentication_FailureHandler_Admin_FormLoginService'false],
  3787.             'security.authenticator.manager.admin' => ['privates''security.authenticator.manager.admin''getSecurity_Authenticator_Manager_AdminService'false],
  3788.             'debug.security.firewall.authenticator.admin' => ['privates''debug.security.firewall.authenticator.admin''getDebug_Security_Firewall_Authenticator_AdminService'false],
  3789.             'security.listener.user_checker.admin' => ['privates''security.listener.user_checker.admin''getSecurity_Listener_UserChecker_AdminService'false],
  3790.             'security.exception_listener.admin' => ['privates''security.exception_listener.admin''getSecurity_ExceptionListener_AdminService'false],
  3791.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  3792.             'security.firewall.map.config.api_login' => ['privates''security.firewall.map.config.api_login''getSecurity_Firewall_Map_Config_ApiLoginService'false],
  3793.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  3794.             'security.authenticator.json_login.api_login' => ['privates''security.authenticator.json_login.api_login''getSecurity_Authenticator_JsonLogin_ApiLoginService'false],
  3795.             'security.authentication.success_handler.api_login.json_login' => ['privates''security.authentication.success_handler.api_login.json_login''getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService'false],
  3796.             'security.authentication.failure_handler.api_login.json_login' => ['privates''security.authentication.failure_handler.api_login.json_login''getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService'false],
  3797.             'security.authenticator.refresh_jwt.api_login' => ['privates''security.authenticator.refresh_jwt.api_login''getSecurity_Authenticator_RefreshJwt_ApiLoginService'false],
  3798.             'security.authentication.success_handler.api_login.refresh_jwt' => ['privates''security.authentication.success_handler.api_login.refresh_jwt''getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService'false],
  3799.             'security.authentication.failure_handler.api_login.refresh_jwt' => ['privates''security.authentication.failure_handler.api_login.refresh_jwt''getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService'false],
  3800.             'security.authenticator.manager.api_login' => ['privates''security.authenticator.manager.api_login''getSecurity_Authenticator_Manager_ApiLoginService'false],
  3801.             'debug.security.firewall.authenticator.api_login' => ['privates''debug.security.firewall.authenticator.api_login''getDebug_Security_Firewall_Authenticator_ApiLoginService'false],
  3802.             'security.listener.user_checker.api_login' => ['privates''security.listener.user_checker.api_login''getSecurity_Listener_UserChecker_ApiLoginService'false],
  3803.             'security.exception_listener.api_login' => ['privates''security.exception_listener.api_login''getSecurity_ExceptionListener_ApiLoginService'false],
  3804.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  3805.             'security.firewall.map.config.api' => ['privates''security.firewall.map.config.api''getSecurity_Firewall_Map_Config_ApiService'false],
  3806.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  3807.             'security.authenticator.jwt.api' => ['privates''security.authenticator.jwt.api''getSecurity_Authenticator_Jwt_ApiService'false],
  3808.             'security.authenticator.manager.api' => ['privates''security.authenticator.manager.api''getSecurity_Authenticator_Manager_ApiService'false],
  3809.             'debug.security.firewall.authenticator.api' => ['privates''debug.security.firewall.authenticator.api''getDebug_Security_Firewall_Authenticator_ApiService'false],
  3810.             'security.listener.user_checker.api' => ['privates''security.listener.user_checker.api''getSecurity_Listener_UserChecker_ApiService'false],
  3811.             'security.exception_listener.api' => ['privates''security.exception_listener.api''getSecurity_ExceptionListener_ApiService'false],
  3812.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  3813.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  3814.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3815.             'security.context_listener.1' => ['privates''security.context_listener.1''getSecurity_ContextListener_1Service'false],
  3816.             'security.listener.session.main' => ['privates''security.listener.session.main''getSecurity_Listener_Session_MainService'false],
  3817.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  3818.             'security.logout.listener.default.main' => ['privates''security.logout.listener.default.main''getSecurity_Logout_Listener_Default_MainService'false],
  3819.             'security.logout.listener.session.main' => ['privates''security.logout.listener.session.main''getSecurity_Logout_Listener_Session_MainService'false],
  3820.             'security.authenticator.form_login.main' => ['privates''security.authenticator.form_login.main''getSecurity_Authenticator_FormLogin_MainService'false],
  3821.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  3822.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  3823.             'cache.security_token_verifier' => ['privates''cache.security_token_verifier''getCache_SecurityTokenVerifierService'false],
  3824.             'security.authenticator.remember_me_signature_hasher.main' => ['privates''security.authenticator.remember_me_signature_hasher.main''getSecurity_Authenticator_RememberMeSignatureHasher_MainService'false],
  3825.             'security.authenticator.remember_me_handler.main' => ['privates''security.authenticator.remember_me_handler.main''getSecurity_Authenticator_RememberMeHandler_MainService'false],
  3826.             'security.listener.check_remember_me_conditions.main' => ['privates''security.listener.check_remember_me_conditions.main''getSecurity_Listener_CheckRememberMeConditions_MainService'false],
  3827.             'security.listener.remember_me.main' => ['privates''security.listener.remember_me.main''getSecurity_Listener_RememberMe_MainService'false],
  3828.             'security.authenticator.remember_me.main' => ['privates''security.authenticator.remember_me.main''getSecurity_Authenticator_RememberMe_MainService'false],
  3829.             'security.authenticator.manager.main' => ['privates''security.authenticator.manager.main''getSecurity_Authenticator_Manager_MainService'false],
  3830.             'debug.security.firewall.authenticator.main' => ['privates''debug.security.firewall.authenticator.main''getDebug_Security_Firewall_Authenticator_MainService'false],
  3831.             'security.listener.user_checker.main' => ['privates''security.listener.user_checker.main''getSecurity_Listener_UserChecker_MainService'false],
  3832.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  3833.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3834.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3835.             'security.command.user_password_hash' => ['privates''security.command.user_password_hash''getSecurity_Command_UserPasswordHashService'false],
  3836.             'fos_user.user_manager.default' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3837.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  3838.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3839.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  3840.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  3841.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  3842.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3843.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3844.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  3845.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3846.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  3847.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  3848.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  3849.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  3850.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  3851.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  3852.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  3853.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  3854.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  3855.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  3856.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  3857.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  3858.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  3859.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  3860.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3861.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  3862.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  3863.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  3864.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  3865.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  3866.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  3867.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  3868.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  3869.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  3870.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  3871.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  3872.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  3873.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  3874.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  3875.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  3876.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  3877.             'doctrine.dbal.well_known_schema_asset_filter' => ['privates''doctrine.dbal.well_known_schema_asset_filter''getDoctrine_Dbal_WellKnownSchemaAssetFilterService'false],
  3878.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3879.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3880.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3881.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  3882.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  3883.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  3884.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  3885.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  3886.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  3887.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => ['privates''Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider''getManagerRegistryAwareConnectionProviderService'false],
  3888.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  3889.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  3890.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3891.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  3892.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  3893.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  3894.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3895.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3896.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3897.             'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates''doctrine.orm.naming_strategy.underscore_number_aware''getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService'false],
  3898.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  3899.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3900.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3901.             'doctrine.orm.command.entity_manager_provider' => ['privates''doctrine.orm.command.entity_manager_provider''getDoctrine_Orm_Command_EntityManagerProviderService'false],
  3902.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3903.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3904.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3905.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3906.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3907.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3908.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3909.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3910.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3911.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3912.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3913.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3914.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3915.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3916.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3917.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  3918.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  3919.             'doctrine.orm.default_xml_metadata_driver' => ['privates''doctrine.orm.default_xml_metadata_driver''getDoctrine_Orm_DefaultXmlMetadataDriverService'false],
  3920.             'cache.doctrine.orm.default.metadata' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  3921.             'cache.doctrine.orm.default.result' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  3922.             'cache.doctrine.orm.default.query' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  3923.             'doctrine.orm.default_entity_listener_resolver' => ['privates''doctrine.orm.default_entity_listener_resolver''getDoctrine_Orm_DefaultEntityListenerResolverService'false],
  3924.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3925.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  3926.             'doctrine.orm.default_entity_manager.property_info_extractor' => ['privates''doctrine.orm.default_entity_manager.property_info_extractor''getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'false],
  3927.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  3928.             'jms_i18n_routing.locale_resolver.default' => ['privates''jms_i18n_routing.locale_resolver.default''getJmsI18nRouting_LocaleResolver_DefaultService'false],
  3929.             'jms_i18n_routing.router' => ['services''router''getRouterService'false],
  3930.             'jms_i18n_routing.route_exclusion_strategy' => ['privates''jms_i18n_routing.route_exclusion_strategy''getJmsI18nRouting_RouteExclusionStrategyService'false],
  3931.             'jms_i18n_routing.pattern_generation_strategy.default' => ['privates''jms_i18n_routing.pattern_generation_strategy.default''getJmsI18nRouting_PatternGenerationStrategy_DefaultService'false],
  3932.             'jms_i18n_routing.route_translation_extractor' => ['privates''jms_i18n_routing.route_translation_extractor''getJmsI18nRouting_RouteTranslationExtractorService'false],
  3933.             'jms_translation.file_source_factory' => ['privates''jms_translation.file_source_factory''getJmsTranslation_FileSourceFactoryService'false],
  3934.             'jms_translation.file_writer' => ['privates''jms_translation.file_writer''getJmsTranslation_FileWriterService'false],
  3935.             'jms_translation.loader_manager' => ['privates''jms_translation.loader_manager''getJmsTranslation_LoaderManagerService'false],
  3936.             'jms_translation.loader.xliff_loader' => ['privates''jms_translation.loader.xliff_loader''getJmsTranslation_Loader_XliffLoaderService'false],
  3937.             'jms_translation.dumper.php_dumper' => ['privates''jms_translation.dumper.php_dumper''getJmsTranslation_Dumper_PhpDumperService'false],
  3938.             'jms_translation.dumper.xliff_dumper' => ['privates''jms_translation.dumper.xliff_dumper''getJmsTranslation_Dumper_XliffDumperService'false],
  3939.             'jms_translation.dumper.xlf_dumper' => ['privates''jms_translation.dumper.xlf_dumper''getJmsTranslation_Dumper_XlfDumperService'false],
  3940.             'jms_translation.dumper.yaml_dumper' => ['privates''jms_translation.dumper.yaml_dumper''getJmsTranslation_Dumper_YamlDumperService'false],
  3941.             'jms_translation.extractor_manager' => ['privates''jms_translation.extractor_manager''getJmsTranslation_ExtractorManagerService'false],
  3942.             'jms_translation.extractor.file_extractor' => ['privates''jms_translation.extractor.file_extractor''getJmsTranslation_Extractor_FileExtractorService'false],
  3943.             'jms_translation.extractor.file.default_php_extractor' => ['privates''jms_translation.extractor.file.default_php_extractor''getJmsTranslation_Extractor_File_DefaultPhpExtractorService'false],
  3944.             'jms_translation.extractor.file.form_extractor' => ['privates''jms_translation.extractor.file.form_extractor''getJmsTranslation_Extractor_File_FormExtractorService'false],
  3945.             'jms_translation.extractor.file.translation_container_extractor' => ['privates''jms_translation.extractor.file.translation_container_extractor''getJmsTranslation_Extractor_File_TranslationContainerExtractorService'false],
  3946.             'jms_translation.extractor.file.twig_extractor' => ['privates''jms_translation.extractor.file.twig_extractor''getJmsTranslation_Extractor_File_TwigExtractorService'false],
  3947.             'jms_translation.extractor.file.validation_extractor' => ['privates''jms_translation.extractor.file.validation_extractor''getJmsTranslation_Extractor_File_ValidationExtractorService'false],
  3948.             'jms_translation.extractor.file.authentication_message_extractor' => ['privates''jms_translation.extractor.file.authentication_message_extractor''getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService'false],
  3949.             'jms_translation.doc_parser' => ['privates''jms_translation.doc_parser''getJmsTranslation_DocParserService'false],
  3950.             'jms_translation.command.extract' => ['privates''jms_translation.command.extract''getJmsTranslation_Command_ExtractService'false],
  3951.             'jms_translation.command.list_resources' => ['privates''jms_translation.command.list_resources''getJmsTranslation_Command_ListResourcesService'false],
  3952.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  3953.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  3954.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  3955.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  3956.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  3957.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  3958.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  3959.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  3960.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  3961.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  3962.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  3963.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  3964.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  3965.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  3966.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  3967.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  3968.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  3969.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  3970.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  3971.             'lexik_jwt_authentication.payload_enrichment' => ['privates''lexik_jwt_authentication.payload_enrichment''getLexikJwtAuthentication_PayloadEnrichmentService'false],
  3972.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  3973.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  3974.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  3975.             'lexik_jwt_authentication.handler.authentication_success' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  3976.             'lexik_jwt_authentication.handler.authentication_failure' => ['privates''lexik_jwt_authentication.handler.authentication_failure''getLexikJwtAuthentication_Handler_AuthenticationFailureService'false],
  3977.             'lexik_jwt_authentication.extractor.chain_extractor' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  3978.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => ['privates''lexik_jwt_authentication.extractor.authorization_header_extractor''getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService'false],
  3979.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  3980.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  3981.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  3982.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  3983.             'gesdinet.jwtrefreshtoken.send_token' => ['privates''gesdinet.jwtrefreshtoken.send_token''getGesdinet_Jwtrefreshtoken_SendTokenService'false],
  3984.             'gesdinet.jwtrefreshtoken.request.extractor.request_body' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_body''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestBodyService'false],
  3985.             'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_parameter''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestParameterService'false],
  3986.             'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' => ['privates''gesdinet.jwtrefreshtoken.request.extractor.request_cookie''getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestCookieService'false],
  3987.             'gesdinet.jwtrefreshtoken.user_provider' => ['privates''gesdinet.jwtrefreshtoken.user_provider''getGesdinet_Jwtrefreshtoken_UserProviderService'false],
  3988.             'gesdinet.jwtrefreshtoken.authenticator' => ['privates''gesdinet.jwtrefreshtoken.authenticator''getGesdinet_Jwtrefreshtoken_AuthenticatorService'false],
  3989.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  3990.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  3991.             'Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener''getLogoutEventListenerService'false],
  3992.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  3993.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  3994.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  3995.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  3996.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  3997.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  3998.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  3999.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  4000.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  4001.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  4002.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  4003.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  4004.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  4005.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  4006.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  4007.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  4008.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  4009.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  4010.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  4011.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  4012.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  4013.             'maker.auto_command.make_stimulus_controller' => ['privates''maker.auto_command.make_stimulus_controller''getMaker_AutoCommand_MakeStimulusControllerService'false],
  4014.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  4015.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  4016.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  4017.             'monolog.logger.mailer' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  4018.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  4019.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  4020.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  4021.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  4022.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  4023.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  4024.             'monolog.handler.null_internal' => ['privates''monolog.handler.null_internal''getMonolog_Handler_NullInternalService'false],
  4025.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  4026.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  4027.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  4028.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  4029.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  4030.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  4031.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  4032.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  4033.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  4034.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  4035.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  4036.             'security.listener.csrf_protection' => ['privates''security.listener.csrf_protection''getSecurity_Listener_CsrfProtectionService'false],
  4037.             'security.logout.listener.csrf_token_clearing' => ['privates''security.logout.listener.csrf_token_clearing''getSecurity_Logout_Listener_CsrfTokenClearingService'false],
  4038.             'doctrine.dbal.default_schema_asset_filter_manager' => ['privates''doctrine.dbal.default_schema_asset_filter_manager''getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService'false],
  4039.             'jms_translation.loader.wrapped_symfony_loader.0' => ['privates''jms_translation.loader.wrapped_symfony_loader.0''getJmsTranslation_Loader_WrappedSymfonyLoader_0Service'false],
  4040.             'jms_translation.loader.wrapped_symfony_loader.1' => ['privates''jms_translation.loader.wrapped_symfony_loader.1''getJmsTranslation_Loader_WrappedSymfonyLoader_1Service'false],
  4041.             'jms_translation.loader.wrapped_symfony_loader.2' => ['privates''jms_translation.loader.wrapped_symfony_loader.2''getJmsTranslation_Loader_WrappedSymfonyLoader_2Service'false],
  4042.             'jms_translation.loader.wrapped_symfony_loader.3' => ['privates''jms_translation.loader.wrapped_symfony_loader.3''getJmsTranslation_Loader_WrappedSymfonyLoader_3Service'false],
  4043.             'jms_translation.loader.wrapped_symfony_loader.4' => ['privates''jms_translation.loader.wrapped_symfony_loader.4''getJmsTranslation_Loader_WrappedSymfonyLoader_4Service'false],
  4044.             'jms_translation.loader.wrapped_symfony_loader.5' => ['privates''jms_translation.loader.wrapped_symfony_loader.5''getJmsTranslation_Loader_WrappedSymfonyLoader_5Service'false],
  4045.             'jms_translation.loader.wrapped_symfony_loader.6' => ['privates''jms_translation.loader.wrapped_symfony_loader.6''getJmsTranslation_Loader_WrappedSymfonyLoader_6Service'false],
  4046.             'jms_translation.loader.wrapped_symfony_loader.7' => ['privates''jms_translation.loader.wrapped_symfony_loader.7''getJmsTranslation_Loader_WrappedSymfonyLoader_7Service'false],
  4047.             'jms_translation.loader.wrapped_symfony_loader.8' => ['privates''jms_translation.loader.wrapped_symfony_loader.8''getJmsTranslation_Loader_WrappedSymfonyLoader_8Service'false],
  4048.             'jms_translation.loader.wrapped_symfony_loader.9' => ['privates''jms_translation.loader.wrapped_symfony_loader.9''getJmsTranslation_Loader_WrappedSymfonyLoader_9Service'false],
  4049.             'jms_translation.loader.wrapped_symfony_loader.10' => ['privates''jms_translation.loader.wrapped_symfony_loader.10''getJmsTranslation_Loader_WrappedSymfonyLoader_10Service'false],
  4050.             'jms_translation.dumper.wrapped_symfony_dumper.2' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.2''getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service'false],
  4051.             'jms_translation.dumper.wrapped_symfony_dumper.3' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.3''getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service'false],
  4052.             'jms_translation.dumper.wrapped_symfony_dumper.5' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.5''getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service'false],
  4053.             'jms_translation.dumper.wrapped_symfony_dumper.6' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.6''getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service'false],
  4054.             'jms_translation.dumper.wrapped_symfony_dumper.7' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.7''getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service'false],
  4055.             'jms_translation.dumper.wrapped_symfony_dumper.8' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.8''getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service'false],
  4056.             'jms_translation.dumper.wrapped_symfony_dumper.9' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.9''getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service'false],
  4057.             'jms_translation.dumper.wrapped_symfony_dumper.10' => ['privates''jms_translation.dumper.wrapped_symfony_dumper.10''getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service'false],
  4058.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  4059.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  4060.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  4061.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  4062.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  4063.             'debug.security.firewall.authenticator.admin.inner' => ['privates''debug.security.firewall.authenticator.admin.inner''getDebug_Security_Firewall_Authenticator_Admin_InnerService'false],
  4064.             'debug.security.firewall.authenticator.api_login.inner' => ['privates''debug.security.firewall.authenticator.api_login.inner''getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService'false],
  4065.             'debug.security.firewall.authenticator.api.inner' => ['privates''debug.security.firewall.authenticator.api.inner''getDebug_Security_Firewall_Authenticator_Api_InnerService'false],
  4066.             'debug.security.firewall.authenticator.main.inner' => ['privates''debug.security.firewall.authenticator.main.inner''getDebug_Security_Firewall_Authenticator_Main_InnerService'false],
  4067.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  4068.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  4069.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  4070.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  4071.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  4072.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  4073.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  4074.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  4075.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  4076.             'cache.webpack_encore.recorder_inner' => ['privates''cache.webpack_encore.recorder_inner''getCache_WebpackEncore_RecorderInnerService'false],
  4077.             'cache.app.recorder_inner' => ['privates''cache.app.recorder_inner''getCache_App_RecorderInnerService'false],
  4078.             'cache.system.recorder_inner' => ['privates''cache.system.recorder_inner''getCache_System_RecorderInnerService'false],
  4079.             'cache.validator.recorder_inner' => ['privates''cache.validator.recorder_inner''getCache_Validator_RecorderInnerService'false],
  4080.             'cache.serializer.recorder_inner' => ['privates''cache.serializer.recorder_inner''getCache_Serializer_RecorderInnerService'false],
  4081.             'cache.annotations.recorder_inner' => ['privates''cache.annotations.recorder_inner''getCache_Annotations_RecorderInnerService'false],
  4082.             'cache.property_info.recorder_inner' => ['privates''cache.property_info.recorder_inner''getCache_PropertyInfo_RecorderInnerService'false],
  4083.             'cache.validator_expression_language.recorder_inner' => ['privates''cache.validator_expression_language.recorder_inner''getCache_ValidatorExpressionLanguage_RecorderInnerService'false],
  4084.             'cache.security_expression_language.recorder_inner' => ['privates''cache.security_expression_language.recorder_inner''getCache_SecurityExpressionLanguage_RecorderInnerService'false],
  4085.             'cache.security_token_verifier.recorder_inner' => ['privates''cache.security_token_verifier.recorder_inner''getCache_SecurityTokenVerifier_RecorderInnerService'false],
  4086.             'cache.doctrine.orm.default.result.recorder_inner' => ['privates''cache.doctrine.orm.default.result.recorder_inner''getCache_Doctrine_Orm_Default_Result_RecorderInnerService'false],
  4087.             'cache.doctrine.orm.default.query.recorder_inner' => ['privates''cache.doctrine.orm.default.query.recorder_inner''getCache_Doctrine_Orm_Default_Query_RecorderInnerService'false],
  4088.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  4089.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  4090.             'Liip\\ImagineBundle\\Config\\FilterFactoryCollection' => ['privates''liip_imagine.config.filter_factory_collection''getLiipImagine_Config_FilterFactoryCollectionService'false],
  4091.             'Liip\\ImagineBundle\\Config\\StackBuilder' => ['privates''liip_imagine.config.stack_builder''getLiipImagine_Config_StackBuilderService'false],
  4092.             'Liip\\ImagineBundle\\Config\\StackCollection' => ['services''liip_imagine.config.stack_collection''getLiipImagine_Config_StackCollectionService'false],
  4093.             'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager' => ['services''liip_imagine.filter.manager''getLiipImagine_Filter_ManagerService'false],
  4094.             'Liip\\ImagineBundle\\Imagine\\Data\\DataManager' => ['services''liip_imagine.data.manager''getLiipImagine_Data_ManagerService'false],
  4095.             'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  4096.             'liip_imagine' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  4097.             'Imagine\\Image\\ImagineInterface' => ['privates''liip_imagine.gd''getLiipImagine_GdService'false],
  4098.             '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],
  4099.             'sensio_framework_extra.security.expression_language' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  4100.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4101.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4102.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupCollectionInterface' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  4103.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  4104.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  4105.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  4106.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4107.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4108.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  4109.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  4110.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  4111.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  4112.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  4113.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  4114.             'Symfony\\Component\\HttpKernel\\UriSigner' => ['privates''uri_signer''getUriSignerService'false],
  4115.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => ['privates''slugger''getSluggerService'false],
  4116.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  4117.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  4118.             'error_renderer' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  4119.             'Psr\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  4120.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  4121.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  4122.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  4123.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  4124.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  4125.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  4126.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4127.             'Symfony\\Component\\Mailer\\MailerInterface' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4128.             'mailer.logger_message_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  4129.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  4130.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  4131.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  4132.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  4133.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  4134.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  4135.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  4136.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  4137.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  4138.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  4139.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  4140.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4141.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4142.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  4143.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4144.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4145.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4146.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4147.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4148.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  4149.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  4150.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  4151.             'cache.default_doctrine_dbal_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4152.             'cache.default_pdo_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4153.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4154.             'SessionHandlerInterface' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  4155.             'session.storage.factory' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  4156.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'false],
  4157.             'session_listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  4158.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  4159.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  4160.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4161.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  4162.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  4163.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4164.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  4165.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  4166.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4167.             'validator.mapping.class_metadata_factory' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4168.             'a2lix_auto_form.manipulator.default' => ['privates''a2lix_auto_form.form.manipulator.doctrine_orm_manipulator''getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService'false],
  4169.             'Twig_Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4170.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4171.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4172.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4173.             'Symfony\\Component\\Security\\Core\\Security' => ['privates''security.helper''getSecurity_HelperService'false],
  4174.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4175.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  4176.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  4177.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4178.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4179.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  4180.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  4181.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  4182.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  4183.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  4184.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  4185.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  4186.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4187.             'security.user_providers' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4188.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  4189.             'security.authentication.session_strategy.admin' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4190.             'security.user_checker.admin' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4191.             'security.user_checker.api_login' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4192.             'security.user_checker.api' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4193.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  4194.             'security.user_checker.main' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4195.             'security.firewall.context_locator' => ['privates''.service_locator.icRJycQ''get_ServiceLocator_IcRJycQService'false],
  4196.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4197.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  4198.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  4199.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4200.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  4201.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  4202.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4203.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  4204.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  4205.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4206.             'fos_user.mailer' => ['services''App\\Service\\Mailer''getMailerService'false],
  4207.             'FOS\\UserBundle\\Mailer\\MailerInterface' => ['services''App\\Service\\Mailer''getMailerService'false],
  4208.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  4209.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\LocaleProviderInterface' => ['services''Knp\\DoctrineBehaviors\\Provider\\LocaleProvider''getLocaleProviderService'false],
  4210.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\UserProviderInterface' => ['services''Knp\\DoctrineBehaviors\\Provider\\UserProvider''getUserProviderService'false],
  4211.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4212.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4213.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4214.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  4215.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  4216.             'Doctrine\\DBAL\\Connection $defaultConnection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  4217.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4218.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  4219.             'doctrine.orm.default_metadata_cache' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  4220.             'doctrine.orm.default_result_cache' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  4221.             'doctrine.orm.default_query_cache' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  4222.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4223.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  4224.             'jms_i18n_routing.locale_resolver' => ['privates''jms_i18n_routing.locale_resolver.default''getJmsI18nRouting_LocaleResolver_DefaultService'false],
  4225.             'jms_i18n_routing.pattern_generation_strategy' => ['privates''jms_i18n_routing.pattern_generation_strategy.default''getJmsI18nRouting_PatternGenerationStrategy_DefaultService'false],
  4226.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  4227.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4228.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4229.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  4230.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4231.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => ['privates''lexik_jwt_authentication.handler.authentication_failure''getLexikJwtAuthentication_Handler_AuthenticationFailureService'false],
  4232.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  4233.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  4234.             'Gesdinet\\JWTRefreshTokenBundle\\Generator\\RefreshTokenGeneratorInterface' => ['services''gesdinet.jwtrefreshtoken.refresh_token_generator''getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService'false],
  4235.             'Gesdinet\\JWTRefreshTokenBundle\\Model\\RefreshTokenManagerInterface' => ['services''gesdinet.jwtrefreshtoken.refresh_token_manager''getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService'false],
  4236.             'Gesdinet\\JWTRefreshTokenBundle\\Request\\Extractor\\ExtractorInterface' => ['services''gesdinet.jwtrefreshtoken.request.extractor.chain''getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService'false],
  4237.             'twig.loader.filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  4238.             'a2lix_translation_form.locale_provider.default' => ['privates''a2lix_translation_form.locale.simple_provider''getA2lixTranslationForm_Locale_SimpleProviderService'false],
  4239.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  4240.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  4241.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  4242.             'Psr\\Log\\LoggerInterface $mailerLogger' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  4243.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  4244.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  4245.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  4246.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  4247.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  4248.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  4249.             'Psr\\Log\\LoggerInterface $deprecationLogger' => ['services''monolog.logger.deprecation''getMonolog_Logger_DeprecationService'false],
  4250.             'argument_resolver.controller_locator' => ['privates''.service_locator.xSY70_w''get_ServiceLocator_XSY70WService'false],
  4251.             'twig.loader' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  4252.             'doctrine.id_generator_locator' => ['privates''.service_locator.KLVvNIq''get_ServiceLocator_KLVvNIqService'false],
  4253.             'gesdinet.jwtrefreshtoken.object_manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4254.             'gesdinet.jwtrefreshtoken.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  4255.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  4256.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  4257.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  4258.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  4259.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  4260.             'security.firewall.authenticator.admin' => ['privates''debug.security.firewall.authenticator.admin''getDebug_Security_Firewall_Authenticator_AdminService'false],
  4261.             'security.firewall.authenticator.api_login' => ['privates''debug.security.firewall.authenticator.api_login''getDebug_Security_Firewall_Authenticator_ApiLoginService'false],
  4262.             'security.firewall.authenticator.api' => ['privates''debug.security.firewall.authenticator.api''getDebug_Security_Firewall_Authenticator_ApiService'false],
  4263.             'security.firewall.authenticator.main' => ['privates''debug.security.firewall.authenticator.main''getDebug_Security_Firewall_Authenticator_MainService'false],
  4264.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  4265.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  4266.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  4267.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  4268.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  4269.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  4270.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  4271.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  4272.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  4273.             'doctrine.orm.default_metadata_driver' => ['privates''.doctrine.orm.default_metadata_driver''get_Doctrine_Orm_DefaultMetadataDriverService'false],
  4274.             'security.password_encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4275.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4276.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4277.         ], [
  4278.             'app.user_listener' => '?',
  4279.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => '?',
  4280.             'twig.mobile_detect_extension' => '?',
  4281.             'a2lix_translation_form.locale.simple_provider' => '?',
  4282.             'a2lix_translation_form.form.event_listener.translations_listener' => '?',
  4283.             'a2lix_translation_form.form.event_listener.translations_form_listener' => '?',
  4284.             'a2lix_translation_form.form.type.translations_type' => '?',
  4285.             'a2lix_translation_form.form.type.translations_forms_type' => '?',
  4286.             'a2lix_translation_form.form.type.translations_locales_selector_type' => '?',
  4287.             'a2lix_translation_form.form.type.translated_entity_type' => '?',
  4288.             'liip_imagine.factory.config.filter.argument.point' => '?',
  4289.             'liip_imagine.factory.config.filter.argument.size' => '?',
  4290.             'liip_imagine.factory.config.stack' => '?',
  4291.             'liip_imagine.factory.config.filter.auto_rotate' => '?',
  4292.             'liip_imagine.factory.config.filter.background' => '?',
  4293.             'liip_imagine.factory.config.filter.crop' => '?',
  4294.             'liip_imagine.factory.config.filter.downscale' => '?',
  4295.             'liip_imagine.factory.config.filter.flip' => '?',
  4296.             'liip_imagine.factory.config.filter.grayscale' => '?',
  4297.             'liip_imagine.factory.config.filter.interlace' => '?',
  4298.             'liip_imagine.factory.config.filter.paste' => '?',
  4299.             'liip_imagine.factory.config.filter.relative_resize' => '?',
  4300.             'liip_imagine.factory.config.filter.resize' => '?',
  4301.             'liip_imagine.factory.config.filter.rotate' => '?',
  4302.             'liip_imagine.factory.config.filter.scale' => '?',
  4303.             'liip_imagine.factory.config.filter.strip' => '?',
  4304.             'liip_imagine.factory.config.filter.thumbnail' => '?',
  4305.             'liip_imagine.factory.config.filter.upscale' => '?',
  4306.             'liip_imagine.factory.config.filter.watermark' => '?',
  4307.             'liip_imagine.config.filter_factory_collection' => '?',
  4308.             'liip_imagine.config.stack_builder' => '?',
  4309.             'liip_imagine.filter.configuration' => '?',
  4310.             'liip_imagine.service.filter' => '?',
  4311.             'liip_imagine.controller.config' => '?',
  4312.             'liip_imagine.meta_data.reader' => '?',
  4313.             'liip_imagine.gd' => '?',
  4314.             'liip_imagine.filter.loader.relative_resize' => '?',
  4315.             'liip_imagine.filter.loader.resize' => '?',
  4316.             'liip_imagine.filter.loader.thumbnail' => '?',
  4317.             'liip_imagine.filter.loader.crop' => '?',
  4318.             'liip_imagine.filter.loader.paste_image' => '?',
  4319.             'liip_imagine.filter.loader.watermark_image' => '?',
  4320.             'liip_imagine.filter.loader.background' => '?',
  4321.             'liip_imagine.filter.loader.strip' => '?',
  4322.             'liip_imagine.filter.loader.scale' => '?',
  4323.             'liip_imagine.filter.loader.upscale' => '?',
  4324.             'liip_imagine.filter.loader.auto_rotate' => '?',
  4325.             'liip_imagine.form.type.image' => '?',
  4326.             'liip_imagine.binary.mime_type_guesser' => '?',
  4327.             'liip_imagine.filter.post_processor.jpegoptim' => '?',
  4328.             'liip_imagine.filter.post_processor.optipng' => '?',
  4329.             'liip_imagine.filter.post_processor.pngquant' => '?',
  4330.             'liip_imagine.filter.post_processor.mozjpeg' => '?',
  4331.             'liip_imagine.filter.post_processor.cwebp' => '?',
  4332.             'liip_imagine.templating.filter_extension' => '?',
  4333.             'liip_imagine.command.cache_remove' => '?',
  4334.             'liip_imagine.command.cache_resolve' => '?',
  4335.             'sensio_framework_extra.controller.listener' => '?',
  4336.             'sensio_framework_extra.converter.listener' => '?',
  4337.             'sensio_framework_extra.converter.manager' => '?',
  4338.             'sensio_framework_extra.converter.doctrine.orm' => '?',
  4339.             'framework_extra_bundle.date_time_param_converter' => '?',
  4340.             'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => '?',
  4341.             'sensio_framework_extra.view.guesser' => '?',
  4342.             'sensio_framework_extra.view.listener' => '?',
  4343.             'sensio_framework_extra.cache.listener' => '?',
  4344.             'sensio_framework_extra.security.listener' => '?',
  4345.             'sensio_framework_extra.security.expression_language.default' => '?',
  4346.             'framework_extra_bundle.event.is_granted' => '?',
  4347.             'framework_extra_bundle.argument_name_convertor' => '?',
  4348.             'maker.file_manager' => '?',
  4349.             'maker.autoloader_finder' => '?',
  4350.             'maker.autoloader_util' => '?',
  4351.             'maker.file_link_formatter' => '?',
  4352.             'maker.event_registry' => '?',
  4353.             'maker.console_error_listener' => '?',
  4354.             'maker.doctrine_helper' => '?',
  4355.             'maker.generator' => '?',
  4356.             'maker.entity_class_generator' => '?',
  4357.             'maker.user_class_builder' => '?',
  4358.             'maker.security_config_updater' => '?',
  4359.             'maker.renderer.form_type_renderer' => '?',
  4360.             'maker.security_controller_builder' => '?',
  4361.             'maker.php_compat_util' => '?',
  4362.             'maker.template_component_generator' => '?',
  4363.             'maker.maker.make_authenticator' => '?',
  4364.             'maker.maker.make_command' => '?',
  4365.             'maker.maker.make_controller' => '?',
  4366.             'maker.maker.make_crud' => '?',
  4367.             'maker.maker.make_docker_database' => '?',
  4368.             'maker.maker.make_entity' => '?',
  4369.             'maker.maker.make_fixtures' => '?',
  4370.             'maker.maker.make_form' => '?',
  4371.             'maker.maker.make_message' => '?',
  4372.             'maker.maker.make_messenger_middleware' => '?',
  4373.             'maker.maker.make_registration_form' => '?',
  4374.             'maker.maker.make_reset_password' => '?',
  4375.             'maker.maker.make_serializer_encoder' => '?',
  4376.             'maker.maker.make_serializer_normalizer' => '?',
  4377.             'maker.maker.make_subscriber' => '?',
  4378.             'maker.maker.make_twig_extension' => '?',
  4379.             'maker.maker.make_test' => '?',
  4380.             'maker.maker.make_validator' => '?',
  4381.             'maker.maker.make_voter' => '?',
  4382.             'maker.maker.make_user' => '?',
  4383.             'maker.maker.make_migration' => '?',
  4384.             'maker.maker.make_stimulus_controller' => '?',
  4385.             'monolog.logger' => '?',
  4386.             'webpack_encore.entrypoint_lookup_collection' => '?',
  4387.             'webpack_encore.tag_renderer' => '?',
  4388.             'webpack_encore.twig_entry_files_extension' => '?',
  4389.             'webpack_encore.twig_stimulus_extension' => '?',
  4390.             'webpack_encore.entrypoint_lookup.cache_warmer' => '?',
  4391.             'cache.webpack_encore' => '?',
  4392.             'webpack_encore.exception_listener' => '?',
  4393.             'webpack_encore.preload_assets_event_listener' => '?',
  4394.             'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener' => '?',
  4395.             'webpack_encore.entrypoint_lookup[_default]' => '?',
  4396.             'argument_metadata_factory' => '?',
  4397.             'response_listener' => '?',
  4398.             'streamed_response_listener' => '?',
  4399.             'locale_listener' => '?',
  4400.             'validate_request_listener' => '?',
  4401.             'disallow_search_engine_index_response_listener' => '?',
  4402.             'exception_listener' => '?',
  4403.             'parameter_bag' => '?',
  4404.             'url_helper' => '?',
  4405.             'cache_clearer' => '?',
  4406.             'filesystem' => '?',
  4407.             'file_locator' => '?',
  4408.             'uri_signer' => '?',
  4409.             'config_cache_factory' => '?',
  4410.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  4411.             'config.resource.self_checking_resource_checker' => '?',
  4412.             'locale_aware_listener' => '?',
  4413.             'container.env_var_processor' => '?',
  4414.             'slugger' => '?',
  4415.             'container.getenv' => '?',
  4416.             'config_builder.warmer' => '?',
  4417.             'fragment.handler' => '?',
  4418.             'fragment.uri_generator' => '?',
  4419.             'fragment.renderer.inline' => '?',
  4420.             'error_handler.error_renderer.html' => '?',
  4421.             'console.error_listener' => '?',
  4422.             'console.suggest_missing_package_subscriber' => '?',
  4423.             'console.command.about' => '?',
  4424.             'console.command.assets_install' => '?',
  4425.             'console.command.cache_clear' => '?',
  4426.             'console.command.cache_pool_clear' => '?',
  4427.             'console.command.cache_pool_prune' => '?',
  4428.             'console.command.cache_pool_delete' => '?',
  4429.             'console.command.cache_pool_list' => '?',
  4430.             'console.command.cache_warmup' => '?',
  4431.             'console.command.config_debug' => '?',
  4432.             'console.command.config_dump_reference' => '?',
  4433.             'console.command.container_debug' => '?',
  4434.             'console.command.container_lint' => '?',
  4435.             'console.command.debug_autowiring' => '?',
  4436.             'console.command.dotenv_debug' => '?',
  4437.             'console.command.event_dispatcher_debug' => '?',
  4438.             'console.command.router_debug' => '?',
  4439.             'console.command.router_match' => '?',
  4440.             'console.command.translation_debug' => '?',
  4441.             'console.command.translation_extract' => '?',
  4442.             'console.command.validator_debug' => '?',
  4443.             'console.command.translation_pull' => '?',
  4444.             'console.command.translation_push' => '?',
  4445.             'console.command.xliff_lint' => '?',
  4446.             'console.command.yaml_lint' => '?',
  4447.             'console.command.form_debug' => '?',
  4448.             'console.command.secrets_set' => '?',
  4449.             'console.command.secrets_remove' => '?',
  4450.             'console.command.secrets_generate_key' => '?',
  4451.             'console.command.secrets_list' => '?',
  4452.             'console.command.secrets_decrypt_to_local' => '?',
  4453.             'console.command.secrets_encrypt_from_local' => '?',
  4454.             'cache.validator' => '?',
  4455.             'cache.serializer' => '?',
  4456.             'cache.annotations' => '?',
  4457.             'cache.property_info' => '?',
  4458.             'cache.default_marshaller' => '?',
  4459.             'cache.default_clearer' => '?',
  4460.             'identity_translator' => '?',
  4461.             'test.client.history' => '?',
  4462.             'test.client.cookiejar' => '?',
  4463.             'test.session.listener' => '?',
  4464.             'assets.packages' => '?',
  4465.             'assets.context' => '?',
  4466.             'assets._version__default' => '?',
  4467.             'assets._default_package' => '?',
  4468.             'mailer.mailer' => '?',
  4469.             'mailer.transports' => '?',
  4470.             'mailer.transport_factory' => '?',
  4471.             'mailer.envelope_listener' => '?',
  4472.             'mailer.message_logger_listener' => '?',
  4473.             'mailer.transport_factory.null' => '?',
  4474.             'mailer.transport_factory.sendmail' => '?',
  4475.             'mailer.transport_factory.smtp' => '?',
  4476.             'mailer.transport_factory.native' => '?',
  4477.             'translator.default' => '?',
  4478.             'translator.formatter.default' => '?',
  4479.             'translation.loader.php' => '?',
  4480.             'translation.loader.yml' => '?',
  4481.             'translation.loader.xliff' => '?',
  4482.             'translation.loader.po' => '?',
  4483.             'translation.loader.mo' => '?',
  4484.             'translation.loader.qt' => '?',
  4485.             'translation.loader.csv' => '?',
  4486.             'translation.loader.res' => '?',
  4487.             'translation.loader.dat' => '?',
  4488.             'translation.loader.ini' => '?',
  4489.             'translation.loader.json' => '?',
  4490.             'translation.dumper.php' => '?',
  4491.             'translation.dumper.xliff' => '?',
  4492.             'translation.dumper.po' => '?',
  4493.             'translation.dumper.mo' => '?',
  4494.             'translation.dumper.yml' => '?',
  4495.             'translation.dumper.yaml' => '?',
  4496.             'translation.dumper.qt' => '?',
  4497.             'translation.dumper.csv' => '?',
  4498.             'translation.dumper.ini' => '?',
  4499.             'translation.dumper.json' => '?',
  4500.             'translation.dumper.res' => '?',
  4501.             'translation.extractor.php' => '?',
  4502.             'translation.reader' => '?',
  4503.             'translation.extractor' => '?',
  4504.             'translation.writer' => '?',
  4505.             'translation.warmer' => '?',
  4506.             'translation.provider_collection' => '?',
  4507.             'translation.provider_collection_factory' => '?',
  4508.             'translation.provider_factory.null' => '?',
  4509.             'debug.debug_handlers_listener' => '?',
  4510.             'debug.file_link_formatter' => '?',
  4511.             'debug.stopwatch' => '?',
  4512.             'debug.event_dispatcher' => '?',
  4513.             'debug.controller_resolver' => '?',
  4514.             'debug.argument_resolver' => '?',
  4515.             'debug.log_processor' => '?',
  4516.             'routing.resolver' => '?',
  4517.             'routing.loader.xml' => '?',
  4518.             'routing.loader.yml' => '?',
  4519.             'routing.loader.php' => '?',
  4520.             'routing.loader.glob' => '?',
  4521.             'routing.loader.directory' => '?',
  4522.             'routing.loader.container' => '?',
  4523.             'router.request_context' => '?',
  4524.             'router.expression_language_provider' => '?',
  4525.             'router.cache_warmer' => '?',
  4526.             'router_listener' => '?',
  4527.             'routing.loader.annotation' => '?',
  4528.             'routing.loader.annotation.directory' => '?',
  4529.             'routing.loader.annotation.file' => '?',
  4530.             'annotations.reader' => '?',
  4531.             'annotations.dummy_registry' => '?',
  4532.             'annotations.cached_reader' => '?',
  4533.             'annotations.cache_warmer' => '?',
  4534.             'annotations.cache_adapter' => '?',
  4535.             'property_accessor' => '?',
  4536.             'secrets.vault' => '?',
  4537.             'secrets.decryption_key' => '?',
  4538.             'secrets.local_vault' => '?',
  4539.             'property_info' => '?',
  4540.             'property_info.reflection_extractor' => '?',
  4541.             'web_link.add_link_header_listener' => '?',
  4542.             'cache.property_access' => '?',
  4543.             'session.factory' => '?',
  4544.             'session.storage.factory.native' => '?',
  4545.             'security.csrf.token_generator' => '?',
  4546.             'security.csrf.token_storage' => '?',
  4547.             'security.csrf.token_manager' => '?',
  4548.             'twig.runtime.security_csrf' => '?',
  4549.             'twig.extension.security_csrf' => '?',
  4550.             'form.resolved_type_factory' => '?',
  4551.             'form.registry' => '?',
  4552.             'form.factory' => '?',
  4553.             'form.extension' => '?',
  4554.             'form.type_guesser.validator' => '?',
  4555.             'form.choice_list_factory.default' => '?',
  4556.             'form.choice_list_factory.property_access' => '?',
  4557.             'form.choice_list_factory.cached' => '?',
  4558.             'form.type.form' => '?',
  4559.             'form.type.choice' => '?',
  4560.             'form.type.file' => '?',
  4561.             'form.type.color' => '?',
  4562.             'form.type_extension.form.transformation_failure_handling' => '?',
  4563.             'form.type_extension.form.http_foundation' => '?',
  4564.             'form.type_extension.form.request_handler' => '?',
  4565.             'form.server_params' => '?',
  4566.             'form.type_extension.form.validator' => '?',
  4567.             'form.type_extension.repeated.validator' => '?',
  4568.             'form.type_extension.submit.validator' => '?',
  4569.             'form.type_extension.upload.validator' => '?',
  4570.             'form.type_extension.csrf' => '?',
  4571.             'validator.builder' => '?',
  4572.             'validator.mapping.cache_warmer' => '?',
  4573.             'validator.validator_factory' => '?',
  4574.             'validator.expression' => '?',
  4575.             'validator.expression_language' => '?',
  4576.             'validator.email' => '?',
  4577.             'validator.not_compromised_password' => '?',
  4578.             'validator.property_info_loader' => '?',
  4579.             'profiler' => '?',
  4580.             'profiler.storage' => '?',
  4581.             'profiler_listener' => '?',
  4582.             'data_collector.config' => '?',
  4583.             'data_collector.request' => '?',
  4584.             'data_collector.ajax' => '?',
  4585.             'data_collector.exception' => '?',
  4586.             'data_collector.events' => '?',
  4587.             'data_collector.logger' => '?',
  4588.             'data_collector.time' => '?',
  4589.             'data_collector.memory' => '?',
  4590.             'data_collector.router' => '?',
  4591.             'data_collector.cache' => '?',
  4592.             'cache_pool_clearer.cache_warmer' => '?',
  4593.             'form.type_extension.form.data_collector' => '?',
  4594.             'data_collector.form.extractor' => '?',
  4595.             'data_collector.form' => '?',
  4596.             'debug.validator' => '?',
  4597.             'data_collector.validator' => '?',
  4598.             'translator.data_collector' => '?',
  4599.             'data_collector.translation' => '?',
  4600.             'mailer.data_collector' => '?',
  4601.             'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' => '?',
  4602.             'a2lix_auto_form.form.event_listener.auto_form_listener' => '?',
  4603.             'a2lix_auto_form.form.type.auto_form_type' => '?',
  4604.             'a2lix_auto_form.doctrine.metadata_factory' => '?',
  4605.             'a2lix_auto_form.object_info.doctrine_orm_info' => '?',
  4606.             'twig' => '?',
  4607.             'twig.app_variable' => '?',
  4608.             'twig.loader.native_filesystem' => '?',
  4609.             'twig.extension.profiler' => '?',
  4610.             'twig.profile' => '?',
  4611.             'data_collector.twig' => '?',
  4612.             'twig.extension.trans' => '?',
  4613.             'twig.extension.assets' => '?',
  4614.             'twig.extension.code' => '?',
  4615.             'twig.extension.routing' => '?',
  4616.             'twig.extension.yaml' => '?',
  4617.             'twig.extension.debug.stopwatch' => '?',
  4618.             'twig.extension.expression' => '?',
  4619.             'twig.extension.httpkernel' => '?',
  4620.             'twig.runtime.httpkernel' => '?',
  4621.             'twig.extension.httpfoundation' => '?',
  4622.             'twig.extension.debug' => '?',
  4623.             'twig.extension.weblink' => '?',
  4624.             'twig.translation.extractor' => '?',
  4625.             'twig.configurator.environment' => '?',
  4626.             'twig.runtime_loader' => '?',
  4627.             'twig.error_renderer.html' => '?',
  4628.             'twig.extension.form' => '?',
  4629.             'twig.form.engine' => '?',
  4630.             'twig.form.renderer' => '?',
  4631.             'twig.command.debug' => '?',
  4632.             'twig.command.lint' => '?',
  4633.             'twig.mailer.message_listener' => '?',
  4634.             'twig.mime_body_renderer' => '?',
  4635.             'twig.missing_extension_suggestor' => '?',
  4636.             'web_profiler.csp.handler' => '?',
  4637.             'twig.extension.webprofiler' => '?',
  4638.             'debug.file_link_formatter.url_format' => '?',
  4639.             'web_profiler.debug_toolbar' => '?',
  4640.             'security.authorization_checker' => '?',
  4641.             'security.token_storage' => '?',
  4642.             'security.untracked_token_storage' => '?',
  4643.             'security.helper' => '?',
  4644.             'security.authentication.trust_resolver' => '?',
  4645.             'security.authentication.session_strategy' => '?',
  4646.             'security.encoder_factory.generic' => '?',
  4647.             'security.user_password_encoder.generic' => '?',
  4648.             'security.user_checker' => '?',
  4649.             'security.expression_language' => '?',
  4650.             'security.authentication_utils' => '?',
  4651.             'security.role_hierarchy' => '?',
  4652.             'security.access.authenticated_voter' => '?',
  4653.             'security.access.role_hierarchy_voter' => '?',
  4654.             'security.access.expression_voter' => '?',
  4655.             'security.impersonate_url_generator' => '?',
  4656.             'security.firewall.map' => '?',
  4657.             'security.logout_url_generator' => '?',
  4658.             'security.http_utils' => '?',
  4659.             'security.validator.user_password' => '?',
  4660.             'cache.security_expression_language' => '?',
  4661.             'security.password_hasher_factory' => '?',
  4662.             'security.channel_listener' => '?',
  4663.             'security.access_map' => '?',
  4664.             'security.access_listener' => '?',
  4665.             'security.rememberme.response_listener' => '?',
  4666.             'security.listener.check_authenticator_credentials' => '?',
  4667.             'security.listener.user_provider' => '?',
  4668.             'security.listener.password_migrating' => '?',
  4669.             'twig.extension.logout_url' => '?',
  4670.             'twig.extension.security' => '?',
  4671.             'data_collector.security' => '?',
  4672.             'debug.security.access.decision_manager' => '?',
  4673.             'debug.security.voter.vote_listener' => '?',
  4674.             'debug.security.firewall' => '?',
  4675.             'security.command.debug_firewall' => '?',
  4676.             'security.firewall.map.config.admin' => '?',
  4677.             'security.event_dispatcher.admin' => '?',
  4678.             'security.context_listener.0' => '?',
  4679.             'security.listener.session.admin' => '?',
  4680.             'security.logout_listener.admin' => '?',
  4681.             'security.logout.listener.default.admin' => '?',
  4682.             'security.logout.listener.session.admin' => '?',
  4683.             'security.authenticator.form_login.admin' => '?',
  4684.             'security.authentication.success_handler.admin.form_login' => '?',
  4685.             'security.authentication.failure_handler.admin.form_login' => '?',
  4686.             'security.authenticator.manager.admin' => '?',
  4687.             'debug.security.firewall.authenticator.admin' => '?',
  4688.             'security.listener.user_checker.admin' => '?',
  4689.             'security.exception_listener.admin' => '?',
  4690.             'security.firewall.map.context.admin' => '?',
  4691.             'security.firewall.map.config.api_login' => '?',
  4692.             'security.event_dispatcher.api_login' => '?',
  4693.             'security.authenticator.json_login.api_login' => '?',
  4694.             'security.authentication.success_handler.api_login.json_login' => '?',
  4695.             'security.authentication.failure_handler.api_login.json_login' => '?',
  4696.             'security.authenticator.refresh_jwt.api_login' => '?',
  4697.             'security.authentication.success_handler.api_login.refresh_jwt' => '?',
  4698.             'security.authentication.failure_handler.api_login.refresh_jwt' => '?',
  4699.             'security.authenticator.manager.api_login' => '?',
  4700.             'debug.security.firewall.authenticator.api_login' => '?',
  4701.             'security.listener.user_checker.api_login' => '?',
  4702.             'security.exception_listener.api_login' => '?',
  4703.             'security.firewall.map.context.api_login' => '?',
  4704.             'security.firewall.map.config.api' => '?',
  4705.             'security.event_dispatcher.api' => '?',
  4706.             'security.authenticator.jwt.api' => '?',
  4707.             'security.authenticator.manager.api' => '?',
  4708.             'debug.security.firewall.authenticator.api' => '?',
  4709.             'security.listener.user_checker.api' => '?',
  4710.             'security.exception_listener.api' => '?',
  4711.             'security.firewall.map.context.api' => '?',
  4712.             'security.firewall.map.config.main' => '?',
  4713.             'security.event_dispatcher.main' => '?',
  4714.             'security.context_listener.1' => '?',
  4715.             'security.listener.session.main' => '?',
  4716.             'security.logout_listener.main' => '?',
  4717.             'security.logout.listener.default.main' => '?',
  4718.             'security.logout.listener.session.main' => '?',
  4719.             'security.authenticator.form_login.main' => '?',
  4720.             'security.authentication.success_handler.main.form_login' => '?',
  4721.             'security.authentication.failure_handler.main.form_login' => '?',
  4722.             'cache.security_token_verifier' => '?',
  4723.             'security.authenticator.remember_me_signature_hasher.main' => '?',
  4724.             'security.authenticator.remember_me_handler.main' => '?',
  4725.             'security.listener.check_remember_me_conditions.main' => '?',
  4726.             'security.listener.remember_me.main' => '?',
  4727.             'security.authenticator.remember_me.main' => '?',
  4728.             'security.authenticator.manager.main' => '?',
  4729.             'debug.security.firewall.authenticator.main' => '?',
  4730.             'security.listener.user_checker.main' => '?',
  4731.             'security.exception_listener.main' => '?',
  4732.             'security.firewall.map.context.main' => '?',
  4733.             'security.command.user_password_encoder' => '?',
  4734.             'security.command.user_password_hash' => '?',
  4735.             'fos_user.user_manager.default' => '?',
  4736.             'fos_user.object_manager' => '?',
  4737.             'fos_user.user_listener' => '?',
  4738.             'fos_user.validator.initializer' => '?',
  4739.             'fos_user.security.interactive_login_listener' => '?',
  4740.             'fos_user.security.login_manager' => '?',
  4741.             'fos_user.user_provider.username_email' => '?',
  4742.             'fos_user.util.canonicalizer.default' => '?',
  4743.             'fos_user.util.user_manipulator' => '?',
  4744.             'fos_user.util.token_generator.default' => '?',
  4745.             'fos_user.util.password_updater' => '?',
  4746.             'fos_user.util.canonical_fields_updater' => '?',
  4747.             'fos_user.listener.authentication' => '?',
  4748.             'fos_user.command.activate_user' => '?',
  4749.             'fos_user.command.change_password' => '?',
  4750.             'fos_user.command.create_user' => '?',
  4751.             'fos_user.command.deactivate_user' => '?',
  4752.             'fos_user.command.demote_user' => '?',
  4753.             'fos_user.command.promote_user' => '?',
  4754.             'fos_user.listener.flash' => '?',
  4755.             'fos_user.username_form_type' => '?',
  4756.             'fos_user.user_to_username_transformer' => '?',
  4757.             'fos_user.profile.form.factory' => '?',
  4758.             'fos_user.profile.form.type' => '?',
  4759.             'fos_user.registration.form.factory' => '?',
  4760.             'fos_user.registration.form.type' => '?',
  4761.             'fos_user.change_password.form.factory' => '?',
  4762.             'fos_user.change_password.form.type' => '?',
  4763.             'fos_user.resetting.form.factory' => '?',
  4764.             'fos_user.resetting.form.type' => '?',
  4765.             'fos_user.listener.resetting' => '?',
  4766.             'knp_paginator.subscriber.paginate' => '?',
  4767.             'knp_paginator.subscriber.sortable' => '?',
  4768.             'knp_paginator.subscriber.filtration' => '?',
  4769.             'knp_paginator.subscriber.sliding_pagination' => '?',
  4770.             'knp_paginator.helper.processor' => '?',
  4771.             'knp_paginator.twig.extension.pagination' => '?',
  4772.             'doctrine.dbal.logger' => '?',
  4773.             'data_collector.doctrine' => '?',
  4774.             'doctrine.dbal.connection_factory' => '?',
  4775.             'doctrine.twig.doctrine_extension' => '?',
  4776.             'doctrine.dbal.well_known_schema_asset_filter' => '?',
  4777.             'doctrine.database_create_command' => '?',
  4778.             'doctrine.database_drop_command' => '?',
  4779.             'doctrine.query_sql_command' => '?',
  4780.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => '?',
  4781.             'doctrine.database_import_command' => '?',
  4782.             'doctrine.dbal.default_connection.configuration' => '?',
  4783.             'doctrine.dbal.logger.profiling.default' => '?',
  4784.             'doctrine.dbal.logger.chain.default' => '?',
  4785.             'doctrine.dbal.default_connection.event_manager' => '?',
  4786.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => '?',
  4787.             'doctrine.orm.proxy_cache_warmer' => '?',
  4788.             'form.type_guesser.doctrine' => '?',
  4789.             'form.type.entity' => '?',
  4790.             'doctrine.orm.container_repository_factory' => '?',
  4791.             'doctrine.orm.validator.unique' => '?',
  4792.             'doctrine.orm.validator_initializer' => '?',
  4793.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4794.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4795.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4796.             'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
  4797.             'doctrine.orm.quote_strategy.default' => '?',
  4798.             'doctrine.ulid_generator' => '?',
  4799.             'doctrine.uuid_generator' => '?',
  4800.             'doctrine.orm.command.entity_manager_provider' => '?',
  4801.             'doctrine.cache_clear_metadata_command' => '?',
  4802.             'doctrine.cache_clear_query_cache_command' => '?',
  4803.             'doctrine.cache_clear_result_command' => '?',
  4804.             'doctrine.cache_collection_region_command' => '?',
  4805.             'doctrine.mapping_convert_command' => '?',
  4806.             'doctrine.schema_create_command' => '?',
  4807.             'doctrine.schema_drop_command' => '?',
  4808.             'doctrine.ensure_production_settings_command' => '?',
  4809.             'doctrine.clear_entity_region_command' => '?',
  4810.             'doctrine.mapping_info_command' => '?',
  4811.             'doctrine.clear_query_region_command' => '?',
  4812.             'doctrine.query_dql_command' => '?',
  4813.             'doctrine.schema_update_command' => '?',
  4814.             'doctrine.schema_validate_command' => '?',
  4815.             'doctrine.mapping_import_command' => '?',
  4816.             'doctrine.orm.default_configuration' => '?',
  4817.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  4818.             'doctrine.orm.default_xml_metadata_driver' => '?',
  4819.             'cache.doctrine.orm.default.metadata' => '?',
  4820.             'cache.doctrine.orm.default.result' => '?',
  4821.             'cache.doctrine.orm.default.query' => '?',
  4822.             'doctrine.orm.default_entity_listener_resolver' => '?',
  4823.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4824.             'doctrine.orm.default_manager_configurator' => '?',
  4825.             'doctrine.orm.default_entity_manager.property_info_extractor' => '?',
  4826.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  4827.             'jms_i18n_routing.locale_resolver.default' => '?',
  4828.             'jms_i18n_routing.router' => '?',
  4829.             'jms_i18n_routing.route_exclusion_strategy' => '?',
  4830.             'jms_i18n_routing.pattern_generation_strategy.default' => '?',
  4831.             'jms_i18n_routing.route_translation_extractor' => '?',
  4832.             'jms_translation.file_source_factory' => '?',
  4833.             'jms_translation.file_writer' => '?',
  4834.             'jms_translation.loader_manager' => '?',
  4835.             'jms_translation.loader.xliff_loader' => '?',
  4836.             'jms_translation.dumper.php_dumper' => '?',
  4837.             'jms_translation.dumper.xliff_dumper' => '?',
  4838.             'jms_translation.dumper.xlf_dumper' => '?',
  4839.             'jms_translation.dumper.yaml_dumper' => '?',
  4840.             'jms_translation.extractor_manager' => '?',
  4841.             'jms_translation.extractor.file_extractor' => '?',
  4842.             'jms_translation.extractor.file.default_php_extractor' => '?',
  4843.             'jms_translation.extractor.file.form_extractor' => '?',
  4844.             'jms_translation.extractor.file.translation_container_extractor' => '?',
  4845.             'jms_translation.extractor.file.twig_extractor' => '?',
  4846.             'jms_translation.extractor.file.validation_extractor' => '?',
  4847.             'jms_translation.extractor.file.authentication_message_extractor' => '?',
  4848.             'jms_translation.doc_parser' => '?',
  4849.             'jms_translation.command.extract' => '?',
  4850.             'jms_translation.command.list_resources' => '?',
  4851.             'doctrine.migrations.dependency_factory' => '?',
  4852.             'doctrine.migrations.configuration_loader' => '?',
  4853.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  4854.             'doctrine.migrations.configuration' => '?',
  4855.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  4856.             'doctrine_migrations.diff_command' => '?',
  4857.             'doctrine_migrations.sync_metadata_command' => '?',
  4858.             'doctrine_migrations.versions_command' => '?',
  4859.             'doctrine_migrations.current_command' => '?',
  4860.             'doctrine_migrations.dump_schema_command' => '?',
  4861.             'doctrine_migrations.execute_command' => '?',
  4862.             'doctrine_migrations.generate_command' => '?',
  4863.             'doctrine_migrations.latest_command' => '?',
  4864.             'doctrine_migrations.migrate_command' => '?',
  4865.             'doctrine_migrations.rollup_command' => '?',
  4866.             'doctrine_migrations.status_command' => '?',
  4867.             'doctrine_migrations.up_to_date_command' => '?',
  4868.             'doctrine_migrations.version_command' => '?',
  4869.             'doctrine.migrations.storage.table_storage' => '?',
  4870.             'lexik_jwt_authentication.payload_enrichment' => '?',
  4871.             'lexik_jwt_authentication.key_loader.raw' => '?',
  4872.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  4873.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  4874.             'lexik_jwt_authentication.handler.authentication_success' => '?',
  4875.             'lexik_jwt_authentication.handler.authentication_failure' => '?',
  4876.             'lexik_jwt_authentication.extractor.chain_extractor' => '?',
  4877.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => '?',
  4878.             'lexik_jwt_authentication.check_config_command' => '?',
  4879.             'lexik_jwt_authentication.migrate_config_command' => '?',
  4880.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  4881.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  4882.             'gesdinet.jwtrefreshtoken.send_token' => '?',
  4883.             'gesdinet.jwtrefreshtoken.request.extractor.request_body' => '?',
  4884.             'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' => '?',
  4885.             'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' => '?',
  4886.             'gesdinet.jwtrefreshtoken.user_provider' => '?',
  4887.             'gesdinet.jwtrefreshtoken.authenticator' => '?',
  4888.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => '?',
  4889.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => '?',
  4890.             'Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener' => '?',
  4891.             'maker.auto_command.make_auth' => '?',
  4892.             'maker.auto_command.make_command' => '?',
  4893.             'maker.auto_command.make_controller' => '?',
  4894.             'maker.auto_command.make_crud' => '?',
  4895.             'maker.auto_command.make_docker_database' => '?',
  4896.             'maker.auto_command.make_entity' => '?',
  4897.             'maker.auto_command.make_fixtures' => '?',
  4898.             'maker.auto_command.make_form' => '?',
  4899.             'maker.auto_command.make_message' => '?',
  4900.             'maker.auto_command.make_messenger_middleware' => '?',
  4901.             'maker.auto_command.make_registration_form' => '?',
  4902.             'maker.auto_command.make_reset_password' => '?',
  4903.             'maker.auto_command.make_serializer_encoder' => '?',
  4904.             'maker.auto_command.make_serializer_normalizer' => '?',
  4905.             'maker.auto_command.make_subscriber' => '?',
  4906.             'maker.auto_command.make_twig_extension' => '?',
  4907.             'maker.auto_command.make_test' => '?',
  4908.             'maker.auto_command.make_validator' => '?',
  4909.             'maker.auto_command.make_voter' => '?',
  4910.             'maker.auto_command.make_user' => '?',
  4911.             'maker.auto_command.make_migration' => '?',
  4912.             'maker.auto_command.make_stimulus_controller' => '?',
  4913.             'monolog.logger.request' => '?',
  4914.             'monolog.logger.console' => '?',
  4915.             'monolog.logger.cache' => '?',
  4916.             'monolog.logger.mailer' => '?',
  4917.             'monolog.logger.php' => '?',
  4918.             'monolog.logger.event' => '?',
  4919.             'monolog.logger.router' => '?',
  4920.             'monolog.logger.profiler' => '?',
  4921.             'monolog.logger.security' => '?',
  4922.             'monolog.logger.doctrine' => '?',
  4923.             'monolog.handler.null_internal' => '?',
  4924.             'debug.argument_resolver.request_attribute' => '?',
  4925.             'debug.argument_resolver.request' => '?',
  4926.             'debug.argument_resolver.session' => '?',
  4927.             'debug.security.user_value_resolver' => '?',
  4928.             'debug.argument_resolver.service' => '?',
  4929.             'debug.argument_resolver.default' => '?',
  4930.             'debug.argument_resolver.variadic' => '?',
  4931.             'debug.argument_resolver.not_tagged_controller' => '?',
  4932.             'debug.security.voter.security.access.authenticated_voter' => '?',
  4933.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  4934.             'debug.security.voter.security.access.expression_voter' => '?',
  4935.             'security.listener.csrf_protection' => '?',
  4936.             'security.logout.listener.csrf_token_clearing' => '?',
  4937.             'doctrine.dbal.default_schema_asset_filter_manager' => '?',
  4938.             'jms_translation.loader.wrapped_symfony_loader.0' => '?',
  4939.             'jms_translation.loader.wrapped_symfony_loader.1' => '?',
  4940.             'jms_translation.loader.wrapped_symfony_loader.2' => '?',
  4941.             'jms_translation.loader.wrapped_symfony_loader.3' => '?',
  4942.             'jms_translation.loader.wrapped_symfony_loader.4' => '?',
  4943.             'jms_translation.loader.wrapped_symfony_loader.5' => '?',
  4944.             'jms_translation.loader.wrapped_symfony_loader.6' => '?',
  4945.             'jms_translation.loader.wrapped_symfony_loader.7' => '?',
  4946.             'jms_translation.loader.wrapped_symfony_loader.8' => '?',
  4947.             'jms_translation.loader.wrapped_symfony_loader.9' => '?',
  4948.             'jms_translation.loader.wrapped_symfony_loader.10' => '?',
  4949.             'jms_translation.dumper.wrapped_symfony_dumper.2' => '?',
  4950.             'jms_translation.dumper.wrapped_symfony_dumper.3' => '?',
  4951.             'jms_translation.dumper.wrapped_symfony_dumper.5' => '?',
  4952.             'jms_translation.dumper.wrapped_symfony_dumper.6' => '?',
  4953.             'jms_translation.dumper.wrapped_symfony_dumper.7' => '?',
  4954.             'jms_translation.dumper.wrapped_symfony_dumper.8' => '?',
  4955.             'jms_translation.dumper.wrapped_symfony_dumper.9' => '?',
  4956.             'jms_translation.dumper.wrapped_symfony_dumper.10' => '?',
  4957.             'debug.validator.inner' => '?',
  4958.             'debug.event_dispatcher.inner' => '?',
  4959.             'debug.controller_resolver.inner' => '?',
  4960.             'debug.argument_resolver.inner' => '?',
  4961.             'debug.security.access.decision_manager.inner' => '?',
  4962.             'debug.security.firewall.authenticator.admin.inner' => '?',
  4963.             'debug.security.firewall.authenticator.api_login.inner' => '?',
  4964.             'debug.security.firewall.authenticator.api.inner' => '?',
  4965.             'debug.security.firewall.authenticator.main.inner' => '?',
  4966.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  4967.             'debug.argument_resolver.request_attribute.inner' => '?',
  4968.             'debug.argument_resolver.request.inner' => '?',
  4969.             'debug.argument_resolver.session.inner' => '?',
  4970.             'debug.security.user_value_resolver.inner' => '?',
  4971.             'debug.argument_resolver.service.inner' => '?',
  4972.             'debug.argument_resolver.default.inner' => '?',
  4973.             'debug.argument_resolver.variadic.inner' => '?',
  4974.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  4975.             'cache.webpack_encore.recorder_inner' => '?',
  4976.             'cache.app.recorder_inner' => '?',
  4977.             'cache.system.recorder_inner' => '?',
  4978.             'cache.validator.recorder_inner' => '?',
  4979.             'cache.serializer.recorder_inner' => '?',
  4980.             'cache.annotations.recorder_inner' => '?',
  4981.             'cache.property_info.recorder_inner' => '?',
  4982.             'cache.validator_expression_language.recorder_inner' => '?',
  4983.             'cache.security_expression_language.recorder_inner' => '?',
  4984.             'cache.security_token_verifier.recorder_inner' => '?',
  4985.             'cache.doctrine.orm.default.result.recorder_inner' => '?',
  4986.             'cache.doctrine.orm.default.query.recorder_inner' => '?',
  4987.             'Psr\\Container\\ContainerInterface' => '?',
  4988.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  4989.             'Liip\\ImagineBundle\\Config\\FilterFactoryCollection' => '?',
  4990.             'Liip\\ImagineBundle\\Config\\StackBuilder' => '?',
  4991.             'Liip\\ImagineBundle\\Config\\StackCollection' => '?',
  4992.             'Liip\\ImagineBundle\\Imagine\\Filter\\FilterManager' => '?',
  4993.             'Liip\\ImagineBundle\\Imagine\\Data\\DataManager' => '?',
  4994.             'Liip\\ImagineBundle\\Imagine\\Cache\\CacheManager' => '?',
  4995.             'liip_imagine' => '?',
  4996.             'Imagine\\Image\\ImagineInterface' => '?',
  4997.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  4998.             'sensio_framework_extra.security.expression_language' => '?',
  4999.             'logger' => '?',
  5000.             'Psr\\Log\\LoggerInterface' => '?',
  5001.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupCollectionInterface' => '?',
  5002.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => '?',
  5003.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  5004.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  5005.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  5006.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  5007.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  5008.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  5009.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  5010.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  5011.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  5012.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  5013.             'Symfony\\Component\\HttpKernel\\UriSigner' => '?',
  5014.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => '?',
  5015.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => '?',
  5016.             'error_renderer.html' => '?',
  5017.             'error_renderer' => '?',
  5018.             'Psr\\EventDispatcher\\EventDispatcherInterface' => '?',
  5019.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  5020.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  5021.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  5022.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  5023.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  5024.             'Symfony\\Component\\Asset\\Packages' => '?',
  5025.             'mailer' => '?',
  5026.             'Symfony\\Component\\Mailer\\MailerInterface' => '?',
  5027.             'mailer.logger_message_listener' => '?',
  5028.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  5029.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  5030.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  5031.             'translator.formatter' => '?',
  5032.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  5033.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  5034.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  5035.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  5036.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  5037.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  5038.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  5039.             'annotation_reader' => '?',
  5040.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  5041.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  5042.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => '?',
  5043.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => '?',
  5044.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => '?',
  5045.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => '?',
  5046.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => '?',
  5047.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => '?',
  5048.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => '?',
  5049.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => '?',
  5050.             'cache.default_doctrine_dbal_provider' => '?',
  5051.             'cache.default_pdo_provider' => '?',
  5052.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  5053.             'SessionHandlerInterface' => '?',
  5054.             'session.storage.factory' => '?',
  5055.             'session.handler' => '?',
  5056.             'session_listener' => '?',
  5057.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
  5058.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
  5059.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  5060.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  5061.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  5062.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  5063.             'form.property_accessor' => '?',
  5064.             'form.choice_list_factory' => '?',
  5065.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  5066.             'validator.mapping.class_metadata_factory' => '?',
  5067.             'a2lix_auto_form.manipulator.default' => '?',
  5068.             'Twig_Environment' => '?',
  5069.             'Twig\\Environment' => '?',
  5070.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  5071.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  5072.             'Symfony\\Component\\Security\\Core\\Security' => '?',
  5073.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  5074.             'security.encoder_factory' => '?',
  5075.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  5076.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  5077.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  5078.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  5079.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  5080.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  5081.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => '?',
  5082.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  5083.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => '?',
  5084.             'security.firewall' => '?',
  5085.             'security.user.provider.concrete.fos_userbundle' => '?',
  5086.             'security.user_providers' => '?',
  5087.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  5088.             'security.authentication.session_strategy.admin' => '?',
  5089.             'security.user_checker.admin' => '?',
  5090.             'security.user_checker.api_login' => '?',
  5091.             'security.user_checker.api' => '?',
  5092.             'security.authentication.session_strategy.main' => '?',
  5093.             'security.user_checker.main' => '?',
  5094.             'security.firewall.context_locator' => '?',
  5095.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
  5096.             'fos_user.doctrine_registry' => '?',
  5097.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  5098.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  5099.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  5100.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  5101.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  5102.             'fos_user.util.email_canonicalizer' => '?',
  5103.             'fos_user.util.username_canonicalizer' => '?',
  5104.             'fos_user.util.token_generator' => '?',
  5105.             'fos_user.mailer' => '?',
  5106.             'FOS\\UserBundle\\Mailer\\MailerInterface' => '?',
  5107.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  5108.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\LocaleProviderInterface' => '?',
  5109.             'Knp\\DoctrineBehaviors\\Contract\\Provider\\UserProviderInterface' => '?',
  5110.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  5111.             'Doctrine\\DBAL\\Connection' => '?',
  5112.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  5113.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  5114.             'doctrine.dbal.event_manager' => '?',
  5115.             'Doctrine\\DBAL\\Connection $defaultConnection' => '?',
  5116.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  5117.             'doctrine.orm.metadata.annotation_reader' => '?',
  5118.             'doctrine.orm.default_metadata_cache' => '?',
  5119.             'doctrine.orm.default_result_cache' => '?',
  5120.             'doctrine.orm.default_query_cache' => '?',
  5121.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => '?',
  5122.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  5123.             'jms_i18n_routing.locale_resolver' => '?',
  5124.             'jms_i18n_routing.pattern_generation_strategy' => '?',
  5125.             'doctrine.migrations.metadata_storage' => '?',
  5126.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  5127.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  5128.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  5129.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => '?',
  5130.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => '?',
  5131.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => '?',
  5132.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  5133.             'Gesdinet\\JWTRefreshTokenBundle\\Generator\\RefreshTokenGeneratorInterface' => '?',
  5134.             'Gesdinet\\JWTRefreshTokenBundle\\Model\\RefreshTokenManagerInterface' => '?',
  5135.             'Gesdinet\\JWTRefreshTokenBundle\\Request\\Extractor\\ExtractorInterface' => '?',
  5136.             'twig.loader.filesystem' => '?',
  5137.             'a2lix_translation_form.locale_provider.default' => '?',
  5138.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  5139.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  5140.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  5141.             'Psr\\Log\\LoggerInterface $mailerLogger' => '?',
  5142.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  5143.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  5144.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  5145.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  5146.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  5147.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  5148.             'Psr\\Log\\LoggerInterface $deprecationLogger' => '?',
  5149.             'argument_resolver.controller_locator' => '?',
  5150.             'twig.loader' => '?',
  5151.             'doctrine.id_generator_locator' => '?',
  5152.             'gesdinet.jwtrefreshtoken.object_manager' => '?',
  5153.             'gesdinet.jwtrefreshtoken.user_checker' => '?',
  5154.             'controller_resolver' => '?',
  5155.             'argument_resolver' => '?',
  5156.             'translator.data_collector.inner' => '?',
  5157.             'twig.error_renderer.html.inner' => '?',
  5158.             'security.access.decision_manager' => '?',
  5159.             'security.firewall.authenticator.admin' => '?',
  5160.             'security.firewall.authenticator.api_login' => '?',
  5161.             'security.firewall.authenticator.api' => '?',
  5162.             'security.firewall.authenticator.main' => '?',
  5163.             'doctrine.migrations.migrations_factory' => '?',
  5164.             'argument_resolver.request_attribute' => '?',
  5165.             'argument_resolver.request' => '?',
  5166.             'argument_resolver.session' => '?',
  5167.             'security.user_value_resolver' => '?',
  5168.             'argument_resolver.service' => '?',
  5169.             'argument_resolver.default' => '?',
  5170.             'argument_resolver.variadic' => '?',
  5171.             'argument_resolver.not_tagged_controller' => '?',
  5172.             'doctrine.orm.default_metadata_driver' => '?',
  5173.             'security.password_encoder' => '?',
  5174.             'session' => '?',
  5175.             'validator' => '?',
  5176.         ]);
  5177.     }
  5178.     /**
  5179.      * Gets the public 'test.service_container' shared service.
  5180.      *
  5181.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  5182.      */
  5183.     protected function getTest_ServiceContainerService()
  5184.     {
  5185.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  5186.     }
  5187.     /**
  5188.      * Gets the public 'translator' shared service.
  5189.      *
  5190.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5191.      */
  5192.     protected function getTranslatorService()
  5193.     {
  5194.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5195.     }
  5196.     /**
  5197.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5198.      *
  5199.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5200.      */
  5201.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5202.     {
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5204.         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()));
  5205.     }
  5206.     /**
  5207.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5208.      *
  5209.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5210.      */
  5211.     protected function getWebProfiler_Controller_ProfilerService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5214.         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));
  5215.     }
  5216.     /**
  5217.      * Gets the public 'web_profiler.controller.router' shared service.
  5218.      *
  5219.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5220.      */
  5221.     protected function getWebProfiler_Controller_RouterService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5224.         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 () {
  5225.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5226.         }, 1));
  5227.     }
  5228.     /**
  5229.      * Gets the private '.App\Command\ExampleCommand.lazy' shared service.
  5230.      *
  5231.      * @return \Symfony\Component\Console\Command\LazyCommand
  5232.      */
  5233.     protected function getExampleCommand_LazyService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5237.         return $this->privates['.App\\Command\\ExampleCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('pw:import:example', [], 'Example command'false, function (): \App\Command\ExampleCommand {
  5238.             return ($this->services['App\\Command\\ExampleCommand'] ?? $this->getExampleCommandService());
  5239.         });
  5240.     }
  5241.     /**
  5242.      * Gets the private '.App\Command\GenerateCrudCommand.lazy' shared service.
  5243.      *
  5244.      * @return \Symfony\Component\Console\Command\LazyCommand
  5245.      */
  5246.     protected function getGenerateCrudCommand_LazyService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5250.         return $this->privates['.App\\Command\\GenerateCrudCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('pw:generate:crud', [], 'Generate CRUD'false, function (): \App\Command\GenerateCrudCommand {
  5251.             return ($this->services['App\\Command\\GenerateCrudCommand'] ?? $this->getGenerateCrudCommandService());
  5252.         });
  5253.     }
  5254.     /**
  5255.      * Gets the private '.console.command.about.lazy' shared service.
  5256.      *
  5257.      * @return \Symfony\Component\Console\Command\LazyCommand
  5258.      */
  5259.     protected function get_Console_Command_About_LazyService()
  5260.     {
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5263.         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 {
  5264.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5265.         });
  5266.     }
  5267.     /**
  5268.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5269.      *
  5270.      * @return \Symfony\Component\Console\Command\LazyCommand
  5271.      */
  5272.     protected function get_Console_Command_AssetsInstall_LazyService()
  5273.     {
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5276.         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 {
  5277.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5278.         });
  5279.     }
  5280.     /**
  5281.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5282.      *
  5283.      * @return \Symfony\Component\Console\Command\LazyCommand
  5284.      */
  5285.     protected function get_Console_Command_CacheClear_LazyService()
  5286.     {
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5289.         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 {
  5290.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5291.         });
  5292.     }
  5293.     /**
  5294.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5295.      *
  5296.      * @return \Symfony\Component\Console\Command\LazyCommand
  5297.      */
  5298.     protected function get_Console_Command_CachePoolClear_LazyService()
  5299.     {
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5302.         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 {
  5303.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5304.         });
  5305.     }
  5306.     /**
  5307.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5308.      *
  5309.      * @return \Symfony\Component\Console\Command\LazyCommand
  5310.      */
  5311.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5315.         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 {
  5316.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5317.         });
  5318.     }
  5319.     /**
  5320.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5321.      *
  5322.      * @return \Symfony\Component\Console\Command\LazyCommand
  5323.      */
  5324.     protected function get_Console_Command_CachePoolList_LazyService()
  5325.     {
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5328.         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 {
  5329.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5330.         });
  5331.     }
  5332.     /**
  5333.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5334.      *
  5335.      * @return \Symfony\Component\Console\Command\LazyCommand
  5336.      */
  5337.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5338.     {
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5341.         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 {
  5342.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5343.         });
  5344.     }
  5345.     /**
  5346.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5347.      *
  5348.      * @return \Symfony\Component\Console\Command\LazyCommand
  5349.      */
  5350.     protected function get_Console_Command_CacheWarmup_LazyService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5354.         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 {
  5355.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5356.         });
  5357.     }
  5358.     /**
  5359.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5360.      *
  5361.      * @return \Symfony\Component\Console\Command\LazyCommand
  5362.      */
  5363.     protected function get_Console_Command_ConfigDebug_LazyService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5367.         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 {
  5368.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5369.         });
  5370.     }
  5371.     /**
  5372.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5373.      *
  5374.      * @return \Symfony\Component\Console\Command\LazyCommand
  5375.      */
  5376.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5380.         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 {
  5381.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5382.         });
  5383.     }
  5384.     /**
  5385.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5386.      *
  5387.      * @return \Symfony\Component\Console\Command\LazyCommand
  5388.      */
  5389.     protected function get_Console_Command_ContainerDebug_LazyService()
  5390.     {
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5393.         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 {
  5394.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5395.         });
  5396.     }
  5397.     /**
  5398.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5399.      *
  5400.      * @return \Symfony\Component\Console\Command\LazyCommand
  5401.      */
  5402.     protected function get_Console_Command_ContainerLint_LazyService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5406.         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 {
  5407.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5408.         });
  5409.     }
  5410.     /**
  5411.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5412.      *
  5413.      * @return \Symfony\Component\Console\Command\LazyCommand
  5414.      */
  5415.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5416.     {
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5419.         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 {
  5420.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5421.         });
  5422.     }
  5423.     /**
  5424.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5425.      *
  5426.      * @return \Symfony\Component\Console\Command\LazyCommand
  5427.      */
  5428.     protected function get_Console_Command_DotenvDebug_LazyService()
  5429.     {
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5432.         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 {
  5433.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5434.         });
  5435.     }
  5436.     /**
  5437.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5438.      *
  5439.      * @return \Symfony\Component\Console\Command\LazyCommand
  5440.      */
  5441.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5442.     {
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5445.         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 {
  5446.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5447.         });
  5448.     }
  5449.     /**
  5450.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5451.      *
  5452.      * @return \Symfony\Component\Console\Command\LazyCommand
  5453.      */
  5454.     protected function get_Console_Command_FormDebug_LazyService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5458.         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 {
  5459.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5460.         });
  5461.     }
  5462.     /**
  5463.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5464.      *
  5465.      * @return \Symfony\Component\Console\Command\LazyCommand
  5466.      */
  5467.     protected function get_Console_Command_RouterDebug_LazyService()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5471.         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 {
  5472.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5473.         });
  5474.     }
  5475.     /**
  5476.      * Gets the private '.console.command.router_match.lazy' shared service.
  5477.      *
  5478.      * @return \Symfony\Component\Console\Command\LazyCommand
  5479.      */
  5480.     protected function get_Console_Command_RouterMatch_LazyService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5484.         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 {
  5485.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5486.         });
  5487.     }
  5488.     /**
  5489.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5490.      *
  5491.      * @return \Symfony\Component\Console\Command\LazyCommand
  5492.      */
  5493.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5494.     {
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5497.         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 {
  5498.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5499.         });
  5500.     }
  5501.     /**
  5502.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\Console\Command\LazyCommand
  5505.      */
  5506.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5510.         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 {
  5511.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5512.         });
  5513.     }
  5514.     /**
  5515.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5516.      *
  5517.      * @return \Symfony\Component\Console\Command\LazyCommand
  5518.      */
  5519.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5520.     {
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5523.         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 {
  5524.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5525.         });
  5526.     }
  5527.     /**
  5528.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5529.      *
  5530.      * @return \Symfony\Component\Console\Command\LazyCommand
  5531.      */
  5532.     protected function get_Console_Command_SecretsList_LazyService()
  5533.     {
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5536.         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 {
  5537.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5538.         });
  5539.     }
  5540.     /**
  5541.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5542.      *
  5543.      * @return \Symfony\Component\Console\Command\LazyCommand
  5544.      */
  5545.     protected function get_Console_Command_SecretsRemove_LazyService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5549.         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 {
  5550.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5551.         });
  5552.     }
  5553.     /**
  5554.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5555.      *
  5556.      * @return \Symfony\Component\Console\Command\LazyCommand
  5557.      */
  5558.     protected function get_Console_Command_SecretsSet_LazyService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5562.         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 {
  5563.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5564.         });
  5565.     }
  5566.     /**
  5567.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5568.      *
  5569.      * @return \Symfony\Component\Console\Command\LazyCommand
  5570.      */
  5571.     protected function get_Console_Command_TranslationDebug_LazyService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5575.         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 {
  5576.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5577.         });
  5578.     }
  5579.     /**
  5580.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5581.      *
  5582.      * @return \Symfony\Component\Console\Command\LazyCommand
  5583.      */
  5584.     protected function get_Console_Command_TranslationExtract_LazyService()
  5585.     {
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5588.         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 {
  5589.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5590.         });
  5591.     }
  5592.     /**
  5593.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5594.      *
  5595.      * @return \Symfony\Component\Console\Command\LazyCommand
  5596.      */
  5597.     protected function get_Console_Command_TranslationPull_LazyService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5601.         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 {
  5602.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5603.         });
  5604.     }
  5605.     /**
  5606.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5607.      *
  5608.      * @return \Symfony\Component\Console\Command\LazyCommand
  5609.      */
  5610.     protected function get_Console_Command_TranslationPush_LazyService()
  5611.     {
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5614.         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 {
  5615.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5616.         });
  5617.     }
  5618.     /**
  5619.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Console\Command\LazyCommand
  5622.      */
  5623.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5624.     {
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5627.         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 {
  5628.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5629.         });
  5630.     }
  5631.     /**
  5632.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5633.      *
  5634.      * @return \Symfony\Component\Console\Command\LazyCommand
  5635.      */
  5636.     protected function get_Console_Command_XliffLint_LazyService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5640.         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 {
  5641.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5642.         });
  5643.     }
  5644.     /**
  5645.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5646.      *
  5647.      * @return \Symfony\Component\Console\Command\LazyCommand
  5648.      */
  5649.     protected function get_Console_Command_YamlLint_LazyService()
  5650.     {
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5653.         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 {
  5654.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5655.         });
  5656.     }
  5657.     /**
  5658.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  5659.      *
  5660.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  5661.      */
  5662.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  5663.     {
  5664.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5665.         $a->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  5666.         $a->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  5667.         $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');
  5668.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  5669.     }
  5670.     /**
  5671.      * Gets the private '.errored..service_locator.3DxPDuY.App\Entity\Article' shared service.
  5672.      *
  5673.      * @return \App\Entity\Article
  5674.      */
  5675.     protected function getArticleService()
  5676.     {
  5677.         $this->throw('Cannot autowire service ".service_locator.3DxPDuY": it references class "App\\Entity\\Article" but no such service exists.');
  5678.     }
  5679.     /**
  5680.      * Gets the private '.errored..service_locator.48pMYU3.App\Entity\Launcher' shared service.
  5681.      *
  5682.      * @return \App\Entity\Launcher
  5683.      */
  5684.     protected function getLauncherService()
  5685.     {
  5686.         $this->throw('Cannot autowire service ".service_locator.48pMYU3": it references class "App\\Entity\\Launcher" but no such service exists.');
  5687.     }
  5688.     /**
  5689.      * Gets the private '.errored..service_locator.5bkioaH.App\Entity\User' shared service.
  5690.      *
  5691.      * @return \App\Entity\User
  5692.      */
  5693.     protected function getUserService()
  5694.     {
  5695.         $this->throw('Cannot autowire service ".service_locator.5bkioaH": it references class "App\\Entity\\User" but no such service exists.');
  5696.     }
  5697.     /**
  5698.      * Gets the private '.errored..service_locator.6IkVMIm.App\Entity\Campaign' shared service.
  5699.      *
  5700.      * @return \App\Entity\Campaign
  5701.      */
  5702.     protected function getCampaignService()
  5703.     {
  5704.         $this->throw('Cannot autowire service ".service_locator.6IkVMIm": it references class "App\\Entity\\Campaign" but no such service exists.');
  5705.     }
  5706.     /**
  5707.      * Gets the private '.errored..service_locator.6oKiZkm.App\Entity\Template' shared service.
  5708.      *
  5709.      * @return \App\Entity\Template
  5710.      */
  5711.     protected function getTemplateService()
  5712.     {
  5713.         $this->throw('Cannot autowire service ".service_locator.6oKiZkm": it references class "App\\Entity\\Template" but no such service exists.');
  5714.     }
  5715.     /**
  5716.      * Gets the private '.errored..service_locator.DWiJbCk.App\Entity\EcommerceOrder' shared service.
  5717.      *
  5718.      * @return \App\Entity\EcommerceOrder
  5719.      */
  5720.     protected function getEcommerceOrderService()
  5721.     {
  5722.         $this->throw('Cannot autowire service ".service_locator.DWiJbCk": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5723.     }
  5724.     /**
  5725.      * Gets the private '.errored..service_locator.Hfu_Ccf.App\Entity\Product' shared service.
  5726.      *
  5727.      * @return \App\Entity\Product
  5728.      */
  5729.     protected function getProductService()
  5730.     {
  5731.         $this->throw('Cannot autowire service ".service_locator.Hfu_Ccf": it references class "App\\Entity\\Product" but no such service exists.');
  5732.     }
  5733.     /**
  5734.      * Gets the private '.errored..service_locator.HjRujH0.App\Entity\CategoryArticle' shared service.
  5735.      *
  5736.      * @return \App\Entity\CategoryArticle
  5737.      */
  5738.     protected function getCategoryArticleService()
  5739.     {
  5740.         $this->throw('Cannot autowire service ".service_locator.HjRujH0": it references class "App\\Entity\\CategoryArticle" but no such service exists.');
  5741.     }
  5742.     /**
  5743.      * Gets the private '.errored..service_locator.IbXbJEJ.App\Entity\Category' shared service.
  5744.      *
  5745.      * @return \App\Entity\Category
  5746.      */
  5747.     protected function getCategoryService()
  5748.     {
  5749.         $this->throw('Cannot autowire service ".service_locator.IbXbJEJ": it references class "App\\Entity\\Category" but no such service exists.');
  5750.     }
  5751.     /**
  5752.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5753.      *
  5754.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5755.      */
  5756.     protected function getLoaderInterfaceService()
  5757.     {
  5758.         $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".');
  5759.     }
  5760.     /**
  5761.      * Gets the private '.errored..service_locator.Q1NHGFB.App\Entity\LicenceKey' shared service.
  5762.      *
  5763.      * @return \App\Entity\LicenceKey
  5764.      */
  5765.     protected function getLicenceKeyService()
  5766.     {
  5767.         $this->throw('Cannot autowire service ".service_locator.Q1NHGFB": it references class "App\\Entity\\LicenceKey" but no such service exists.');
  5768.     }
  5769.     /**
  5770.      * Gets the private '.errored..service_locator.S85VBX_.App\Entity\Campaign' shared service.
  5771.      *
  5772.      * @return \App\Entity\Campaign
  5773.      */
  5774.     protected function getCampaign2Service()
  5775.     {
  5776.         $this->throw('Cannot autowire service ".service_locator.S85VBX_": it references class "App\\Entity\\Campaign" but no such service exists.');
  5777.     }
  5778.     /**
  5779.      * Gets the private '.errored..service_locator.SzGKLGC.App\Entity\Subscriber' shared service.
  5780.      *
  5781.      * @return \App\Entity\Subscriber
  5782.      */
  5783.     protected function getSubscriberService()
  5784.     {
  5785.         $this->throw('Cannot autowire service ".service_locator.SzGKLGC": it references class "App\\Entity\\Subscriber" but no such service exists.');
  5786.     }
  5787.     /**
  5788.      * Gets the private '.errored..service_locator.THVfaSv.App\Entity\SeoRoute' shared service.
  5789.      *
  5790.      * @return \App\Entity\SeoRoute
  5791.      */
  5792.     protected function getSeoRouteService()
  5793.     {
  5794.         $this->throw('Cannot autowire service ".service_locator.THVfaSv": it references class "App\\Entity\\SeoRoute" but no such service exists.');
  5795.     }
  5796.     /**
  5797.      * Gets the private '.errored..service_locator.V0q.Fdu.App\Entity\Question' shared service.
  5798.      *
  5799.      * @return \App\Entity\Question
  5800.      */
  5801.     protected function getQuestionService()
  5802.     {
  5803.         $this->throw('Cannot autowire service ".service_locator.V0q.Fdu": it references class "App\\Entity\\Question" but no such service exists.');
  5804.     }
  5805.     /**
  5806.      * Gets the private '.errored..service_locator.X5rAzKE.App\Entity\SubscriberGroup' shared service.
  5807.      *
  5808.      * @return \App\Entity\SubscriberGroup
  5809.      */
  5810.     protected function getSubscriberGroupService()
  5811.     {
  5812.         $this->throw('Cannot autowire service ".service_locator.X5rAzKE": it references class "App\\Entity\\SubscriberGroup" but no such service exists.');
  5813.     }
  5814.     /**
  5815.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  5816.      *
  5817.      * @return \App\Entity\User
  5818.      */
  5819.     protected function getUser2Service()
  5820.     {
  5821.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  5822.     }
  5823.     /**
  5824.      * Gets the private '.errored..service_locator.ciASONt.App\Entity\Contact' shared service.
  5825.      *
  5826.      * @return \App\Entity\Contact
  5827.      */
  5828.     protected function getContactService()
  5829.     {
  5830.         $this->throw('Cannot autowire service ".service_locator.ciASONt": it references class "App\\Entity\\Contact" but no such service exists.');
  5831.     }
  5832.     /**
  5833.      * Gets the private '.errored..service_locator.eeM8SJb.App\Entity\Cart' shared service.
  5834.      *
  5835.      * @return \App\Entity\Cart
  5836.      */
  5837.     protected function getCartService()
  5838.     {
  5839.         $this->throw('Cannot autowire service ".service_locator.eeM8SJb": it references class "App\\Entity\\Cart" but no such service exists.');
  5840.     }
  5841.     /**
  5842.      * Gets the private '.errored..service_locator.i5P4esE.App\Entity\Cart' shared service.
  5843.      *
  5844.      * @return \App\Entity\Cart
  5845.      */
  5846.     protected function getCart2Service()
  5847.     {
  5848.         $this->throw('Cannot autowire service ".service_locator.i5P4esE": it references class "App\\Entity\\Cart" but no such service exists.');
  5849.     }
  5850.     /**
  5851.      * Gets the private '.errored..service_locator.iHZ5bxx.App\Entity\Recipient' shared service.
  5852.      *
  5853.      * @return \App\Entity\Recipient
  5854.      */
  5855.     protected function getRecipientService()
  5856.     {
  5857.         $this->throw('Cannot autowire service ".service_locator.iHZ5bxx": it references class "App\\Entity\\Recipient" but no such service exists.');
  5858.     }
  5859.     /**
  5860.      * Gets the private '.errored..service_locator.iaDvAJa.App\Entity\EcommerceOrder' shared service.
  5861.      *
  5862.      * @return \App\Entity\EcommerceOrder
  5863.      */
  5864.     protected function getEcommerceOrder2Service()
  5865.     {
  5866.         $this->throw('Cannot autowire service ".service_locator.iaDvAJa": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5867.     }
  5868.     /**
  5869.      * Gets the private '.errored..service_locator.kaipZWV.App\Entity\Redirection' shared service.
  5870.      *
  5871.      * @return \App\Entity\Redirection
  5872.      */
  5873.     protected function getRedirectionService()
  5874.     {
  5875.         $this->throw('Cannot autowire service ".service_locator.kaipZWV": it references class "App\\Entity\\Redirection" but no such service exists.');
  5876.     }
  5877.     /**
  5878.      * Gets the private '.errored..service_locator.kj6P_Y2.App\Entity\EcommerceOrder' shared service.
  5879.      *
  5880.      * @return \App\Entity\EcommerceOrder
  5881.      */
  5882.     protected function getEcommerceOrder3Service()
  5883.     {
  5884.         $this->throw('Cannot autowire service ".service_locator.kj6P_Y2": it references class "App\\Entity\\EcommerceOrder" but no such service exists.');
  5885.     }
  5886.     /**
  5887.      * Gets the private '.errored..service_locator.ob.O40s.App\Entity\Product' shared service.
  5888.      *
  5889.      * @return \App\Entity\Product
  5890.      */
  5891.     protected function getProduct2Service()
  5892.     {
  5893.         $this->throw('Cannot autowire service ".service_locator.ob.O40s": it references class "App\\Entity\\Product" but no such service exists.');
  5894.     }
  5895.     /**
  5896.      * Gets the private '.errored..service_locator.pq6bHr9.App\Entity\CartProduct' shared service.
  5897.      *
  5898.      * @return \App\Entity\CartProduct
  5899.      */
  5900.     protected function getCartProductService()
  5901.     {
  5902.         $this->throw('Cannot autowire service ".service_locator.pq6bHr9": it references class "App\\Entity\\CartProduct" but no such service exists.');
  5903.     }
  5904.     /**
  5905.      * Gets the private '.errored..service_locator.xYoebww.App\Entity\Template' shared service.
  5906.      *
  5907.      * @return \App\Entity\Template
  5908.      */
  5909.     protected function getTemplate2Service()
  5910.     {
  5911.         $this->throw('Cannot autowire service ".service_locator.xYoebww": it references class "App\\Entity\\Template" but no such service exists.');
  5912.     }
  5913.     /**
  5914.      * Gets the private '.errored..service_locator.zudzieW.App\Entity\User' shared service.
  5915.      *
  5916.      * @return \App\Entity\User
  5917.      */
  5918.     protected function getUser3Service()
  5919.     {
  5920.         $this->throw('Cannot autowire service ".service_locator.zudzieW": it references class "App\\Entity\\User" but no such service exists.');
  5921.     }
  5922.     /**
  5923.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5924.      *
  5925.      * @return \Symfony\Component\Console\Command\LazyCommand
  5926.      */
  5927.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5931.         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 {
  5932.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5933.         });
  5934.     }
  5935.     /**
  5936.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5937.      *
  5938.      * @return \Symfony\Component\Console\Command\LazyCommand
  5939.      */
  5940.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5941.     {
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5944.         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 {
  5945.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5946.         });
  5947.     }
  5948.     /**
  5949.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5950.      *
  5951.      * @return \Symfony\Component\Console\Command\LazyCommand
  5952.      */
  5953.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5957.         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 {
  5958.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5959.         });
  5960.     }
  5961.     /**
  5962.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5963.      *
  5964.      * @return \Symfony\Component\Console\Command\LazyCommand
  5965.      */
  5966.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5970.         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 {
  5971.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5972.         });
  5973.     }
  5974.     /**
  5975.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5976.      *
  5977.      * @return \Symfony\Component\Console\Command\LazyCommand
  5978.      */
  5979.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5983.         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 {
  5984.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5985.         });
  5986.     }
  5987.     /**
  5988.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5989.      *
  5990.      * @return \Symfony\Component\Console\Command\LazyCommand
  5991.      */
  5992.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5996.         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 {
  5997.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5998.         });
  5999.     }
  6000.     /**
  6001.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  6002.      *
  6003.      * @return \Symfony\Component\Console\Command\LazyCommand
  6004.      */
  6005.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  6006.     {
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6009.         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 {
  6010.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  6011.         });
  6012.     }
  6013.     /**
  6014.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  6015.      *
  6016.      * @return \Symfony\Component\Console\Command\LazyCommand
  6017.      */
  6018.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6022.         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 {
  6023.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  6024.         });
  6025.     }
  6026.     /**
  6027.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  6028.      *
  6029.      * @return \Symfony\Component\Console\Command\LazyCommand
  6030.      */
  6031.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  6032.     {
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6035.         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 {
  6036.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  6037.         });
  6038.     }
  6039.     /**
  6040.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  6041.      *
  6042.      * @return \Symfony\Component\Console\Command\LazyCommand
  6043.      */
  6044.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6048.         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 {
  6049.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6050.         });
  6051.     }
  6052.     /**
  6053.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6054.      *
  6055.      * @return \Symfony\Component\Console\Command\LazyCommand
  6056.      */
  6057.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6061.         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 {
  6062.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6063.         });
  6064.     }
  6065.     /**
  6066.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6067.      *
  6068.      * @return \Symfony\Component\Console\Command\LazyCommand
  6069.      */
  6070.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6074.         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 {
  6075.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6076.         });
  6077.     }
  6078.     /**
  6079.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6080.      *
  6081.      * @return \Symfony\Component\Console\Command\LazyCommand
  6082.      */
  6083.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6084.     {
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6087.         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 {
  6088.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6089.         });
  6090.     }
  6091.     /**
  6092.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\Console\Command\LazyCommand
  6095.      */
  6096.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6100.         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 {
  6101.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6102.         });
  6103.     }
  6104.     /**
  6105.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6106.      *
  6107.      * @return \Symfony\Component\Console\Command\LazyCommand
  6108.      */
  6109.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6113.         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 {
  6114.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6115.         });
  6116.     }
  6117.     /**
  6118.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  6119.      *
  6120.      * @return \Symfony\Component\Console\Command\LazyCommand
  6121.      */
  6122.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6126.         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 {
  6127.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  6128.         });
  6129.     }
  6130.     /**
  6131.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6132.      *
  6133.      * @return \Symfony\Component\Console\Command\LazyCommand
  6134.      */
  6135.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6139.         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 {
  6140.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6141.         });
  6142.     }
  6143.     /**
  6144.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6145.      *
  6146.      * @return \Symfony\Component\Console\Command\LazyCommand
  6147.      */
  6148.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6152.         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 {
  6153.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6154.         });
  6155.     }
  6156.     /**
  6157.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\Console\Command\LazyCommand
  6160.      */
  6161.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6165.         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 {
  6166.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6167.         });
  6168.     }
  6169.     /**
  6170.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6171.      *
  6172.      * @return \Symfony\Component\Console\Command\LazyCommand
  6173.      */
  6174.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6178.         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 {
  6179.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6180.         });
  6181.     }
  6182.     /**
  6183.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6184.      *
  6185.      * @return \Symfony\Component\Console\Command\LazyCommand
  6186.      */
  6187.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6191.         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 {
  6192.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6193.         });
  6194.     }
  6195.     /**
  6196.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6197.      *
  6198.      * @return \Symfony\Component\Console\Command\LazyCommand
  6199.      */
  6200.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6204.         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 {
  6205.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6206.         });
  6207.     }
  6208.     /**
  6209.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6210.      *
  6211.      * @return \Symfony\Component\Console\Command\LazyCommand
  6212.      */
  6213.     protected function get_Security_Command_DebugFirewall_LazyService()
  6214.     {
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6217.         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 {
  6218.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6219.         });
  6220.     }
  6221.     /**
  6222.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6223.      *
  6224.      * @return \Symfony\Component\Console\Command\LazyCommand
  6225.      */
  6226.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6227.     {
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6230.         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 {
  6231.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6232.         });
  6233.     }
  6234.     /**
  6235.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6236.      *
  6237.      * @return \Symfony\Component\Console\Command\LazyCommand
  6238.      */
  6239.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6243.         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 {
  6244.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6245.         });
  6246.     }
  6247.     /**
  6248.      * Gets the private '.service_locator..9OiCw.' shared service.
  6249.      *
  6250.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6251.      */
  6252.     protected function get_ServiceLocator__9OiCw_Service()
  6253.     {
  6254.         return $this->privates['.service_locator..9OiCw.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6255.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6256.             'filterService' => ['services''App\\Service\\Filter''getFilterService'false],
  6257.             'paginatorService' => ['services''knp_paginator''getKnpPaginatorService'false],
  6258.         ], [
  6259.             'em' => '?',
  6260.             'filterService' => 'App\\Service\\Filter',
  6261.             'paginatorService' => '?',
  6262.         ]);
  6263.     }
  6264.     /**
  6265.      * Gets the private '.service_locator..Ae5NXw' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6268.      */
  6269.     protected function get_ServiceLocator__Ae5NXwService()
  6270.     {
  6271.         return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6272.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6273.         ], [
  6274.             'userRepository' => 'App\\Repository\\UserRepository',
  6275.         ]);
  6276.     }
  6277.     /**
  6278.      * Gets the private '.service_locator.3DxPDuY' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6281.      */
  6282.     protected function get_ServiceLocator_3DxPDuYService()
  6283.     {
  6284.         return $this->privates['.service_locator.3DxPDuY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6285.             '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.'],
  6286.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6287.         ], [
  6288.             'article' => 'App\\Entity\\Article',
  6289.             'em' => '?',
  6290.         ]);
  6291.     }
  6292.     /**
  6293.      * Gets the private '.service_locator.48pMYU3' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6296.      */
  6297.     protected function get_ServiceLocator_48pMYU3Service()
  6298.     {
  6299.         return $this->privates['.service_locator.48pMYU3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6300.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6301.             '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.'],
  6302.         ], [
  6303.             'em' => '?',
  6304.             'launcher' => 'App\\Entity\\Launcher',
  6305.         ]);
  6306.     }
  6307.     /**
  6308.      * Gets the private '.service_locator.5bkioaH' shared service.
  6309.      *
  6310.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6311.      */
  6312.     protected function get_ServiceLocator_5bkioaHService()
  6313.     {
  6314.         return $this->privates['.service_locator.5bkioaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6315.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6316.             '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.'],
  6317.         ], [
  6318.             'em' => '?',
  6319.             'user' => 'App\\Entity\\User',
  6320.         ]);
  6321.     }
  6322.     /**
  6323.      * Gets the private '.service_locator.5miB8_X' shared service.
  6324.      *
  6325.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6326.      */
  6327.     protected function get_ServiceLocator_5miB8XService()
  6328.     {
  6329.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6330.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6331.         ], [
  6332.             'em' => '?',
  6333.         ]);
  6334.     }
  6335.     /**
  6336.      * Gets the private '.service_locator.6IkVMIm' shared service.
  6337.      *
  6338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6339.      */
  6340.     protected function get_ServiceLocator_6IkVMImService()
  6341.     {
  6342.         return $this->privates['.service_locator.6IkVMIm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6343.             '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.'],
  6344.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6345.         ], [
  6346.             'campaign' => 'App\\Entity\\Campaign',
  6347.             'em' => '?',
  6348.         ]);
  6349.     }
  6350.     /**
  6351.      * Gets the private '.service_locator.6oKiZkm' shared service.
  6352.      *
  6353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6354.      */
  6355.     protected function get_ServiceLocator_6oKiZkmService()
  6356.     {
  6357.         return $this->privates['.service_locator.6oKiZkm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6358.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6359.             '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.'],
  6360.         ], [
  6361.             'em' => '?',
  6362.             'template' => 'App\\Entity\\Template',
  6363.         ]);
  6364.     }
  6365.     /**
  6366.      * Gets the private '.service_locator.9Z5YJkH' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6369.      */
  6370.     protected function get_ServiceLocator_9Z5YJkHService()
  6371.     {
  6372.         return $this->privates['.service_locator.9Z5YJkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6373.             'cartRepository' => ['services''App\\Repository\\CartRepository''getCartRepositoryService'false],
  6374.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6375.         ], [
  6376.             'cartRepository' => 'App\\Repository\\CartRepository',
  6377.             'orderService' => 'App\\Service\\Order',
  6378.         ]);
  6379.     }
  6380.     /**
  6381.      * Gets the private '.service_locator.BQdtx6b' shared service.
  6382.      *
  6383.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6384.      */
  6385.     protected function get_ServiceLocator_BQdtx6bService()
  6386.     {
  6387.         return $this->privates['.service_locator.BQdtx6b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6388.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6389.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6390.         ], [
  6391.             'em' => '?',
  6392.             'userRepository' => 'App\\Repository\\UserRepository',
  6393.         ]);
  6394.     }
  6395.     /**
  6396.      * Gets the private '.service_locator.DWiJbCk' shared service.
  6397.      *
  6398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6399.      */
  6400.     protected function get_ServiceLocator_DWiJbCkService()
  6401.     {
  6402.         return $this->privates['.service_locator.DWiJbCk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6403.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6404.             '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.'],
  6405.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6406.         ], [
  6407.             'em' => '?',
  6408.             'order' => 'App\\Entity\\EcommerceOrder',
  6409.             'orderService' => 'App\\Service\\Order',
  6410.         ]);
  6411.     }
  6412.     /**
  6413.      * Gets the private '.service_locator.Fle4lbX' shared service.
  6414.      *
  6415.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6416.      */
  6417.     protected function get_ServiceLocator_Fle4lbXService()
  6418.     {
  6419.         return $this->privates['.service_locator.Fle4lbX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6420.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6421.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  6422.             'translator' => ['services''translator''getTranslatorService'false],
  6423.         ], [
  6424.             'em' => '?',
  6425.             'mailer' => '?',
  6426.             'translator' => '?',
  6427.         ]);
  6428.     }
  6429.     /**
  6430.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6431.      *
  6432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6433.      */
  6434.     protected function get_ServiceLocator_GNc8e5BService()
  6435.     {
  6436.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6437.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6438.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6439.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6440.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6441.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6442.             'router' => ['services''router''getRouterService'false],
  6443.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6444.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6445.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6446.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6447.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6448.         ], [
  6449.             'doctrine' => '?',
  6450.             'form.factory' => '?',
  6451.             'http_kernel' => '?',
  6452.             'parameter_bag' => '?',
  6453.             'request_stack' => '?',
  6454.             'router' => '?',
  6455.             'security.authorization_checker' => '?',
  6456.             'security.csrf.token_manager' => '?',
  6457.             'security.token_storage' => '?',
  6458.             'session' => '.session.deprecated',
  6459.             'twig' => '?',
  6460.         ]);
  6461.     }
  6462.     /**
  6463.      * Gets the private '.service_locator.Hfu_Ccf' shared service.
  6464.      *
  6465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6466.      */
  6467.     protected function get_ServiceLocator_HfuCcfService()
  6468.     {
  6469.         return $this->privates['.service_locator.Hfu_Ccf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6470.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6471.             '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.'],
  6472.         ], [
  6473.             'em' => '?',
  6474.             'product' => 'App\\Entity\\Product',
  6475.         ]);
  6476.     }
  6477.     /**
  6478.      * Gets the private '.service_locator.HjRujH0' shared service.
  6479.      *
  6480.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6481.      */
  6482.     protected function get_ServiceLocator_HjRujH0Service()
  6483.     {
  6484.         return $this->privates['.service_locator.HjRujH0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6485.             '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.'],
  6486.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6487.         ], [
  6488.             'categoryarticle' => 'App\\Entity\\CategoryArticle',
  6489.             'em' => '?',
  6490.         ]);
  6491.     }
  6492.     /**
  6493.      * Gets the private '.service_locator.IbXbJEJ' shared service.
  6494.      *
  6495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6496.      */
  6497.     protected function get_ServiceLocator_IbXbJEJService()
  6498.     {
  6499.         return $this->privates['.service_locator.IbXbJEJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6500.             '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.'],
  6501.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6502.         ], [
  6503.             'category' => 'App\\Entity\\Category',
  6504.             'em' => '?',
  6505.         ]);
  6506.     }
  6507.     /**
  6508.      * Gets the private '.service_locator.KLVvNIq' shared service.
  6509.      *
  6510.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6511.      */
  6512.     protected function get_ServiceLocator_KLVvNIqService()
  6513.     {
  6514.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6515.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  6516.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  6517.         ], [
  6518.             'doctrine.ulid_generator' => '?',
  6519.             'doctrine.uuid_generator' => '?',
  6520.         ]);
  6521.     }
  6522.     /**
  6523.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6524.      *
  6525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6526.      */
  6527.     protected function get_ServiceLocator_KfbR3DYService()
  6528.     {
  6529.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6530.             '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".'],
  6531.         ], [
  6532.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6533.         ]);
  6534.     }
  6535.     /**
  6536.      * Gets the private '.service_locator.Q1NHGFB' shared service.
  6537.      *
  6538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6539.      */
  6540.     protected function get_ServiceLocator_Q1NHGFBService()
  6541.     {
  6542.         return $this->privates['.service_locator.Q1NHGFB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6543.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6544.             '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.'],
  6545.         ], [
  6546.             'em' => '?',
  6547.             'licenceKey' => 'App\\Entity\\LicenceKey',
  6548.         ]);
  6549.     }
  6550.     /**
  6551.      * Gets the private '.service_locator.S85VBX_' shared service.
  6552.      *
  6553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6554.      */
  6555.     protected function get_ServiceLocator_S85VBXService()
  6556.     {
  6557.         return $this->privates['.service_locator.S85VBX_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6558.             '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.'],
  6559.         ], [
  6560.             'campaign' => 'App\\Entity\\Campaign',
  6561.         ]);
  6562.     }
  6563.     /**
  6564.      * Gets the private '.service_locator.SzGKLGC' shared service.
  6565.      *
  6566.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6567.      */
  6568.     protected function get_ServiceLocator_SzGKLGCService()
  6569.     {
  6570.         return $this->privates['.service_locator.SzGKLGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6571.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6572.             '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.'],
  6573.         ], [
  6574.             'em' => '?',
  6575.             'subscriber' => 'App\\Entity\\Subscriber',
  6576.         ]);
  6577.     }
  6578.     /**
  6579.      * Gets the private '.service_locator.THVfaSv' shared service.
  6580.      *
  6581.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6582.      */
  6583.     protected function get_ServiceLocator_THVfaSvService()
  6584.     {
  6585.         return $this->privates['.service_locator.THVfaSv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6586.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6587.             '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.'],
  6588.         ], [
  6589.             'em' => '?',
  6590.             'seoRoute' => 'App\\Entity\\SeoRoute',
  6591.         ]);
  6592.     }
  6593.     /**
  6594.      * Gets the private '.service_locator.Tu6fuDP' shared service.
  6595.      *
  6596.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6597.      */
  6598.     protected function get_ServiceLocator_Tu6fuDPService()
  6599.     {
  6600.         return $this->privates['.service_locator.Tu6fuDP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6601.             'orderRepository' => ['services''App\\Repository\\EcommerceOrderRepository''getEcommerceOrderRepositoryService'false],
  6602.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  6603.         ], [
  6604.             'orderRepository' => 'App\\Repository\\EcommerceOrderRepository',
  6605.             'userRepository' => 'App\\Repository\\UserRepository',
  6606.         ]);
  6607.     }
  6608.     /**
  6609.      * Gets the private '.service_locator.V0q.Fdu' shared service.
  6610.      *
  6611.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6612.      */
  6613.     protected function get_ServiceLocator_V0q_FduService()
  6614.     {
  6615.         return $this->privates['.service_locator.V0q.Fdu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6616.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6617.             '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.'],
  6618.         ], [
  6619.             'em' => '?',
  6620.             'question' => 'App\\Entity\\Question',
  6621.         ]);
  6622.     }
  6623.     /**
  6624.      * Gets the private '.service_locator.X5rAzKE' shared service.
  6625.      *
  6626.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6627.      */
  6628.     protected function get_ServiceLocator_X5rAzKEService()
  6629.     {
  6630.         return $this->privates['.service_locator.X5rAzKE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6631.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6632.             '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.'],
  6633.         ], [
  6634.             'em' => '?',
  6635.             'subscriberGroup' => 'App\\Entity\\SubscriberGroup',
  6636.         ]);
  6637.     }
  6638.     /**
  6639.      * Gets the private '.service_locator.YF4uhf5' shared service.
  6640.      *
  6641.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6642.      */
  6643.     protected function get_ServiceLocator_YF4uhf5Service()
  6644.     {
  6645.         return $this->privates['.service_locator.YF4uhf5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6646.             'checkRouteService' => ['services''App\\Service\\CheckRoute''getCheckRouteService'false],
  6647.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6648.         ], [
  6649.             'checkRouteService' => 'App\\Service\\CheckRoute',
  6650.             'em' => '?',
  6651.         ]);
  6652.     }
  6653.     /**
  6654.      * Gets the private '.service_locator.ZzyYMEa' shared service.
  6655.      *
  6656.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6657.      */
  6658.     protected function get_ServiceLocator_ZzyYMEaService()
  6659.     {
  6660.         return $this->privates['.service_locator.ZzyYMEa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6661.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6662.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  6663.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  6664.             'security.event_dispatcher.api_login' => ['privates''security.event_dispatcher.api_login''getSecurity_EventDispatcher_ApiLoginService'false],
  6665.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  6666.         ], [
  6667.             'event_dispatcher' => '?',
  6668.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6669.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6670.             'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6671.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6672.         ]);
  6673.     }
  6674.     /**
  6675.      * Gets the private '.service_locator._Jv90VS' shared service.
  6676.      *
  6677.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6678.      */
  6679.     protected function get_ServiceLocator_Jv90VSService()
  6680.     {
  6681.         return $this->privates['.service_locator._Jv90VS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6682.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6683.             'translator' => ['services''translator''getTranslatorService'false],
  6684.         ], [
  6685.             'em' => '?',
  6686.             'translator' => '?',
  6687.         ]);
  6688.     }
  6689.     /**
  6690.      * Gets the private '.service_locator.c57S6zY' shared service.
  6691.      *
  6692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6693.      */
  6694.     protected function get_ServiceLocator_C57S6zYService()
  6695.     {
  6696.         return $this->privates['.service_locator.c57S6zY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6697.             'kernel' => ['services''kernel''getKernelService'false],
  6698.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  6699.         ], [
  6700.             'kernel' => '?',
  6701.             'security' => '?',
  6702.         ]);
  6703.     }
  6704.     /**
  6705.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  6706.      *
  6707.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6708.      */
  6709.     protected function get_ServiceLocator_Ch4JgvlService()
  6710.     {
  6711.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6712.             '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.'],
  6713.         ], [
  6714.             'user' => 'App\\Entity\\User',
  6715.         ]);
  6716.     }
  6717.     /**
  6718.      * Gets the private '.service_locator.ciASONt' shared service.
  6719.      *
  6720.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6721.      */
  6722.     protected function get_ServiceLocator_CiASONtService()
  6723.     {
  6724.         return $this->privates['.service_locator.ciASONt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6725.             '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.'],
  6726.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6727.         ], [
  6728.             'contact' => 'App\\Entity\\Contact',
  6729.             'em' => '?',
  6730.         ]);
  6731.     }
  6732.     /**
  6733.      * Gets the private '.service_locator.eeM8SJb' shared service.
  6734.      *
  6735.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6736.      */
  6737.     protected function get_ServiceLocator_EeM8SJbService()
  6738.     {
  6739.         return $this->privates['.service_locator.eeM8SJb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6740.             'cart' => ['privates''.errored..service_locator.eeM8SJb.App\\Entity\\Cart'NULL'Cannot autowire service ".service_locator.eeM8SJb": it references class "App\\Entity\\Cart" but no such service exists.'],
  6741.             'order' => ['services''App\\Service\\Order''getOrderService'false],
  6742.         ], [
  6743.             'cart' => 'App\\Entity\\Cart',
  6744.             'order' => 'App\\Service\\Order',
  6745.         ]);
  6746.     }
  6747.     /**
  6748.      * Gets the private '.service_locator.g6H.xPr' shared service.
  6749.      *
  6750.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6751.      */
  6752.     protected function get_ServiceLocator_G6H_XPrService()
  6753.     {
  6754.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6755.             'kernel' => ['services''kernel''getKernelService'false],
  6756.         ], [
  6757.             'kernel' => '?',
  6758.         ]);
  6759.     }
  6760.     /**
  6761.      * Gets the private '.service_locator.i5P4esE' shared service.
  6762.      *
  6763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6764.      */
  6765.     protected function get_ServiceLocator_I5P4esEService()
  6766.     {
  6767.         return $this->privates['.service_locator.i5P4esE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6768.             '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.'],
  6769.         ], [
  6770.             'cart' => 'App\\Entity\\Cart',
  6771.         ]);
  6772.     }
  6773.     /**
  6774.      * Gets the private '.service_locator.iHZ5bxx' shared service.
  6775.      *
  6776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6777.      */
  6778.     protected function get_ServiceLocator_IHZ5bxxService()
  6779.     {
  6780.         return $this->privates['.service_locator.iHZ5bxx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6781.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6782.             '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.'],
  6783.         ], [
  6784.             'em' => '?',
  6785.             'recipient' => 'App\\Entity\\Recipient',
  6786.         ]);
  6787.     }
  6788.     /**
  6789.      * Gets the private '.service_locator.iaDvAJa' shared service.
  6790.      *
  6791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6792.      */
  6793.     protected function get_ServiceLocator_IaDvAJaService()
  6794.     {
  6795.         return $this->privates['.service_locator.iaDvAJa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6796.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6797.             '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.'],
  6798.         ], [
  6799.             'em' => '?',
  6800.             'order' => 'App\\Entity\\EcommerceOrder',
  6801.         ]);
  6802.     }
  6803.     /**
  6804.      * Gets the private '.service_locator.icRJycQ' shared service.
  6805.      *
  6806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6807.      */
  6808.     protected function get_ServiceLocator_IcRJycQService()
  6809.     {
  6810.         return $this->privates['.service_locator.icRJycQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6811.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  6812.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  6813.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  6814.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6815.         ], [
  6816.             'security.firewall.map.context.admin' => '?',
  6817.             'security.firewall.map.context.api' => '?',
  6818.             'security.firewall.map.context.api_login' => '?',
  6819.             'security.firewall.map.context.main' => '?',
  6820.         ]);
  6821.     }
  6822.     /**
  6823.      * Gets the private '.service_locator.kaipZWV' shared service.
  6824.      *
  6825.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6826.      */
  6827.     protected function get_ServiceLocator_KaipZWVService()
  6828.     {
  6829.         return $this->privates['.service_locator.kaipZWV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6830.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6831.             '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.'],
  6832.         ], [
  6833.             'em' => '?',
  6834.             'redirection' => 'App\\Entity\\Redirection',
  6835.         ]);
  6836.     }
  6837.     /**
  6838.      * Gets the private '.service_locator.kj6P_Y2' shared service.
  6839.      *
  6840.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6841.      */
  6842.     protected function get_ServiceLocator_Kj6PY2Service()
  6843.     {
  6844.         return $this->privates['.service_locator.kj6P_Y2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6845.             '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.'],
  6846.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6847.         ], [
  6848.             'ecommerceOrder' => 'App\\Entity\\EcommerceOrder',
  6849.             'em' => '?',
  6850.         ]);
  6851.     }
  6852.     /**
  6853.      * Gets the private '.service_locator.nAgueSq' shared service.
  6854.      *
  6855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6856.      */
  6857.     protected function get_ServiceLocator_NAgueSqService()
  6858.     {
  6859.         return $this->privates['.service_locator.nAgueSq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6860.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6861.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6862.         ], [
  6863.             'em' => '?',
  6864.             'orderService' => 'App\\Service\\Order',
  6865.         ]);
  6866.     }
  6867.     /**
  6868.      * Gets the private '.service_locator.nJZ5mGd' shared service.
  6869.      *
  6870.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6871.      */
  6872.     protected function get_ServiceLocator_NJZ5mGdService()
  6873.     {
  6874.         return $this->privates['.service_locator.nJZ5mGd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6875.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6876.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6877.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  6878.         ], [
  6879.             'em' => '?',
  6880.             'logger' => '?',
  6881.             'mailer' => '?',
  6882.         ]);
  6883.     }
  6884.     /**
  6885.      * Gets the private '.service_locator.ob.O40s' shared service.
  6886.      *
  6887.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6888.      */
  6889.     protected function get_ServiceLocator_Ob_O40sService()
  6890.     {
  6891.         return $this->privates['.service_locator.ob.O40s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6892.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6893.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6894.             '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.'],
  6895.         ], [
  6896.             'em' => '?',
  6897.             'orderService' => 'App\\Service\\Order',
  6898.             'product' => 'App\\Entity\\Product',
  6899.         ]);
  6900.     }
  6901.     /**
  6902.      * Gets the private '.service_locator.pq6bHr9' shared service.
  6903.      *
  6904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6905.      */
  6906.     protected function get_ServiceLocator_Pq6bHr9Service()
  6907.     {
  6908.         return $this->privates['.service_locator.pq6bHr9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6909.             '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.'],
  6910.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6911.             'orderService' => ['services''App\\Service\\Order''getOrderService'false],
  6912.         ], [
  6913.             'cartProduct' => 'App\\Entity\\CartProduct',
  6914.             'em' => '?',
  6915.             'orderService' => 'App\\Service\\Order',
  6916.         ]);
  6917.     }
  6918.     /**
  6919.      * Gets the private '.service_locator.sUqyxJH' shared service.
  6920.      *
  6921.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6922.      */
  6923.     protected function get_ServiceLocator_SUqyxJHService()
  6924.     {
  6925.         return $this->privates['.service_locator.sUqyxJH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6926.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6927.         ], [
  6928.             'em' => '?',
  6929.         ]);
  6930.     }
  6931.     /**
  6932.      * Gets the private '.service_locator.sjAdRQz' shared service.
  6933.      *
  6934.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6935.      */
  6936.     protected function get_ServiceLocator_SjAdRQzService()
  6937.     {
  6938.         return $this->privates['.service_locator.sjAdRQz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6939.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6940.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  6941.         ], [
  6942.             'em' => '?',
  6943.             'encoderFactory' => '?',
  6944.         ]);
  6945.     }
  6946.     /**
  6947.      * Gets the private '.service_locator.sqHMt7r' shared service.
  6948.      *
  6949.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6950.      */
  6951.     protected function get_ServiceLocator_SqHMt7rService()
  6952.     {
  6953.         return $this->privates['.service_locator.sqHMt7r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6954.             'sitemapService' => ['services''App\\Service\\Sitemap''getSitemapService'false],
  6955.         ], [
  6956.             'sitemapService' => 'App\\Service\\Sitemap',
  6957.         ]);
  6958.     }
  6959.     /**
  6960.      * Gets the private '.service_locator.xSY70_w' shared service.
  6961.      *
  6962.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6963.      */
  6964.     protected function get_ServiceLocator_XSY70WService()
  6965.     {
  6966.         return $this->privates['.service_locator.xSY70_w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6967.             'App\\Controller\\Admin\\AdminController::importKeysAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6968.             'App\\Controller\\Admin\\AdminController::indexAction' => ['privates''.service_locator.YF4uhf5''get_ServiceLocator_YF4uhf5Service'false],
  6969.             'App\\Controller\\Admin\\ArticleController::copyAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6970.             'App\\Controller\\Admin\\ArticleController::deleteAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6971.             'App\\Controller\\Admin\\ArticleController::editAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6972.             'App\\Controller\\Admin\\ArticleController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6973.             'App\\Controller\\Admin\\ArticleController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6974.             'App\\Controller\\Admin\\ArticleController::restoreAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  6975.             'App\\Controller\\Admin\\ArticleController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6976.             'App\\Controller\\Admin\\CampaignController::deleteAction' => ['privates''.service_locator.6IkVMIm''get_ServiceLocator_6IkVMImService'false],
  6977.             'App\\Controller\\Admin\\CampaignController::editAction' => ['privates''.service_locator.S85VBX_''get_ServiceLocator_S85VBXService'false],
  6978.             'App\\Controller\\Admin\\CampaignController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6979.             'App\\Controller\\Admin\\CampaignController::newAction' => ['privates''.service_locator.xYoebww''get_ServiceLocator_XYoebwwService'false],
  6980.             'App\\Controller\\Admin\\CategoryArticleController::deleteAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6981.             'App\\Controller\\Admin\\CategoryArticleController::editAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6982.             'App\\Controller\\Admin\\CategoryArticleController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6983.             'App\\Controller\\Admin\\CategoryArticleController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6984.             'App\\Controller\\Admin\\CategoryArticleController::restoreAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  6985.             'App\\Controller\\Admin\\CategoryArticleController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6986.             'App\\Controller\\Admin\\CategoryController::deleteAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6987.             'App\\Controller\\Admin\\CategoryController::editAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6988.             'App\\Controller\\Admin\\CategoryController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6989.             'App\\Controller\\Admin\\CategoryController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6990.             'App\\Controller\\Admin\\CategoryController::restoreAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  6991.             'App\\Controller\\Admin\\CategoryController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  6992.             'App\\Controller\\Admin\\ContactController::deleteAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6993.             'App\\Controller\\Admin\\ContactController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6994.             'App\\Controller\\Admin\\ContactController::showAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  6995.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderShippingState' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6996.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderState' => ['privates''.service_locator.DWiJbCk''get_ServiceLocator_DWiJbCkService'false],
  6997.             'App\\Controller\\Admin\\EcommerceOrderController::generateInvoice' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  6998.             'App\\Controller\\Admin\\EcommerceOrderController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  6999.             'App\\Controller\\Admin\\EcommerceOrderController::showAction' => ['privates''.service_locator.kj6P_Y2''get_ServiceLocator_Kj6PY2Service'false],
  7000.             'App\\Controller\\Admin\\FilemanagerController::deleteModalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  7001.             'App\\Controller\\Admin\\FilemanagerController::modalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  7002.             'App\\Controller\\Admin\\FilemanagerController::uploadModalAction' => ['privates''.service_locator.c57S6zY''get_ServiceLocator_C57S6zYService'false],
  7003.             'App\\Controller\\Admin\\LauncherController::deleteAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  7004.             'App\\Controller\\Admin\\LauncherController::editAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  7005.             'App\\Controller\\Admin\\LauncherController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7006.             'App\\Controller\\Admin\\LauncherController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7007.             'App\\Controller\\Admin\\LicenceKeyController::deleteAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  7008.             'App\\Controller\\Admin\\LicenceKeyController::editAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  7009.             'App\\Controller\\Admin\\LicenceKeyController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7010.             'App\\Controller\\Admin\\LicenceKeyController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7011.             'App\\Controller\\Admin\\ProductController::copyAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7012.             'App\\Controller\\Admin\\ProductController::deleteAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7013.             'App\\Controller\\Admin\\ProductController::editAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7014.             'App\\Controller\\Admin\\ProductController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7015.             'App\\Controller\\Admin\\ProductController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7016.             'App\\Controller\\Admin\\ProductController::restoreAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7017.             'App\\Controller\\Admin\\ProductController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7018.             'App\\Controller\\Admin\\QuestionController::deleteAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  7019.             'App\\Controller\\Admin\\QuestionController::editAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  7020.             'App\\Controller\\Admin\\QuestionController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7021.             'App\\Controller\\Admin\\QuestionController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7022.             'App\\Controller\\Admin\\QuestionController::sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7023.             'App\\Controller\\Admin\\RedirectionController::deleteAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  7024.             'App\\Controller\\Admin\\RedirectionController::editAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  7025.             'App\\Controller\\Admin\\RedirectionController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7026.             'App\\Controller\\Admin\\RedirectionController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7027.             'App\\Controller\\Admin\\RedirectionController::restoreAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  7028.             'App\\Controller\\Admin\\SeoRouteController::editAction' => ['privates''.service_locator.THVfaSv''get_ServiceLocator_THVfaSvService'false],
  7029.             'App\\Controller\\Admin\\SeoRouteController::getEntityDataAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  7030.             'App\\Controller\\Admin\\SeoRouteController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7031.             'App\\Controller\\Admin\\SeoRouteController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7032.             'App\\Controller\\Admin\\SubscriberController::deleteAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  7033.             'App\\Controller\\Admin\\SubscriberController::editAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  7034.             'App\\Controller\\Admin\\SubscriberController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7035.             'App\\Controller\\Admin\\SubscriberController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7036.             'App\\Controller\\Admin\\SubscriberGroupController::deleteAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  7037.             'App\\Controller\\Admin\\SubscriberGroupController::editAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  7038.             'App\\Controller\\Admin\\SubscriberGroupController::newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7039.             'App\\Controller\\Admin\\TemplateController::deleteAction' => ['privates''.service_locator.6oKiZkm''get_ServiceLocator_6oKiZkmService'false],
  7040.             'App\\Controller\\Admin\\TemplateController::editorAction' => ['privates''.service_locator.sUqyxJH''get_ServiceLocator_SUqyxJHService'false],
  7041.             'App\\Controller\\Admin\\TemplateController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7042.             'App\\Controller\\Admin\\UserController::deleteAction' => ['privates''.service_locator.5bkioaH''get_ServiceLocator_5bkioaHService'false],
  7043.             'App\\Controller\\Admin\\UserController::editAction' => ['privates''.service_locator.zudzieW''get_ServiceLocator_ZudzieWService'false],
  7044.             'App\\Controller\\Admin\\UserController::exportInactiveAction' => ['privates''.service_locator.Tu6fuDP''get_ServiceLocator_Tu6fuDPService'false],
  7045.             'App\\Controller\\Admin\\UserController::indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7046.             'App\\Controller\\Admin\\UserController::newAction' => ['privates''.service_locator.sjAdRQz''get_ServiceLocator_SjAdRQzService'false],
  7047.             'App\\Controller\\Admin\\UserController::showAction' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  7048.             'App\\Controller\\ApiController::checkUsageAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7049.             'App\\Controller\\AppController::FAQAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7050.             'App\\Controller\\AppController::SoftwareLoreAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7051.             'App\\Controller\\AppController::SoftwareTomeAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7052.             'App\\Controller\\AppController::extensionJsonAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7053.             'App\\Controller\\AppController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7054.             'App\\Controller\\AppController::notificationsReadedAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7055.             'App\\Controller\\AppController::renderCart' => ['privates''.service_locator.9Z5YJkH''get_ServiceLocator_9Z5YJkHService'false],
  7056.             'App\\Controller\\AppController::sitemapAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  7057.             'App\\Controller\\AppController::sitemapXmlAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  7058.             'App\\Controller\\AppController::validateEmailAction' => ['privates''.service_locator.BQdtx6b''get_ServiceLocator_BQdtx6bService'false],
  7059.             'App\\Controller\\ArticleController::indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7060.             'App\\Controller\\ArticleController::showAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  7061.             'App\\Controller\\ContactController::contactAction' => ['privates''.service_locator.nJZ5mGd''get_ServiceLocator_NJZ5mGdService'false],
  7062.             'App\\Controller\\EcommerceController::addToCartAction' => ['privates''.service_locator.ob.O40s''get_ServiceLocator_Ob_O40sService'false],
  7063.             'App\\Controller\\EcommerceController::cartAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7064.             'App\\Controller\\EcommerceController::cartProductsAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7065.             'App\\Controller\\EcommerceController::checkoutAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7066.             'App\\Controller\\EcommerceController::checkoutLoadAction' => ['privates''.service_locator.i5P4esE''get_ServiceLocator_I5P4esEService'false],
  7067.             'App\\Controller\\EcommerceController::checkoutReturnAction' => ['privates''.service_locator.eeM8SJb''get_ServiceLocator_EeM8SJbService'false],
  7068.             'App\\Controller\\EcommerceController::removeToCartAction' => ['privates''.service_locator.pq6bHr9''get_ServiceLocator_Pq6bHr9Service'false],
  7069.             'App\\Controller\\EcommerceController::shopAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7070.             'App\\Controller\\EcommerceController::shopItemAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7071.             'App\\Controller\\NewsletterController::recipientCheckAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  7072.             'App\\Controller\\NewsletterController::subscribeAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  7073.             'App\\Controller\\NewsletterController::unsubscribeAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  7074.             'App\\Controller\\ProfileController::renderGifts' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7075.             'App\\Controller\\ProfileController::renderLaunchers' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7076.             'App\\Controller\\ProfileController::requestGiftsAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7077.             'App\\Controller\\ProfileController::spaceOrderAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7078.             'App\\Controller\\ProfileController::validEmailAction' => ['privates''.service_locator.Fle4lbX''get_ServiceLocator_Fle4lbXService'false],
  7079.             'App\\Controller\\RegistrationController::preRegisterAction' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  7080.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7081.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7082.             'App\\Controller\\Admin\\AdminController:importKeysAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7083.             'App\\Controller\\Admin\\AdminController:indexAction' => ['privates''.service_locator.YF4uhf5''get_ServiceLocator_YF4uhf5Service'false],
  7084.             'App\\Controller\\Admin\\ArticleController:copyAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  7085.             'App\\Controller\\Admin\\ArticleController:deleteAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  7086.             'App\\Controller\\Admin\\ArticleController:editAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  7087.             'App\\Controller\\Admin\\ArticleController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7088.             'App\\Controller\\Admin\\ArticleController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7089.             'App\\Controller\\Admin\\ArticleController:restoreAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  7090.             'App\\Controller\\Admin\\ArticleController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7091.             'App\\Controller\\Admin\\CampaignController:deleteAction' => ['privates''.service_locator.6IkVMIm''get_ServiceLocator_6IkVMImService'false],
  7092.             'App\\Controller\\Admin\\CampaignController:editAction' => ['privates''.service_locator.S85VBX_''get_ServiceLocator_S85VBXService'false],
  7093.             'App\\Controller\\Admin\\CampaignController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7094.             'App\\Controller\\Admin\\CampaignController:newAction' => ['privates''.service_locator.xYoebww''get_ServiceLocator_XYoebwwService'false],
  7095.             'App\\Controller\\Admin\\CategoryArticleController:deleteAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  7096.             'App\\Controller\\Admin\\CategoryArticleController:editAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  7097.             'App\\Controller\\Admin\\CategoryArticleController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7098.             'App\\Controller\\Admin\\CategoryArticleController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7099.             'App\\Controller\\Admin\\CategoryArticleController:restoreAction' => ['privates''.service_locator.HjRujH0''get_ServiceLocator_HjRujH0Service'false],
  7100.             'App\\Controller\\Admin\\CategoryArticleController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7101.             'App\\Controller\\Admin\\CategoryController:deleteAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  7102.             'App\\Controller\\Admin\\CategoryController:editAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  7103.             'App\\Controller\\Admin\\CategoryController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7104.             'App\\Controller\\Admin\\CategoryController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7105.             'App\\Controller\\Admin\\CategoryController:restoreAction' => ['privates''.service_locator.IbXbJEJ''get_ServiceLocator_IbXbJEJService'false],
  7106.             'App\\Controller\\Admin\\CategoryController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7107.             'App\\Controller\\Admin\\ContactController:deleteAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  7108.             'App\\Controller\\Admin\\ContactController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7109.             'App\\Controller\\Admin\\ContactController:showAction' => ['privates''.service_locator.ciASONt''get_ServiceLocator_CiASONtService'false],
  7110.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderShippingState' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  7111.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderState' => ['privates''.service_locator.DWiJbCk''get_ServiceLocator_DWiJbCkService'false],
  7112.             'App\\Controller\\Admin\\EcommerceOrderController:generateInvoice' => ['privates''.service_locator.iaDvAJa''get_ServiceLocator_IaDvAJaService'false],
  7113.             'App\\Controller\\Admin\\EcommerceOrderController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7114.             'App\\Controller\\Admin\\EcommerceOrderController:showAction' => ['privates''.service_locator.kj6P_Y2''get_ServiceLocator_Kj6PY2Service'false],
  7115.             'App\\Controller\\Admin\\FilemanagerController:deleteModalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  7116.             'App\\Controller\\Admin\\FilemanagerController:modalAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  7117.             'App\\Controller\\Admin\\FilemanagerController:uploadModalAction' => ['privates''.service_locator.c57S6zY''get_ServiceLocator_C57S6zYService'false],
  7118.             'App\\Controller\\Admin\\LauncherController:deleteAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  7119.             'App\\Controller\\Admin\\LauncherController:editAction' => ['privates''.service_locator.48pMYU3''get_ServiceLocator_48pMYU3Service'false],
  7120.             'App\\Controller\\Admin\\LauncherController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7121.             'App\\Controller\\Admin\\LauncherController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7122.             'App\\Controller\\Admin\\LicenceKeyController:deleteAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  7123.             'App\\Controller\\Admin\\LicenceKeyController:editAction' => ['privates''.service_locator.Q1NHGFB''get_ServiceLocator_Q1NHGFBService'false],
  7124.             'App\\Controller\\Admin\\LicenceKeyController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7125.             'App\\Controller\\Admin\\LicenceKeyController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7126.             'App\\Controller\\Admin\\ProductController:copyAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7127.             'App\\Controller\\Admin\\ProductController:deleteAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7128.             'App\\Controller\\Admin\\ProductController:editAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7129.             'App\\Controller\\Admin\\ProductController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7130.             'App\\Controller\\Admin\\ProductController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7131.             'App\\Controller\\Admin\\ProductController:restoreAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7132.             'App\\Controller\\Admin\\ProductController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7133.             'App\\Controller\\Admin\\QuestionController:deleteAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  7134.             'App\\Controller\\Admin\\QuestionController:editAction' => ['privates''.service_locator.V0q.Fdu''get_ServiceLocator_V0q_FduService'false],
  7135.             'App\\Controller\\Admin\\QuestionController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7136.             'App\\Controller\\Admin\\QuestionController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7137.             'App\\Controller\\Admin\\QuestionController:sortAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7138.             'App\\Controller\\Admin\\RedirectionController:deleteAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  7139.             'App\\Controller\\Admin\\RedirectionController:editAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  7140.             'App\\Controller\\Admin\\RedirectionController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7141.             'App\\Controller\\Admin\\RedirectionController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7142.             'App\\Controller\\Admin\\RedirectionController:restoreAction' => ['privates''.service_locator.kaipZWV''get_ServiceLocator_KaipZWVService'false],
  7143.             'App\\Controller\\Admin\\SeoRouteController:editAction' => ['privates''.service_locator.THVfaSv''get_ServiceLocator_THVfaSvService'false],
  7144.             'App\\Controller\\Admin\\SeoRouteController:getEntityDataAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  7145.             'App\\Controller\\Admin\\SeoRouteController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7146.             'App\\Controller\\Admin\\SeoRouteController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7147.             'App\\Controller\\Admin\\SubscriberController:deleteAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  7148.             'App\\Controller\\Admin\\SubscriberController:editAction' => ['privates''.service_locator.SzGKLGC''get_ServiceLocator_SzGKLGCService'false],
  7149.             'App\\Controller\\Admin\\SubscriberController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7150.             'App\\Controller\\Admin\\SubscriberController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7151.             'App\\Controller\\Admin\\SubscriberGroupController:deleteAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  7152.             'App\\Controller\\Admin\\SubscriberGroupController:editAction' => ['privates''.service_locator.X5rAzKE''get_ServiceLocator_X5rAzKEService'false],
  7153.             'App\\Controller\\Admin\\SubscriberGroupController:newAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7154.             'App\\Controller\\Admin\\TemplateController:deleteAction' => ['privates''.service_locator.6oKiZkm''get_ServiceLocator_6oKiZkmService'false],
  7155.             'App\\Controller\\Admin\\TemplateController:editorAction' => ['privates''.service_locator.sUqyxJH''get_ServiceLocator_SUqyxJHService'false],
  7156.             'App\\Controller\\Admin\\TemplateController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7157.             'App\\Controller\\Admin\\UserController:deleteAction' => ['privates''.service_locator.5bkioaH''get_ServiceLocator_5bkioaHService'false],
  7158.             'App\\Controller\\Admin\\UserController:editAction' => ['privates''.service_locator.zudzieW''get_ServiceLocator_ZudzieWService'false],
  7159.             'App\\Controller\\Admin\\UserController:exportInactiveAction' => ['privates''.service_locator.Tu6fuDP''get_ServiceLocator_Tu6fuDPService'false],
  7160.             'App\\Controller\\Admin\\UserController:indexAction' => ['privates''.service_locator..9OiCw.''get_ServiceLocator__9OiCw_Service'false],
  7161.             'App\\Controller\\Admin\\UserController:newAction' => ['privates''.service_locator.sjAdRQz''get_ServiceLocator_SjAdRQzService'false],
  7162.             'App\\Controller\\Admin\\UserController:showAction' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  7163.             'App\\Controller\\ApiController:checkUsageAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7164.             'App\\Controller\\AppController:FAQAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7165.             'App\\Controller\\AppController:SoftwareLoreAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7166.             'App\\Controller\\AppController:SoftwareTomeAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7167.             'App\\Controller\\AppController:extensionJsonAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7168.             'App\\Controller\\AppController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7169.             'App\\Controller\\AppController:notificationsReadedAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7170.             'App\\Controller\\AppController:renderCart' => ['privates''.service_locator.9Z5YJkH''get_ServiceLocator_9Z5YJkHService'false],
  7171.             'App\\Controller\\AppController:sitemapAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  7172.             'App\\Controller\\AppController:sitemapXmlAction' => ['privates''.service_locator.sqHMt7r''get_ServiceLocator_SqHMt7rService'false],
  7173.             'App\\Controller\\AppController:validateEmailAction' => ['privates''.service_locator.BQdtx6b''get_ServiceLocator_BQdtx6bService'false],
  7174.             'App\\Controller\\ArticleController:indexAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7175.             'App\\Controller\\ArticleController:showAction' => ['privates''.service_locator.3DxPDuY''get_ServiceLocator_3DxPDuYService'false],
  7176.             'App\\Controller\\ContactController:contactAction' => ['privates''.service_locator.nJZ5mGd''get_ServiceLocator_NJZ5mGdService'false],
  7177.             'App\\Controller\\EcommerceController:addToCartAction' => ['privates''.service_locator.ob.O40s''get_ServiceLocator_Ob_O40sService'false],
  7178.             'App\\Controller\\EcommerceController:cartAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7179.             'App\\Controller\\EcommerceController:cartProductsAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7180.             'App\\Controller\\EcommerceController:checkoutAction' => ['privates''.service_locator.nAgueSq''get_ServiceLocator_NAgueSqService'false],
  7181.             'App\\Controller\\EcommerceController:checkoutLoadAction' => ['privates''.service_locator.i5P4esE''get_ServiceLocator_I5P4esEService'false],
  7182.             'App\\Controller\\EcommerceController:checkoutReturnAction' => ['privates''.service_locator.eeM8SJb''get_ServiceLocator_EeM8SJbService'false],
  7183.             'App\\Controller\\EcommerceController:removeToCartAction' => ['privates''.service_locator.pq6bHr9''get_ServiceLocator_Pq6bHr9Service'false],
  7184.             'App\\Controller\\EcommerceController:shopAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7185.             'App\\Controller\\EcommerceController:shopItemAction' => ['privates''.service_locator.Hfu_Ccf''get_ServiceLocator_HfuCcfService'false],
  7186.             'App\\Controller\\NewsletterController:recipientCheckAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  7187.             'App\\Controller\\NewsletterController:subscribeAction' => ['privates''.service_locator._Jv90VS''get_ServiceLocator_Jv90VSService'false],
  7188.             'App\\Controller\\NewsletterController:unsubscribeAction' => ['privates''.service_locator.iHZ5bxx''get_ServiceLocator_IHZ5bxxService'false],
  7189.             'App\\Controller\\ProfileController:renderGifts' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7190.             'App\\Controller\\ProfileController:renderLaunchers' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7191.             'App\\Controller\\ProfileController:requestGiftsAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7192.             'App\\Controller\\ProfileController:spaceOrderAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7193.             'App\\Controller\\ProfileController:validEmailAction' => ['privates''.service_locator.Fle4lbX''get_ServiceLocator_Fle4lbXService'false],
  7194.             'App\\Controller\\RegistrationController:preRegisterAction' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  7195.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7196.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7197.         ], [
  7198.             'App\\Controller\\Admin\\AdminController::importKeysAction' => '?',
  7199.             'App\\Controller\\Admin\\AdminController::indexAction' => '?',
  7200.             'App\\Controller\\Admin\\ArticleController::copyAction' => '?',
  7201.             'App\\Controller\\Admin\\ArticleController::deleteAction' => '?',
  7202.             'App\\Controller\\Admin\\ArticleController::editAction' => '?',
  7203.             'App\\Controller\\Admin\\ArticleController::indexAction' => '?',
  7204.             'App\\Controller\\Admin\\ArticleController::newAction' => '?',
  7205.             'App\\Controller\\Admin\\ArticleController::restoreAction' => '?',
  7206.             'App\\Controller\\Admin\\ArticleController::sortAction' => '?',
  7207.             'App\\Controller\\Admin\\CampaignController::deleteAction' => '?',
  7208.             'App\\Controller\\Admin\\CampaignController::editAction' => '?',
  7209.             'App\\Controller\\Admin\\CampaignController::indexAction' => '?',
  7210.             'App\\Controller\\Admin\\CampaignController::newAction' => '?',
  7211.             'App\\Controller\\Admin\\CategoryArticleController::deleteAction' => '?',
  7212.             'App\\Controller\\Admin\\CategoryArticleController::editAction' => '?',
  7213.             'App\\Controller\\Admin\\CategoryArticleController::indexAction' => '?',
  7214.             'App\\Controller\\Admin\\CategoryArticleController::newAction' => '?',
  7215.             'App\\Controller\\Admin\\CategoryArticleController::restoreAction' => '?',
  7216.             'App\\Controller\\Admin\\CategoryArticleController::sortAction' => '?',
  7217.             'App\\Controller\\Admin\\CategoryController::deleteAction' => '?',
  7218.             'App\\Controller\\Admin\\CategoryController::editAction' => '?',
  7219.             'App\\Controller\\Admin\\CategoryController::indexAction' => '?',
  7220.             'App\\Controller\\Admin\\CategoryController::newAction' => '?',
  7221.             'App\\Controller\\Admin\\CategoryController::restoreAction' => '?',
  7222.             'App\\Controller\\Admin\\CategoryController::sortAction' => '?',
  7223.             'App\\Controller\\Admin\\ContactController::deleteAction' => '?',
  7224.             'App\\Controller\\Admin\\ContactController::indexAction' => '?',
  7225.             'App\\Controller\\Admin\\ContactController::showAction' => '?',
  7226.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderShippingState' => '?',
  7227.             'App\\Controller\\Admin\\EcommerceOrderController::changeOrderState' => '?',
  7228.             'App\\Controller\\Admin\\EcommerceOrderController::generateInvoice' => '?',
  7229.             'App\\Controller\\Admin\\EcommerceOrderController::indexAction' => '?',
  7230.             'App\\Controller\\Admin\\EcommerceOrderController::showAction' => '?',
  7231.             'App\\Controller\\Admin\\FilemanagerController::deleteModalAction' => '?',
  7232.             'App\\Controller\\Admin\\FilemanagerController::modalAction' => '?',
  7233.             'App\\Controller\\Admin\\FilemanagerController::uploadModalAction' => '?',
  7234.             'App\\Controller\\Admin\\LauncherController::deleteAction' => '?',
  7235.             'App\\Controller\\Admin\\LauncherController::editAction' => '?',
  7236.             'App\\Controller\\Admin\\LauncherController::indexAction' => '?',
  7237.             'App\\Controller\\Admin\\LauncherController::newAction' => '?',
  7238.             'App\\Controller\\Admin\\LicenceKeyController::deleteAction' => '?',
  7239.             'App\\Controller\\Admin\\LicenceKeyController::editAction' => '?',
  7240.             'App\\Controller\\Admin\\LicenceKeyController::indexAction' => '?',
  7241.             'App\\Controller\\Admin\\LicenceKeyController::newAction' => '?',
  7242.             'App\\Controller\\Admin\\ProductController::copyAction' => '?',
  7243.             'App\\Controller\\Admin\\ProductController::deleteAction' => '?',
  7244.             'App\\Controller\\Admin\\ProductController::editAction' => '?',
  7245.             'App\\Controller\\Admin\\ProductController::indexAction' => '?',
  7246.             'App\\Controller\\Admin\\ProductController::newAction' => '?',
  7247.             'App\\Controller\\Admin\\ProductController::restoreAction' => '?',
  7248.             'App\\Controller\\Admin\\ProductController::sortAction' => '?',
  7249.             'App\\Controller\\Admin\\QuestionController::deleteAction' => '?',
  7250.             'App\\Controller\\Admin\\QuestionController::editAction' => '?',
  7251.             'App\\Controller\\Admin\\QuestionController::indexAction' => '?',
  7252.             'App\\Controller\\Admin\\QuestionController::newAction' => '?',
  7253.             'App\\Controller\\Admin\\QuestionController::sortAction' => '?',
  7254.             'App\\Controller\\Admin\\RedirectionController::deleteAction' => '?',
  7255.             'App\\Controller\\Admin\\RedirectionController::editAction' => '?',
  7256.             'App\\Controller\\Admin\\RedirectionController::indexAction' => '?',
  7257.             'App\\Controller\\Admin\\RedirectionController::newAction' => '?',
  7258.             'App\\Controller\\Admin\\RedirectionController::restoreAction' => '?',
  7259.             'App\\Controller\\Admin\\SeoRouteController::editAction' => '?',
  7260.             'App\\Controller\\Admin\\SeoRouteController::getEntityDataAction' => '?',
  7261.             'App\\Controller\\Admin\\SeoRouteController::indexAction' => '?',
  7262.             'App\\Controller\\Admin\\SeoRouteController::newAction' => '?',
  7263.             'App\\Controller\\Admin\\SubscriberController::deleteAction' => '?',
  7264.             'App\\Controller\\Admin\\SubscriberController::editAction' => '?',
  7265.             'App\\Controller\\Admin\\SubscriberController::indexAction' => '?',
  7266.             'App\\Controller\\Admin\\SubscriberController::newAction' => '?',
  7267.             'App\\Controller\\Admin\\SubscriberGroupController::deleteAction' => '?',
  7268.             'App\\Controller\\Admin\\SubscriberGroupController::editAction' => '?',
  7269.             'App\\Controller\\Admin\\SubscriberGroupController::newAction' => '?',
  7270.             'App\\Controller\\Admin\\TemplateController::deleteAction' => '?',
  7271.             'App\\Controller\\Admin\\TemplateController::editorAction' => '?',
  7272.             'App\\Controller\\Admin\\TemplateController::indexAction' => '?',
  7273.             'App\\Controller\\Admin\\UserController::deleteAction' => '?',
  7274.             'App\\Controller\\Admin\\UserController::editAction' => '?',
  7275.             'App\\Controller\\Admin\\UserController::exportInactiveAction' => '?',
  7276.             'App\\Controller\\Admin\\UserController::indexAction' => '?',
  7277.             'App\\Controller\\Admin\\UserController::newAction' => '?',
  7278.             'App\\Controller\\Admin\\UserController::showAction' => '?',
  7279.             'App\\Controller\\ApiController::checkUsageAction' => '?',
  7280.             'App\\Controller\\AppController::FAQAction' => '?',
  7281.             'App\\Controller\\AppController::SoftwareLoreAction' => '?',
  7282.             'App\\Controller\\AppController::SoftwareTomeAction' => '?',
  7283.             'App\\Controller\\AppController::extensionJsonAction' => '?',
  7284.             'App\\Controller\\AppController::indexAction' => '?',
  7285.             'App\\Controller\\AppController::notificationsReadedAction' => '?',
  7286.             'App\\Controller\\AppController::renderCart' => '?',
  7287.             'App\\Controller\\AppController::sitemapAction' => '?',
  7288.             'App\\Controller\\AppController::sitemapXmlAction' => '?',
  7289.             'App\\Controller\\AppController::validateEmailAction' => '?',
  7290.             'App\\Controller\\ArticleController::indexAction' => '?',
  7291.             'App\\Controller\\ArticleController::showAction' => '?',
  7292.             'App\\Controller\\ContactController::contactAction' => '?',
  7293.             'App\\Controller\\EcommerceController::addToCartAction' => '?',
  7294.             'App\\Controller\\EcommerceController::cartAction' => '?',
  7295.             'App\\Controller\\EcommerceController::cartProductsAction' => '?',
  7296.             'App\\Controller\\EcommerceController::checkoutAction' => '?',
  7297.             'App\\Controller\\EcommerceController::checkoutLoadAction' => '?',
  7298.             'App\\Controller\\EcommerceController::checkoutReturnAction' => '?',
  7299.             'App\\Controller\\EcommerceController::removeToCartAction' => '?',
  7300.             'App\\Controller\\EcommerceController::shopAction' => '?',
  7301.             'App\\Controller\\EcommerceController::shopItemAction' => '?',
  7302.             'App\\Controller\\NewsletterController::recipientCheckAction' => '?',
  7303.             'App\\Controller\\NewsletterController::subscribeAction' => '?',
  7304.             'App\\Controller\\NewsletterController::unsubscribeAction' => '?',
  7305.             'App\\Controller\\ProfileController::renderGifts' => '?',
  7306.             'App\\Controller\\ProfileController::renderLaunchers' => '?',
  7307.             'App\\Controller\\ProfileController::requestGiftsAction' => '?',
  7308.             'App\\Controller\\ProfileController::spaceOrderAction' => '?',
  7309.             'App\\Controller\\ProfileController::validEmailAction' => '?',
  7310.             'App\\Controller\\RegistrationController::preRegisterAction' => '?',
  7311.             'kernel::loadRoutes' => '?',
  7312.             'kernel::registerContainerConfiguration' => '?',
  7313.             'App\\Controller\\Admin\\AdminController:importKeysAction' => '?',
  7314.             'App\\Controller\\Admin\\AdminController:indexAction' => '?',
  7315.             'App\\Controller\\Admin\\ArticleController:copyAction' => '?',
  7316.             'App\\Controller\\Admin\\ArticleController:deleteAction' => '?',
  7317.             'App\\Controller\\Admin\\ArticleController:editAction' => '?',
  7318.             'App\\Controller\\Admin\\ArticleController:indexAction' => '?',
  7319.             'App\\Controller\\Admin\\ArticleController:newAction' => '?',
  7320.             'App\\Controller\\Admin\\ArticleController:restoreAction' => '?',
  7321.             'App\\Controller\\Admin\\ArticleController:sortAction' => '?',
  7322.             'App\\Controller\\Admin\\CampaignController:deleteAction' => '?',
  7323.             'App\\Controller\\Admin\\CampaignController:editAction' => '?',
  7324.             'App\\Controller\\Admin\\CampaignController:indexAction' => '?',
  7325.             'App\\Controller\\Admin\\CampaignController:newAction' => '?',
  7326.             'App\\Controller\\Admin\\CategoryArticleController:deleteAction' => '?',
  7327.             'App\\Controller\\Admin\\CategoryArticleController:editAction' => '?',
  7328.             'App\\Controller\\Admin\\CategoryArticleController:indexAction' => '?',
  7329.             'App\\Controller\\Admin\\CategoryArticleController:newAction' => '?',
  7330.             'App\\Controller\\Admin\\CategoryArticleController:restoreAction' => '?',
  7331.             'App\\Controller\\Admin\\CategoryArticleController:sortAction' => '?',
  7332.             'App\\Controller\\Admin\\CategoryController:deleteAction' => '?',
  7333.             'App\\Controller\\Admin\\CategoryController:editAction' => '?',
  7334.             'App\\Controller\\Admin\\CategoryController:indexAction' => '?',
  7335.             'App\\Controller\\Admin\\CategoryController:newAction' => '?',
  7336.             'App\\Controller\\Admin\\CategoryController:restoreAction' => '?',
  7337.             'App\\Controller\\Admin\\CategoryController:sortAction' => '?',
  7338.             'App\\Controller\\Admin\\ContactController:deleteAction' => '?',
  7339.             'App\\Controller\\Admin\\ContactController:indexAction' => '?',
  7340.             'App\\Controller\\Admin\\ContactController:showAction' => '?',
  7341.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderShippingState' => '?',
  7342.             'App\\Controller\\Admin\\EcommerceOrderController:changeOrderState' => '?',
  7343.             'App\\Controller\\Admin\\EcommerceOrderController:generateInvoice' => '?',
  7344.             'App\\Controller\\Admin\\EcommerceOrderController:indexAction' => '?',
  7345.             'App\\Controller\\Admin\\EcommerceOrderController:showAction' => '?',
  7346.             'App\\Controller\\Admin\\FilemanagerController:deleteModalAction' => '?',
  7347.             'App\\Controller\\Admin\\FilemanagerController:modalAction' => '?',
  7348.             'App\\Controller\\Admin\\FilemanagerController:uploadModalAction' => '?',
  7349.             'App\\Controller\\Admin\\LauncherController:deleteAction' => '?',
  7350.             'App\\Controller\\Admin\\LauncherController:editAction' => '?',
  7351.             'App\\Controller\\Admin\\LauncherController:indexAction' => '?',
  7352.             'App\\Controller\\Admin\\LauncherController:newAction' => '?',
  7353.             'App\\Controller\\Admin\\LicenceKeyController:deleteAction' => '?',
  7354.             'App\\Controller\\Admin\\LicenceKeyController:editAction' => '?',
  7355.             'App\\Controller\\Admin\\LicenceKeyController:indexAction' => '?',
  7356.             'App\\Controller\\Admin\\LicenceKeyController:newAction' => '?',
  7357.             'App\\Controller\\Admin\\ProductController:copyAction' => '?',
  7358.             'App\\Controller\\Admin\\ProductController:deleteAction' => '?',
  7359.             'App\\Controller\\Admin\\ProductController:editAction' => '?',
  7360.             'App\\Controller\\Admin\\ProductController:indexAction' => '?',
  7361.             'App\\Controller\\Admin\\ProductController:newAction' => '?',
  7362.             'App\\Controller\\Admin\\ProductController:restoreAction' => '?',
  7363.             'App\\Controller\\Admin\\ProductController:sortAction' => '?',
  7364.             'App\\Controller\\Admin\\QuestionController:deleteAction' => '?',
  7365.             'App\\Controller\\Admin\\QuestionController:editAction' => '?',
  7366.             'App\\Controller\\Admin\\QuestionController:indexAction' => '?',
  7367.             'App\\Controller\\Admin\\QuestionController:newAction' => '?',
  7368.             'App\\Controller\\Admin\\QuestionController:sortAction' => '?',
  7369.             'App\\Controller\\Admin\\RedirectionController:deleteAction' => '?',
  7370.             'App\\Controller\\Admin\\RedirectionController:editAction' => '?',
  7371.             'App\\Controller\\Admin\\RedirectionController:indexAction' => '?',
  7372.             'App\\Controller\\Admin\\RedirectionController:newAction' => '?',
  7373.             'App\\Controller\\Admin\\RedirectionController:restoreAction' => '?',
  7374.             'App\\Controller\\Admin\\SeoRouteController:editAction' => '?',
  7375.             'App\\Controller\\Admin\\SeoRouteController:getEntityDataAction' => '?',
  7376.             'App\\Controller\\Admin\\SeoRouteController:indexAction' => '?',
  7377.             'App\\Controller\\Admin\\SeoRouteController:newAction' => '?',
  7378.             'App\\Controller\\Admin\\SubscriberController:deleteAction' => '?',
  7379.             'App\\Controller\\Admin\\SubscriberController:editAction' => '?',
  7380.             'App\\Controller\\Admin\\SubscriberController:indexAction' => '?',
  7381.             'App\\Controller\\Admin\\SubscriberController:newAction' => '?',
  7382.             'App\\Controller\\Admin\\SubscriberGroupController:deleteAction' => '?',
  7383.             'App\\Controller\\Admin\\SubscriberGroupController:editAction' => '?',
  7384.             'App\\Controller\\Admin\\SubscriberGroupController:newAction' => '?',
  7385.             'App\\Controller\\Admin\\TemplateController:deleteAction' => '?',
  7386.             'App\\Controller\\Admin\\TemplateController:editorAction' => '?',
  7387.             'App\\Controller\\Admin\\TemplateController:indexAction' => '?',
  7388.             'App\\Controller\\Admin\\UserController:deleteAction' => '?',
  7389.             'App\\Controller\\Admin\\UserController:editAction' => '?',
  7390.             'App\\Controller\\Admin\\UserController:exportInactiveAction' => '?',
  7391.             'App\\Controller\\Admin\\UserController:indexAction' => '?',
  7392.             'App\\Controller\\Admin\\UserController:newAction' => '?',
  7393.             'App\\Controller\\Admin\\UserController:showAction' => '?',
  7394.             'App\\Controller\\ApiController:checkUsageAction' => '?',
  7395.             'App\\Controller\\AppController:FAQAction' => '?',
  7396.             'App\\Controller\\AppController:SoftwareLoreAction' => '?',
  7397.             'App\\Controller\\AppController:SoftwareTomeAction' => '?',
  7398.             'App\\Controller\\AppController:extensionJsonAction' => '?',
  7399.             'App\\Controller\\AppController:indexAction' => '?',
  7400.             'App\\Controller\\AppController:notificationsReadedAction' => '?',
  7401.             'App\\Controller\\AppController:renderCart' => '?',
  7402.             'App\\Controller\\AppController:sitemapAction' => '?',
  7403.             'App\\Controller\\AppController:sitemapXmlAction' => '?',
  7404.             'App\\Controller\\AppController:validateEmailAction' => '?',
  7405.             'App\\Controller\\ArticleController:indexAction' => '?',
  7406.             'App\\Controller\\ArticleController:showAction' => '?',
  7407.             'App\\Controller\\ContactController:contactAction' => '?',
  7408.             'App\\Controller\\EcommerceController:addToCartAction' => '?',
  7409.             'App\\Controller\\EcommerceController:cartAction' => '?',
  7410.             'App\\Controller\\EcommerceController:cartProductsAction' => '?',
  7411.             'App\\Controller\\EcommerceController:checkoutAction' => '?',
  7412.             'App\\Controller\\EcommerceController:checkoutLoadAction' => '?',
  7413.             'App\\Controller\\EcommerceController:checkoutReturnAction' => '?',
  7414.             'App\\Controller\\EcommerceController:removeToCartAction' => '?',
  7415.             'App\\Controller\\EcommerceController:shopAction' => '?',
  7416.             'App\\Controller\\EcommerceController:shopItemAction' => '?',
  7417.             'App\\Controller\\NewsletterController:recipientCheckAction' => '?',
  7418.             'App\\Controller\\NewsletterController:subscribeAction' => '?',
  7419.             'App\\Controller\\NewsletterController:unsubscribeAction' => '?',
  7420.             'App\\Controller\\ProfileController:renderGifts' => '?',
  7421.             'App\\Controller\\ProfileController:renderLaunchers' => '?',
  7422.             'App\\Controller\\ProfileController:requestGiftsAction' => '?',
  7423.             'App\\Controller\\ProfileController:spaceOrderAction' => '?',
  7424.             'App\\Controller\\ProfileController:validEmailAction' => '?',
  7425.             'App\\Controller\\RegistrationController:preRegisterAction' => '?',
  7426.             'kernel:loadRoutes' => '?',
  7427.             'kernel:registerContainerConfiguration' => '?',
  7428.         ]);
  7429.     }
  7430.     /**
  7431.      * Gets the private '.service_locator.xYoebww' shared service.
  7432.      *
  7433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7434.      */
  7435.     protected function get_ServiceLocator_XYoebwwService()
  7436.     {
  7437.         return $this->privates['.service_locator.xYoebww'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7438.             '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.'],
  7439.         ], [
  7440.             'template' => 'App\\Entity\\Template',
  7441.         ]);
  7442.     }
  7443.     /**
  7444.      * Gets the private '.service_locator.zudzieW' shared service.
  7445.      *
  7446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7447.      */
  7448.     protected function get_ServiceLocator_ZudzieWService()
  7449.     {
  7450.         return $this->privates['.service_locator.zudzieW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7451.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7452.             'encoderFactory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7453.             '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.'],
  7454.         ], [
  7455.             'em' => '?',
  7456.             'encoderFactory' => '?',
  7457.             'user' => 'App\\Entity\\User',
  7458.         ]);
  7459.     }
  7460.     /**
  7461.      * Gets the private '.session.deprecated' shared service.
  7462.      *
  7463.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7464.      */
  7465.     protected function get_Session_DeprecatedService()
  7466.     {
  7467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7469.         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();
  7470.     }
  7471.     /**
  7472.      * Gets the private '.twig.command.debug.lazy' shared service.
  7473.      *
  7474.      * @return \Symfony\Component\Console\Command\LazyCommand
  7475.      */
  7476.     protected function get_Twig_Command_Debug_LazyService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7480.         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 {
  7481.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7482.         });
  7483.     }
  7484.     /**
  7485.      * Gets the private '.twig.command.lint.lazy' shared service.
  7486.      *
  7487.      * @return \Symfony\Component\Console\Command\LazyCommand
  7488.      */
  7489.     protected function get_Twig_Command_Lint_LazyService()
  7490.     {
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7493.         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 {
  7494.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7495.         });
  7496.     }
  7497.     /**
  7498.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  7499.      *
  7500.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  7501.      */
  7502.     protected function getManagerRegistryAwareConnectionProviderService()
  7503.     {
  7504.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  7506.         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'));
  7507.     }
  7508.     /**
  7509.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  7510.      *
  7511.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  7512.      */
  7513.     protected function getRunSqlCommandService()
  7514.     {
  7515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7517.         $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()));
  7518.         $instance->setName('dbal:run-sql');
  7519.         return $instance;
  7520.     }
  7521.     /**
  7522.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  7523.      *
  7524.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  7525.      */
  7526.     protected function getClearInvalidRefreshTokensCommandService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  7530.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7531.         $instance->setName('gesdinet:jwt:clear');
  7532.         return $instance;
  7533.     }
  7534.     /**
  7535.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  7536.      *
  7537.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  7538.      */
  7539.     protected function getRevokeRefreshTokenCommandService()
  7540.     {
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  7543.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7544.         $instance->setName('gesdinet:jwt:revoke');
  7545.         return $instance;
  7546.     }
  7547.     /**
  7548.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener' shared service.
  7549.      *
  7550.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener
  7551.      */
  7552.     protected function getLogoutEventListenerService()
  7553.     {
  7554.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/LogoutEventListener.php';
  7555.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  7556.         if (isset($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'])) {
  7557.             return $this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'];
  7558.         }
  7559.         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');
  7560.     }
  7561.     /**
  7562.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler' shared autowired service.
  7563.      *
  7564.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler
  7565.      */
  7566.     protected function getPdoSessionHandlerService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  7570.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler($this->getEnv('DATABASE_URL'));
  7571.     }
  7572.     /**
  7573.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  7574.      *
  7575.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  7576.      */
  7577.     protected function getResetAssetsEventListenerService()
  7578.     {
  7579.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7580.     }
  7581.     /**
  7582.      * Gets the private 'a2lix_auto_form.doctrine.metadata_factory' shared service.
  7583.      *
  7584.      * @return \Doctrine\Persistence\Mapping\ClassMetadataFactory
  7585.      */
  7586.     protected function getA2lixAutoForm_Doctrine_MetadataFactoryService()
  7587.     {
  7588.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php';
  7589.         return $this->privates['a2lix_auto_form.doctrine.metadata_factory'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getMetadataFactory();
  7590.     }
  7591.     /**
  7592.      * Gets the private 'a2lix_auto_form.form.event_listener.auto_form_listener' shared service.
  7593.      *
  7594.      * @return \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener
  7595.      */
  7596.     protected function getA2lixAutoForm_Form_EventListener_AutoFormListenerService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  7599.         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()));
  7600.     }
  7601.     /**
  7602.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  7603.      *
  7604.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  7605.      */
  7606.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  7607.     {
  7608.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  7610.         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']);
  7611.     }
  7612.     /**
  7613.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  7614.      *
  7615.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  7616.      */
  7617.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  7618.     {
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  7622.         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()));
  7623.     }
  7624.     /**
  7625.      * Gets the private 'a2lix_auto_form.object_info.doctrine_orm_info' shared service.
  7626.      *
  7627.      * @return \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo
  7628.      */
  7629.     protected function getA2lixAutoForm_ObjectInfo_DoctrineOrmInfoService()
  7630.     {
  7631.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  7632.         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()));
  7633.     }
  7634.     /**
  7635.      * Gets the private 'a2lix_translation_form.form.event_listener.translations_form_listener' shared service.
  7636.      *
  7637.      * @return \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener
  7638.      */
  7639.     protected function getA2lixTranslationForm_Form_EventListener_TranslationsFormListenerService()
  7640.     {
  7641.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  7642.         return $this->privates['a2lix_translation_form.form.event_listener.translations_form_listener'] = new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener();
  7643.     }
  7644.     /**
  7645.      * Gets the private 'a2lix_translation_form.form.event_listener.translations_listener' shared service.
  7646.      *
  7647.      * @return \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener
  7648.      */
  7649.     protected function getA2lixTranslationForm_Form_EventListener_TranslationsListenerService()
  7650.     {
  7651.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  7652.         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()));
  7653.     }
  7654.     /**
  7655.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  7656.      *
  7657.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  7658.      */
  7659.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  7664.         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())));
  7665.     }
  7666.     /**
  7667.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  7668.      *
  7669.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  7670.      */
  7671.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  7672.     {
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7679.         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']))));
  7680.     }
  7681.     /**
  7682.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  7683.      *
  7684.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  7685.      */
  7686.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  7687.     {
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7693.         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']))));
  7694.     }
  7695.     /**
  7696.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  7697.      *
  7698.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  7699.      */
  7700.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7707.         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']))));
  7708.     }
  7709.     /**
  7710.      * Gets the private 'a2lix_translation_form.locale.simple_provider' shared service.
  7711.      *
  7712.      * @return \A2lix\TranslationFormBundle\Locale\SimpleProvider
  7713.      */
  7714.     protected function getA2lixTranslationForm_Locale_SimpleProviderService()
  7715.     {
  7716.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  7718.         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']);
  7719.     }
  7720.     /**
  7721.      * Gets the private 'annotations.cache_adapter' shared service.
  7722.      *
  7723.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  7724.      */
  7725.     protected function getAnnotations_CacheAdapterService()
  7726.     {
  7727.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  7728.     }
  7729.     /**
  7730.      * Gets the private 'annotations.cache_warmer' shared service.
  7731.      *
  7732.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  7733.      */
  7734.     protected function getAnnotations_CacheWarmerService()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  7739.         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);
  7740.     }
  7741.     /**
  7742.      * Gets the private 'annotations.cached_reader' shared service.
  7743.      *
  7744.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  7745.      */
  7746.     protected function getAnnotations_CachedReaderService()
  7747.     {
  7748.         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);
  7749.     }
  7750.     /**
  7751.      * Gets the private 'annotations.dummy_registry' shared service.
  7752.      *
  7753.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  7754.      */
  7755.     protected function getAnnotations_DummyRegistryService()
  7756.     {
  7757.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  7758.         $instance->registerUniqueLoader('class_exists');
  7759.         return $instance;
  7760.     }
  7761.     /**
  7762.      * Gets the private 'annotations.reader' shared service.
  7763.      *
  7764.      * @return \Doctrine\Common\Annotations\AnnotationReader
  7765.      */
  7766.     protected function getAnnotations_ReaderService()
  7767.     {
  7768.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  7769.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  7770.         return $instance;
  7771.     }
  7772.     /**
  7773.      * Gets the private 'app.user_listener' shared autowired service.
  7774.      *
  7775.      * @return \App\EventListener\UserListener
  7776.      */
  7777.     protected function getApp_UserListenerService()
  7778.     {
  7779.         include_once \dirname(__DIR__4).'/src/EventListener/UserListener.php';
  7780.         return $this->privates['app.user_listener'] = new \App\EventListener\UserListener(($this->services['router'] ?? $this->getRouterService()));
  7781.     }
  7782.     /**
  7783.      * Gets the private 'argument_metadata_factory' shared service.
  7784.      *
  7785.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  7786.      */
  7787.     protected function getArgumentMetadataFactoryService()
  7788.     {
  7789.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  7790.     }
  7791.     /**
  7792.      * Gets the private 'assets._default_package' shared service.
  7793.      *
  7794.      * @return \Symfony\Component\Asset\PathPackage
  7795.      */
  7796.     protected function getAssets_DefaultPackageService()
  7797.     {
  7798.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? ($this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse))), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  7799.     }
  7800.     /**
  7801.      * Gets the private 'assets._version__default' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  7804.      */
  7805.     protected function getAssets_VersionDefaultService()
  7806.     {
  7807.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse);
  7808.     }
  7809.     /**
  7810.      * Gets the private 'assets.context' shared service.
  7811.      *
  7812.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  7813.      */
  7814.     protected function getAssets_ContextService()
  7815.     {
  7816.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7817.         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());
  7818.     }
  7819.     /**
  7820.      * Gets the private 'assets.packages' shared service.
  7821.      *
  7822.      * @return \Symfony\Component\Asset\Packages
  7823.      */
  7824.     protected function getAssets_PackagesService()
  7825.     {
  7826.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  7827.             return new \EmptyIterator();
  7828.         }, 0));
  7829.     }
  7830.     /**
  7831.      * Gets the private 'cache.annotations' shared service.
  7832.      *
  7833.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7834.      */
  7835.     protected function getCache_AnnotationsService()
  7836.     {
  7837.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  7838.     }
  7839.     /**
  7840.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  7841.      *
  7842.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7843.      */
  7844.     protected function getCache_Annotations_RecorderInnerService()
  7845.     {
  7846.         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()));
  7847.     }
  7848.     /**
  7849.      * Gets the private 'cache.app.recorder_inner' shared service.
  7850.      *
  7851.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  7852.      */
  7853.     protected function getCache_App_RecorderInnerService()
  7854.     {
  7855.         $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))));
  7856.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7857.         return $instance;
  7858.     }
  7859.     /**
  7860.      * Gets the private 'cache.default_marshaller' shared service.
  7861.      *
  7862.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  7863.      */
  7864.     protected function getCache_DefaultMarshallerService()
  7865.     {
  7866.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  7867.     }
  7868.     /**
  7869.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  7870.      *
  7871.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  7872.      */
  7873.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  7874.     {
  7875.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  7876.     }
  7877.     /**
  7878.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  7879.      *
  7880.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7881.      */
  7882.     protected function getCache_Doctrine_Orm_Default_QueryService()
  7883.     {
  7884.         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())));
  7885.     }
  7886.     /**
  7887.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  7888.      *
  7889.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  7890.      */
  7891.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  7892.     {
  7893.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  7894.     }
  7895.     /**
  7896.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  7897.      *
  7898.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7899.      */
  7900.     protected function getCache_Doctrine_Orm_Default_ResultService()
  7901.     {
  7902.         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())));
  7903.     }
  7904.     /**
  7905.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  7906.      *
  7907.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  7908.      */
  7909.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  7910.     {
  7911.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  7912.     }
  7913.     /**
  7914.      * Gets the private 'cache.property_access' shared service.
  7915.      *
  7916.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  7917.      */
  7918.     protected function getCache_PropertyAccessService()
  7919.     {
  7920.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  7921.     }
  7922.     /**
  7923.      * Gets the private 'cache.property_info' shared service.
  7924.      *
  7925.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7926.      */
  7927.     protected function getCache_PropertyInfoService()
  7928.     {
  7929.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  7930.     }
  7931.     /**
  7932.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  7933.      *
  7934.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7935.      */
  7936.     protected function getCache_PropertyInfo_RecorderInnerService()
  7937.     {
  7938.         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()));
  7939.     }
  7940.     /**
  7941.      * Gets the private 'cache.security_expression_language' shared service.
  7942.      *
  7943.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7944.      */
  7945.     protected function getCache_SecurityExpressionLanguageService()
  7946.     {
  7947.         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()));
  7948.     }
  7949.     /**
  7950.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  7951.      *
  7952.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7953.      */
  7954.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  7955.     {
  7956.         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()));
  7957.     }
  7958.     /**
  7959.      * Gets the private 'cache.security_token_verifier' shared service.
  7960.      *
  7961.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7962.      */
  7963.     protected function getCache_SecurityTokenVerifierService()
  7964.     {
  7965.         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()));
  7966.     }
  7967.     /**
  7968.      * Gets the private 'cache.security_token_verifier.recorder_inner' shared service.
  7969.      *
  7970.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7971.      */
  7972.     protected function getCache_SecurityTokenVerifier_RecorderInnerService()
  7973.     {
  7974.         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()));
  7975.     }
  7976.     /**
  7977.      * Gets the private 'cache.serializer' shared service.
  7978.      *
  7979.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7980.      */
  7981.     protected function getCache_SerializerService()
  7982.     {
  7983.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  7984.     }
  7985.     /**
  7986.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  7987.      *
  7988.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7989.      */
  7990.     protected function getCache_Serializer_RecorderInnerService()
  7991.     {
  7992.         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()));
  7993.     }
  7994.     /**
  7995.      * Gets the private 'cache.system.recorder_inner' shared service.
  7996.      *
  7997.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7998.      */
  7999.     protected function getCache_System_RecorderInnerService()
  8000.     {
  8001.         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()));
  8002.     }
  8003.     /**
  8004.      * Gets the private 'cache.validator' shared service.
  8005.      *
  8006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8007.      */
  8008.     protected function getCache_ValidatorService()
  8009.     {
  8010.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  8011.     }
  8012.     /**
  8013.      * Gets the private 'cache.validator.recorder_inner' shared service.
  8014.      *
  8015.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8016.      */
  8017.     protected function getCache_Validator_RecorderInnerService()
  8018.     {
  8019.         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()));
  8020.     }
  8021.     /**
  8022.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  8023.      *
  8024.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8025.      */
  8026.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  8027.     {
  8028.         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()));
  8029.     }
  8030.     /**
  8031.      * Gets the private 'cache.webpack_encore' shared service.
  8032.      *
  8033.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8034.      */
  8035.     protected function getCache_WebpackEncoreService()
  8036.     {
  8037.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  8038.     }
  8039.     /**
  8040.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  8041.      *
  8042.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  8043.      */
  8044.     protected function getCache_WebpackEncore_RecorderInnerService()
  8045.     {
  8046.         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()));
  8047.     }
  8048.     /**
  8049.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  8050.      *
  8051.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  8052.      */
  8053.     protected function getCachePoolClearer_CacheWarmerService()
  8054.     {
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  8057.         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']);
  8058.     }
  8059.     /**
  8060.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  8061.      *
  8062.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  8063.      */
  8064.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  8065.     {
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php';
  8068.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  8069.     }
  8070.     /**
  8071.      * Gets the private 'config_builder.warmer' shared service.
  8072.      *
  8073.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  8074.      */
  8075.     protected function getConfigBuilder_WarmerService()
  8076.     {
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  8079.         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()));
  8080.     }
  8081.     /**
  8082.      * Gets the private 'config_cache_factory' shared service.
  8083.      *
  8084.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  8085.      */
  8086.     protected function getConfigCacheFactoryService()
  8087.     {
  8088.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  8089.             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)));
  8090.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  8091.         }, 2));
  8092.     }
  8093.     /**
  8094.      * Gets the private 'console.command.about' shared service.
  8095.      *
  8096.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  8097.      */
  8098.     protected function getConsole_Command_AboutService()
  8099.     {
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  8102.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  8103.         $instance->setName('about');
  8104.         $instance->setDescription('Display information about the current project');
  8105.         return $instance;
  8106.     }
  8107.     /**
  8108.      * Gets the private 'console.command.assets_install' shared service.
  8109.      *
  8110.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  8111.      */
  8112.     protected function getConsole_Command_AssetsInstallService()
  8113.     {
  8114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  8116.         $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));
  8117.         $instance->setName('assets:install');
  8118.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  8119.         return $instance;
  8120.     }
  8121.     /**
  8122.      * Gets the private 'console.command.cache_clear' shared service.
  8123.      *
  8124.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  8125.      */
  8126.     protected function getConsole_Command_CacheClearService()
  8127.     {
  8128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  8130.         $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())));
  8131.         $instance->setName('cache:clear');
  8132.         $instance->setDescription('Clear the cache');
  8133.         return $instance;
  8134.     }
  8135.     /**
  8136.      * Gets the private 'console.command.cache_pool_clear' shared service.
  8137.      *
  8138.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  8139.      */
  8140.     protected function getConsole_Command_CachePoolClearService()
  8141.     {
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  8144.         $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']);
  8145.         $instance->setName('cache:pool:clear');
  8146.         $instance->setDescription('Clear cache pools');
  8147.         return $instance;
  8148.     }
  8149.     /**
  8150.      * Gets the private 'console.command.cache_pool_delete' shared service.
  8151.      *
  8152.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  8153.      */
  8154.     protected function getConsole_Command_CachePoolDeleteService()
  8155.     {
  8156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8158.         $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']);
  8159.         $instance->setName('cache:pool:delete');
  8160.         $instance->setDescription('Delete an item from a cache pool');
  8161.         return $instance;
  8162.     }
  8163.     /**
  8164.      * Gets the private 'console.command.cache_pool_list' shared service.
  8165.      *
  8166.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8167.      */
  8168.     protected function getConsole_Command_CachePoolListService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8172.         $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']);
  8173.         $instance->setName('cache:pool:list');
  8174.         $instance->setDescription('List available cache pools');
  8175.         return $instance;
  8176.     }
  8177.     /**
  8178.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8179.      *
  8180.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8181.      */
  8182.     protected function getConsole_Command_CachePoolPruneService()
  8183.     {
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8186.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8187.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  8188.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8189.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8190.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8191.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8192.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8193.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8194.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  8195.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8196.             yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService());
  8197.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8198.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8199.         }, 12));
  8200.         $instance->setName('cache:pool:prune');
  8201.         $instance->setDescription('Prune cache pools');
  8202.         return $instance;
  8203.     }
  8204.     /**
  8205.      * Gets the private 'console.command.cache_warmup' shared service.
  8206.      *
  8207.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8208.      */
  8209.     protected function getConsole_Command_CacheWarmupService()
  8210.     {
  8211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8213.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8214.         $instance->setName('cache:warmup');
  8215.         $instance->setDescription('Warm up an empty cache');
  8216.         return $instance;
  8217.     }
  8218.     /**
  8219.      * Gets the private 'console.command.config_debug' shared service.
  8220.      *
  8221.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8222.      */
  8223.     protected function getConsole_Command_ConfigDebugService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8230.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8231.         $instance->setName('debug:config');
  8232.         $instance->setDescription('Dump the current configuration for an extension');
  8233.         return $instance;
  8234.     }
  8235.     /**
  8236.      * Gets the private 'console.command.config_dump_reference' shared service.
  8237.      *
  8238.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8239.      */
  8240.     protected function getConsole_Command_ConfigDumpReferenceService()
  8241.     {
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8247.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8248.         $instance->setName('config:dump-reference');
  8249.         $instance->setDescription('Dump the default configuration for an extension');
  8250.         return $instance;
  8251.     }
  8252.     /**
  8253.      * Gets the private 'console.command.container_debug' shared service.
  8254.      *
  8255.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8256.      */
  8257.     protected function getConsole_Command_ContainerDebugService()
  8258.     {
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8262.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8263.         $instance->setName('debug:container');
  8264.         $instance->setDescription('Display current services for an application');
  8265.         return $instance;
  8266.     }
  8267.     /**
  8268.      * Gets the private 'console.command.container_lint' shared service.
  8269.      *
  8270.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8271.      */
  8272.     protected function getConsole_Command_ContainerLintService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8276.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8277.         $instance->setName('lint:container');
  8278.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  8279.         return $instance;
  8280.     }
  8281.     /**
  8282.      * Gets the private 'console.command.debug_autowiring' shared service.
  8283.      *
  8284.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8285.      */
  8286.     protected function getConsole_Command_DebugAutowiringService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8292.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8293.         $instance->setName('debug:autowiring');
  8294.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  8295.         return $instance;
  8296.     }
  8297.     /**
  8298.      * Gets the private 'console.command.dotenv_debug' shared service.
  8299.      *
  8300.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  8301.      */
  8302.     protected function getConsole_Command_DotenvDebugService()
  8303.     {
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  8306.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  8307.         $instance->setName('debug:dotenv');
  8308.         $instance->setDescription('Lists all dotenv files with variables and values');
  8309.         return $instance;
  8310.     }
  8311.     /**
  8312.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8313.      *
  8314.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8315.      */
  8316.     protected function getConsole_Command_EventDispatcherDebugService()
  8317.     {
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8320.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.ZzyYMEa'] ?? $this->get_ServiceLocator_ZzyYMEaService()));
  8321.         $instance->setName('debug:event-dispatcher');
  8322.         $instance->setDescription('Display configured listeners for an application');
  8323.         return $instance;
  8324.     }
  8325.     /**
  8326.      * Gets the private 'console.command.form_debug' shared service.
  8327.      *
  8328.      * @return \Symfony\Component\Form\Command\DebugCommand
  8329.      */
  8330.     protected function getConsole_Command_FormDebugService()
  8331.     {
  8332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8334.         $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()));
  8335.         $instance->setName('debug:form');
  8336.         $instance->setDescription('Display form type information');
  8337.         return $instance;
  8338.     }
  8339.     /**
  8340.      * Gets the private 'console.command.router_debug' shared service.
  8341.      *
  8342.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  8343.      */
  8344.     protected function getConsole_Command_RouterDebugService()
  8345.     {
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  8349.         $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()));
  8350.         $instance->setName('debug:router');
  8351.         $instance->setDescription('Display current routes for an application');
  8352.         return $instance;
  8353.     }
  8354.     /**
  8355.      * Gets the private 'console.command.router_match' shared service.
  8356.      *
  8357.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  8358.      */
  8359.     protected function getConsole_Command_RouterMatchService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  8363.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  8364.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  8365.         }, 1));
  8366.         $instance->setName('router:match');
  8367.         $instance->setDescription('Help debug routes by simulating a path info match');
  8368.         return $instance;
  8369.     }
  8370.     /**
  8371.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  8372.      *
  8373.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  8374.      */
  8375.     protected function getConsole_Command_SecretsDecryptToLocalService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8381.         $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')))));
  8382.         $instance->setName('secrets:decrypt-to-local');
  8383.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  8384.         return $instance;
  8385.     }
  8386.     /**
  8387.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  8388.      *
  8389.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  8390.      */
  8391.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  8392.     {
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8394.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  8395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8397.         $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')))));
  8398.         $instance->setName('secrets:encrypt-from-local');
  8399.         $instance->setDescription('Encrypt all local secrets to the vault');
  8400.         return $instance;
  8401.     }
  8402.     /**
  8403.      * Gets the private 'console.command.secrets_generate_key' shared service.
  8404.      *
  8405.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  8406.      */
  8407.     protected function getConsole_Command_SecretsGenerateKeyService()
  8408.     {
  8409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8413.         $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')))));
  8414.         $instance->setName('secrets:generate-keys');
  8415.         $instance->setDescription('Generate new encryption keys');
  8416.         return $instance;
  8417.     }
  8418.     /**
  8419.      * Gets the private 'console.command.secrets_list' shared service.
  8420.      *
  8421.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  8422.      */
  8423.     protected function getConsole_Command_SecretsListService()
  8424.     {
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8429.         $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')))));
  8430.         $instance->setName('secrets:list');
  8431.         $instance->setDescription('List all secrets');
  8432.         return $instance;
  8433.     }
  8434.     /**
  8435.      * Gets the private 'console.command.secrets_remove' shared service.
  8436.      *
  8437.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  8438.      */
  8439.     protected function getConsole_Command_SecretsRemoveService()
  8440.     {
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8445.         $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')))));
  8446.         $instance->setName('secrets:remove');
  8447.         $instance->setDescription('Remove a secret from the vault');
  8448.         return $instance;
  8449.     }
  8450.     /**
  8451.      * Gets the private 'console.command.secrets_set' shared service.
  8452.      *
  8453.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  8454.      */
  8455.     protected function getConsole_Command_SecretsSetService()
  8456.     {
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8461.         $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')))));
  8462.         $instance->setName('secrets:set');
  8463.         $instance->setDescription('Set a secret in the vault');
  8464.         return $instance;
  8465.     }
  8466.     /**
  8467.      * Gets the private 'console.command.translation_debug' shared service.
  8468.      *
  8469.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  8470.      */
  8471.     protected function getConsole_Command_TranslationDebugService()
  8472.     {
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  8475.         $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')], []);
  8476.         $instance->setName('debug:translation');
  8477.         $instance->setDescription('Display translation messages information');
  8478.         return $instance;
  8479.     }
  8480.     /**
  8481.      * Gets the private 'console.command.translation_extract' shared service.
  8482.      *
  8483.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  8484.      */
  8485.     protected function getConsole_Command_TranslationExtractService()
  8486.     {
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  8489.         $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')], []);
  8490.         $instance->setName('translation:extract');
  8491.         $instance->setAliases([=> 'translation:update']);
  8492.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  8493.         return $instance;
  8494.     }
  8495.     /**
  8496.      * Gets the private 'console.command.translation_pull' shared service.
  8497.      *
  8498.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  8499.      */
  8500.     protected function getConsole_Command_TranslationPullService()
  8501.     {
  8502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  8505.         $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', [], []);
  8506.         $instance->setName('translation:pull');
  8507.         $instance->setDescription('Pull translations from a given provider.');
  8508.         return $instance;
  8509.     }
  8510.     /**
  8511.      * Gets the private 'console.command.translation_push' shared service.
  8512.      *
  8513.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  8514.      */
  8515.     protected function getConsole_Command_TranslationPushService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  8519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  8520.         $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()), [], []);
  8521.         $instance->setName('translation:push');
  8522.         $instance->setDescription('Push translations to a given provider.');
  8523.         return $instance;
  8524.     }
  8525.     /**
  8526.      * Gets the private 'console.command.validator_debug' shared service.
  8527.      *
  8528.      * @return \Symfony\Component\Validator\Command\DebugCommand
  8529.      */
  8530.     protected function getConsole_Command_ValidatorDebugService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  8534.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8535.         $instance->setName('debug:validator');
  8536.         $instance->setDescription('Display validation constraints for classes');
  8537.         return $instance;
  8538.     }
  8539.     /**
  8540.      * Gets the private 'console.command.xliff_lint' shared service.
  8541.      *
  8542.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  8543.      */
  8544.     protected function getConsole_Command_XliffLintService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  8548.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  8549.         $instance->setName('lint:xliff');
  8550.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  8551.         return $instance;
  8552.     }
  8553.     /**
  8554.      * Gets the private 'console.command.yaml_lint' shared service.
  8555.      *
  8556.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  8557.      */
  8558.     protected function getConsole_Command_YamlLintService()
  8559.     {
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8561.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  8562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  8563.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  8564.         $instance->setName('lint:yaml');
  8565.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  8566.         return $instance;
  8567.     }
  8568.     /**
  8569.      * Gets the private 'console.error_listener' shared service.
  8570.      *
  8571.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  8572.      */
  8573.     protected function getConsole_ErrorListenerService()
  8574.     {
  8575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  8576.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  8577.     }
  8578.     /**
  8579.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  8580.      *
  8581.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  8582.      */
  8583.     protected function getConsole_SuggestMissingPackageSubscriberService()
  8584.     {
  8585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php';
  8586.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  8587.     }
  8588.     /**
  8589.      * Gets the private 'container.env_var_processor' shared service.
  8590.      *
  8591.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  8592.      */
  8593.     protected function getContainer_EnvVarProcessorService()
  8594.     {
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  8597.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  8598.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  8599.         }, 1));
  8600.     }
  8601.     /**
  8602.      * Gets the private 'container.getenv' shared service.
  8603.      *
  8604.      * @return \Closure
  8605.      */
  8606.     protected function getContainer_GetenvService()
  8607.     {
  8608.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  8609.     }
  8610.     /**
  8611.      * Gets the private 'data_collector.ajax' shared service.
  8612.      *
  8613.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  8614.      */
  8615.     protected function getDataCollector_AjaxService()
  8616.     {
  8617.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  8618.     }
  8619.     /**
  8620.      * Gets the private 'data_collector.cache' shared service.
  8621.      *
  8622.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  8623.      */
  8624.     protected function getDataCollector_CacheService()
  8625.     {
  8626.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  8627.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  8628.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  8629.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  8630.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  8631.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  8632.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  8633.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  8634.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  8635.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  8636.         $instance->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  8637.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  8638.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  8639.         return $instance;
  8640.     }
  8641.     /**
  8642.      * Gets the private 'data_collector.config' shared service.
  8643.      *
  8644.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  8645.      */
  8646.     protected function getDataCollector_ConfigService()
  8647.     {
  8648.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  8649.         if ($this->has('kernel')) {
  8650.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  8651.         }
  8652.         return $instance;
  8653.     }
  8654.     /**
  8655.      * Gets the private 'data_collector.doctrine' shared service.
  8656.      *
  8657.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  8658.      */
  8659.     protected function getDataCollector_DoctrineService()
  8660.     {
  8661.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  8662.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  8663.         return $instance;
  8664.     }
  8665.     /**
  8666.      * Gets the private 'data_collector.events' shared service.
  8667.      *
  8668.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  8669.      */
  8670.     protected function getDataCollector_EventsService()
  8671.     {
  8672.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8673.         if (isset($this->privates['data_collector.events'])) {
  8674.             return $this->privates['data_collector.events'];
  8675.         }
  8676.         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())));
  8677.     }
  8678.     /**
  8679.      * Gets the private 'data_collector.exception' shared service.
  8680.      *
  8681.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  8682.      */
  8683.     protected function getDataCollector_ExceptionService()
  8684.     {
  8685.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  8686.     }
  8687.     /**
  8688.      * Gets the private 'data_collector.form' shared service.
  8689.      *
  8690.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  8691.      */
  8692.     protected function getDataCollector_FormService()
  8693.     {
  8694.         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())));
  8695.     }
  8696.     /**
  8697.      * Gets the private 'data_collector.form.extractor' shared service.
  8698.      *
  8699.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  8700.      */
  8701.     protected function getDataCollector_Form_ExtractorService()
  8702.     {
  8703.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  8704.     }
  8705.     /**
  8706.      * Gets the private 'data_collector.logger' shared service.
  8707.      *
  8708.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  8709.      */
  8710.     protected function getDataCollector_LoggerService()
  8711.     {
  8712.         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())));
  8713.     }
  8714.     /**
  8715.      * Gets the private 'data_collector.memory' shared service.
  8716.      *
  8717.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  8718.      */
  8719.     protected function getDataCollector_MemoryService()
  8720.     {
  8721.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  8722.     }
  8723.     /**
  8724.      * Gets the private 'data_collector.request' shared service.
  8725.      *
  8726.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  8727.      */
  8728.     protected function getDataCollector_RequestService()
  8729.     {
  8730.         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())));
  8731.     }
  8732.     /**
  8733.      * Gets the private 'data_collector.router' shared service.
  8734.      *
  8735.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  8736.      */
  8737.     protected function getDataCollector_RouterService()
  8738.     {
  8739.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  8740.     }
  8741.     /**
  8742.      * Gets the private 'data_collector.security' shared service.
  8743.      *
  8744.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  8745.      */
  8746.     protected function getDataCollector_SecurityService()
  8747.     {
  8748.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8749.         if (isset($this->privates['data_collector.security'])) {
  8750.             return $this->privates['data_collector.security'];
  8751.         }
  8752.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  8753.         if (isset($this->privates['data_collector.security'])) {
  8754.             return $this->privates['data_collector.security'];
  8755.         }
  8756.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  8757.         if (isset($this->privates['data_collector.security'])) {
  8758.             return $this->privates['data_collector.security'];
  8759.         }
  8760.         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);
  8761.     }
  8762.     /**
  8763.      * Gets the private 'data_collector.time' shared service.
  8764.      *
  8765.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  8766.      */
  8767.     protected function getDataCollector_TimeService()
  8768.     {
  8769.         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))));
  8770.     }
  8771.     /**
  8772.      * Gets the private 'data_collector.translation' shared service.
  8773.      *
  8774.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  8775.      */
  8776.     protected function getDataCollector_TranslationService()
  8777.     {
  8778.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  8779.     }
  8780.     /**
  8781.      * Gets the private 'data_collector.twig' shared service.
  8782.      *
  8783.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  8784.      */
  8785.     protected function getDataCollector_TwigService()
  8786.     {
  8787.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8788.         if (isset($this->privates['data_collector.twig'])) {
  8789.             return $this->privates['data_collector.twig'];
  8790.         }
  8791.         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);
  8792.     }
  8793.     /**
  8794.      * Gets the private 'data_collector.validator' shared service.
  8795.      *
  8796.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  8797.      */
  8798.     protected function getDataCollector_ValidatorService()
  8799.     {
  8800.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8801.         if (isset($this->privates['data_collector.validator'])) {
  8802.             return $this->privates['data_collector.validator'];
  8803.         }
  8804.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector($a);
  8805.     }
  8806.     /**
  8807.      * Gets the private 'debug.argument_resolver' shared service.
  8808.      *
  8809.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  8810.      */
  8811.     protected function getDebug_ArgumentResolverService()
  8812.     {
  8813.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  8814.         if (isset($this->privates['debug.argument_resolver'])) {
  8815.             return $this->privates['debug.argument_resolver'];
  8816.         }
  8817.         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))));
  8818.     }
  8819.     /**
  8820.      * Gets the private 'debug.argument_resolver.default' shared service.
  8821.      *
  8822.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8823.      */
  8824.     protected function getDebug_ArgumentResolver_DefaultService()
  8825.     {
  8826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  8829.         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))));
  8830.     }
  8831.     /**
  8832.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  8833.      *
  8834.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  8835.      */
  8836.     protected function getDebug_ArgumentResolver_Default_InnerService()
  8837.     {
  8838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  8840.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  8841.     }
  8842.     /**
  8843.      * Gets the private 'debug.argument_resolver.inner' shared service.
  8844.      *
  8845.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  8846.      */
  8847.     protected function getDebug_ArgumentResolver_InnerService()
  8848.     {
  8849.         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 () {
  8850.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  8851.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  8852.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  8853.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  8854.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  8855.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  8856.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  8857.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  8858.         }, 8));
  8859.     }
  8860.     /**
  8861.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  8862.      *
  8863.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8864.      */
  8865.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  8866.     {
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8869.         $a = ($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService());
  8870.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  8871.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  8872.         }
  8873.         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))));
  8874.     }
  8875.     /**
  8876.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  8877.      *
  8878.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  8879.      */
  8880.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  8881.     {
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  8884.         $a = ($this->privates['.service_locator.xSY70_w'] ?? $this->get_ServiceLocator_XSY70WService());
  8885.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller.inner'])) {
  8886.             return $this->privates['debug.argument_resolver.not_tagged_controller.inner'];
  8887.         }
  8888.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a);
  8889.     }
  8890.     /**
  8891.      * Gets the private 'debug.argument_resolver.request' shared service.
  8892.      *
  8893.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8894.      */
  8895.     protected function getDebug_ArgumentResolver_RequestService()
  8896.     {
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  8900.         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))));
  8901.     }
  8902.     /**
  8903.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  8904.      *
  8905.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  8906.      */
  8907.     protected function getDebug_ArgumentResolver_Request_InnerService()
  8908.     {
  8909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  8911.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  8912.     }
  8913.     /**
  8914.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  8915.      *
  8916.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8917.      */
  8918.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  8919.     {
  8920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  8923.         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))));
  8924.     }
  8925.     /**
  8926.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  8927.      *
  8928.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  8929.      */
  8930.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  8931.     {
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  8934.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  8935.     }
  8936.     /**
  8937.      * Gets the private 'debug.argument_resolver.service' shared service.
  8938.      *
  8939.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8940.      */
  8941.     protected function getDebug_ArgumentResolver_ServiceService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8945.         $a = ($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService());
  8946.         if (isset($this->privates['debug.argument_resolver.service'])) {
  8947.             return $this->privates['debug.argument_resolver.service'];
  8948.         }
  8949.         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))));
  8950.     }
  8951.     /**
  8952.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  8953.      *
  8954.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  8955.      */
  8956.     protected function getDebug_ArgumentResolver_Service_InnerService()
  8957.     {
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  8960.         $a = ($this->privates['.service_locator.xSY70_w'] ?? $this->get_ServiceLocator_XSY70WService());
  8961.         if (isset($this->privates['debug.argument_resolver.service.inner'])) {
  8962.             return $this->privates['debug.argument_resolver.service.inner'];
  8963.         }
  8964.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a);
  8965.     }
  8966.     /**
  8967.      * Gets the private 'debug.argument_resolver.session' shared service.
  8968.      *
  8969.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8970.      */
  8971.     protected function getDebug_ArgumentResolver_SessionService()
  8972.     {
  8973.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  8976.         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))));
  8977.     }
  8978.     /**
  8979.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  8980.      *
  8981.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  8982.      */
  8983.     protected function getDebug_ArgumentResolver_Session_InnerService()
  8984.     {
  8985.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  8987.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  8988.     }
  8989.     /**
  8990.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  8991.      *
  8992.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8993.      */
  8994.     protected function getDebug_ArgumentResolver_VariadicService()
  8995.     {
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  8999.         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))));
  9000.     }
  9001.     /**
  9002.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  9003.      *
  9004.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  9005.      */
  9006.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9010.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  9011.     }
  9012.     /**
  9013.      * Gets the private 'debug.controller_resolver' shared service.
  9014.      *
  9015.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  9016.      */
  9017.     protected function getDebug_ControllerResolverService()
  9018.     {
  9019.         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))));
  9020.     }
  9021.     /**
  9022.      * Gets the private 'debug.controller_resolver.inner' shared service.
  9023.      *
  9024.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  9025.      */
  9026.     protected function getDebug_ControllerResolver_InnerService()
  9027.     {
  9028.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  9029.     }
  9030.     /**
  9031.      * Gets the private 'debug.debug_handlers_listener' shared service.
  9032.      *
  9033.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  9034.      */
  9035.     protected function getDebug_DebugHandlersListenerService()
  9036.     {
  9037.         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()));
  9038.     }
  9039.     /**
  9040.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  9041.      *
  9042.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9043.      */
  9044.     protected function getDebug_EventDispatcher_InnerService()
  9045.     {
  9046.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9047.     }
  9048.     /**
  9049.      * Gets the private 'debug.file_link_formatter' shared service.
  9050.      *
  9051.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  9052.      */
  9053.     protected function getDebug_FileLinkFormatterService()
  9054.     {
  9055.         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 () {
  9056.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  9057.         });
  9058.     }
  9059.     /**
  9060.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  9061.      *
  9062.      * @return \string
  9063.      */
  9064.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  9065.     {
  9066.         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');
  9067.     }
  9068.     /**
  9069.      * Gets the private 'debug.log_processor' shared service.
  9070.      *
  9071.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  9072.      */
  9073.     protected function getDebug_LogProcessorService()
  9074.     {
  9075.         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())));
  9076.     }
  9077.     /**
  9078.      * Gets the private 'debug.security.access.decision_manager' shared service.
  9079.      *
  9080.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  9081.      */
  9082.     protected function getDebug_Security_Access_DecisionManagerService()
  9083.     {
  9084.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  9085.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  9086.             return $this->privates['debug.security.access.decision_manager'];
  9087.         }
  9088.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  9089.     }
  9090.     /**
  9091.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  9092.      *
  9093.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  9094.      */
  9095.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  9096.     {
  9097.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  9098.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  9099.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  9100.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  9101.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  9102.     }
  9103.     /**
  9104.      * Gets the private 'debug.security.firewall' shared service.
  9105.      *
  9106.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  9107.      */
  9108.     protected function getDebug_Security_FirewallService()
  9109.     {
  9110.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  9111.         if (isset($this->privates['debug.security.firewall'])) {
  9112.             return $this->privates['debug.security.firewall'];
  9113.         }
  9114.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9115.         if (isset($this->privates['debug.security.firewall'])) {
  9116.             return $this->privates['debug.security.firewall'];
  9117.         }
  9118.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  9119.     }
  9120.     /**
  9121.      * Gets the private 'debug.security.firewall.authenticator.admin' shared service.
  9122.      *
  9123.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9124.      */
  9125.     protected function getDebug_Security_Firewall_Authenticator_AdminService()
  9126.     {
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9128.         $a = ($this->privates['debug.security.firewall.authenticator.admin.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Admin_InnerService());
  9129.         if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  9130.             return $this->privates['debug.security.firewall.authenticator.admin'];
  9131.         }
  9132.         return $this->privates['debug.security.firewall.authenticator.admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9133.     }
  9134.     /**
  9135.      * Gets the private 'debug.security.firewall.authenticator.admin.inner' shared service.
  9136.      *
  9137.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9138.      */
  9139.     protected function getDebug_Security_Firewall_Authenticator_Admin_InnerService()
  9140.     {
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9142.         $a = ($this->privates['security.authenticator.manager.admin'] ?? $this->getSecurity_Authenticator_Manager_AdminService());
  9143.         if (isset($this->privates['debug.security.firewall.authenticator.admin.inner'])) {
  9144.             return $this->privates['debug.security.firewall.authenticator.admin.inner'];
  9145.         }
  9146.         return $this->privates['debug.security.firewall.authenticator.admin.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9147.     }
  9148.     /**
  9149.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  9150.      *
  9151.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9152.      */
  9153.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  9154.     {
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9156.         $a = ($this->privates['debug.security.firewall.authenticator.api.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Api_InnerService());
  9157.         if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  9158.             return $this->privates['debug.security.firewall.authenticator.api'];
  9159.         }
  9160.         return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9161.     }
  9162.     /**
  9163.      * Gets the private 'debug.security.firewall.authenticator.api.inner' shared service.
  9164.      *
  9165.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9166.      */
  9167.     protected function getDebug_Security_Firewall_Authenticator_Api_InnerService()
  9168.     {
  9169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9170.         $a = ($this->privates['security.authenticator.manager.api'] ?? $this->getSecurity_Authenticator_Manager_ApiService());
  9171.         if (isset($this->privates['debug.security.firewall.authenticator.api.inner'])) {
  9172.             return $this->privates['debug.security.firewall.authenticator.api.inner'];
  9173.         }
  9174.         return $this->privates['debug.security.firewall.authenticator.api.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9175.     }
  9176.     /**
  9177.      * Gets the private 'debug.security.firewall.authenticator.api_login' shared service.
  9178.      *
  9179.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9180.      */
  9181.     protected function getDebug_Security_Firewall_Authenticator_ApiLoginService()
  9182.     {
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9184.         $a = ($this->privates['debug.security.firewall.authenticator.api_login.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService());
  9185.         if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
  9186.             return $this->privates['debug.security.firewall.authenticator.api_login'];
  9187.         }
  9188.         return $this->privates['debug.security.firewall.authenticator.api_login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9189.     }
  9190.     /**
  9191.      * Gets the private 'debug.security.firewall.authenticator.api_login.inner' shared service.
  9192.      *
  9193.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9194.      */
  9195.     protected function getDebug_Security_Firewall_Authenticator_ApiLogin_InnerService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9198.         $a = ($this->privates['security.authenticator.manager.api_login'] ?? $this->getSecurity_Authenticator_Manager_ApiLoginService());
  9199.         if (isset($this->privates['debug.security.firewall.authenticator.api_login.inner'])) {
  9200.             return $this->privates['debug.security.firewall.authenticator.api_login.inner'];
  9201.         }
  9202.         return $this->privates['debug.security.firewall.authenticator.api_login.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9203.     }
  9204.     /**
  9205.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  9206.      *
  9207.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  9208.      */
  9209.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  9210.     {
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  9212.         $a = ($this->privates['debug.security.firewall.authenticator.main.inner'] ?? $this->getDebug_Security_Firewall_Authenticator_Main_InnerService());
  9213.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  9214.             return $this->privates['debug.security.firewall.authenticator.main'];
  9215.         }
  9216.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener($a);
  9217.     }
  9218.     /**
  9219.      * Gets the private 'debug.security.firewall.authenticator.main.inner' shared service.
  9220.      *
  9221.      * @return \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener
  9222.      */
  9223.     protected function getDebug_Security_Firewall_Authenticator_Main_InnerService()
  9224.     {
  9225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  9226.         $a = ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  9227.         if (isset($this->privates['debug.security.firewall.authenticator.main.inner'])) {
  9228.             return $this->privates['debug.security.firewall.authenticator.main.inner'];
  9229.         }
  9230.         return $this->privates['debug.security.firewall.authenticator.main.inner'] = new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a);
  9231.     }
  9232.     /**
  9233.      * Gets the private 'debug.security.user_value_resolver' shared service.
  9234.      *
  9235.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9236.      */
  9237.     protected function getDebug_Security_UserValueResolverService()
  9238.     {
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9241.         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))));
  9242.     }
  9243.     /**
  9244.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  9245.      *
  9246.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  9247.      */
  9248.     protected function getDebug_Security_UserValueResolver_InnerService()
  9249.     {
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  9252.         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()));
  9253.     }
  9254.     /**
  9255.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  9256.      *
  9257.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9258.      */
  9259.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  9260.     {
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9264.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9265.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  9266.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  9267.         }
  9268.         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);
  9269.     }
  9270.     /**
  9271.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  9272.      *
  9273.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9274.      */
  9275.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  9276.     {
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9280.         $a = ($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService());
  9281.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  9282.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  9283.         }
  9284.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9285.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  9286.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  9287.         }
  9288.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a$b);
  9289.     }
  9290.     /**
  9291.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  9292.      *
  9293.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9294.      */
  9295.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  9296.     {
  9297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  9299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9300.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9301.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  9302.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  9303.         }
  9304.         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);
  9305.     }
  9306.     /**
  9307.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  9308.      *
  9309.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  9310.      */
  9311.     protected function getDebug_Security_Voter_VoteListenerService()
  9312.     {
  9313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  9314.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9315.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  9316.             return $this->privates['debug.security.voter.vote_listener'];
  9317.         }
  9318.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  9319.     }
  9320.     /**
  9321.      * Gets the private 'debug.stopwatch' shared service.
  9322.      *
  9323.      * @return \Symfony\Component\Stopwatch\Stopwatch
  9324.      */
  9325.     protected function getDebug_StopwatchService()
  9326.     {
  9327.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  9328.     }
  9329.     /**
  9330.      * Gets the private 'debug.validator.inner' shared service.
  9331.      *
  9332.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  9333.      */
  9334.     protected function getDebug_Validator_InnerService()
  9335.     {
  9336.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  9337.         if (isset($this->privates['debug.validator.inner'])) {
  9338.             return $this->privates['debug.validator.inner'];
  9339.         }
  9340.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  9341.     }
  9342.     /**
  9343.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  9344.      *
  9345.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  9346.      */
  9347.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  9348.     {
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php';
  9351.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  9352.     }
  9353.     /**
  9354.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  9355.      *
  9356.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  9357.      */
  9358.     protected function getDisallowSearchEngineIndexResponseListenerService()
  9359.     {
  9360.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  9361.     }
  9362.     /**
  9363.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  9364.      *
  9365.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  9366.      */
  9367.     protected function getDoctrine_CacheClearMetadataCommandService()
  9368.     {
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  9373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  9375.         $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()));
  9376.         $instance->setName('doctrine:cache:clear-metadata');
  9377.         return $instance;
  9378.     }
  9379.     /**
  9380.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  9381.      *
  9382.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  9383.      */
  9384.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  9385.     {
  9386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9387.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  9392.         $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()));
  9393.         $instance->setName('doctrine:cache:clear-query');
  9394.         return $instance;
  9395.     }
  9396.     /**
  9397.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  9398.      *
  9399.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  9400.      */
  9401.     protected function getDoctrine_CacheClearResultCommandService()
  9402.     {
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  9407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9408.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  9409.         $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()));
  9410.         $instance->setName('doctrine:cache:clear-result');
  9411.         return $instance;
  9412.     }
  9413.     /**
  9414.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  9415.      *
  9416.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  9417.      */
  9418.     protected function getDoctrine_CacheCollectionRegionCommandService()
  9419.     {
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9422.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  9424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  9426.         $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()));
  9427.         $instance->setName('doctrine:cache:clear-collection-region');
  9428.         return $instance;
  9429.     }
  9430.     /**
  9431.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  9432.      *
  9433.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  9434.      */
  9435.     protected function getDoctrine_ClearEntityRegionCommandService()
  9436.     {
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9440.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  9443.         $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()));
  9444.         $instance->setName('doctrine:cache:clear-entity-region');
  9445.         return $instance;
  9446.     }
  9447.     /**
  9448.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  9449.      *
  9450.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  9451.      */
  9452.     protected function getDoctrine_ClearQueryRegionCommandService()
  9453.     {
  9454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  9460.         $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()));
  9461.         $instance->setName('doctrine:cache:clear-query-region');
  9462.         return $instance;
  9463.     }
  9464.     /**
  9465.      * Gets the private 'doctrine.database_create_command' shared service.
  9466.      *
  9467.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  9468.      */
  9469.     protected function getDoctrine_DatabaseCreateCommandService()
  9470.     {
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  9474.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9475.         $instance->setName('doctrine:database:create');
  9476.         return $instance;
  9477.     }
  9478.     /**
  9479.      * Gets the private 'doctrine.database_drop_command' shared service.
  9480.      *
  9481.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  9482.      */
  9483.     protected function getDoctrine_DatabaseDropCommandService()
  9484.     {
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  9488.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9489.         $instance->setName('doctrine:database:drop');
  9490.         return $instance;
  9491.     }
  9492.     /**
  9493.      * Gets the private 'doctrine.database_import_command' shared service.
  9494.      *
  9495.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  9496.      */
  9497.     protected function getDoctrine_DatabaseImportCommandService()
  9498.     {
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  9502.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  9503.         $instance->setName('doctrine:database:import');
  9504.         return $instance;
  9505.     }
  9506.     /**
  9507.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  9508.      *
  9509.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  9510.      */
  9511.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  9512.     {
  9513.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  9514.     }
  9515.     /**
  9516.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  9517.      *
  9518.      * @return \Doctrine\DBAL\Configuration
  9519.      */
  9520.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  9521.     {
  9522.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  9523.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  9524.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  9525.         return $instance;
  9526.     }
  9527.     /**
  9528.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  9529.      *
  9530.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  9531.      */
  9532.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  9533.     {
  9534.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9535.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  9536.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  9537.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  9538.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  9539.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  9540.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  9541.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  9542.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  9543.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  9544.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  9545.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  9546.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  9547.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  9548.         ], [
  9549.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  9550.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  9551.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  9552.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  9553.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  9554.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  9555.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  9556.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  9557.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  9558.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  9559.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  9560.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  9561.             'fos_user.user_listener' => '?',
  9562.         ]), [=> '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']]);
  9563.     }
  9564.     /**
  9565.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  9566.      *
  9567.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  9568.      */
  9569.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  9570.     {
  9571.         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'])))]);
  9572.     }
  9573.     /**
  9574.      * Gets the private 'doctrine.dbal.logger' shared service.
  9575.      *
  9576.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  9577.      */
  9578.     protected function getDoctrine_Dbal_LoggerService()
  9579.     {
  9580.         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))));
  9581.     }
  9582.     /**
  9583.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  9584.      *
  9585.      * @return \Doctrine\DBAL\Logging\LoggerChain
  9586.      */
  9587.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  9588.     {
  9589.         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()))]);
  9590.     }
  9591.     /**
  9592.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  9593.      *
  9594.      * @return \Doctrine\DBAL\Logging\DebugStack
  9595.      */
  9596.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  9597.     {
  9598.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  9599.     }
  9600.     /**
  9601.      * Gets the private 'doctrine.dbal.well_known_schema_asset_filter' shared service.
  9602.      *
  9603.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter
  9604.      */
  9605.     protected function getDoctrine_Dbal_WellKnownSchemaAssetFilterService()
  9606.     {
  9607.         return $this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']);
  9608.     }
  9609.     /**
  9610.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  9611.      *
  9612.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  9613.      */
  9614.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  9615.     {
  9616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9617.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  9622.         $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()));
  9623.         $instance->setName('doctrine:ensure-production-settings');
  9624.         return $instance;
  9625.     }
  9626.     /**
  9627.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  9628.      *
  9629.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  9630.      */
  9631.     protected function getDoctrine_MappingConvertCommandService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  9637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  9639.         $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()));
  9640.         $instance->setName('doctrine:mapping:convert');
  9641.         return $instance;
  9642.     }
  9643.     /**
  9644.      * Gets the private 'doctrine.mapping_import_command' shared service.
  9645.      *
  9646.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  9647.      */
  9648.     protected function getDoctrine_MappingImportCommandService()
  9649.     {
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  9653.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  9654.         $instance->setName('doctrine:mapping:import');
  9655.         return $instance;
  9656.     }
  9657.     /**
  9658.      * Gets the private 'doctrine.mapping_info_command' shared service.
  9659.      *
  9660.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  9661.      */
  9662.     protected function getDoctrine_MappingInfoCommandService()
  9663.     {
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  9667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  9670.         $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()));
  9671.         $instance->setName('doctrine:mapping:info');
  9672.         return $instance;
  9673.     }
  9674.     /**
  9675.      * Gets the private 'doctrine.migrations.configuration' shared service.
  9676.      *
  9677.      * @return \Doctrine\Migrations\Configuration\Configuration
  9678.      */
  9679.     protected function getDoctrine_Migrations_ConfigurationService()
  9680.     {
  9681.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  9682.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  9684.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  9685.         $instance->setAllOrNothing(false);
  9686.         $instance->setCheckDatabasePlatform(true);
  9687.         $instance->setTransactional(true);
  9688.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? ($this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration())));
  9689.         return $instance;
  9690.     }
  9691.     /**
  9692.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  9693.      *
  9694.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  9695.      */
  9696.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  9697.     {
  9698.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  9700.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  9701.     }
  9702.     /**
  9703.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  9704.      *
  9705.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  9706.      */
  9707.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  9708.     {
  9709.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  9711.         $a = ($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService());
  9712.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  9713.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  9714.         }
  9715.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a$this);
  9716.     }
  9717.     /**
  9718.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  9719.      *
  9720.      * @return \Doctrine\Migrations\Version\MigrationFactory
  9721.      */
  9722.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  9723.     {
  9724.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9725.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  9726.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'])) {
  9727.             return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'];
  9728.         }
  9729.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = $a->getMigrationFactory();
  9730.     }
  9731.     /**
  9732.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  9733.      *
  9734.      * @return \Doctrine\Migrations\DependencyFactory
  9735.      */
  9736.     protected function getDoctrine_Migrations_DependencyFactoryService()
  9737.     {
  9738.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  9739.         $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()));
  9740.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  9741.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  9742.         });
  9743.         return $instance;
  9744.     }
  9745.     /**
  9746.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  9747.      *
  9748.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  9749.      */
  9750.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  9751.     {
  9752.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  9753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  9754.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9755.     }
  9756.     /**
  9757.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  9758.      *
  9759.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  9760.      */
  9761.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  9762.     {
  9763.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  9765.         return $this->privates['doctrine.migrations.storage.table_storage'] = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  9766.     }
  9767.     /**
  9768.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  9769.      *
  9770.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  9771.      */
  9772.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  9773.     {
  9774.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  9775.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  9776.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9777.     }
  9778.     /**
  9779.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  9780.      *
  9781.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  9782.      */
  9783.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  9784.     {
  9785.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9786.             'App\\Repository\\ArticleRepository' => ['services''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  9787.             'App\\Repository\\CampaignRepository' => ['services''App\\Repository\\CampaignRepository''getCampaignRepositoryService'false],
  9788.             'App\\Repository\\CartProductRepository' => ['services''App\\Repository\\CartProductRepository''getCartProductRepositoryService'false],
  9789.             'App\\Repository\\CartRepository' => ['services''App\\Repository\\CartRepository''getCartRepositoryService'false],
  9790.             'App\\Repository\\CategoryArticleRepository' => ['services''App\\Repository\\CategoryArticleRepository''getCategoryArticleRepositoryService'false],
  9791.             'App\\Repository\\CategoryRepository' => ['services''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  9792.             'App\\Repository\\ContactRepository' => ['services''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  9793.             'App\\Repository\\EcommerceOrderRepository' => ['services''App\\Repository\\EcommerceOrderRepository''getEcommerceOrderRepositoryService'false],
  9794.             'App\\Repository\\PictureRepository' => ['services''App\\Repository\\PictureRepository''getPictureRepositoryService'false],
  9795.             'App\\Repository\\ProductRepository' => ['services''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  9796.             'App\\Repository\\QuestionRepository' => ['services''App\\Repository\\QuestionRepository''getQuestionRepositoryService'false],
  9797.             'App\\Repository\\RecipientRepository' => ['services''App\\Repository\\RecipientRepository''getRecipientRepositoryService'false],
  9798.             'App\\Repository\\SeoRouteMetaRepository' => ['services''App\\Repository\\SeoRouteMetaRepository''getSeoRouteMetaRepositoryService'false],
  9799.             'App\\Repository\\SeoRouteRepository' => ['services''App\\Repository\\SeoRouteRepository''getSeoRouteRepositoryService'false],
  9800.             'App\\Repository\\SubscriberGroupRepository' => ['services''App\\Repository\\SubscriberGroupRepository''getSubscriberGroupRepositoryService'false],
  9801.             'App\\Repository\\SubscriberRepository' => ['services''App\\Repository\\SubscriberRepository''getSubscriberRepositoryService'false],
  9802.             'App\\Repository\\TemplateRepository' => ['services''App\\Repository\\TemplateRepository''getTemplateRepositoryService'false],
  9803.             'App\\Repository\\UserRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  9804.         ], [
  9805.             'App\\Repository\\ArticleRepository' => '?',
  9806.             'App\\Repository\\CampaignRepository' => '?',
  9807.             'App\\Repository\\CartProductRepository' => '?',
  9808.             'App\\Repository\\CartRepository' => '?',
  9809.             'App\\Repository\\CategoryArticleRepository' => '?',
  9810.             'App\\Repository\\CategoryRepository' => '?',
  9811.             'App\\Repository\\ContactRepository' => '?',
  9812.             'App\\Repository\\EcommerceOrderRepository' => '?',
  9813.             'App\\Repository\\PictureRepository' => '?',
  9814.             'App\\Repository\\ProductRepository' => '?',
  9815.             'App\\Repository\\QuestionRepository' => '?',
  9816.             'App\\Repository\\RecipientRepository' => '?',
  9817.             'App\\Repository\\SeoRouteMetaRepository' => '?',
  9818.             'App\\Repository\\SeoRouteRepository' => '?',
  9819.             'App\\Repository\\SubscriberGroupRepository' => '?',
  9820.             'App\\Repository\\SubscriberRepository' => '?',
  9821.             'App\\Repository\\TemplateRepository' => '?',
  9822.             'App\\Repository\\UserRepository' => '?',
  9823.         ]));
  9824.     }
  9825.     /**
  9826.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  9827.      *
  9828.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  9829.      */
  9830.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  9831.     {
  9832.         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')]);
  9833.     }
  9834.     /**
  9835.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  9836.      *
  9837.      * @return \Doctrine\ORM\Configuration
  9838.      */
  9839.     protected function getDoctrine_Orm_DefaultConfigurationService()
  9840.     {
  9841.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  9842.         $instance->setEntityNamespaces(['App' => 'App\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  9843.         $instance->setMetadataCache(($this->privates['cache.doctrine.orm.default.metadata'] ?? ($this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  9844.         $instance->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  9845.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  9846.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  9847.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  9848.         $instance->setProxyNamespace('Proxies');
  9849.         $instance->setAutoGenerateProxyClasses(true);
  9850.         $instance->setSchemaIgnoreClasses([]);
  9851.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  9852.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  9853.         $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))));
  9854.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  9855.         $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))));
  9856.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  9857.         return $instance;
  9858.     }
  9859.     /**
  9860.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  9861.      *
  9862.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  9863.      */
  9864.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  9865.     {
  9866.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  9867.     }
  9868.     /**
  9869.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  9870.      *
  9871.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  9872.      */
  9873.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  9874.     {
  9875.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  9876.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9877.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  9878.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  9879.         }
  9880.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  9881.     }
  9882.     /**
  9883.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  9884.      *
  9885.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  9886.      */
  9887.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  9888.     {
  9889.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9890.         if (isset($this->privates['doctrine.orm.default_entity_manager.validator_loader'])) {
  9891.             return $this->privates['doctrine.orm.default_entity_manager.validator_loader'];
  9892.         }
  9893.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader($aNULL);
  9894.     }
  9895.     /**
  9896.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  9897.      *
  9898.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  9899.      */
  9900.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  9901.     {
  9902.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  9903.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  9904.     }
  9905.     /**
  9906.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  9907.      *
  9908.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  9909.      */
  9910.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  9911.     {
  9912.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  9913.     }
  9914.     /**
  9915.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  9916.      *
  9917.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  9918.      */
  9919.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  9920.     {
  9921.         $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']);
  9922.         $instance->setGlobalBasename('mapping');
  9923.         return $instance;
  9924.     }
  9925.     /**
  9926.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  9927.      *
  9928.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  9929.      */
  9930.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  9931.     {
  9932.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9933.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  9934.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  9935.     }
  9936.     /**
  9937.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  9938.      *
  9939.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  9940.      */
  9941.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  9942.     {
  9943.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  9945.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  9946.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  9947.         }, 1));
  9948.     }
  9949.     /**
  9950.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  9951.      *
  9952.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  9953.      */
  9954.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  9955.     {
  9956.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  9958.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  9959.     }
  9960.     /**
  9961.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  9962.      *
  9963.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  9964.      */
  9965.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  9966.     {
  9967.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  9968.     }
  9969.     /**
  9970.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  9971.      *
  9972.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  9973.      */
  9974.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  9975.     {
  9976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  9978.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9979.     }
  9980.     /**
  9981.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  9982.      *
  9983.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  9984.      */
  9985.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  9986.     {
  9987.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  9988.     }
  9989.     /**
  9990.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  9991.      *
  9992.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  9993.      */
  9994.     protected function getDoctrine_Orm_Validator_UniqueService()
  9995.     {
  9996.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9997.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  9999.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10000.     }
  10001.     /**
  10002.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  10003.      *
  10004.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  10005.      */
  10006.     protected function getDoctrine_Orm_ValidatorInitializerService()
  10007.     {
  10008.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10009.     }
  10010.     /**
  10011.      * Gets the private 'doctrine.query_dql_command' shared service.
  10012.      *
  10013.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  10014.      */
  10015.     protected function getDoctrine_QueryDqlCommandService()
  10016.     {
  10017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  10023.         $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()));
  10024.         $instance->setName('doctrine:query:dql');
  10025.         return $instance;
  10026.     }
  10027.     /**
  10028.      * Gets the private 'doctrine.query_sql_command' shared service.
  10029.      *
  10030.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  10031.      */
  10032.     protected function getDoctrine_QuerySqlCommandService()
  10033.     {
  10034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10035.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  10037.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  10038.         $instance->setName('doctrine:query:sql');
  10039.         return $instance;
  10040.     }
  10041.     /**
  10042.      * Gets the private 'doctrine.schema_create_command' shared service.
  10043.      *
  10044.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  10045.      */
  10046.     protected function getDoctrine_SchemaCreateCommandService()
  10047.     {
  10048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10052.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  10055.         $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()));
  10056.         $instance->setName('doctrine:schema:create');
  10057.         return $instance;
  10058.     }
  10059.     /**
  10060.      * Gets the private 'doctrine.schema_drop_command' shared service.
  10061.      *
  10062.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  10063.      */
  10064.     protected function getDoctrine_SchemaDropCommandService()
  10065.     {
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  10071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  10073.         $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()));
  10074.         $instance->setName('doctrine:schema:drop');
  10075.         return $instance;
  10076.     }
  10077.     /**
  10078.      * Gets the private 'doctrine.schema_update_command' shared service.
  10079.      *
  10080.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  10081.      */
  10082.     protected function getDoctrine_SchemaUpdateCommandService()
  10083.     {
  10084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  10091.         $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()));
  10092.         $instance->setName('doctrine:schema:update');
  10093.         return $instance;
  10094.     }
  10095.     /**
  10096.      * Gets the private 'doctrine.schema_validate_command' shared service.
  10097.      *
  10098.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  10099.      */
  10100.     protected function getDoctrine_SchemaValidateCommandService()
  10101.     {
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  10108.         $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()));
  10109.         $instance->setName('doctrine:schema:validate');
  10110.         return $instance;
  10111.     }
  10112.     /**
  10113.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  10114.      *
  10115.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  10116.      */
  10117.     protected function getDoctrine_Twig_DoctrineExtensionService()
  10118.     {
  10119.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  10120.     }
  10121.     /**
  10122.      * Gets the private 'doctrine.ulid_generator' shared service.
  10123.      *
  10124.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  10125.      */
  10126.     protected function getDoctrine_UlidGeneratorService()
  10127.     {
  10128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  10130.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  10131.     }
  10132.     /**
  10133.      * Gets the private 'doctrine.uuid_generator' shared service.
  10134.      *
  10135.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  10136.      */
  10137.     protected function getDoctrine_UuidGeneratorService()
  10138.     {
  10139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  10141.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  10142.     }
  10143.     /**
  10144.      * Gets the private 'doctrine_migrations.current_command' shared service.
  10145.      *
  10146.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  10147.      */
  10148.     protected function getDoctrineMigrations_CurrentCommandService()
  10149.     {
  10150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10151.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10152.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  10153.         $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');
  10154.         $instance->setName('doctrine:migrations:current');
  10155.         return $instance;
  10156.     }
  10157.     /**
  10158.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  10159.      *
  10160.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  10161.      */
  10162.     protected function getDoctrineMigrations_DiffCommandService()
  10163.     {
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10166.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  10167.         $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');
  10168.         $instance->setName('doctrine:migrations:diff');
  10169.         return $instance;
  10170.     }
  10171.     /**
  10172.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  10173.      *
  10174.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  10175.      */
  10176.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  10177.     {
  10178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10180.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  10181.         $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');
  10182.         $instance->setName('doctrine:migrations:dump-schema');
  10183.         return $instance;
  10184.     }
  10185.     /**
  10186.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  10187.      *
  10188.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  10189.      */
  10190.     protected function getDoctrineMigrations_ExecuteCommandService()
  10191.     {
  10192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10193.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10194.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  10195.         $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');
  10196.         $instance->setName('doctrine:migrations:execute');
  10197.         return $instance;
  10198.     }
  10199.     /**
  10200.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  10201.      *
  10202.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  10203.      */
  10204.     protected function getDoctrineMigrations_GenerateCommandService()
  10205.     {
  10206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10208.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  10209.         $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');
  10210.         $instance->setName('doctrine:migrations:generate');
  10211.         return $instance;
  10212.     }
  10213.     /**
  10214.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  10215.      *
  10216.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  10217.      */
  10218.     protected function getDoctrineMigrations_LatestCommandService()
  10219.     {
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10221.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10222.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  10223.         $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');
  10224.         $instance->setName('doctrine:migrations:latest');
  10225.         return $instance;
  10226.     }
  10227.     /**
  10228.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  10229.      *
  10230.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  10231.      */
  10232.     protected function getDoctrineMigrations_MigrateCommandService()
  10233.     {
  10234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10236.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  10237.         $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');
  10238.         $instance->setName('doctrine:migrations:migrate');
  10239.         return $instance;
  10240.     }
  10241.     /**
  10242.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  10243.      *
  10244.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  10245.      */
  10246.     protected function getDoctrineMigrations_RollupCommandService()
  10247.     {
  10248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10249.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10250.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  10251.         $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');
  10252.         $instance->setName('doctrine:migrations:rollup');
  10253.         return $instance;
  10254.     }
  10255.     /**
  10256.      * Gets the private 'doctrine_migrations.status_command' shared service.
  10257.      *
  10258.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  10259.      */
  10260.     protected function getDoctrineMigrations_StatusCommandService()
  10261.     {
  10262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10264.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  10265.         $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');
  10266.         $instance->setName('doctrine:migrations:status');
  10267.         return $instance;
  10268.     }
  10269.     /**
  10270.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  10271.      *
  10272.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  10273.      */
  10274.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  10275.     {
  10276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  10279.         $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');
  10280.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  10281.         return $instance;
  10282.     }
  10283.     /**
  10284.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  10285.      *
  10286.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  10287.      */
  10288.     protected function getDoctrineMigrations_UpToDateCommandService()
  10289.     {
  10290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10291.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10292.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  10293.         $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');
  10294.         $instance->setName('doctrine:migrations:up-to-date');
  10295.         return $instance;
  10296.     }
  10297.     /**
  10298.      * Gets the private 'doctrine_migrations.version_command' shared service.
  10299.      *
  10300.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  10301.      */
  10302.     protected function getDoctrineMigrations_VersionCommandService()
  10303.     {
  10304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10306.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  10307.         $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');
  10308.         $instance->setName('doctrine:migrations:version');
  10309.         return $instance;
  10310.     }
  10311.     /**
  10312.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  10313.      *
  10314.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  10315.      */
  10316.     protected function getDoctrineMigrations_VersionsCommandService()
  10317.     {
  10318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10319.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10320.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  10321.         $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');
  10322.         $instance->setName('doctrine:migrations:list');
  10323.         return $instance;
  10324.     }
  10325.     /**
  10326.      * Gets the private 'error_handler.error_renderer.html' shared service.
  10327.      *
  10328.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  10329.      */
  10330.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  10331.     {
  10332.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10334.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10335.         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()));
  10336.     }
  10337.     /**
  10338.      * Gets the private 'exception_listener' shared service.
  10339.      *
  10340.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  10341.      */
  10342.     protected function getExceptionListenerService()
  10343.     {
  10344.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  10345.     }
  10346.     /**
  10347.      * Gets the private 'file_locator' shared service.
  10348.      *
  10349.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  10350.      */
  10351.     protected function getFileLocatorService()
  10352.     {
  10353.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  10354.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  10355.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  10356.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  10357.     }
  10358.     /**
  10359.      * Gets the private 'form.choice_list_factory.cached' shared service.
  10360.      *
  10361.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  10362.      */
  10363.     protected function getForm_ChoiceListFactory_CachedService()
  10364.     {
  10365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  10367.         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()));
  10368.     }
  10369.     /**
  10370.      * Gets the private 'form.choice_list_factory.default' shared service.
  10371.      *
  10372.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  10373.      */
  10374.     protected function getForm_ChoiceListFactory_DefaultService()
  10375.     {
  10376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10378.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  10379.     }
  10380.     /**
  10381.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  10382.      *
  10383.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  10384.      */
  10385.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  10386.     {
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10390.         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()));
  10391.     }
  10392.     /**
  10393.      * Gets the private 'form.extension' shared service.
  10394.      *
  10395.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  10396.      */
  10397.     protected function getForm_ExtensionService()
  10398.     {
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  10401.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10402.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  10403.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  10404.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  10405.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  10406.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  10407.             'App\\Form\\ArticleType' => ['services''App\\Form\\ArticleType''getArticleTypeService'false],
  10408.             'App\\Form\\CampaignType' => ['services''App\\Form\\CampaignType''getCampaignTypeService'false],
  10409.             'App\\Form\\CategoryArticleType' => ['services''App\\Form\\CategoryArticleType''getCategoryArticleTypeService'false],
  10410.             'App\\Form\\CategoryType' => ['services''App\\Form\\CategoryType''getCategoryTypeService'false],
  10411.             'App\\Form\\ContactType' => ['services''App\\Form\\ContactType''getContactTypeService'false],
  10412.             'App\\Form\\LauncherType' => ['services''App\\Form\\LauncherType''getLauncherTypeService'false],
  10413.             'App\\Form\\LicenceKeyType' => ['services''App\\Form\\LicenceKeyType''getLicenceKeyTypeService'false],
  10414.             'App\\Form\\PictureType' => ['services''App\\Form\\PictureType''getPictureTypeService'false],
  10415.             'App\\Form\\ProductType' => ['services''App\\Form\\ProductType''getProductTypeService'false],
  10416.             'App\\Form\\QuestionType' => ['services''App\\Form\\QuestionType''getQuestionTypeService'false],
  10417.             'App\\Form\\RedirectionType' => ['services''App\\Form\\RedirectionType''getRedirectionTypeService'false],
  10418.             'App\\Form\\RegistrationType' => ['services''App\\Form\\RegistrationType''getRegistrationTypeService'false],
  10419.             'App\\Form\\SeoRouteMetaType' => ['services''App\\Form\\SeoRouteMetaType''getSeoRouteMetaTypeService'false],
  10420.             'App\\Form\\SeoRouteType' => ['services''App\\Form\\SeoRouteType''getSeoRouteTypeService'false],
  10421.             'App\\Form\\SubscriberGroupType' => ['services''App\\Form\\SubscriberGroupType''getSubscriberGroupTypeService'false],
  10422.             'App\\Form\\SubscriberType' => ['services''App\\Form\\SubscriberType''getSubscriberTypeService'false],
  10423.             'App\\Form\\TemplateType' => ['services''App\\Form\\TemplateType''getTemplateTypeService'false],
  10424.             'App\\Form\\UserType' => ['services''App\\Form\\UserType''getUserTypeService'false],
  10425.             'App\\Form\\YmlBlockType' => ['services''App\\Form\\YmlBlockType''getYmlBlockTypeService'false],
  10426.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  10427.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  10428.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  10429.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  10430.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  10431.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  10432.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  10433.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  10434.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  10435.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  10436.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  10437.         ], [
  10438.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  10439.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  10440.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  10441.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  10442.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  10443.             'App\\Form\\ArticleType' => '?',
  10444.             'App\\Form\\CampaignType' => '?',
  10445.             'App\\Form\\CategoryArticleType' => '?',
  10446.             'App\\Form\\CategoryType' => '?',
  10447.             'App\\Form\\ContactType' => '?',
  10448.             'App\\Form\\LauncherType' => '?',
  10449.             'App\\Form\\LicenceKeyType' => '?',
  10450.             'App\\Form\\PictureType' => '?',
  10451.             'App\\Form\\ProductType' => '?',
  10452.             'App\\Form\\QuestionType' => '?',
  10453.             'App\\Form\\RedirectionType' => '?',
  10454.             'App\\Form\\RegistrationType' => '?',
  10455.             'App\\Form\\SeoRouteMetaType' => '?',
  10456.             'App\\Form\\SeoRouteType' => '?',
  10457.             'App\\Form\\SubscriberGroupType' => '?',
  10458.             'App\\Form\\SubscriberType' => '?',
  10459.             'App\\Form\\TemplateType' => '?',
  10460.             'App\\Form\\UserType' => '?',
  10461.             'App\\Form\\YmlBlockType' => '?',
  10462.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  10463.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  10464.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  10465.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  10466.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  10467.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  10468.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  10469.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  10470.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  10471.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  10472.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  10473.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  10474.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  10475.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  10476.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  10477.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  10478.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  10479.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  10480.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  10481.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  10482.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  10483.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  10484.         }, 1)], new RewindableGenerator(function () {
  10485.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  10486.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  10487.         }, 2));
  10488.     }
  10489.     /**
  10490.      * Gets the private 'form.registry' shared service.
  10491.      *
  10492.      * @return \Symfony\Component\Form\FormRegistry
  10493.      */
  10494.     protected function getForm_RegistryService()
  10495.     {
  10496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  10498.         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()));
  10499.     }
  10500.     /**
  10501.      * Gets the private 'form.resolved_type_factory' shared service.
  10502.      *
  10503.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  10504.      */
  10505.     protected function getForm_ResolvedTypeFactoryService()
  10506.     {
  10507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  10508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  10510.         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()));
  10511.     }
  10512.     /**
  10513.      * Gets the private 'form.server_params' shared service.
  10514.      *
  10515.      * @return \Symfony\Component\Form\Util\ServerParams
  10516.      */
  10517.     protected function getForm_ServerParamsService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  10520.         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())));
  10521.     }
  10522.     /**
  10523.      * Gets the private 'form.type.choice' shared service.
  10524.      *
  10525.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  10526.      */
  10527.     protected function getForm_Type_ChoiceService()
  10528.     {
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  10532.         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()));
  10533.     }
  10534.     /**
  10535.      * Gets the private 'form.type.color' shared service.
  10536.      *
  10537.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  10538.      */
  10539.     protected function getForm_Type_ColorService()
  10540.     {
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  10544.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  10545.     }
  10546.     /**
  10547.      * Gets the private 'form.type.entity' shared service.
  10548.      *
  10549.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  10550.      */
  10551.     protected function getForm_Type_EntityService()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  10557.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10558.     }
  10559.     /**
  10560.      * Gets the private 'form.type.form' shared service.
  10561.      *
  10562.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  10563.      */
  10564.     protected function getForm_Type_FormService()
  10565.     {
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  10569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  10570.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10571.     }
  10572.     /**
  10573.      * Gets the private 'form.type_extension.csrf' shared service.
  10574.      *
  10575.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  10576.      */
  10577.     protected function getForm_TypeExtension_CsrfService()
  10578.     {
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  10582.         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()));
  10583.     }
  10584.     /**
  10585.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  10586.      *
  10587.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  10588.      */
  10589.     protected function getForm_TypeExtension_Form_DataCollectorService()
  10590.     {
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  10594.         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()));
  10595.     }
  10596.     /**
  10597.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  10598.      *
  10599.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  10600.      */
  10601.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  10602.     {
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  10606.         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()));
  10607.     }
  10608.     /**
  10609.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  10610.      *
  10611.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  10612.      */
  10613.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  10614.     {
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  10617.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  10618.     }
  10619.     /**
  10620.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  10621.      *
  10622.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  10623.      */
  10624.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  10625.     {
  10626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  10629.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  10630.     }
  10631.     /**
  10632.      * Gets the private 'form.type_extension.form.validator' shared service.
  10633.      *
  10634.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  10635.      */
  10636.     protected function getForm_TypeExtension_Form_ValidatorService()
  10637.     {
  10638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  10642.         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()));
  10643.     }
  10644.     /**
  10645.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  10646.      *
  10647.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  10648.      */
  10649.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  10650.     {
  10651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  10654.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  10655.     }
  10656.     /**
  10657.      * Gets the private 'form.type_extension.submit.validator' shared service.
  10658.      *
  10659.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  10660.      */
  10661.     protected function getForm_TypeExtension_Submit_ValidatorService()
  10662.     {
  10663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  10667.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  10668.     }
  10669.     /**
  10670.      * Gets the private 'form.type_extension.upload.validator' shared service.
  10671.      *
  10672.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  10673.      */
  10674.     protected function getForm_TypeExtension_Upload_ValidatorService()
  10675.     {
  10676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  10679.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  10680.     }
  10681.     /**
  10682.      * Gets the private 'form.type_guesser.doctrine' shared service.
  10683.      *
  10684.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  10685.      */
  10686.     protected function getForm_TypeGuesser_DoctrineService()
  10687.     {
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10689.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  10690.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10691.     }
  10692.     /**
  10693.      * Gets the private 'form.type_guesser.validator' shared service.
  10694.      *
  10695.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  10696.      */
  10697.     protected function getForm_TypeGuesser_ValidatorService()
  10698.     {
  10699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  10701.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  10702.     }
  10703.     /**
  10704.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  10705.      *
  10706.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10707.      */
  10708.     protected function getFosUser_ChangePassword_Form_FactoryService()
  10709.     {
  10710.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  10711.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  10712.         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']);
  10713.     }
  10714.     /**
  10715.      * Gets the private 'fos_user.change_password.form.type' shared service.
  10716.      *
  10717.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  10718.      */
  10719.     protected function getFosUser_ChangePassword_Form_TypeService()
  10720.     {
  10721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10723.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  10724.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  10725.     }
  10726.     /**
  10727.      * Gets the private 'fos_user.command.activate_user' shared service.
  10728.      *
  10729.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  10730.      */
  10731.     protected function getFosUser_Command_ActivateUserService()
  10732.     {
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10734.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  10735.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10736.         $instance->setName('fos:user:activate');
  10737.         return $instance;
  10738.     }
  10739.     /**
  10740.      * Gets the private 'fos_user.command.change_password' shared service.
  10741.      *
  10742.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  10743.      */
  10744.     protected function getFosUser_Command_ChangePasswordService()
  10745.     {
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10747.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  10748.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10749.         $instance->setName('fos:user:change-password');
  10750.         return $instance;
  10751.     }
  10752.     /**
  10753.      * Gets the private 'fos_user.command.create_user' shared service.
  10754.      *
  10755.      * @return \FOS\UserBundle\Command\CreateUserCommand
  10756.      */
  10757.     protected function getFosUser_Command_CreateUserService()
  10758.     {
  10759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  10761.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10762.         $instance->setName('fos:user:create');
  10763.         return $instance;
  10764.     }
  10765.     /**
  10766.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  10767.      *
  10768.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  10769.      */
  10770.     protected function getFosUser_Command_DeactivateUserService()
  10771.     {
  10772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10773.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  10774.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10775.         $instance->setName('fos:user:deactivate');
  10776.         return $instance;
  10777.     }
  10778.     /**
  10779.      * Gets the private 'fos_user.command.demote_user' shared service.
  10780.      *
  10781.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  10782.      */
  10783.     protected function getFosUser_Command_DemoteUserService()
  10784.     {
  10785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10786.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  10787.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  10788.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10789.         $instance->setName('fos:user:demote');
  10790.         return $instance;
  10791.     }
  10792.     /**
  10793.      * Gets the private 'fos_user.command.promote_user' shared service.
  10794.      *
  10795.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  10796.      */
  10797.     protected function getFosUser_Command_PromoteUserService()
  10798.     {
  10799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10800.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  10801.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  10802.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10803.         $instance->setName('fos:user:promote');
  10804.         return $instance;
  10805.     }
  10806.     /**
  10807.      * Gets the private 'fos_user.listener.authentication' shared service.
  10808.      *
  10809.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  10810.      */
  10811.     protected function getFosUser_Listener_AuthenticationService()
  10812.     {
  10813.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  10814.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  10815.     }
  10816.     /**
  10817.      * Gets the private 'fos_user.listener.flash' shared service.
  10818.      *
  10819.      * @return \FOS\UserBundle\EventListener\FlashListener
  10820.      */
  10821.     protected function getFosUser_Listener_FlashService()
  10822.     {
  10823.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  10824.         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()));
  10825.     }
  10826.     /**
  10827.      * Gets the private 'fos_user.listener.resetting' shared service.
  10828.      *
  10829.      * @return \FOS\UserBundle\EventListener\ResettingListener
  10830.      */
  10831.     protected function getFosUser_Listener_ResettingService()
  10832.     {
  10833.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  10834.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  10835.     }
  10836.     /**
  10837.      * Gets the private 'fos_user.object_manager' shared service.
  10838.      *
  10839.      * @return \Doctrine\Persistence\ObjectManager
  10840.      */
  10841.     protected function getFosUser_ObjectManagerService()
  10842.     {
  10843.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10844.     }
  10845.     /**
  10846.      * Gets the private 'fos_user.profile.form.factory' shared service.
  10847.      *
  10848.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10849.      */
  10850.     protected function getFosUser_Profile_Form_FactoryService()
  10851.     {
  10852.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  10853.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  10854.         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']);
  10855.     }
  10856.     /**
  10857.      * Gets the private 'fos_user.profile.form.type' shared service.
  10858.      *
  10859.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  10860.      */
  10861.     protected function getFosUser_Profile_Form_TypeService()
  10862.     {
  10863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  10866.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  10867.     }
  10868.     /**
  10869.      * Gets the private 'fos_user.registration.form.factory' shared service.
  10870.      *
  10871.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10872.      */
  10873.     protected function getFosUser_Registration_Form_FactoryService()
  10874.     {
  10875.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  10876.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  10877.         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']);
  10878.     }
  10879.     /**
  10880.      * Gets the private 'fos_user.registration.form.type' shared service.
  10881.      *
  10882.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  10883.      */
  10884.     protected function getFosUser_Registration_Form_TypeService()
  10885.     {
  10886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10888.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  10889.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  10890.     }
  10891.     /**
  10892.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  10893.      *
  10894.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10895.      */
  10896.     protected function getFosUser_Resetting_Form_FactoryService()
  10897.     {
  10898.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  10899.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  10900.         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']);
  10901.     }
  10902.     /**
  10903.      * Gets the private 'fos_user.resetting.form.type' shared service.
  10904.      *
  10905.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  10906.      */
  10907.     protected function getFosUser_Resetting_Form_TypeService()
  10908.     {
  10909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10911.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  10912.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  10913.     }
  10914.     /**
  10915.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  10916.      *
  10917.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  10918.      */
  10919.     protected function getFosUser_Security_InteractiveLoginListenerService()
  10920.     {
  10921.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  10922.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10923.     }
  10924.     /**
  10925.      * Gets the private 'fos_user.security.login_manager' shared service.
  10926.      *
  10927.      * @return \FOS\UserBundle\Security\LoginManager
  10928.      */
  10929.     protected function getFosUser_Security_LoginManagerService()
  10930.     {
  10931.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  10935.         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()));
  10936.     }
  10937.     /**
  10938.      * Gets the private 'fos_user.user_listener' shared service.
  10939.      *
  10940.      * @return \FOS\UserBundle\Doctrine\UserListener
  10941.      */
  10942.     protected function getFosUser_UserListenerService()
  10943.     {
  10944.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  10946.         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()));
  10947.     }
  10948.     /**
  10949.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  10950.      *
  10951.      * @return \FOS\UserBundle\Security\EmailUserProvider
  10952.      */
  10953.     protected function getFosUser_UserProvider_UsernameEmailService()
  10954.     {
  10955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10956.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  10957.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/EmailUserProvider.php';
  10958.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10959.     }
  10960.     /**
  10961.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  10962.      *
  10963.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  10964.      */
  10965.     protected function getFosUser_UserToUsernameTransformerService()
  10966.     {
  10967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  10968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
  10969.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10970.     }
  10971.     /**
  10972.      * Gets the private 'fos_user.username_form_type' shared service.
  10973.      *
  10974.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  10975.      */
  10976.     protected function getFosUser_UsernameFormTypeService()
  10977.     {
  10978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
  10981.         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()));
  10982.     }
  10983.     /**
  10984.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  10985.      *
  10986.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  10987.      */
  10988.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  10989.     {
  10990.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  10991.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  10992.     }
  10993.     /**
  10994.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  10995.      *
  10996.      * @return \FOS\UserBundle\Util\Canonicalizer
  10997.      */
  10998.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  10999.     {
  11000.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  11001.     }
  11002.     /**
  11003.      * Gets the private 'fos_user.util.password_updater' shared service.
  11004.      *
  11005.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  11006.      */
  11007.     protected function getFosUser_Util_PasswordUpdaterService()
  11008.     {
  11009.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  11010.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  11011.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  11012.     }
  11013.     /**
  11014.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  11015.      *
  11016.      * @return \FOS\UserBundle\Util\TokenGenerator
  11017.      */
  11018.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  11019.     {
  11020.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  11022.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  11023.     }
  11024.     /**
  11025.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  11026.      *
  11027.      * @return \FOS\UserBundle\Util\UserManipulator
  11028.      */
  11029.     protected function getFosUser_Util_UserManipulatorService()
  11030.     {
  11031.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  11032.         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())));
  11033.     }
  11034.     /**
  11035.      * Gets the private 'fos_user.validator.initializer' shared service.
  11036.      *
  11037.      * @return \FOS\UserBundle\Validator\Initializer
  11038.      */
  11039.     protected function getFosUser_Validator_InitializerService()
  11040.     {
  11041.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  11042.     }
  11043.     /**
  11044.      * Gets the private 'fragment.handler' shared service.
  11045.      *
  11046.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  11047.      */
  11048.     protected function getFragment_HandlerService()
  11049.     {
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  11052.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11053.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11054.         ], [
  11055.             'inline' => '?',
  11056.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  11057.     }
  11058.     /**
  11059.      * Gets the private 'fragment.renderer.inline' shared service.
  11060.      *
  11061.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  11062.      */
  11063.     protected function getFragment_Renderer_InlineService()
  11064.     {
  11065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  11066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  11067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  11068.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  11069.         if (isset($this->privates['fragment.renderer.inline'])) {
  11070.             return $this->privates['fragment.renderer.inline'];
  11071.         }
  11072.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11073.         if (isset($this->privates['fragment.renderer.inline'])) {
  11074.             return $this->privates['fragment.renderer.inline'];
  11075.         }
  11076.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  11077.         $instance->setFragmentPath('/_fragment');
  11078.         return $instance;
  11079.     }
  11080.     /**
  11081.      * Gets the private 'fragment.uri_generator' shared service.
  11082.      *
  11083.      * @return \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator
  11084.      */
  11085.     protected function getFragment_UriGeneratorService()
  11086.     {
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  11090.         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())));
  11091.     }
  11092.     /**
  11093.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  11094.      *
  11095.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  11096.      */
  11097.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  11098.     {
  11099.         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())));
  11100.     }
  11101.     /**
  11102.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  11103.      *
  11104.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  11105.      */
  11106.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  11107.     {
  11108.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  11109.     }
  11110.     /**
  11111.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  11112.      *
  11113.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  11114.      */
  11115.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  11116.     {
  11117.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11118.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  11119.             return $this->privates['framework_extra_bundle.event.is_granted'];
  11120.         }
  11121.         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);
  11122.     }
  11123.     /**
  11124.      * Gets the private 'gesdinet.jwtrefreshtoken.authenticator' shared service.
  11125.      *
  11126.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator
  11127.      *
  11128.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.
  11129.      */
  11130.     protected function getGesdinet_Jwtrefreshtoken_AuthenticatorService()
  11131.     {
  11132.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.');
  11133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11135.         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()));
  11136.     }
  11137.     /**
  11138.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_body' shared service.
  11139.      *
  11140.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor
  11141.      */
  11142.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestBodyService()
  11143.     {
  11144.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11145.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  11146.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_body'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor();
  11147.     }
  11148.     /**
  11149.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_cookie' shared service.
  11150.      *
  11151.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor
  11152.      */
  11153.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestCookieService()
  11154.     {
  11155.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  11157.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_cookie'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor();
  11158.     }
  11159.     /**
  11160.      * Gets the private 'gesdinet.jwtrefreshtoken.request.extractor.request_parameter' shared service.
  11161.      *
  11162.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor
  11163.      */
  11164.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_RequestParameterService()
  11165.     {
  11166.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  11167.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  11168.         return $this->privates['gesdinet.jwtrefreshtoken.request.extractor.request_parameter'] = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor();
  11169.     }
  11170.     /**
  11171.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  11172.      *
  11173.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  11174.      */
  11175.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  11176.     {
  11177.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  11178.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  11179.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  11180.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  11181.         }
  11182.         $b = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService());
  11183.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  11184.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  11185.         }
  11186.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener($a1296000, ($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');
  11187.     }
  11188.     /**
  11189.      * Gets the private 'gesdinet.jwtrefreshtoken.user_provider' shared service.
  11190.      *
  11191.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider
  11192.      *
  11193.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.
  11194.      */
  11195.     protected function getGesdinet_Jwtrefreshtoken_UserProviderService()
  11196.     {
  11197.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.');
  11198.         return $this->privates['gesdinet.jwtrefreshtoken.user_provider'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  11199.     }
  11200.     /**
  11201.      * Gets the private 'identity_translator' shared service.
  11202.      *
  11203.      * @return \Symfony\Component\Translation\IdentityTranslator
  11204.      */
  11205.     protected function getIdentityTranslatorService()
  11206.     {
  11207.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  11208.     }
  11209.     /**
  11210.      * Gets the private 'jms_i18n_routing.locale_resolver.default' shared service.
  11211.      *
  11212.      * @return \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver
  11213.      */
  11214.     protected function getJmsI18nRouting_LocaleResolver_DefaultService()
  11215.     {
  11216.         return $this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl');
  11217.     }
  11218.     /**
  11219.      * Gets the private 'jms_i18n_routing.pattern_generation_strategy.default' shared service.
  11220.      *
  11221.      * @return \JMS\I18nRoutingBundle\Router\DefaultPatternGenerationStrategy
  11222.      */
  11223.     protected function getJmsI18nRouting_PatternGenerationStrategy_DefaultService()
  11224.     {
  11225.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/PatternGenerationStrategyInterface.php';
  11226.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php';
  11227.         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');
  11228.     }
  11229.     /**
  11230.      * Gets the private 'jms_i18n_routing.route_exclusion_strategy' shared service.
  11231.      *
  11232.      * @return \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy
  11233.      */
  11234.     protected function getJmsI18nRouting_RouteExclusionStrategyService()
  11235.     {
  11236.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  11237.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  11238.         return $this->privates['jms_i18n_routing.route_exclusion_strategy'] = new \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy();
  11239.     }
  11240.     /**
  11241.      * Gets the private 'jms_i18n_routing.route_translation_extractor' shared service.
  11242.      *
  11243.      * @return \JMS\I18nRoutingBundle\Translation\RouteTranslationExtractor
  11244.      */
  11245.     protected function getJmsI18nRouting_RouteTranslationExtractorService()
  11246.     {
  11247.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11248.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Translation/RouteTranslationExtractor.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  11250.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  11251.         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())));
  11252.     }
  11253.     /**
  11254.      * Gets the private 'jms_translation.command.extract' shared service.
  11255.      *
  11256.      * @return \JMS\TranslationBundle\Command\ExtractTranslationCommand
  11257.      */
  11258.     protected function getJmsTranslation_Command_ExtractService()
  11259.     {
  11260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11261.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ExtractTranslationCommand.php';
  11262.         $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()), []);
  11263.         $instance->setName('translation:extract');
  11264.         return $instance;
  11265.     }
  11266.     /**
  11267.      * Gets the private 'jms_translation.command.list_resources' shared service.
  11268.      *
  11269.      * @return \JMS\TranslationBundle\Command\ResourcesListCommand
  11270.      */
  11271.     protected function getJmsTranslation_Command_ListResourcesService()
  11272.     {
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11274.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Command/ResourcesListCommand.php';
  11275.         $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)));
  11276.         $instance->setName('translation:list-resources');
  11277.         return $instance;
  11278.     }
  11279.     /**
  11280.      * Gets the private 'jms_translation.doc_parser' shared service.
  11281.      *
  11282.      * @return \Doctrine\Common\Annotations\DocParser
  11283.      */
  11284.     protected function getJmsTranslation_DocParserService()
  11285.     {
  11286.         include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php';
  11287.         $this->privates['jms_translation.doc_parser'] = $instance = new \Doctrine\Common\Annotations\DocParser();
  11288.         $instance->setImports(['desc' => 'JMS\\TranslationBundle\\Annotation\\Desc''meaning' => 'JMS\\TranslationBundle\\Annotation\\Meaning''ignore' => 'JMS\\TranslationBundle\\Annotation\\Ignore']);
  11289.         $instance->setIgnoreNotImportedAnnotations(true);
  11290.         return $instance;
  11291.     }
  11292.     /**
  11293.      * Gets the private 'jms_translation.dumper.php_dumper' shared service.
  11294.      *
  11295.      * @return \JMS\TranslationBundle\Translation\Dumper\PhpDumper
  11296.      */
  11297.     protected function getJmsTranslation_Dumper_PhpDumperService()
  11298.     {
  11299.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11300.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11301.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  11302.         return $this->privates['jms_translation.dumper.php_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\PhpDumper();
  11303.     }
  11304.     /**
  11305.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.10' shared service.
  11306.      *
  11307.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11308.      */
  11309.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_10Service()
  11310.     {
  11311.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11312.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  11316.         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');
  11317.     }
  11318.     /**
  11319.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.2' shared service.
  11320.      *
  11321.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11322.      */
  11323.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_2Service()
  11324.     {
  11325.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11326.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  11330.         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');
  11331.     }
  11332.     /**
  11333.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.3' shared service.
  11334.      *
  11335.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11336.      */
  11337.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_3Service()
  11338.     {
  11339.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11340.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  11344.         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');
  11345.     }
  11346.     /**
  11347.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.5' shared service.
  11348.      *
  11349.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11350.      */
  11351.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_5Service()
  11352.     {
  11353.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11354.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  11358.         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');
  11359.     }
  11360.     /**
  11361.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.6' shared service.
  11362.      *
  11363.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11364.      */
  11365.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_6Service()
  11366.     {
  11367.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11368.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  11372.         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');
  11373.     }
  11374.     /**
  11375.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.7' shared service.
  11376.      *
  11377.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11378.      */
  11379.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_7Service()
  11380.     {
  11381.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11382.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  11386.         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');
  11387.     }
  11388.     /**
  11389.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.8' shared service.
  11390.      *
  11391.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11392.      */
  11393.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_8Service()
  11394.     {
  11395.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11396.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  11400.         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');
  11401.     }
  11402.     /**
  11403.      * Gets the private 'jms_translation.dumper.wrapped_symfony_dumper.9' shared service.
  11404.      *
  11405.      * @return \JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter
  11406.      */
  11407.     protected function getJmsTranslation_Dumper_WrappedSymfonyDumper_9Service()
  11408.     {
  11409.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11410.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/SymfonyDumperAdapter.php';
  11411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  11414.         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');
  11415.     }
  11416.     /**
  11417.      * Gets the private 'jms_translation.dumper.xlf_dumper' shared service.
  11418.      *
  11419.      * @return \JMS\TranslationBundle\Translation\Dumper\XliffDumper
  11420.      */
  11421.     protected function getJmsTranslation_Dumper_XlfDumperService()
  11422.     {
  11423.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  11425.         $this->privates['jms_translation.dumper.xlf_dumper'] = $instance = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  11426.         $instance->setSourceLanguage('en');
  11427.         $instance->setAddDate(true);
  11428.         $instance->setAddReference(true);
  11429.         return $instance;
  11430.     }
  11431.     /**
  11432.      * Gets the private 'jms_translation.dumper.xliff_dumper' shared service.
  11433.      *
  11434.      * @return \JMS\TranslationBundle\Translation\Dumper\XliffDumper
  11435.      */
  11436.     protected function getJmsTranslation_Dumper_XliffDumperService()
  11437.     {
  11438.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/XliffDumper.php';
  11440.         $this->privates['jms_translation.dumper.xliff_dumper'] = $instance = new \JMS\TranslationBundle\Translation\Dumper\XliffDumper();
  11441.         $instance->setSourceLanguage('en');
  11442.         $instance->setAddDate(true);
  11443.         $instance->setAddReference(true);
  11444.         return $instance;
  11445.     }
  11446.     /**
  11447.      * Gets the private 'jms_translation.dumper.yaml_dumper' shared service.
  11448.      *
  11449.      * @return \JMS\TranslationBundle\Translation\Dumper\YamlDumper
  11450.      */
  11451.     protected function getJmsTranslation_Dumper_YamlDumperService()
  11452.     {
  11453.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11454.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11455.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  11456.         return $this->privates['jms_translation.dumper.yaml_dumper'] = new \JMS\TranslationBundle\Translation\Dumper\YamlDumper();
  11457.     }
  11458.     /**
  11459.      * Gets the private 'jms_translation.extractor.file.authentication_message_extractor' shared service.
  11460.      *
  11461.      * @return \JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor
  11462.      */
  11463.     protected function getJmsTranslation_Extractor_File_AuthenticationMessageExtractorService()
  11464.     {
  11465.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11466.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11467.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11468.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/AuthenticationMessagesExtractor.php';
  11469.         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()));
  11470.     }
  11471.     /**
  11472.      * Gets the private 'jms_translation.extractor.file.default_php_extractor' shared service.
  11473.      *
  11474.      * @return \JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor
  11475.      */
  11476.     protected function getJmsTranslation_Extractor_File_DefaultPhpExtractorService()
  11477.     {
  11478.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11479.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11480.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11481.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/DefaultPhpFileExtractor.php';
  11482.         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()));
  11483.     }
  11484.     /**
  11485.      * Gets the private 'jms_translation.extractor.file.form_extractor' shared service.
  11486.      *
  11487.      * @return \JMS\TranslationBundle\Translation\Extractor\File\FormExtractor
  11488.      */
  11489.     protected function getJmsTranslation_Extractor_File_FormExtractorService()
  11490.     {
  11491.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11492.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11493.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/FormExtractor.php';
  11495.         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()));
  11496.     }
  11497.     /**
  11498.      * Gets the private 'jms_translation.extractor.file.translation_container_extractor' shared service.
  11499.      *
  11500.      * @return \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor
  11501.      */
  11502.     protected function getJmsTranslation_Extractor_File_TranslationContainerExtractorService()
  11503.     {
  11504.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11505.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  11507.         return $this->privates['jms_translation.extractor.file.translation_container_extractor'] = new \JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor();
  11508.     }
  11509.     /**
  11510.      * Gets the private 'jms_translation.extractor.file.twig_extractor' shared service.
  11511.      *
  11512.      * @return \JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor
  11513.      */
  11514.     protected function getJmsTranslation_Extractor_File_TwigExtractorService()
  11515.     {
  11516.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php';
  11517.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php';
  11518.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11519.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TwigFileExtractor.php';
  11520.         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()));
  11521.     }
  11522.     /**
  11523.      * Gets the private 'jms_translation.extractor.file.validation_extractor' shared service.
  11524.      *
  11525.      * @return \JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor
  11526.      */
  11527.     protected function getJmsTranslation_Extractor_File_ValidationExtractorService()
  11528.     {
  11529.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11531.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/ValidationExtractor.php';
  11532.         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()));
  11533.     }
  11534.     /**
  11535.      * Gets the private 'jms_translation.extractor.file_extractor' shared service.
  11536.      *
  11537.      * @return \JMS\TranslationBundle\Translation\Extractor\FileExtractor
  11538.      */
  11539.     protected function getJmsTranslation_Extractor_FileExtractorService()
  11540.     {
  11541.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11542.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Logger/LoggerAwareInterface.php';
  11543.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileExtractor.php';
  11544.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/FileVisitorInterface.php';
  11545.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  11546.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Extractor/File/TranslationContainerExtractor.php';
  11547.         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())]);
  11548.     }
  11549.     /**
  11550.      * Gets the private 'jms_translation.extractor_manager' shared service.
  11551.      *
  11552.      * @return \JMS\TranslationBundle\Translation\ExtractorManager
  11553.      */
  11554.     protected function getJmsTranslation_ExtractorManagerService()
  11555.     {
  11556.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorInterface.php';
  11557.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/ExtractorManager.php';
  11558.         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())]);
  11559.     }
  11560.     /**
  11561.      * Gets the private 'jms_translation.file_source_factory' shared service.
  11562.      *
  11563.      * @return \JMS\TranslationBundle\Translation\FileSourceFactory
  11564.      */
  11565.     protected function getJmsTranslation_FileSourceFactoryService()
  11566.     {
  11567.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileSourceFactory.php';
  11568.         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));
  11569.     }
  11570.     /**
  11571.      * Gets the private 'jms_translation.file_writer' shared service.
  11572.      *
  11573.      * @return \JMS\TranslationBundle\Translation\FileWriter
  11574.      */
  11575.     protected function getJmsTranslation_FileWriterService()
  11576.     {
  11577.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/FileWriter.php';
  11578.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/DumperInterface.php';
  11579.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/ArrayStructureDumper.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/PhpDumper.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Dumper/YamlDumper.php';
  11582.         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())]);
  11583.     }
  11584.     /**
  11585.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.0' shared service.
  11586.      *
  11587.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11588.      */
  11589.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_0Service()
  11590.     {
  11591.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11592.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11597.         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())));
  11598.     }
  11599.     /**
  11600.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.1' shared service.
  11601.      *
  11602.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11603.      */
  11604.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_1Service()
  11605.     {
  11606.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11612.         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())));
  11613.     }
  11614.     /**
  11615.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.10' shared service.
  11616.      *
  11617.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11618.      */
  11619.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_10Service()
  11620.     {
  11621.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11622.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11627.         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())));
  11628.     }
  11629.     /**
  11630.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.2' shared service.
  11631.      *
  11632.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11633.      */
  11634.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_2Service()
  11635.     {
  11636.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11639.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  11640.         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())));
  11641.     }
  11642.     /**
  11643.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.3' shared service.
  11644.      *
  11645.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11646.      */
  11647.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_3Service()
  11648.     {
  11649.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11652.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11653.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11655.         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())));
  11656.     }
  11657.     /**
  11658.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.4' shared service.
  11659.      *
  11660.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11661.      */
  11662.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_4Service()
  11663.     {
  11664.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11670.         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())));
  11671.     }
  11672.     /**
  11673.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.5' shared service.
  11674.      *
  11675.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11676.      */
  11677.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_5Service()
  11678.     {
  11679.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11680.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11683.         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())));
  11684.     }
  11685.     /**
  11686.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.6' shared service.
  11687.      *
  11688.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11689.      */
  11690.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_6Service()
  11691.     {
  11692.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11695.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11698.         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())));
  11699.     }
  11700.     /**
  11701.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.7' shared service.
  11702.      *
  11703.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11704.      */
  11705.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_7Service()
  11706.     {
  11707.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11708.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11711.         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())));
  11712.     }
  11713.     /**
  11714.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.8' shared service.
  11715.      *
  11716.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11717.      */
  11718.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_8Service()
  11719.     {
  11720.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11721.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11725.         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())));
  11726.     }
  11727.     /**
  11728.      * Gets the private 'jms_translation.loader.wrapped_symfony_loader.9' shared service.
  11729.      *
  11730.      * @return \JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter
  11731.      */
  11732.     protected function getJmsTranslation_Loader_WrappedSymfonyLoader_9Service()
  11733.     {
  11734.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11735.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/SymfonyLoaderAdapter.php';
  11736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11740.         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())));
  11741.     }
  11742.     /**
  11743.      * Gets the private 'jms_translation.loader.xliff_loader' shared service.
  11744.      *
  11745.      * @return \JMS\TranslationBundle\Translation\Loader\XliffLoader
  11746.      */
  11747.     protected function getJmsTranslation_Loader_XliffLoaderService()
  11748.     {
  11749.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  11751.         return $this->privates['jms_translation.loader.xliff_loader'] = new \JMS\TranslationBundle\Translation\Loader\XliffLoader();
  11752.     }
  11753.     /**
  11754.      * Gets the private 'jms_translation.loader_manager' shared service.
  11755.      *
  11756.      * @return \JMS\TranslationBundle\Translation\LoaderManager
  11757.      */
  11758.     protected function getJmsTranslation_LoaderManagerService()
  11759.     {
  11760.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/LoaderManager.php';
  11761.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/LoaderInterface.php';
  11762.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/XliffLoader.php';
  11763.         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()))]);
  11764.     }
  11765.     /**
  11766.      * Gets the private 'knp_paginator.helper.processor' shared service.
  11767.      *
  11768.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  11769.      */
  11770.     protected function getKnpPaginator_Helper_ProcessorService()
  11771.     {
  11772.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  11773.     }
  11774.     /**
  11775.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  11776.      *
  11777.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  11778.      */
  11779.     protected function getKnpPaginator_Subscriber_FiltrationService()
  11780.     {
  11781.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  11782.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  11783.     }
  11784.     /**
  11785.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  11786.      *
  11787.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  11788.      */
  11789.     protected function getKnpPaginator_Subscriber_PaginateService()
  11790.     {
  11791.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  11792.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  11793.     }
  11794.     /**
  11795.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  11796.      *
  11797.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  11798.      */
  11799.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  11800.     {
  11801.         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]);
  11802.     }
  11803.     /**
  11804.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  11805.      *
  11806.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  11807.      */
  11808.     protected function getKnpPaginator_Subscriber_SortableService()
  11809.     {
  11810.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  11811.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  11812.     }
  11813.     /**
  11814.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  11815.      *
  11816.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  11817.      */
  11818.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  11819.     {
  11820.         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()));
  11821.     }
  11822.     /**
  11823.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  11824.      *
  11825.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  11826.      */
  11827.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  11828.     {
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11830.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  11831.         $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');
  11832.         $instance->setName('lexik:jwt:check-config');
  11833.         return $instance;
  11834.     }
  11835.     /**
  11836.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  11837.      *
  11838.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  11839.      */
  11840.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  11841.     {
  11842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  11845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  11846.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  11847.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  11848.         $instance->setName('lexik:jwt:enable-encryption');
  11849.         return $instance;
  11850.     }
  11851.     /**
  11852.      * Gets the private 'lexik_jwt_authentication.extractor.authorization_header_extractor' shared service.
  11853.      *
  11854.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor
  11855.      */
  11856.     protected function getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService()
  11857.     {
  11858.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  11859.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  11860.         return $this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization');
  11861.     }
  11862.     /**
  11863.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  11864.      *
  11865.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  11866.      */
  11867.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  11868.     {
  11869.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  11870.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  11871.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  11872.         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')))]);
  11873.     }
  11874.     /**
  11875.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  11876.      *
  11877.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  11878.      */
  11879.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  11880.     {
  11881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11882.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  11883.         $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');
  11884.         $instance->setName('lexik:jwt:generate-keypair');
  11885.         return $instance;
  11886.     }
  11887.     /**
  11888.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  11889.      *
  11890.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  11891.      */
  11892.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  11893.     {
  11894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  11896.         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()));
  11897.     }
  11898.     /**
  11899.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  11900.      *
  11901.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  11902.      */
  11903.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  11904.     {
  11905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  11907.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  11908.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  11909.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  11910.         }
  11911.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11912.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  11913.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  11914.         }
  11915.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  11916.     }
  11917.     /**
  11918.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  11919.      *
  11920.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  11921.      */
  11922.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  11923.     {
  11924.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  11925.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  11926.         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);
  11927.     }
  11928.     /**
  11929.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  11930.      *
  11931.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  11932.      */
  11933.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  11934.     {
  11935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  11938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  11939.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  11940.         $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');
  11941.         $instance->setName('lexik:jwt:migrate-config');
  11942.         return $instance;
  11943.     }
  11944.     /**
  11945.      * Gets the private 'lexik_jwt_authentication.payload_enrichment' shared service.
  11946.      *
  11947.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment
  11948.      */
  11949.     protected function getLexikJwtAuthentication_PayloadEnrichmentService()
  11950.     {
  11951.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  11952.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  11953.         return $this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]);
  11954.     }
  11955.     /**
  11956.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  11957.      *
  11958.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  11959.      */
  11960.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  11961.     {
  11962.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  11963.     }
  11964.     /**
  11965.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  11966.      *
  11967.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  11968.      */
  11969.     protected function getLiipImagine_Command_CacheRemoveService()
  11970.     {
  11971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11972.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  11974.         $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()));
  11975.         $instance->setName('liip:imagine:cache:remove');
  11976.         return $instance;
  11977.     }
  11978.     /**
  11979.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  11980.      *
  11981.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  11982.      */
  11983.     protected function getLiipImagine_Command_CacheResolveService()
  11984.     {
  11985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11986.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  11987.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  11988.         $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()));
  11989.         $instance->setName('liip:imagine:cache:resolve');
  11990.         return $instance;
  11991.     }
  11992.     /**
  11993.      * Gets the private 'liip_imagine.config.filter_factory_collection' shared service.
  11994.      *
  11995.      * @return \Liip\ImagineBundle\Config\FilterFactoryCollection
  11996.      */
  11997.     protected function getLiipImagine_Config_FilterFactoryCollectionService()
  11998.     {
  11999.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  12000.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12001.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  12002.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  12003.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  12004.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  12005.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  12006.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  12007.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  12008.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  12009.         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())));
  12010.     }
  12011.     /**
  12012.      * Gets the private 'liip_imagine.config.stack_builder' shared service.
  12013.      *
  12014.      * @return \Liip\ImagineBundle\Config\StackBuilder
  12015.      */
  12016.     protected function getLiipImagine_Config_StackBuilderService()
  12017.     {
  12018.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  12019.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  12020.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  12021.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  12022.         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()));
  12023.     }
  12024.     /**
  12025.      * Gets the private 'liip_imagine.controller.config' shared service.
  12026.      *
  12027.      * @return \Liip\ImagineBundle\Config\Controller\ControllerConfig
  12028.      */
  12029.     protected function getLiipImagine_Controller_ConfigService()
  12030.     {
  12031.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  12032.         return $this->privates['liip_imagine.controller.config'] = new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302);
  12033.     }
  12034.     /**
  12035.      * Gets the private 'liip_imagine.factory.config.filter.argument.point' shared service.
  12036.      *
  12037.      * @return \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory
  12038.      */
  12039.     protected function getLiipImagine_Factory_Config_Filter_Argument_PointService()
  12040.     {
  12041.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12042.         return $this->privates['liip_imagine.factory.config.filter.argument.point'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  12043.     }
  12044.     /**
  12045.      * Gets the private 'liip_imagine.factory.config.filter.argument.size' shared service.
  12046.      *
  12047.      * @return \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory
  12048.      */
  12049.     protected function getLiipImagine_Factory_Config_Filter_Argument_SizeService()
  12050.     {
  12051.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12052.         return $this->privates['liip_imagine.factory.config.filter.argument.size'] = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  12053.     }
  12054.     /**
  12055.      * Gets the private 'liip_imagine.factory.config.filter.auto_rotate' shared service.
  12056.      *
  12057.      * @return \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory
  12058.      */
  12059.     protected function getLiipImagine_Factory_Config_Filter_AutoRotateService()
  12060.     {
  12061.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  12063.         return $this->privates['liip_imagine.factory.config.filter.auto_rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory();
  12064.     }
  12065.     /**
  12066.      * Gets the private 'liip_imagine.factory.config.filter.background' shared service.
  12067.      *
  12068.      * @return \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory
  12069.      */
  12070.     protected function getLiipImagine_Factory_Config_Filter_BackgroundService()
  12071.     {
  12072.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12073.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  12074.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12075.         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())));
  12076.     }
  12077.     /**
  12078.      * Gets the private 'liip_imagine.factory.config.filter.crop' shared service.
  12079.      *
  12080.      * @return \Liip\ImagineBundle\Factory\Config\Filter\CropFactory
  12081.      */
  12082.     protected function getLiipImagine_Factory_Config_Filter_CropService()
  12083.     {
  12084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  12086.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12087.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12088.         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())));
  12089.     }
  12090.     /**
  12091.      * Gets the private 'liip_imagine.factory.config.filter.downscale' shared service.
  12092.      *
  12093.      * @return \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory
  12094.      */
  12095.     protected function getLiipImagine_Factory_Config_Filter_DownscaleService()
  12096.     {
  12097.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12098.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  12099.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12100.         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())));
  12101.     }
  12102.     /**
  12103.      * Gets the private 'liip_imagine.factory.config.filter.flip' shared service.
  12104.      *
  12105.      * @return \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory
  12106.      */
  12107.     protected function getLiipImagine_Factory_Config_Filter_FlipService()
  12108.     {
  12109.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12110.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  12111.         return $this->privates['liip_imagine.factory.config.filter.flip'] = new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory();
  12112.     }
  12113.     /**
  12114.      * Gets the private 'liip_imagine.factory.config.filter.grayscale' shared service.
  12115.      *
  12116.      * @return \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory
  12117.      */
  12118.     protected function getLiipImagine_Factory_Config_Filter_GrayscaleService()
  12119.     {
  12120.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12121.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  12122.         return $this->privates['liip_imagine.factory.config.filter.grayscale'] = new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory();
  12123.     }
  12124.     /**
  12125.      * Gets the private 'liip_imagine.factory.config.filter.interlace' shared service.
  12126.      *
  12127.      * @return \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory
  12128.      */
  12129.     protected function getLiipImagine_Factory_Config_Filter_InterlaceService()
  12130.     {
  12131.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  12133.         return $this->privates['liip_imagine.factory.config.filter.interlace'] = new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory();
  12134.     }
  12135.     /**
  12136.      * Gets the private 'liip_imagine.factory.config.filter.paste' shared service.
  12137.      *
  12138.      * @return \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory
  12139.      */
  12140.     protected function getLiipImagine_Factory_Config_Filter_PasteService()
  12141.     {
  12142.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12143.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  12144.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  12145.         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())));
  12146.     }
  12147.     /**
  12148.      * Gets the private 'liip_imagine.factory.config.filter.relative_resize' shared service.
  12149.      *
  12150.      * @return \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory
  12151.      */
  12152.     protected function getLiipImagine_Factory_Config_Filter_RelativeResizeService()
  12153.     {
  12154.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12155.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  12156.         return $this->privates['liip_imagine.factory.config.filter.relative_resize'] = new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory();
  12157.     }
  12158.     /**
  12159.      * Gets the private 'liip_imagine.factory.config.filter.resize' shared service.
  12160.      *
  12161.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory
  12162.      */
  12163.     protected function getLiipImagine_Factory_Config_Filter_ResizeService()
  12164.     {
  12165.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  12167.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12168.         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())));
  12169.     }
  12170.     /**
  12171.      * Gets the private 'liip_imagine.factory.config.filter.rotate' shared service.
  12172.      *
  12173.      * @return \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory
  12174.      */
  12175.     protected function getLiipImagine_Factory_Config_Filter_RotateService()
  12176.     {
  12177.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  12179.         return $this->privates['liip_imagine.factory.config.filter.rotate'] = new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory();
  12180.     }
  12181.     /**
  12182.      * Gets the private 'liip_imagine.factory.config.filter.scale' shared service.
  12183.      *
  12184.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory
  12185.      */
  12186.     protected function getLiipImagine_Factory_Config_Filter_ScaleService()
  12187.     {
  12188.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12189.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  12190.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12191.         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())));
  12192.     }
  12193.     /**
  12194.      * Gets the private 'liip_imagine.factory.config.filter.strip' shared service.
  12195.      *
  12196.      * @return \Liip\ImagineBundle\Factory\Config\Filter\StripFactory
  12197.      */
  12198.     protected function getLiipImagine_Factory_Config_Filter_StripService()
  12199.     {
  12200.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12201.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  12202.         return $this->privates['liip_imagine.factory.config.filter.strip'] = new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory();
  12203.     }
  12204.     /**
  12205.      * Gets the private 'liip_imagine.factory.config.filter.thumbnail' shared service.
  12206.      *
  12207.      * @return \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory
  12208.      */
  12209.     protected function getLiipImagine_Factory_Config_Filter_ThumbnailService()
  12210.     {
  12211.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12212.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  12213.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12214.         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())));
  12215.     }
  12216.     /**
  12217.      * Gets the private 'liip_imagine.factory.config.filter.upscale' shared service.
  12218.      *
  12219.      * @return \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory
  12220.      */
  12221.     protected function getLiipImagine_Factory_Config_Filter_UpscaleService()
  12222.     {
  12223.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12224.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  12225.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  12226.         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())));
  12227.     }
  12228.     /**
  12229.      * Gets the private 'liip_imagine.factory.config.filter.watermark' shared service.
  12230.      *
  12231.      * @return \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory
  12232.      */
  12233.     protected function getLiipImagine_Factory_Config_Filter_WatermarkService()
  12234.     {
  12235.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  12236.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  12237.         return $this->privates['liip_imagine.factory.config.filter.watermark'] = new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory();
  12238.     }
  12239.     /**
  12240.      * Gets the private 'liip_imagine.factory.config.stack' shared service.
  12241.      *
  12242.      * @return \Liip\ImagineBundle\Factory\Config\StackFactory
  12243.      */
  12244.     protected function getLiipImagine_Factory_Config_StackService()
  12245.     {
  12246.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  12247.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  12248.         return $this->privates['liip_imagine.factory.config.stack'] = new \Liip\ImagineBundle\Factory\Config\StackFactory();
  12249.     }
  12250.     /**
  12251.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  12252.      *
  12253.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  12254.      */
  12255.     protected function getLiipImagine_Filter_ConfigurationService()
  12256.     {
  12257.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  12258.     }
  12259.     /**
  12260.      * Gets the private 'liip_imagine.filter.loader.auto_rotate' shared service.
  12261.      *
  12262.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader
  12263.      */
  12264.     protected function getLiipImagine_Filter_Loader_AutoRotateService()
  12265.     {
  12266.         return $this->privates['liip_imagine.filter.loader.auto_rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader();
  12267.     }
  12268.     /**
  12269.      * Gets the private 'liip_imagine.filter.loader.background' shared service.
  12270.      *
  12271.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader
  12272.      */
  12273.     protected function getLiipImagine_Filter_Loader_BackgroundService()
  12274.     {
  12275.         return $this->privates['liip_imagine.filter.loader.background'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  12276.     }
  12277.     /**
  12278.      * Gets the private 'liip_imagine.filter.loader.crop' shared service.
  12279.      *
  12280.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader
  12281.      */
  12282.     protected function getLiipImagine_Filter_Loader_CropService()
  12283.     {
  12284.         return $this->privates['liip_imagine.filter.loader.crop'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader();
  12285.     }
  12286.     /**
  12287.      * Gets the private 'liip_imagine.filter.loader.paste_image' shared service.
  12288.      *
  12289.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader
  12290.      */
  12291.     protected function getLiipImagine_Filter_Loader_PasteImageService()
  12292.     {
  12293.         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));
  12294.     }
  12295.     /**
  12296.      * Gets the private 'liip_imagine.filter.loader.relative_resize' shared service.
  12297.      *
  12298.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader
  12299.      */
  12300.     protected function getLiipImagine_Filter_Loader_RelativeResizeService()
  12301.     {
  12302.         return $this->privates['liip_imagine.filter.loader.relative_resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader();
  12303.     }
  12304.     /**
  12305.      * Gets the private 'liip_imagine.filter.loader.resize' shared service.
  12306.      *
  12307.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader
  12308.      */
  12309.     protected function getLiipImagine_Filter_Loader_ResizeService()
  12310.     {
  12311.         return $this->privates['liip_imagine.filter.loader.resize'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader();
  12312.     }
  12313.     /**
  12314.      * Gets the private 'liip_imagine.filter.loader.scale' shared service.
  12315.      *
  12316.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader
  12317.      */
  12318.     protected function getLiipImagine_Filter_Loader_ScaleService()
  12319.     {
  12320.         return $this->privates['liip_imagine.filter.loader.scale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader();
  12321.     }
  12322.     /**
  12323.      * Gets the private 'liip_imagine.filter.loader.strip' shared service.
  12324.      *
  12325.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader
  12326.      */
  12327.     protected function getLiipImagine_Filter_Loader_StripService()
  12328.     {
  12329.         return $this->privates['liip_imagine.filter.loader.strip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader();
  12330.     }
  12331.     /**
  12332.      * Gets the private 'liip_imagine.filter.loader.thumbnail' shared service.
  12333.      *
  12334.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader
  12335.      */
  12336.     protected function getLiipImagine_Filter_Loader_ThumbnailService()
  12337.     {
  12338.         return $this->privates['liip_imagine.filter.loader.thumbnail'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader();
  12339.     }
  12340.     /**
  12341.      * Gets the private 'liip_imagine.filter.loader.upscale' shared service.
  12342.      *
  12343.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader
  12344.      */
  12345.     protected function getLiipImagine_Filter_Loader_UpscaleService()
  12346.     {
  12347.         return $this->privates['liip_imagine.filter.loader.upscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader();
  12348.     }
  12349.     /**
  12350.      * Gets the private 'liip_imagine.filter.loader.watermark_image' shared service.
  12351.      *
  12352.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader
  12353.      */
  12354.     protected function getLiipImagine_Filter_Loader_WatermarkImageService()
  12355.     {
  12356.         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));
  12357.     }
  12358.     /**
  12359.      * Gets the private 'liip_imagine.filter.post_processor.cwebp' shared service.
  12360.      *
  12361.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor
  12362.      */
  12363.     protected function getLiipImagine_Filter_PostProcessor_CwebpService()
  12364.     {
  12365.         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']);
  12366.     }
  12367.     /**
  12368.      * Gets the private 'liip_imagine.filter.post_processor.jpegoptim' shared service.
  12369.      *
  12370.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor
  12371.      */
  12372.     protected function getLiipImagine_Filter_PostProcessor_JpegoptimService()
  12373.     {
  12374.         return $this->privates['liip_imagine.filter.post_processor.jpegoptim'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL);
  12375.     }
  12376.     /**
  12377.      * Gets the private 'liip_imagine.filter.post_processor.mozjpeg' shared service.
  12378.      *
  12379.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor
  12380.      */
  12381.     protected function getLiipImagine_Filter_PostProcessor_MozjpegService()
  12382.     {
  12383.         return $this->privates['liip_imagine.filter.post_processor.mozjpeg'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg');
  12384.     }
  12385.     /**
  12386.      * Gets the private 'liip_imagine.filter.post_processor.optipng' shared service.
  12387.      *
  12388.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor
  12389.      */
  12390.     protected function getLiipImagine_Filter_PostProcessor_OptipngService()
  12391.     {
  12392.         return $this->privates['liip_imagine.filter.post_processor.optipng'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL);
  12393.     }
  12394.     /**
  12395.      * Gets the private 'liip_imagine.filter.post_processor.pngquant' shared service.
  12396.      *
  12397.      * @return \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor
  12398.      */
  12399.     protected function getLiipImagine_Filter_PostProcessor_PngquantService()
  12400.     {
  12401.         return $this->privates['liip_imagine.filter.post_processor.pngquant'] = new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant');
  12402.     }
  12403.     /**
  12404.      * Gets the private 'liip_imagine.form.type.image' shared service.
  12405.      *
  12406.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  12407.      */
  12408.     protected function getLiipImagine_Form_Type_ImageService()
  12409.     {
  12410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12412.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  12413.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  12414.     }
  12415.     /**
  12416.      * Gets the private 'liip_imagine.gd' shared service.
  12417.      *
  12418.      * @return \Imagine\Gd\Imagine
  12419.      */
  12420.     protected function getLiipImagine_GdService()
  12421.     {
  12422.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  12423.         $instance->setMetadataReader(($this->privates['liip_imagine.meta_data.reader'] ?? ($this->privates['liip_imagine.meta_data.reader'] = new \Imagine\Image\Metadata\ExifMetadataReader())));
  12424.         return $instance;
  12425.     }
  12426.     /**
  12427.      * Gets the private 'liip_imagine.meta_data.reader' shared service.
  12428.      *
  12429.      * @return \Imagine\Image\Metadata\ExifMetadataReader
  12430.      */
  12431.     protected function getLiipImagine_MetaData_ReaderService()
  12432.     {
  12433.         return $this->privates['liip_imagine.meta_data.reader'] = new \Imagine\Image\Metadata\ExifMetadataReader();
  12434.     }
  12435.     /**
  12436.      * Gets the private 'liip_imagine.service.filter' shared service.
  12437.      *
  12438.      * @return \Liip\ImagineBundle\Service\FilterService
  12439.      */
  12440.     protected function getLiipImagine_Service_FilterService()
  12441.     {
  12442.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  12443.         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()));
  12444.     }
  12445.     /**
  12446.      * Gets the private 'liip_imagine.templating.filter_extension' shared service.
  12447.      *
  12448.      * @return \Liip\ImagineBundle\Templating\FilterExtension
  12449.      */
  12450.     protected function getLiipImagine_Templating_FilterExtensionService()
  12451.     {
  12452.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  12453.         if (isset($this->privates['liip_imagine.templating.filter_extension'])) {
  12454.             return $this->privates['liip_imagine.templating.filter_extension'];
  12455.         }
  12456.         return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension($a);
  12457.     }
  12458.     /**
  12459.      * Gets the private 'locale_aware_listener' shared service.
  12460.      *
  12461.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12462.      */
  12463.     protected function getLocaleAwareListenerService()
  12464.     {
  12465.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12466.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  12467.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12468.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12469.     }
  12470.     /**
  12471.      * Gets the private 'locale_listener' shared service.
  12472.      *
  12473.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12474.      */
  12475.     protected function getLocaleListenerService()
  12476.     {
  12477.         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, []);
  12478.     }
  12479.     /**
  12480.      * Gets the private 'mailer.data_collector' shared service.
  12481.      *
  12482.      * @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
  12483.      */
  12484.     protected function getMailer_DataCollectorService()
  12485.     {
  12486.         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())));
  12487.     }
  12488.     /**
  12489.      * Gets the private 'mailer.envelope_listener' shared service.
  12490.      *
  12491.      * @return \Symfony\Component\Mailer\EventListener\EnvelopeListener
  12492.      */
  12493.     protected function getMailer_EnvelopeListenerService()
  12494.     {
  12495.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/EnvelopeListener.php';
  12496.         return $this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL);
  12497.     }
  12498.     /**
  12499.      * Gets the private 'mailer.mailer' shared service.
  12500.      *
  12501.      * @return \Symfony\Component\Mailer\Mailer
  12502.      */
  12503.     protected function getMailer_MailerService()
  12504.     {
  12505.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  12506.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  12507.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  12508.         if (isset($this->privates['mailer.mailer'])) {
  12509.             return $this->privates['mailer.mailer'];
  12510.         }
  12511.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12512.         if (isset($this->privates['mailer.mailer'])) {
  12513.             return $this->privates['mailer.mailer'];
  12514.         }
  12515.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($aNULL$b);
  12516.     }
  12517.     /**
  12518.      * Gets the private 'mailer.message_logger_listener' shared service.
  12519.      *
  12520.      * @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
  12521.      */
  12522.     protected function getMailer_MessageLoggerListenerService()
  12523.     {
  12524.         return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
  12525.     }
  12526.     /**
  12527.      * Gets the private 'mailer.transport_factory' shared service.
  12528.      *
  12529.      * @return \Symfony\Component\Mailer\Transport
  12530.      */
  12531.     protected function getMailer_TransportFactoryService()
  12532.     {
  12533.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  12534.         return $this->privates['mailer.transport_factory'] = new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  12535.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  12536.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  12537.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  12538.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  12539.         }, 4));
  12540.     }
  12541.     /**
  12542.      * Gets the private 'mailer.transport_factory.native' shared service.
  12543.      *
  12544.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  12545.      */
  12546.     protected function getMailer_TransportFactory_NativeService()
  12547.     {
  12548.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12549.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12550.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  12551.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12552.         if (isset($this->privates['mailer.transport_factory.native'])) {
  12553.             return $this->privates['mailer.transport_factory.native'];
  12554.         }
  12555.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12556.     }
  12557.     /**
  12558.      * Gets the private 'mailer.transport_factory.null' shared service.
  12559.      *
  12560.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  12561.      */
  12562.     protected function getMailer_TransportFactory_NullService()
  12563.     {
  12564.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12565.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12566.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  12567.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12568.         if (isset($this->privates['mailer.transport_factory.null'])) {
  12569.             return $this->privates['mailer.transport_factory.null'];
  12570.         }
  12571.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12572.     }
  12573.     /**
  12574.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  12575.      *
  12576.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  12577.      */
  12578.     protected function getMailer_TransportFactory_SendmailService()
  12579.     {
  12580.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12581.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12582.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  12583.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12584.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  12585.             return $this->privates['mailer.transport_factory.sendmail'];
  12586.         }
  12587.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12588.     }
  12589.     /**
  12590.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  12591.      *
  12592.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  12593.      */
  12594.     protected function getMailer_TransportFactory_SmtpService()
  12595.     {
  12596.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12597.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12598.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  12599.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12600.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  12601.             return $this->privates['mailer.transport_factory.smtp'];
  12602.         }
  12603.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12604.     }
  12605.     /**
  12606.      * Gets the private 'mailer.transports' shared service.
  12607.      *
  12608.      * @return \Symfony\Component\Mailer\Transport\Transports
  12609.      */
  12610.     protected function getMailer_TransportsService()
  12611.     {
  12612.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  12613.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  12614.         $a = ($this->privates['mailer.transport_factory'] ?? $this->getMailer_TransportFactoryService());
  12615.         if (isset($this->privates['mailer.transports'])) {
  12616.             return $this->privates['mailer.transports'];
  12617.         }
  12618.         return $this->privates['mailer.transports'] = $a->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  12619.     }
  12620.     /**
  12621.      * Gets the private 'maker.auto_command.make_auth' shared service.
  12622.      *
  12623.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12624.      */
  12625.     protected function getMaker_AutoCommand_MakeAuthService()
  12626.     {
  12627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12629.         $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()));
  12630.         $instance->setName('make:auth');
  12631.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  12632.         return $instance;
  12633.     }
  12634.     /**
  12635.      * Gets the private 'maker.auto_command.make_command' shared service.
  12636.      *
  12637.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12638.      */
  12639.     protected function getMaker_AutoCommand_MakeCommandService()
  12640.     {
  12641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12643.         $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()));
  12644.         $instance->setName('make:command');
  12645.         $instance->setDescription('Creates a new console command class');
  12646.         return $instance;
  12647.     }
  12648.     /**
  12649.      * Gets the private 'maker.auto_command.make_controller' shared service.
  12650.      *
  12651.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12652.      */
  12653.     protected function getMaker_AutoCommand_MakeControllerService()
  12654.     {
  12655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12657.         $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()));
  12658.         $instance->setName('make:controller');
  12659.         $instance->setDescription('Creates a new controller class');
  12660.         return $instance;
  12661.     }
  12662.     /**
  12663.      * Gets the private 'maker.auto_command.make_crud' shared service.
  12664.      *
  12665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12666.      */
  12667.     protected function getMaker_AutoCommand_MakeCrudService()
  12668.     {
  12669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12671.         $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()));
  12672.         $instance->setName('make:crud');
  12673.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  12674.         return $instance;
  12675.     }
  12676.     /**
  12677.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  12678.      *
  12679.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12680.      */
  12681.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  12682.     {
  12683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12685.         $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()));
  12686.         $instance->setName('make:docker:database');
  12687.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  12688.         return $instance;
  12689.     }
  12690.     /**
  12691.      * Gets the private 'maker.auto_command.make_entity' shared service.
  12692.      *
  12693.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12694.      */
  12695.     protected function getMaker_AutoCommand_MakeEntityService()
  12696.     {
  12697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12699.         $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()));
  12700.         $instance->setName('make:entity');
  12701.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  12702.         return $instance;
  12703.     }
  12704.     /**
  12705.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  12706.      *
  12707.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12708.      */
  12709.     protected function getMaker_AutoCommand_MakeFixturesService()
  12710.     {
  12711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  12716.         $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()));
  12717.         $instance->setName('make:fixtures');
  12718.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  12719.         return $instance;
  12720.     }
  12721.     /**
  12722.      * Gets the private 'maker.auto_command.make_form' shared service.
  12723.      *
  12724.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12725.      */
  12726.     protected function getMaker_AutoCommand_MakeFormService()
  12727.     {
  12728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12729.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12730.         $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()));
  12731.         $instance->setName('make:form');
  12732.         $instance->setDescription('Creates a new form class');
  12733.         return $instance;
  12734.     }
  12735.     /**
  12736.      * Gets the private 'maker.auto_command.make_message' shared service.
  12737.      *
  12738.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12739.      */
  12740.     protected function getMaker_AutoCommand_MakeMessageService()
  12741.     {
  12742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12744.         $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()));
  12745.         $instance->setName('make:message');
  12746.         $instance->setDescription('Creates a new message and handler');
  12747.         return $instance;
  12748.     }
  12749.     /**
  12750.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  12751.      *
  12752.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12753.      */
  12754.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  12755.     {
  12756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  12761.         $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()));
  12762.         $instance->setName('make:messenger-middleware');
  12763.         $instance->setDescription('Creates a new messenger middleware');
  12764.         return $instance;
  12765.     }
  12766.     /**
  12767.      * Gets the private 'maker.auto_command.make_migration' shared service.
  12768.      *
  12769.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12770.      */
  12771.     protected function getMaker_AutoCommand_MakeMigrationService()
  12772.     {
  12773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  12778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  12779.         $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()));
  12780.         $instance->setName('make:migration');
  12781.         $instance->setDescription('Creates a new migration based on database changes');
  12782.         return $instance;
  12783.     }
  12784.     /**
  12785.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  12786.      *
  12787.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12788.      */
  12789.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  12790.     {
  12791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12793.         $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()));
  12794.         $instance->setName('make:registration-form');
  12795.         $instance->setDescription('Creates a new registration form system');
  12796.         return $instance;
  12797.     }
  12798.     /**
  12799.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  12800.      *
  12801.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12802.      */
  12803.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  12804.     {
  12805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12807.         $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()));
  12808.         $instance->setName('make:reset-password');
  12809.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  12810.         return $instance;
  12811.     }
  12812.     /**
  12813.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  12814.      *
  12815.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12816.      */
  12817.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  12818.     {
  12819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  12824.         $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()));
  12825.         $instance->setName('make:serializer:encoder');
  12826.         $instance->setDescription('Creates a new serializer encoder class');
  12827.         return $instance;
  12828.     }
  12829.     /**
  12830.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  12831.      *
  12832.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12833.      */
  12834.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  12835.     {
  12836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  12841.         $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()));
  12842.         $instance->setName('make:serializer:normalizer');
  12843.         $instance->setDescription('Creates a new serializer normalizer class');
  12844.         return $instance;
  12845.     }
  12846.     /**
  12847.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  12848.      *
  12849.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12850.      */
  12851.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  12852.     {
  12853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  12858.         $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()));
  12859.         $instance->setName('make:stimulus-controller');
  12860.         $instance->setDescription('Creates a new Stimulus controller');
  12861.         return $instance;
  12862.     }
  12863.     /**
  12864.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  12865.      *
  12866.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12867.      */
  12868.     protected function getMaker_AutoCommand_MakeSubscriberService()
  12869.     {
  12870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12872.         $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()));
  12873.         $instance->setName('make:subscriber');
  12874.         $instance->setDescription('Creates a new event subscriber class');
  12875.         return $instance;
  12876.     }
  12877.     /**
  12878.      * Gets the private 'maker.auto_command.make_test' shared service.
  12879.      *
  12880.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12881.      */
  12882.     protected function getMaker_AutoCommand_MakeTestService()
  12883.     {
  12884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12887.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12888.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  12889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  12890.         $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()));
  12891.         $instance->setName('make:test');
  12892.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  12893.         $instance->setDescription('Creates a new test class');
  12894.         return $instance;
  12895.     }
  12896.     /**
  12897.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  12898.      *
  12899.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12900.      */
  12901.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  12902.     {
  12903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12907.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  12908.         $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()));
  12909.         $instance->setName('make:twig-extension');
  12910.         $instance->setDescription('Creates a new Twig extension class');
  12911.         return $instance;
  12912.     }
  12913.     /**
  12914.      * Gets the private 'maker.auto_command.make_user' shared service.
  12915.      *
  12916.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12917.      */
  12918.     protected function getMaker_AutoCommand_MakeUserService()
  12919.     {
  12920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12922.         $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()));
  12923.         $instance->setName('make:user');
  12924.         $instance->setDescription('Creates a new security user class');
  12925.         return $instance;
  12926.     }
  12927.     /**
  12928.      * Gets the private 'maker.auto_command.make_validator' shared service.
  12929.      *
  12930.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12931.      */
  12932.     protected function getMaker_AutoCommand_MakeValidatorService()
  12933.     {
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  12939.         $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()));
  12940.         $instance->setName('make:validator');
  12941.         $instance->setDescription('Creates a new validator and constraint class');
  12942.         return $instance;
  12943.     }
  12944.     /**
  12945.      * Gets the private 'maker.auto_command.make_voter' shared service.
  12946.      *
  12947.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12948.      */
  12949.     protected function getMaker_AutoCommand_MakeVoterService()
  12950.     {
  12951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  12956.         $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()));
  12957.         $instance->setName('make:voter');
  12958.         $instance->setDescription('Creates a new security voter class');
  12959.         return $instance;
  12960.     }
  12961.     /**
  12962.      * Gets the private 'maker.autoloader_finder' shared service.
  12963.      *
  12964.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  12965.      */
  12966.     protected function getMaker_AutoloaderFinderService()
  12967.     {
  12968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  12969.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  12970.     }
  12971.     /**
  12972.      * Gets the private 'maker.autoloader_util' shared service.
  12973.      *
  12974.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  12975.      */
  12976.     protected function getMaker_AutoloaderUtilService()
  12977.     {
  12978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  12979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  12980.         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'))));
  12981.     }
  12982.     /**
  12983.      * Gets the private 'maker.console_error_listener' shared service.
  12984.      *
  12985.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  12986.      */
  12987.     protected function getMaker_ConsoleErrorListenerService()
  12988.     {
  12989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  12990.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  12991.     }
  12992.     /**
  12993.      * Gets the private 'maker.doctrine_helper' shared service.
  12994.      *
  12995.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  12996.      */
  12997.     protected function getMaker_DoctrineHelperService()
  12998.     {
  12999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13000.         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())]]]);
  13001.     }
  13002.     /**
  13003.      * Gets the private 'maker.entity_class_generator' shared service.
  13004.      *
  13005.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13006.      */
  13007.     protected function getMaker_EntityClassGeneratorService()
  13008.     {
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13010.         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()));
  13011.     }
  13012.     /**
  13013.      * Gets the private 'maker.event_registry' shared service.
  13014.      *
  13015.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  13016.      */
  13017.     protected function getMaker_EventRegistryService()
  13018.     {
  13019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13020.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13021.     }
  13022.     /**
  13023.      * Gets the private 'maker.file_link_formatter' shared service.
  13024.      *
  13025.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  13026.      */
  13027.     protected function getMaker_FileLinkFormatterService()
  13028.     {
  13029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13030.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13031.     }
  13032.     /**
  13033.      * Gets the private 'maker.file_manager' shared service.
  13034.      *
  13035.      * @return \Symfony\Bundle\MakerBundle\FileManager
  13036.      */
  13037.     protected function getMaker_FileManagerService()
  13038.     {
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13040.         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'));
  13041.     }
  13042.     /**
  13043.      * Gets the private 'maker.generator' shared service.
  13044.      *
  13045.      * @return \Symfony\Bundle\MakerBundle\Generator
  13046.      */
  13047.     protected function getMaker_GeneratorService()
  13048.     {
  13049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13050.         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()));
  13051.     }
  13052.     /**
  13053.      * Gets the private 'maker.maker.make_authenticator' shared service.
  13054.      *
  13055.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  13056.      */
  13057.     protected function getMaker_Maker_MakeAuthenticatorService()
  13058.     {
  13059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  13062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13063.         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()));
  13064.     }
  13065.     /**
  13066.      * Gets the private 'maker.maker.make_command' shared service.
  13067.      *
  13068.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  13069.      */
  13070.     protected function getMaker_Maker_MakeCommandService()
  13071.     {
  13072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  13075.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13076.     }
  13077.     /**
  13078.      * Gets the private 'maker.maker.make_controller' shared service.
  13079.      *
  13080.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  13081.      */
  13082.     protected function getMaker_Maker_MakeControllerService()
  13083.     {
  13084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  13087.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13088.     }
  13089.     /**
  13090.      * Gets the private 'maker.maker.make_crud' shared service.
  13091.      *
  13092.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  13093.      */
  13094.     protected function getMaker_Maker_MakeCrudService()
  13095.     {
  13096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  13099.         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()));
  13100.     }
  13101.     /**
  13102.      * Gets the private 'maker.maker.make_docker_database' shared service.
  13103.      *
  13104.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  13105.      */
  13106.     protected function getMaker_Maker_MakeDockerDatabaseService()
  13107.     {
  13108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  13111.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13112.     }
  13113.     /**
  13114.      * Gets the private 'maker.maker.make_entity' shared service.
  13115.      *
  13116.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  13117.      */
  13118.     protected function getMaker_Maker_MakeEntityService()
  13119.     {
  13120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  13124.         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()));
  13125.     }
  13126.     /**
  13127.      * Gets the private 'maker.maker.make_fixtures' shared service.
  13128.      *
  13129.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  13130.      */
  13131.     protected function getMaker_Maker_MakeFixturesService()
  13132.     {
  13133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13136.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  13137.     }
  13138.     /**
  13139.      * Gets the private 'maker.maker.make_form' shared service.
  13140.      *
  13141.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  13142.      */
  13143.     protected function getMaker_Maker_MakeFormService()
  13144.     {
  13145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13148.         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()));
  13149.     }
  13150.     /**
  13151.      * Gets the private 'maker.maker.make_message' shared service.
  13152.      *
  13153.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  13154.      */
  13155.     protected function getMaker_Maker_MakeMessageService()
  13156.     {
  13157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13160.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13161.     }
  13162.     /**
  13163.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  13164.      *
  13165.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  13166.      */
  13167.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  13168.     {
  13169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13172.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  13173.     }
  13174.     /**
  13175.      * Gets the private 'maker.maker.make_migration' shared service.
  13176.      *
  13177.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  13178.      */
  13179.     protected function getMaker_Maker_MakeMigrationService()
  13180.     {
  13181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13185.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  13186.     }
  13187.     /**
  13188.      * Gets the private 'maker.maker.make_registration_form' shared service.
  13189.      *
  13190.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  13191.      */
  13192.     protected function getMaker_Maker_MakeRegistrationFormService()
  13193.     {
  13194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13197.         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()));
  13198.     }
  13199.     /**
  13200.      * Gets the private 'maker.maker.make_reset_password' shared service.
  13201.      *
  13202.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  13203.      */
  13204.     protected function getMaker_Maker_MakeResetPasswordService()
  13205.     {
  13206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13209.         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()));
  13210.     }
  13211.     /**
  13212.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  13213.      *
  13214.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  13215.      */
  13216.     protected function getMaker_Maker_MakeSerializerEncoderService()
  13217.     {
  13218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13221.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  13222.     }
  13223.     /**
  13224.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  13225.      *
  13226.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  13227.      */
  13228.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  13229.     {
  13230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13233.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  13234.     }
  13235.     /**
  13236.      * Gets the private 'maker.maker.make_stimulus_controller' shared service.
  13237.      *
  13238.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController
  13239.      */
  13240.     protected function getMaker_Maker_MakeStimulusControllerService()
  13241.     {
  13242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13245.         return $this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController();
  13246.     }
  13247.     /**
  13248.      * Gets the private 'maker.maker.make_subscriber' shared service.
  13249.      *
  13250.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  13251.      */
  13252.     protected function getMaker_Maker_MakeSubscriberService()
  13253.     {
  13254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13257.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  13258.     }
  13259.     /**
  13260.      * Gets the private 'maker.maker.make_test' shared service.
  13261.      *
  13262.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  13263.      */
  13264.     protected function getMaker_Maker_MakeTestService()
  13265.     {
  13266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13270.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  13271.     }
  13272.     /**
  13273.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  13274.      *
  13275.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  13276.      */
  13277.     protected function getMaker_Maker_MakeTwigExtensionService()
  13278.     {
  13279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13282.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  13283.     }
  13284.     /**
  13285.      * Gets the private 'maker.maker.make_user' shared service.
  13286.      *
  13287.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  13288.      */
  13289.     protected function getMaker_Maker_MakeUserService()
  13290.     {
  13291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13296.         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()));
  13297.     }
  13298.     /**
  13299.      * Gets the private 'maker.maker.make_validator' shared service.
  13300.      *
  13301.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  13302.      */
  13303.     protected function getMaker_Maker_MakeValidatorService()
  13304.     {
  13305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13308.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  13309.     }
  13310.     /**
  13311.      * Gets the private 'maker.maker.make_voter' shared service.
  13312.      *
  13313.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  13314.      */
  13315.     protected function getMaker_Maker_MakeVoterService()
  13316.     {
  13317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13320.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  13321.     }
  13322.     /**
  13323.      * Gets the private 'maker.php_compat_util' shared service.
  13324.      *
  13325.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13326.      */
  13327.     protected function getMaker_PhpCompatUtilService()
  13328.     {
  13329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13330.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13331.     }
  13332.     /**
  13333.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13334.      *
  13335.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13336.      */
  13337.     protected function getMaker_Renderer_FormTypeRendererService()
  13338.     {
  13339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13340.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13341.     }
  13342.     /**
  13343.      * Gets the private 'maker.security_config_updater' shared service.
  13344.      *
  13345.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  13346.      */
  13347.     protected function getMaker_SecurityConfigUpdaterService()
  13348.     {
  13349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13350.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  13351.     }
  13352.     /**
  13353.      * Gets the private 'maker.security_controller_builder' shared service.
  13354.      *
  13355.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  13356.      */
  13357.     protected function getMaker_SecurityControllerBuilderService()
  13358.     {
  13359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13360.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13361.     }
  13362.     /**
  13363.      * Gets the private 'maker.template_component_generator' shared service.
  13364.      *
  13365.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  13366.      */
  13367.     protected function getMaker_TemplateComponentGeneratorService()
  13368.     {
  13369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13370.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  13371.     }
  13372.     /**
  13373.      * Gets the private 'maker.user_class_builder' shared service.
  13374.      *
  13375.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  13376.      */
  13377.     protected function getMaker_UserClassBuilderService()
  13378.     {
  13379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13380.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  13381.     }
  13382.     /**
  13383.      * Gets the private 'monolog.handler.null_internal' shared service.
  13384.      *
  13385.      * @return \Monolog\Handler\NullHandler
  13386.      */
  13387.     protected function getMonolog_Handler_NullInternalService()
  13388.     {
  13389.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  13390.     }
  13391.     /**
  13392.      * Gets the private 'monolog.logger' shared service.
  13393.      *
  13394.      * @return \Symfony\Bridge\Monolog\Logger
  13395.      */
  13396.     protected function getMonolog_LoggerService()
  13397.     {
  13398.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13399.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13400.         $instance->useMicrosecondTimestamps(true);
  13401.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13402.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13403.         return $instance;
  13404.     }
  13405.     /**
  13406.      * Gets the private 'monolog.logger.cache' shared service.
  13407.      *
  13408.      * @return \Symfony\Bridge\Monolog\Logger
  13409.      */
  13410.     protected function getMonolog_Logger_CacheService()
  13411.     {
  13412.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13413.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13414.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13415.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13416.         return $instance;
  13417.     }
  13418.     /**
  13419.      * Gets the private 'monolog.logger.console' shared service.
  13420.      *
  13421.      * @return \Symfony\Bridge\Monolog\Logger
  13422.      */
  13423.     protected function getMonolog_Logger_ConsoleService()
  13424.     {
  13425.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  13426.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13427.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13428.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13429.         return $instance;
  13430.     }
  13431.     /**
  13432.      * Gets the private 'monolog.logger.doctrine' shared service.
  13433.      *
  13434.      * @return \Symfony\Bridge\Monolog\Logger
  13435.      */
  13436.     protected function getMonolog_Logger_DoctrineService()
  13437.     {
  13438.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  13439.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13440.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13442.         return $instance;
  13443.     }
  13444.     /**
  13445.      * Gets the private 'monolog.logger.event' shared service.
  13446.      *
  13447.      * @return \Symfony\Bridge\Monolog\Logger
  13448.      */
  13449.     protected function getMonolog_Logger_EventService()
  13450.     {
  13451.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  13452.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13453.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13454.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13455.         return $instance;
  13456.     }
  13457.     /**
  13458.      * Gets the private 'monolog.logger.mailer' shared service.
  13459.      *
  13460.      * @return \Symfony\Bridge\Monolog\Logger
  13461.      */
  13462.     protected function getMonolog_Logger_MailerService()
  13463.     {
  13464.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  13465.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13466.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13467.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13468.         return $instance;
  13469.     }
  13470.     /**
  13471.      * Gets the private 'monolog.logger.php' shared service.
  13472.      *
  13473.      * @return \Symfony\Bridge\Monolog\Logger
  13474.      */
  13475.     protected function getMonolog_Logger_PhpService()
  13476.     {
  13477.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  13478.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13479.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13480.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13481.         return $instance;
  13482.     }
  13483.     /**
  13484.      * Gets the private 'monolog.logger.profiler' shared service.
  13485.      *
  13486.      * @return \Symfony\Bridge\Monolog\Logger
  13487.      */
  13488.     protected function getMonolog_Logger_ProfilerService()
  13489.     {
  13490.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  13491.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13492.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13493.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13494.         return $instance;
  13495.     }
  13496.     /**
  13497.      * Gets the private 'monolog.logger.request' shared service.
  13498.      *
  13499.      * @return \Symfony\Bridge\Monolog\Logger
  13500.      */
  13501.     protected function getMonolog_Logger_RequestService()
  13502.     {
  13503.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13504.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13505.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13507.         return $instance;
  13508.     }
  13509.     /**
  13510.      * Gets the private 'monolog.logger.router' shared service.
  13511.      *
  13512.      * @return \Symfony\Bridge\Monolog\Logger
  13513.      */
  13514.     protected function getMonolog_Logger_RouterService()
  13515.     {
  13516.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  13517.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13518.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13519.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13520.         return $instance;
  13521.     }
  13522.     /**
  13523.      * Gets the private 'monolog.logger.security' shared service.
  13524.      *
  13525.      * @return \Symfony\Bridge\Monolog\Logger
  13526.      */
  13527.     protected function getMonolog_Logger_SecurityService()
  13528.     {
  13529.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13530.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13531.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  13532.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13533.         return $instance;
  13534.     }
  13535.     /**
  13536.      * Gets the private 'parameter_bag' shared service.
  13537.      *
  13538.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13539.      */
  13540.     protected function getParameterBagService()
  13541.     {
  13542.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13543.     }
  13544.     /**
  13545.      * Gets the private 'profiler.storage' shared service.
  13546.      *
  13547.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  13548.      */
  13549.     protected function getProfiler_StorageService()
  13550.     {
  13551.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  13552.     }
  13553.     /**
  13554.      * Gets the private 'profiler_listener' shared service.
  13555.      *
  13556.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13557.      */
  13558.     protected function getProfilerListenerService()
  13559.     {
  13560.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  13561.         if (isset($this->privates['profiler_listener'])) {
  13562.             return $this->privates['profiler_listener'];
  13563.         }
  13564.         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);
  13565.     }
  13566.     /**
  13567.      * Gets the private 'property_accessor' shared service.
  13568.      *
  13569.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13570.      */
  13571.     protected function getPropertyAccessorService()
  13572.     {
  13573.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  13574.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  13575.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13576.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13577.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13578.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13579.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13580.         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);
  13581.     }
  13582.     /**
  13583.      * Gets the private 'property_info' shared service.
  13584.      *
  13585.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13586.      */
  13587.     protected function getPropertyInfoService()
  13588.     {
  13589.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13590.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13591.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13592.         }, 2), new RewindableGenerator(function () {
  13593.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13594.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13595.         }, 2), new RewindableGenerator(function () {
  13596.             return new \EmptyIterator();
  13597.         }, 0), new RewindableGenerator(function () {
  13598.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13599.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13600.         }, 2), new RewindableGenerator(function () {
  13601.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13602.         }, 1));
  13603.     }
  13604.     /**
  13605.      * Gets the private 'property_info.reflection_extractor' shared service.
  13606.      *
  13607.      * @return \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor
  13608.      */
  13609.     protected function getPropertyInfo_ReflectionExtractorService()
  13610.     {
  13611.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13612.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13613.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13614.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13615.         return $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor();
  13616.     }
  13617.     /**
  13618.      * Gets the private 'response_listener' shared service.
  13619.      *
  13620.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  13621.      */
  13622.     protected function getResponseListenerService()
  13623.     {
  13624.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  13625.     }
  13626.     /**
  13627.      * Gets the private 'router.cache_warmer' shared service.
  13628.      *
  13629.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13630.      */
  13631.     protected function getRouter_CacheWarmerService()
  13632.     {
  13633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13635.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13636.             'router' => ['services''router''getRouterService'false],
  13637.         ], [
  13638.             'router' => '?',
  13639.         ]))->withContext('router.cache_warmer'$this));
  13640.     }
  13641.     /**
  13642.      * Gets the private 'router.expression_language_provider' shared service.
  13643.      *
  13644.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13645.      */
  13646.     protected function getRouter_ExpressionLanguageProviderService()
  13647.     {
  13648.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13649.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  13650.         ], [
  13651.             'env' => 'Closure',
  13652.         ]));
  13653.     }
  13654.     /**
  13655.      * Gets the private 'router.request_context' shared service.
  13656.      *
  13657.      * @return \Symfony\Component\Routing\RequestContext
  13658.      */
  13659.     protected function getRouter_RequestContextService()
  13660.     {
  13661.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  13662.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13663.         return $instance;
  13664.     }
  13665.     /**
  13666.      * Gets the private 'router_listener' shared service.
  13667.      *
  13668.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13669.      */
  13670.     protected function getRouterListenerService()
  13671.     {
  13672.         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);
  13673.     }
  13674.     /**
  13675.      * Gets the private 'routing.loader.annotation' shared service.
  13676.      *
  13677.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  13678.      */
  13679.     protected function getRouting_Loader_AnnotationService()
  13680.     {
  13681.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13682.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  13683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  13684.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  13685.     }
  13686.     /**
  13687.      * Gets the private 'routing.loader.annotation.directory' shared service.
  13688.      *
  13689.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  13690.      */
  13691.     protected function getRouting_Loader_Annotation_DirectoryService()
  13692.     {
  13693.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13694.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13695.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13696.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  13697.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  13698.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13699.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13700.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13701.         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()));
  13702.     }
  13703.     /**
  13704.      * Gets the private 'routing.loader.annotation.file' shared service.
  13705.      *
  13706.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  13707.      */
  13708.     protected function getRouting_Loader_Annotation_FileService()
  13709.     {
  13710.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13711.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13712.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13713.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  13714.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13715.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13717.         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()));
  13718.     }
  13719.     /**
  13720.      * Gets the private 'routing.loader.container' shared service.
  13721.      *
  13722.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  13723.      */
  13724.     protected function getRouting_Loader_ContainerService()
  13725.     {
  13726.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13727.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13728.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  13729.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  13730.         return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13731.             'kernel' => ['services''kernel''getKernelService'false],
  13732.         ], [
  13733.             'kernel' => 'App\\Kernel',
  13734.         ]), 'dev');
  13735.     }
  13736.     /**
  13737.      * Gets the private 'routing.loader.directory' shared service.
  13738.      *
  13739.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  13740.      */
  13741.     protected function getRouting_Loader_DirectoryService()
  13742.     {
  13743.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13744.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13745.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13746.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  13747.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13748.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13750.         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');
  13751.     }
  13752.     /**
  13753.      * Gets the private 'routing.loader.glob' shared service.
  13754.      *
  13755.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  13756.      */
  13757.     protected function getRouting_Loader_GlobService()
  13758.     {
  13759.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13760.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13761.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13762.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  13763.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13764.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13766.         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');
  13767.     }
  13768.     /**
  13769.      * Gets the private 'routing.loader.php' shared service.
  13770.      *
  13771.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  13772.      */
  13773.     protected function getRouting_Loader_PhpService()
  13774.     {
  13775.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13776.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13777.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13778.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  13779.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13780.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13782.         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');
  13783.     }
  13784.     /**
  13785.      * Gets the private 'routing.loader.xml' shared service.
  13786.      *
  13787.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  13788.      */
  13789.     protected function getRouting_Loader_XmlService()
  13790.     {
  13791.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13792.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13793.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13794.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  13795.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  13796.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  13797.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  13798.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13799.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13801.         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');
  13802.     }
  13803.     /**
  13804.      * Gets the private 'routing.loader.yml' shared service.
  13805.      *
  13806.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  13807.      */
  13808.     protected function getRouting_Loader_YmlService()
  13809.     {
  13810.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13811.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13812.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13813.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  13814.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  13815.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  13816.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  13817.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13818.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13820.         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');
  13821.     }
  13822.     /**
  13823.      * Gets the private 'routing.resolver' shared service.
  13824.      *
  13825.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  13826.      */
  13827.     protected function getRouting_ResolverService()
  13828.     {
  13829.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  13830.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  13831.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  13832.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  13833.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  13834.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  13835.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  13836.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  13837.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  13838.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  13839.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  13840.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  13841.         return $instance;
  13842.     }
  13843.     /**
  13844.      * Gets the private 'secrets.decryption_key' shared service.
  13845.      *
  13846.      * @return \Symfony\Component\String\LazyString
  13847.      */
  13848.     protected function getSecrets_DecryptionKeyService()
  13849.     {
  13850.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  13851.         return $this->privates['secrets.decryption_key'] = \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET');
  13852.     }
  13853.     /**
  13854.      * Gets the private 'secrets.local_vault' shared service.
  13855.      *
  13856.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  13857.      */
  13858.     protected function getSecrets_LocalVaultService()
  13859.     {
  13860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13862.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  13863.     }
  13864.     /**
  13865.      * Gets the private 'secrets.vault' shared service.
  13866.      *
  13867.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  13868.      */
  13869.     protected function getSecrets_VaultService()
  13870.     {
  13871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13872.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  13873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  13874.         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()));
  13875.     }
  13876.     /**
  13877.      * Gets the private 'security.access.authenticated_voter' shared service.
  13878.      *
  13879.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  13880.      */
  13881.     protected function getSecurity_Access_AuthenticatedVoterService()
  13882.     {
  13883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  13886.         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())));
  13887.     }
  13888.     /**
  13889.      * Gets the private 'security.access.expression_voter' shared service.
  13890.      *
  13891.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  13892.      */
  13893.     protected function getSecurity_Access_ExpressionVoterService()
  13894.     {
  13895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  13898.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13899.         if (isset($this->privates['security.access.expression_voter'])) {
  13900.             return $this->privates['security.access.expression_voter'];
  13901.         }
  13902.         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()));
  13903.     }
  13904.     /**
  13905.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  13906.      *
  13907.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  13908.      */
  13909.     protected function getSecurity_Access_RoleHierarchyVoterService()
  13910.     {
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  13914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  13915.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  13916.     }
  13917.     /**
  13918.      * Gets the private 'security.access_listener' shared service.
  13919.      *
  13920.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  13921.      */
  13922.     protected function getSecurity_AccessListenerService()
  13923.     {
  13924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  13925.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  13926.         if (isset($this->privates['security.access_listener'])) {
  13927.             return $this->privates['security.access_listener'];
  13928.         }
  13929.         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);
  13930.     }
  13931.     /**
  13932.      * Gets the private 'security.access_map' shared service.
  13933.      *
  13934.      * @return \Symfony\Component\Security\Http\AccessMap
  13935.      */
  13936.     protected function getSecurity_AccessMapService()
  13937.     {
  13938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  13940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  13941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  13942.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  13943.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13944.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13945.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13946.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'PUBLIC_ACCESS'], NULL);
  13947.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'PUBLIC_ACCESS'], NULL);
  13948.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  13949.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13950.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13951.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13952.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13953.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13954.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13955.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_CONTENT'], NULL);
  13956.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/admin/'), [=> 'ROLE_CONTENT'], NULL);
  13957.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/profile'), [=> 'ROLE_USER'], NULL);
  13958.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'ROLE_USER'], NULL);
  13959.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/cart$'), [=> 'ROLE_USER'], NULL);
  13960.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/cart/products$'), [=> 'ROLE_USER'], NULL);
  13961.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|fr)/shop/checkout'), [=> 'ROLE_USER'], NULL);
  13962.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/cart$'), [=> 'ROLE_USER'], NULL);
  13963.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/cart/products$'), [=> 'ROLE_USER'], NULL);
  13964.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/shop/checkout'), [=> 'ROLE_USER'], NULL);
  13965.         return $instance;
  13966.     }
  13967.     /**
  13968.      * Gets the private 'security.authentication.failure_handler.admin.form_login' shared service.
  13969.      *
  13970.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  13971.      */
  13972.     protected function getSecurity_Authentication_FailureHandler_Admin_FormLoginService()
  13973.     {
  13974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  13975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  13976.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  13977.         if (isset($this->privates['security.authentication.failure_handler.admin.form_login'])) {
  13978.             return $this->privates['security.authentication.failure_handler.admin.form_login'];
  13979.         }
  13980.         $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()));
  13981.         $instance->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  13982.         return $instance;
  13983.     }
  13984.     /**
  13985.      * Gets the private 'security.authentication.failure_handler.api_login.json_login' shared service.
  13986.      *
  13987.      * @return \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler
  13988.      */
  13989.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService()
  13990.     {
  13991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  13992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  13993.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  13994.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13995.         if (isset($this->privates['security.authentication.failure_handler.api_login.json_login'])) {
  13996.             return $this->privates['security.authentication.failure_handler.api_login.json_login'];
  13997.         }
  13998.         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())), []);
  13999.     }
  14000.     /**
  14001.      * Gets the private 'security.authentication.failure_handler.api_login.refresh_jwt' shared service.
  14002.      *
  14003.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler
  14004.      */
  14005.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService()
  14006.     {
  14007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14008.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14009.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14010.         if (isset($this->privates['security.authentication.failure_handler.api_login.refresh_jwt'])) {
  14011.             return $this->privates['security.authentication.failure_handler.api_login.refresh_jwt'];
  14012.         }
  14013.         return $this->privates['security.authentication.failure_handler.api_login.refresh_jwt'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler($a);
  14014.     }
  14015.     /**
  14016.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  14017.      *
  14018.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  14019.      */
  14020.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  14021.     {
  14022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  14024.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14025.         if (isset($this->privates['security.authentication.failure_handler.main.form_login'])) {
  14026.             return $this->privates['security.authentication.failure_handler.main.form_login'];
  14027.         }
  14028.         $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()));
  14029.         $instance->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  14030.         return $instance;
  14031.     }
  14032.     /**
  14033.      * Gets the private 'security.authentication.session_strategy' shared service.
  14034.      *
  14035.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  14036.      */
  14037.     protected function getSecurity_Authentication_SessionStrategyService()
  14038.     {
  14039.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14041.         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()));
  14042.     }
  14043.     /**
  14044.      * Gets the private 'security.authentication.success_handler.admin.form_login' shared service.
  14045.      *
  14046.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  14047.      */
  14048.     protected function getSecurity_Authentication_SuccessHandler_Admin_FormLoginService()
  14049.     {
  14050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14053.         $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()));
  14054.         $instance->setOptions(['login_path' => '/admin/login''default_target_path' => '/admin/''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  14055.         $instance->setFirewallName('admin');
  14056.         return $instance;
  14057.     }
  14058.     /**
  14059.      * Gets the private 'security.authentication.success_handler.api_login.json_login' shared service.
  14060.      *
  14061.      * @return \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler
  14062.      */
  14063.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService()
  14064.     {
  14065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  14067.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14068.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14069.         if (isset($this->privates['security.authentication.success_handler.api_login.json_login'])) {
  14070.             return $this->privates['security.authentication.success_handler.api_login.json_login'];
  14071.         }
  14072.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14073.         if (isset($this->privates['security.authentication.success_handler.api_login.json_login'])) {
  14074.             return $this->privates['security.authentication.success_handler.api_login.json_login'];
  14075.         }
  14076.         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');
  14077.     }
  14078.     /**
  14079.      * Gets the private 'security.authentication.success_handler.api_login.refresh_jwt' shared service.
  14080.      *
  14081.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  14082.      */
  14083.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService()
  14084.     {
  14085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14086.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14087.         $a = ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService());
  14088.         if (isset($this->privates['security.authentication.success_handler.api_login.refresh_jwt'])) {
  14089.             return $this->privates['security.authentication.success_handler.api_login.refresh_jwt'];
  14090.         }
  14091.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14092.         if (isset($this->privates['security.authentication.success_handler.api_login.refresh_jwt'])) {
  14093.             return $this->privates['security.authentication.success_handler.api_login.refresh_jwt'];
  14094.         }
  14095.         $this->privates['security.authentication.success_handler.api_login.refresh_jwt'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b);
  14096.         $instance->setFirewallName('api_login');
  14097.         return $instance;
  14098.     }
  14099.     /**
  14100.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  14101.      *
  14102.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  14103.      */
  14104.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  14105.     {
  14106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  14109.         $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()));
  14110.         $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]);
  14111.         $instance->setFirewallName('main');
  14112.         return $instance;
  14113.     }
  14114.     /**
  14115.      * Gets the private 'security.authentication.trust_resolver' shared service.
  14116.      *
  14117.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  14118.      */
  14119.     protected function getSecurity_Authentication_TrustResolverService()
  14120.     {
  14121.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  14122.     }
  14123.     /**
  14124.      * Gets the private 'security.authentication_utils' shared service.
  14125.      *
  14126.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  14127.      */
  14128.     protected function getSecurity_AuthenticationUtilsService()
  14129.     {
  14130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  14131.         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())));
  14132.     }
  14133.     /**
  14134.      * Gets the private 'security.authenticator.form_login.admin' shared service.
  14135.      *
  14136.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  14137.      */
  14138.     protected function getSecurity_Authenticator_FormLogin_AdminService()
  14139.     {
  14140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  14145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  14146.         $a = ($this->privates['security.authentication.failure_handler.admin.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Admin_FormLoginService());
  14147.         if (isset($this->privates['security.authenticator.form_login.admin'])) {
  14148.             return $this->privates['security.authenticator.form_login.admin'];
  14149.         }
  14150.         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]);
  14151.     }
  14152.     /**
  14153.      * Gets the private 'security.authenticator.form_login.main' shared service.
  14154.      *
  14155.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  14156.      */
  14157.     protected function getSecurity_Authenticator_FormLogin_MainService()
  14158.     {
  14159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  14164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  14165.         $a = ($this->privates['security.authentication.failure_handler.main.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Main_FormLoginService());
  14166.         if (isset($this->privates['security.authenticator.form_login.main'])) {
  14167.             return $this->privates['security.authenticator.form_login.main'];
  14168.         }
  14169.         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]);
  14170.     }
  14171.     /**
  14172.      * Gets the private 'security.authenticator.json_login.api_login' shared service.
  14173.      *
  14174.      * @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
  14175.      */
  14176.     protected function getSecurity_Authenticator_JsonLogin_ApiLoginService()
  14177.     {
  14178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  14181.         $a = ($this->privates['security.authentication.success_handler.api_login.json_login'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_JsonLoginService());
  14182.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  14183.             return $this->privates['security.authenticator.json_login.api_login'];
  14184.         }
  14185.         $b = ($this->privates['security.authentication.failure_handler.api_login.json_login'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_JsonLoginService());
  14186.         if (isset($this->privates['security.authenticator.json_login.api_login'])) {
  14187.             return $this->privates['security.authenticator.json_login.api_login'];
  14188.         }
  14189.         $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()));
  14190.         if ($this->has('translator')) {
  14191.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  14192.         }
  14193.         return $instance;
  14194.     }
  14195.     /**
  14196.      * Gets the private 'security.authenticator.jwt.api' shared service.
  14197.      *
  14198.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator
  14199.      */
  14200.     protected function getSecurity_Authenticator_Jwt_ApiService()
  14201.     {
  14202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14205.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php';
  14206.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php';
  14207.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14208.         if (isset($this->privates['security.authenticator.jwt.api'])) {
  14209.             return $this->privates['security.authenticator.jwt.api'];
  14210.         }
  14211.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14212.         if (isset($this->privates['security.authenticator.jwt.api'])) {
  14213.             return $this->privates['security.authenticator.jwt.api'];
  14214.         }
  14215.         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()));
  14216.     }
  14217.     /**
  14218.      * Gets the private 'security.authenticator.manager.admin' shared service.
  14219.      *
  14220.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14221.      */
  14222.     protected function getSecurity_Authenticator_Manager_AdminService()
  14223.     {
  14224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14227.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  14228.         if (isset($this->privates['security.authenticator.manager.admin'])) {
  14229.             return $this->privates['security.authenticator.manager.admin'];
  14230.         }
  14231.         $b = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  14232.         if (isset($this->privates['security.authenticator.manager.admin'])) {
  14233.             return $this->privates['security.authenticator.manager.admin'];
  14234.         }
  14235.         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, []);
  14236.     }
  14237.     /**
  14238.      * Gets the private 'security.authenticator.manager.api' shared service.
  14239.      *
  14240.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14241.      */
  14242.     protected function getSecurity_Authenticator_Manager_ApiService()
  14243.     {
  14244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14247.         $a = ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService());
  14248.         if (isset($this->privates['security.authenticator.manager.api'])) {
  14249.             return $this->privates['security.authenticator.manager.api'];
  14250.         }
  14251.         $b = ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService());
  14252.         if (isset($this->privates['security.authenticator.manager.api'])) {
  14253.             return $this->privates['security.authenticator.manager.api'];
  14254.         }
  14255.         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, []);
  14256.     }
  14257.     /**
  14258.      * Gets the private 'security.authenticator.manager.api_login' shared service.
  14259.      *
  14260.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14261.      */
  14262.     protected function getSecurity_Authenticator_Manager_ApiLoginService()
  14263.     {
  14264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14267.         $a = ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService());
  14268.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14269.             return $this->privates['security.authenticator.manager.api_login'];
  14270.         }
  14271.         $b = ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService());
  14272.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14273.             return $this->privates['security.authenticator.manager.api_login'];
  14274.         }
  14275.         $c = ($this->privates['security.event_dispatcher.api_login'] ?? $this->getSecurity_EventDispatcher_ApiLoginService());
  14276.         if (isset($this->privates['security.authenticator.manager.api_login'])) {
  14277.             return $this->privates['security.authenticator.manager.api_login'];
  14278.         }
  14279.         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, []);
  14280.     }
  14281.     /**
  14282.      * Gets the private 'security.authenticator.manager.main' shared service.
  14283.      *
  14284.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  14285.      */
  14286.     protected function getSecurity_Authenticator_Manager_MainService()
  14287.     {
  14288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14291.         $a = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  14292.         if (isset($this->privates['security.authenticator.manager.main'])) {
  14293.             return $this->privates['security.authenticator.manager.main'];
  14294.         }
  14295.         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, []);
  14296.     }
  14297.     /**
  14298.      * Gets the private 'security.authenticator.refresh_jwt.api_login' shared service.
  14299.      *
  14300.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator
  14301.      */
  14302.     protected function getSecurity_Authenticator_RefreshJwt_ApiLoginService()
  14303.     {
  14304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14307.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authenticator/RefreshTokenAuthenticator.php';
  14308.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  14309.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14310.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14311.         }
  14312.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14313.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14314.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14315.         }
  14316.         $c = ($this->privates['security.authentication.success_handler.api_login.refresh_jwt'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_RefreshJwtService());
  14317.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14318.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14319.         }
  14320.         $d = ($this->privates['security.authentication.failure_handler.api_login.refresh_jwt'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_RefreshJwtService());
  14321.         if (isset($this->privates['security.authenticator.refresh_jwt.api_login'])) {
  14322.             return $this->privates['security.authenticator.refresh_jwt.api_login'];
  14323.         }
  14324.         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' => 1296000'ttl_update' => false'token_parameter_name' => 'refresh_token'], ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));
  14325.     }
  14326.     /**
  14327.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  14328.      *
  14329.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  14330.      */
  14331.     protected function getSecurity_Authenticator_RememberMe_MainService()
  14332.     {
  14333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  14336.         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()));
  14337.     }
  14338.     /**
  14339.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  14340.      *
  14341.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  14342.      */
  14343.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  14344.     {
  14345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  14346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  14347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  14348.         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()));
  14349.     }
  14350.     /**
  14351.      * Gets the private 'security.authenticator.remember_me_signature_hasher.main' shared service.
  14352.      *
  14353.      * @return \Symfony\Component\Security\Core\Signature\SignatureHasher
  14354.      */
  14355.     protected function getSecurity_Authenticator_RememberMeSignatureHasher_MainService()
  14356.     {
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  14358.         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);
  14359.     }
  14360.     /**
  14361.      * Gets the private 'security.channel_listener' shared service.
  14362.      *
  14363.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14364.      */
  14365.     protected function getSecurity_ChannelListenerService()
  14366.     {
  14367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14368.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14369.         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());
  14370.     }
  14371.     /**
  14372.      * Gets the private 'security.command.debug_firewall' shared service.
  14373.      *
  14374.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14375.      */
  14376.     protected function getSecurity_Command_DebugFirewallService()
  14377.     {
  14378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14380.         $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);
  14381.         $instance->setName('debug:firewall');
  14382.         $instance->setDescription('Display information about your security firewall(s)');
  14383.         return $instance;
  14384.     }
  14385.     /**
  14386.      * Gets the private 'security.command.user_password_encoder' shared service.
  14387.      *
  14388.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14389.      *
  14390.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14391.      */
  14392.     protected function getSecurity_Command_UserPasswordEncoderService()
  14393.     {
  14394.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14395.         $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']);
  14396.         $instance->setName('security:encode-password');
  14397.         $instance->setDescription('Encode a password');
  14398.         return $instance;
  14399.     }
  14400.     /**
  14401.      * Gets the private 'security.command.user_password_hash' shared service.
  14402.      *
  14403.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14404.      */
  14405.     protected function getSecurity_Command_UserPasswordHashService()
  14406.     {
  14407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14408.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14409.         $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']);
  14410.         $instance->setName('security:hash-password');
  14411.         $instance->setDescription('Hash a user password');
  14412.         return $instance;
  14413.     }
  14414.     /**
  14415.      * Gets the private 'security.context_listener.0' shared service.
  14416.      *
  14417.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14418.      */
  14419.     protected function getSecurity_ContextListener_0Service()
  14420.     {
  14421.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  14422.         if (isset($this->privates['security.context_listener.0'])) {
  14423.             return $this->privates['security.context_listener.0'];
  14424.         }
  14425.         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 () {
  14426.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  14427.         }, 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']);
  14428.     }
  14429.     /**
  14430.      * Gets the private 'security.context_listener.1' shared service.
  14431.      *
  14432.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14433.      */
  14434.     protected function getSecurity_ContextListener_1Service()
  14435.     {
  14436.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  14437.         if (isset($this->privates['security.context_listener.1'])) {
  14438.             return $this->privates['security.context_listener.1'];
  14439.         }
  14440.         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 () {
  14441.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  14442.         }, 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']);
  14443.     }
  14444.     /**
  14445.      * Gets the private 'security.csrf.token_generator' shared service.
  14446.      *
  14447.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  14448.      */
  14449.     protected function getSecurity_Csrf_TokenGeneratorService()
  14450.     {
  14451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  14452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  14453.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  14454.     }
  14455.     /**
  14456.      * Gets the private 'security.csrf.token_storage' shared service.
  14457.      *
  14458.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14459.      */
  14460.     protected function getSecurity_Csrf_TokenStorageService()
  14461.     {
  14462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  14463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  14464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  14465.         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())));
  14466.     }
  14467.     /**
  14468.      * Gets the private 'security.encoder_factory.generic' shared service.
  14469.      *
  14470.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14471.      *
  14472.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14473.      */
  14474.     protected function getSecurity_EncoderFactory_GenericService()
  14475.     {
  14476.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14477.         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']]]);
  14478.     }
  14479.     /**
  14480.      * Gets the private 'security.event_dispatcher.admin' shared service.
  14481.      *
  14482.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14483.      */
  14484.     protected function getSecurity_EventDispatcher_AdminService()
  14485.     {
  14486.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14487.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14488.             return ($this->privates['security.listener.session.admin'] ?? $this->getSecurity_Listener_Session_AdminService());
  14489.         }, => 'onSuccessfulLogin'], 0);
  14490.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14491.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  14492.         }, => 'onLogout'], 64);
  14493.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14494.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14495.         }, => 'onLogout'], 0);
  14496.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14497.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  14498.         }, => 'preCheckCredentials'], 256);
  14499.         $instance->addListener('security.authentication.success', [=> function () {
  14500.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  14501.         }, => 'postCheckCredentials'], 256);
  14502.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14503.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14504.         }, => 'checkPassport'], 1024);
  14505.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14506.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14507.         }, => 'onLogout'], 0);
  14508.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14509.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14510.         }, => 'checkPassport'], 0);
  14511.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14512.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14513.         }, => 'onLoginSuccess'], 0);
  14514.         $instance->addListener('security.interactive_login', [=> function () {
  14515.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14516.         }, => 'onSecurityInteractiveLogin'], 0);
  14517.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14518.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14519.         }, => 'checkPassport'], 512);
  14520.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14521.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14522.         }, => 'onLogout'], 0);
  14523.         return $instance;
  14524.     }
  14525.     /**
  14526.      * Gets the private 'security.event_dispatcher.api' shared service.
  14527.      *
  14528.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14529.      */
  14530.     protected function getSecurity_EventDispatcher_ApiService()
  14531.     {
  14532.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14533.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14534.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14535.         }, => 'preCheckCredentials'], 256);
  14536.         $instance->addListener('security.authentication.success', [=> function () {
  14537.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14538.         }, => 'postCheckCredentials'], 256);
  14539.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14540.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14541.         }, => 'checkPassport'], 1024);
  14542.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14543.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14544.         }, => 'onLogout'], 0);
  14545.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14546.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14547.         }, => 'checkPassport'], 0);
  14548.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14549.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14550.         }, => 'onLoginSuccess'], 0);
  14551.         $instance->addListener('security.interactive_login', [=> function () {
  14552.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14553.         }, => 'onSecurityInteractiveLogin'], 0);
  14554.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14555.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14556.         }, => 'checkPassport'], 512);
  14557.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14558.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14559.         }, => 'onLogout'], 0);
  14560.         return $instance;
  14561.     }
  14562.     /**
  14563.      * Gets the private 'security.event_dispatcher.api_login' shared service.
  14564.      *
  14565.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14566.      */
  14567.     protected function getSecurity_EventDispatcher_ApiLoginService()
  14568.     {
  14569.         $this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14570.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14571.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  14572.         }, => 'preCheckCredentials'], 256);
  14573.         $instance->addListener('security.authentication.success', [=> function () {
  14574.             return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
  14575.         }, => 'postCheckCredentials'], 256);
  14576.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14577.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14578.         }, => 'checkPassport'], 1024);
  14579.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14580.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14581.         }, => 'onLogout'], 0);
  14582.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14583.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14584.         }, => 'checkPassport'], 0);
  14585.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14586.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14587.         }, => 'onLoginSuccess'], 0);
  14588.         $instance->addListener('security.interactive_login', [=> function () {
  14589.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14590.         }, => 'onSecurityInteractiveLogin'], 0);
  14591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14592.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14593.         }, => 'checkPassport'], 512);
  14594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14595.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14596.         }, => 'onLogout'], 0);
  14597.         return $instance;
  14598.     }
  14599.     /**
  14600.      * Gets the private 'security.event_dispatcher.main' shared service.
  14601.      *
  14602.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14603.      */
  14604.     protected function getSecurity_EventDispatcher_MainService()
  14605.     {
  14606.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14607.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14608.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  14609.         }, => 'onSuccessfulLogin'], 0);
  14610.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14611.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  14612.         }, => 'onLogout'], 64);
  14613.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14614.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14615.         }, => 'onLogout'], 0);
  14616.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14617.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  14618.         }, => 'onSuccessfulLogin'], -32);
  14619.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14620.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14621.         }, => 'onSuccessfulLogin'], -64);
  14622.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  14623.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14624.         }, => 'clearCookie'], 0);
  14625.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14626.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14627.         }, => 'clearCookie'], 0);
  14628.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  14629.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14630.         }, => 'clearCookie'], 0);
  14631.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14632.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14633.         }, => 'preCheckCredentials'], 256);
  14634.         $instance->addListener('security.authentication.success', [=> function () {
  14635.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14636.         }, => 'postCheckCredentials'], 256);
  14637.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14638.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14639.         }, => 'checkPassport'], 1024);
  14640.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14641.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  14642.         }, => 'onLogout'], 0);
  14643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14644.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14645.         }, => 'checkPassport'], 0);
  14646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  14647.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14648.         }, => 'onLoginSuccess'], 0);
  14649.         $instance->addListener('security.interactive_login', [=> function () {
  14650.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  14651.         }, => 'onSecurityInteractiveLogin'], 0);
  14652.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  14653.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14654.         }, => 'checkPassport'], 512);
  14655.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14656.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14657.         }, => 'onLogout'], 0);
  14658.         return $instance;
  14659.     }
  14660.     /**
  14661.      * Gets the private 'security.exception_listener.admin' shared service.
  14662.      *
  14663.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14664.      */
  14665.     protected function getSecurity_ExceptionListener_AdminService()
  14666.     {
  14667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14669.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  14670.         if (isset($this->privates['security.exception_listener.admin'])) {
  14671.             return $this->privates['security.exception_listener.admin'];
  14672.         }
  14673.         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);
  14674.     }
  14675.     /**
  14676.      * Gets the private 'security.exception_listener.api' shared service.
  14677.      *
  14678.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14679.      */
  14680.     protected function getSecurity_ExceptionListener_ApiService()
  14681.     {
  14682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14684.         $a = ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService());
  14685.         if (isset($this->privates['security.exception_listener.api'])) {
  14686.             return $this->privates['security.exception_listener.api'];
  14687.         }
  14688.         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);
  14689.     }
  14690.     /**
  14691.      * Gets the private 'security.exception_listener.api_login' shared service.
  14692.      *
  14693.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14694.      */
  14695.     protected function getSecurity_ExceptionListener_ApiLoginService()
  14696.     {
  14697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14699.         $a = ($this->privates['security.authenticator.refresh_jwt.api_login'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiLoginService());
  14700.         if (isset($this->privates['security.exception_listener.api_login'])) {
  14701.             return $this->privates['security.exception_listener.api_login'];
  14702.         }
  14703.         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);
  14704.     }
  14705.     /**
  14706.      * Gets the private 'security.exception_listener.main' shared service.
  14707.      *
  14708.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  14709.      */
  14710.     protected function getSecurity_ExceptionListener_MainService()
  14711.     {
  14712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14714.         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);
  14715.     }
  14716.     /**
  14717.      * Gets the private 'security.expression_language' shared service.
  14718.      *
  14719.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  14720.      */
  14721.     protected function getSecurity_ExpressionLanguageService()
  14722.     {
  14723.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  14724.     }
  14725.     /**
  14726.      * Gets the private 'security.firewall.map' shared service.
  14727.      *
  14728.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  14729.      */
  14730.     protected function getSecurity_Firewall_MapService()
  14731.     {
  14732.         $a = ($this->privates['.service_locator.icRJycQ'] ?? $this->get_ServiceLocator_IcRJycQService());
  14733.         if (isset($this->privates['security.firewall.map'])) {
  14734.             return $this->privates['security.firewall.map'];
  14735.         }
  14736.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  14737.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.LwsjuhT'] ?? ($this->privates['.security.request_matcher.LwsjuhT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/')));
  14738.             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')));
  14739.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  14740.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  14741.         }, 4));
  14742.     }
  14743.     /**
  14744.      * Gets the private 'security.firewall.map.config.admin' shared service.
  14745.      *
  14746.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14747.      */
  14748.     protected function getSecurity_Firewall_Map_Config_AdminService()
  14749.     {
  14750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14751.         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);
  14752.     }
  14753.     /**
  14754.      * Gets the private 'security.firewall.map.config.api' shared service.
  14755.      *
  14756.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14757.      */
  14758.     protected function getSecurity_Firewall_Map_Config_ApiService()
  14759.     {
  14760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14761.         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);
  14762.     }
  14763.     /**
  14764.      * Gets the private 'security.firewall.map.config.api_login' shared service.
  14765.      *
  14766.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14767.      */
  14768.     protected function getSecurity_Firewall_Map_Config_ApiLoginService()
  14769.     {
  14770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14771.         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);
  14772.     }
  14773.     /**
  14774.      * Gets the private 'security.firewall.map.config.main' shared service.
  14775.      *
  14776.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  14777.      */
  14778.     protected function getSecurity_Firewall_Map_Config_MainService()
  14779.     {
  14780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14781.         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);
  14782.     }
  14783.     /**
  14784.      * Gets the private 'security.firewall.map.context.admin' shared service.
  14785.      *
  14786.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14787.      */
  14788.     protected function getSecurity_Firewall_Map_Context_AdminService()
  14789.     {
  14790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14791.         $a = ($this->privates['security.exception_listener.admin'] ?? $this->getSecurity_ExceptionListener_AdminService());
  14792.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  14793.             return $this->privates['security.firewall.map.context.admin'];
  14794.         }
  14795.         $b = ($this->privates['security.logout_listener.admin'] ?? $this->getSecurity_LogoutListener_AdminService());
  14796.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  14797.             return $this->privates['security.firewall.map.context.admin'];
  14798.         }
  14799.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14800.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14801.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  14802.             yield => ($this->privates['debug.security.firewall.authenticator.admin'] ?? $this->getDebug_Security_Firewall_Authenticator_AdminService());
  14803.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14804.         }, 4), $a$b, ($this->privates['security.firewall.map.config.admin'] ?? $this->getSecurity_Firewall_Map_Config_AdminService()));
  14805.     }
  14806.     /**
  14807.      * Gets the private 'security.firewall.map.context.api' shared service.
  14808.      *
  14809.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14810.      */
  14811.     protected function getSecurity_Firewall_Map_Context_ApiService()
  14812.     {
  14813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14814.         $a = ($this->privates['security.exception_listener.api'] ?? $this->getSecurity_ExceptionListener_ApiService());
  14815.         if (isset($this->privates['security.firewall.map.context.api'])) {
  14816.             return $this->privates['security.firewall.map.context.api'];
  14817.         }
  14818.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14819.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14820.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  14821.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14822.         }, 3), $aNULL, ($this->privates['security.firewall.map.config.api'] ?? $this->getSecurity_Firewall_Map_Config_ApiService()));
  14823.     }
  14824.     /**
  14825.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  14826.      *
  14827.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14828.      */
  14829.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  14830.     {
  14831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14832.         $a = ($this->privates['security.exception_listener.api_login'] ?? $this->getSecurity_ExceptionListener_ApiLoginService());
  14833.         if (isset($this->privates['security.firewall.map.context.api_login'])) {
  14834.             return $this->privates['security.firewall.map.context.api_login'];
  14835.         }
  14836.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14837.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14838.             yield => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLoginService());
  14839.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14840.         }, 3), $aNULL, ($this->privates['security.firewall.map.config.api_login'] ?? $this->getSecurity_Firewall_Map_Config_ApiLoginService()));
  14841.     }
  14842.     /**
  14843.      * Gets the private 'security.firewall.map.context.main' shared service.
  14844.      *
  14845.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14846.      */
  14847.     protected function getSecurity_Firewall_Map_Context_MainService()
  14848.     {
  14849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  14851.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  14852.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14853.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  14854.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  14855.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14856.         }, 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())));
  14857.     }
  14858.     /**
  14859.      * Gets the private 'security.helper' shared service.
  14860.      *
  14861.      * @return \Symfony\Component\Security\Core\Security
  14862.      */
  14863.     protected function getSecurity_HelperService()
  14864.     {
  14865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  14866.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14867.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  14868.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  14869.         ], [
  14870.             'security.authorization_checker' => '?',
  14871.             'security.token_storage' => '?',
  14872.         ]));
  14873.     }
  14874.     /**
  14875.      * Gets the private 'security.http_utils' shared service.
  14876.      *
  14877.      * @return \Symfony\Component\Security\Http\HttpUtils
  14878.      */
  14879.     protected function getSecurity_HttpUtilsService()
  14880.     {
  14881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  14882.         $a = ($this->services['router'] ?? $this->getRouterService());
  14883.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  14884.     }
  14885.     /**
  14886.      * Gets the private 'security.impersonate_url_generator' shared service.
  14887.      *
  14888.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  14889.      */
  14890.     protected function getSecurity_ImpersonateUrlGeneratorService()
  14891.     {
  14892.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  14893.         if (isset($this->privates['security.impersonate_url_generator'])) {
  14894.             return $this->privates['security.impersonate_url_generator'];
  14895.         }
  14896.         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()));
  14897.     }
  14898.     /**
  14899.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  14900.      *
  14901.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  14902.      */
  14903.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  14904.     {
  14905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  14906.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14907.     }
  14908.     /**
  14909.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  14910.      *
  14911.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  14912.      */
  14913.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  14914.     {
  14915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  14916.         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()));
  14917.     }
  14918.     /**
  14919.      * Gets the private 'security.listener.csrf_protection' shared service.
  14920.      *
  14921.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  14922.      */
  14923.     protected function getSecurity_Listener_CsrfProtectionService()
  14924.     {
  14925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  14926.         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()));
  14927.     }
  14928.     /**
  14929.      * Gets the private 'security.listener.password_migrating' shared service.
  14930.      *
  14931.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  14932.      */
  14933.     protected function getSecurity_Listener_PasswordMigratingService()
  14934.     {
  14935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  14936.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14937.     }
  14938.     /**
  14939.      * Gets the private 'security.listener.remember_me.main' shared service.
  14940.      *
  14941.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  14942.      */
  14943.     protected function getSecurity_Listener_RememberMe_MainService()
  14944.     {
  14945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  14946.         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()));
  14947.     }
  14948.     /**
  14949.      * Gets the private 'security.listener.session.admin' shared service.
  14950.      *
  14951.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  14952.      */
  14953.     protected function getSecurity_Listener_Session_AdminService()
  14954.     {
  14955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  14956.         return $this->privates['security.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  14957.     }
  14958.     /**
  14959.      * Gets the private 'security.listener.session.main' shared service.
  14960.      *
  14961.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  14962.      */
  14963.     protected function getSecurity_Listener_Session_MainService()
  14964.     {
  14965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  14966.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  14967.     }
  14968.     /**
  14969.      * Gets the private 'security.listener.user_checker.admin' shared service.
  14970.      *
  14971.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  14972.      */
  14973.     protected function getSecurity_Listener_UserChecker_AdminService()
  14974.     {
  14975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  14976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14978.         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())));
  14979.     }
  14980.     /**
  14981.      * Gets the private 'security.listener.user_checker.api' shared service.
  14982.      *
  14983.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  14984.      */
  14985.     protected function getSecurity_Listener_UserChecker_ApiService()
  14986.     {
  14987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  14988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14990.         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())));
  14991.     }
  14992.     /**
  14993.      * Gets the private 'security.listener.user_checker.api_login' shared service.
  14994.      *
  14995.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  14996.      */
  14997.     protected function getSecurity_Listener_UserChecker_ApiLoginService()
  14998.     {
  14999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15000.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15002.         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())));
  15003.     }
  15004.     /**
  15005.      * Gets the private 'security.listener.user_checker.main' shared service.
  15006.      *
  15007.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15008.      */
  15009.     protected function getSecurity_Listener_UserChecker_MainService()
  15010.     {
  15011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15014.         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())));
  15015.     }
  15016.     /**
  15017.      * Gets the private 'security.listener.user_provider' shared service.
  15018.      *
  15019.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  15020.      */
  15021.     protected function getSecurity_Listener_UserProviderService()
  15022.     {
  15023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  15024.         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()));
  15025.     }
  15026.     /**
  15027.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  15028.      *
  15029.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  15030.      */
  15031.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  15032.     {
  15033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  15034.         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()));
  15035.     }
  15036.     /**
  15037.      * Gets the private 'security.logout.listener.default.admin' shared service.
  15038.      *
  15039.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15040.      */
  15041.     protected function getSecurity_Logout_Listener_Default_AdminService()
  15042.     {
  15043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15044.         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');
  15045.     }
  15046.     /**
  15047.      * Gets the private 'security.logout.listener.default.main' shared service.
  15048.      *
  15049.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15050.      */
  15051.     protected function getSecurity_Logout_Listener_Default_MainService()
  15052.     {
  15053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15054.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  15055.     }
  15056.     /**
  15057.      * Gets the private 'security.logout.listener.session.admin' shared service.
  15058.      *
  15059.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  15060.      */
  15061.     protected function getSecurity_Logout_Listener_Session_AdminService()
  15062.     {
  15063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  15064.         return $this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  15065.     }
  15066.     /**
  15067.      * Gets the private 'security.logout.listener.session.main' shared service.
  15068.      *
  15069.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  15070.      */
  15071.     protected function getSecurity_Logout_Listener_Session_MainService()
  15072.     {
  15073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  15074.         return $this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  15075.     }
  15076.     /**
  15077.      * Gets the private 'security.logout_listener.admin' shared service.
  15078.      *
  15079.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  15080.      */
  15081.     protected function getSecurity_LogoutListener_AdminService()
  15082.     {
  15083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  15084.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  15085.         if (isset($this->privates['security.logout_listener.admin'])) {
  15086.             return $this->privates['security.logout_listener.admin'];
  15087.         }
  15088.         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']);
  15089.     }
  15090.     /**
  15091.      * Gets the private 'security.logout_listener.main' shared service.
  15092.      *
  15093.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  15094.      */
  15095.     protected function getSecurity_LogoutListener_MainService()
  15096.     {
  15097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  15098.         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']);
  15099.     }
  15100.     /**
  15101.      * Gets the private 'security.logout_url_generator' shared service.
  15102.      *
  15103.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  15104.      */
  15105.     protected function getSecurity_LogoutUrlGeneratorService()
  15106.     {
  15107.         $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()));
  15108.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULLNULL);
  15109.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  15110.         return $instance;
  15111.     }
  15112.     /**
  15113.      * Gets the private 'security.password_hasher_factory' shared service.
  15114.      *
  15115.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  15116.      */
  15117.     protected function getSecurity_PasswordHasherFactoryService()
  15118.     {
  15119.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  15120.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  15121.         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']]]);
  15122.     }
  15123.     /**
  15124.      * Gets the private 'security.rememberme.response_listener' shared service.
  15125.      *
  15126.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  15127.      */
  15128.     protected function getSecurity_Rememberme_ResponseListenerService()
  15129.     {
  15130.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  15131.     }
  15132.     /**
  15133.      * Gets the private 'security.role_hierarchy' shared service.
  15134.      *
  15135.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  15136.      */
  15137.     protected function getSecurity_RoleHierarchyService()
  15138.     {
  15139.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  15140.     }
  15141.     /**
  15142.      * Gets the private 'security.untracked_token_storage' shared service.
  15143.      *
  15144.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  15145.      */
  15146.     protected function getSecurity_UntrackedTokenStorageService()
  15147.     {
  15148.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  15149.     }
  15150.     /**
  15151.      * Gets the private 'security.user_checker' shared service.
  15152.      *
  15153.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  15154.      */
  15155.     protected function getSecurity_UserCheckerService()
  15156.     {
  15157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15159.         return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  15160.     }
  15161.     /**
  15162.      * Gets the private 'security.validator.user_password' shared service.
  15163.      *
  15164.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  15165.      */
  15166.     protected function getSecurity_Validator_UserPasswordService()
  15167.     {
  15168.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15169.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  15171.         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()));
  15172.     }
  15173.     /**
  15174.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  15175.      *
  15176.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  15177.      */
  15178.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  15179.     {
  15180.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  15181.     }
  15182.     /**
  15183.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  15184.      *
  15185.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  15186.      */
  15187.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  15188.     {
  15189.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15190.     }
  15191.     /**
  15192.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  15193.      *
  15194.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  15195.      */
  15196.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  15197.     {
  15198.         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())));
  15199.     }
  15200.     /**
  15201.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  15202.      *
  15203.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  15204.      */
  15205.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  15206.     {
  15207.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  15208.     }
  15209.     /**
  15210.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  15211.      *
  15212.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  15213.      */
  15214.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  15215.     {
  15216.         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);
  15217.     }
  15218.     /**
  15219.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  15220.      *
  15221.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  15222.      */
  15223.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  15224.     {
  15225.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  15226.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  15227.         $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');
  15228.         return $instance;
  15229.     }
  15230.     /**
  15231.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  15232.      *
  15233.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  15234.      */
  15235.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  15236.     {
  15237.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  15238.     }
  15239.     /**
  15240.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  15241.      *
  15242.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  15243.      */
  15244.     protected function getSensioFrameworkExtra_Security_ListenerService()
  15245.     {
  15246.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15247.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  15248.             return $this->privates['sensio_framework_extra.security.listener'];
  15249.         }
  15250.         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()));
  15251.     }
  15252.     /**
  15253.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  15254.      *
  15255.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  15256.      */
  15257.     protected function getSensioFrameworkExtra_View_GuesserService()
  15258.     {
  15259.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  15260.     }
  15261.     /**
  15262.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  15263.      *
  15264.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  15265.      */
  15266.     protected function getSensioFrameworkExtra_View_ListenerService()
  15267.     {
  15268.         $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))))));
  15269.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15270.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  15271.         ], [
  15272.             'twig' => '?',
  15273.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  15274.         return $instance;
  15275.     }
  15276.     /**
  15277.      * Gets the private 'session.factory' shared service.
  15278.      *
  15279.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  15280.      */
  15281.     protected function getSession_FactoryService()
  15282.     {
  15283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  15284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  15285.         $a = ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  15286.         if (isset($this->privates['session.factory'])) {
  15287.             return $this->privates['session.factory'];
  15288.         }
  15289.         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']);
  15290.     }
  15291.     /**
  15292.      * Gets the private 'session.storage.factory.native' shared service.
  15293.      *
  15294.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  15295.      */
  15296.     protected function getSession_Storage_Factory_NativeService()
  15297.     {
  15298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  15299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  15300.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  15301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  15302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  15303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php';
  15304.         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);
  15305.     }
  15306.     /**
  15307.      * Gets the private 'slugger' shared service.
  15308.      *
  15309.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  15310.      */
  15311.     protected function getSluggerService()
  15312.     {
  15313.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  15314.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  15315.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en');
  15316.     }
  15317.     /**
  15318.      * Gets the private 'streamed_response_listener' shared service.
  15319.      *
  15320.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  15321.      */
  15322.     protected function getStreamedResponseListenerService()
  15323.     {
  15324.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  15325.     }
  15326.     /**
  15327.      * Gets the private 'test.client.cookiejar' service.
  15328.      *
  15329.      * @return \Symfony\Component\BrowserKit\CookieJar
  15330.      */
  15331.     protected function getTest_Client_CookiejarService()
  15332.     {
  15333.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  15334.         $this->factories['service_container']['test.client.cookiejar'] = function () {
  15335.             return new \Symfony\Component\BrowserKit\CookieJar();
  15336.         };
  15337.         return $this->factories['service_container']['test.client.cookiejar']();
  15338.     }
  15339.     /**
  15340.      * Gets the private 'test.client.history' service.
  15341.      *
  15342.      * @return \Symfony\Component\BrowserKit\History
  15343.      */
  15344.     protected function getTest_Client_HistoryService()
  15345.     {
  15346.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  15347.         $this->factories['service_container']['test.client.history'] = function () {
  15348.             return new \Symfony\Component\BrowserKit\History();
  15349.         };
  15350.         return $this->factories['service_container']['test.client.history']();
  15351.     }
  15352.     /**
  15353.      * Gets the private 'test.session.listener' shared service.
  15354.      *
  15355.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  15356.      */
  15357.     protected function getTest_Session_ListenerService()
  15358.     {
  15359.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15360.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  15361.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  15362.         ], [
  15363.             'session' => '?',
  15364.             'session_factory' => '?',
  15365.         ]), true$this->parameters['session.storage.options']);
  15366.     }
  15367.     /**
  15368.      * Gets the private 'translation.dumper.csv' shared service.
  15369.      *
  15370.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  15371.      */
  15372.     protected function getTranslation_Dumper_CsvService()
  15373.     {
  15374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15377.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  15378.     }
  15379.     /**
  15380.      * Gets the private 'translation.dumper.ini' shared service.
  15381.      *
  15382.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  15383.      */
  15384.     protected function getTranslation_Dumper_IniService()
  15385.     {
  15386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15389.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  15390.     }
  15391.     /**
  15392.      * Gets the private 'translation.dumper.json' shared service.
  15393.      *
  15394.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  15395.      */
  15396.     protected function getTranslation_Dumper_JsonService()
  15397.     {
  15398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15401.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  15402.     }
  15403.     /**
  15404.      * Gets the private 'translation.dumper.mo' shared service.
  15405.      *
  15406.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  15407.      */
  15408.     protected function getTranslation_Dumper_MoService()
  15409.     {
  15410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15413.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  15414.     }
  15415.     /**
  15416.      * Gets the private 'translation.dumper.php' shared service.
  15417.      *
  15418.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  15419.      */
  15420.     protected function getTranslation_Dumper_PhpService()
  15421.     {
  15422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15425.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  15426.     }
  15427.     /**
  15428.      * Gets the private 'translation.dumper.po' shared service.
  15429.      *
  15430.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  15431.      */
  15432.     protected function getTranslation_Dumper_PoService()
  15433.     {
  15434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15437.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  15438.     }
  15439.     /**
  15440.      * Gets the private 'translation.dumper.qt' shared service.
  15441.      *
  15442.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  15443.      */
  15444.     protected function getTranslation_Dumper_QtService()
  15445.     {
  15446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15449.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  15450.     }
  15451.     /**
  15452.      * Gets the private 'translation.dumper.res' shared service.
  15453.      *
  15454.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  15455.      */
  15456.     protected function getTranslation_Dumper_ResService()
  15457.     {
  15458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15461.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  15462.     }
  15463.     /**
  15464.      * Gets the private 'translation.dumper.xliff' shared service.
  15465.      *
  15466.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  15467.      */
  15468.     protected function getTranslation_Dumper_XliffService()
  15469.     {
  15470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15473.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  15474.     }
  15475.     /**
  15476.      * Gets the private 'translation.dumper.yaml' shared service.
  15477.      *
  15478.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  15479.      */
  15480.     protected function getTranslation_Dumper_YamlService()
  15481.     {
  15482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15485.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  15486.     }
  15487.     /**
  15488.      * Gets the private 'translation.dumper.yml' shared service.
  15489.      *
  15490.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  15491.      */
  15492.     protected function getTranslation_Dumper_YmlService()
  15493.     {
  15494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15497.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  15498.     }
  15499.     /**
  15500.      * Gets the private 'translation.extractor' shared service.
  15501.      *
  15502.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  15503.      */
  15504.     protected function getTranslation_ExtractorService()
  15505.     {
  15506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  15508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15510.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  15511.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  15512.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  15513.         return $instance;
  15514.     }
  15515.     /**
  15516.      * Gets the private 'translation.extractor.php' shared service.
  15517.      *
  15518.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  15519.      */
  15520.     protected function getTranslation_Extractor_PhpService()
  15521.     {
  15522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15525.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  15526.     }
  15527.     /**
  15528.      * Gets the private 'translation.loader.csv' shared service.
  15529.      *
  15530.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  15531.      */
  15532.     protected function getTranslation_Loader_CsvService()
  15533.     {
  15534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15538.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  15539.     }
  15540.     /**
  15541.      * Gets the private 'translation.loader.dat' shared service.
  15542.      *
  15543.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  15544.      */
  15545.     protected function getTranslation_Loader_DatService()
  15546.     {
  15547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15550.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  15551.     }
  15552.     /**
  15553.      * Gets the private 'translation.loader.ini' shared service.
  15554.      *
  15555.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  15556.      */
  15557.     protected function getTranslation_Loader_IniService()
  15558.     {
  15559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15563.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  15564.     }
  15565.     /**
  15566.      * Gets the private 'translation.loader.json' shared service.
  15567.      *
  15568.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  15569.      */
  15570.     protected function getTranslation_Loader_JsonService()
  15571.     {
  15572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15576.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  15577.     }
  15578.     /**
  15579.      * Gets the private 'translation.loader.mo' shared service.
  15580.      *
  15581.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  15582.      */
  15583.     protected function getTranslation_Loader_MoService()
  15584.     {
  15585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15589.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  15590.     }
  15591.     /**
  15592.      * Gets the private 'translation.loader.php' shared service.
  15593.      *
  15594.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  15595.      */
  15596.     protected function getTranslation_Loader_PhpService()
  15597.     {
  15598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15601.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15602.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  15603.     }
  15604.     /**
  15605.      * Gets the private 'translation.loader.po' shared service.
  15606.      *
  15607.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  15608.      */
  15609.     protected function getTranslation_Loader_PoService()
  15610.     {
  15611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15614.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15615.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  15616.     }
  15617.     /**
  15618.      * Gets the private 'translation.loader.qt' shared service.
  15619.      *
  15620.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  15621.      */
  15622.     protected function getTranslation_Loader_QtService()
  15623.     {
  15624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15626.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  15627.     }
  15628.     /**
  15629.      * Gets the private 'translation.loader.res' shared service.
  15630.      *
  15631.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  15632.      */
  15633.     protected function getTranslation_Loader_ResService()
  15634.     {
  15635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15637.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  15638.     }
  15639.     /**
  15640.      * Gets the private 'translation.loader.xliff' shared service.
  15641.      *
  15642.      * @return \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader
  15643.      */
  15644.     protected function getTranslation_Loader_XliffService()
  15645.     {
  15646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15647.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  15648.         return $this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader();
  15649.     }
  15650.     /**
  15651.      * Gets the private 'translation.loader.yml' shared service.
  15652.      *
  15653.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  15654.      */
  15655.     protected function getTranslation_Loader_YmlService()
  15656.     {
  15657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15661.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  15662.     }
  15663.     /**
  15664.      * Gets the private 'translation.provider_collection' shared service.
  15665.      *
  15666.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  15667.      */
  15668.     protected function getTranslation_ProviderCollectionService()
  15669.     {
  15670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  15671.         return $this->privates['translation.provider_collection'] = ($this->privates['translation.provider_collection_factory'] ?? $this->getTranslation_ProviderCollectionFactoryService())->fromConfig([]);
  15672.     }
  15673.     /**
  15674.      * Gets the private 'translation.provider_collection_factory' shared service.
  15675.      *
  15676.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory
  15677.      */
  15678.     protected function getTranslation_ProviderCollectionFactoryService()
  15679.     {
  15680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  15681.         return $this->privates['translation.provider_collection_factory'] = new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  15682.             yield => ($this->privates['translation.provider_factory.null'] ?? ($this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory()));
  15683.         }, 1), []);
  15684.     }
  15685.     /**
  15686.      * Gets the private 'translation.provider_factory.null' shared service.
  15687.      *
  15688.      * @return \Symfony\Component\Translation\Provider\NullProviderFactory
  15689.      */
  15690.     protected function getTranslation_ProviderFactory_NullService()
  15691.     {
  15692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/ProviderFactoryInterface.php';
  15693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/AbstractProviderFactory.php';
  15694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/NullProviderFactory.php';
  15695.         return $this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory();
  15696.     }
  15697.     /**
  15698.      * Gets the private 'translation.reader' shared service.
  15699.      *
  15700.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  15701.      */
  15702.     protected function getTranslation_ReaderService()
  15703.     {
  15704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  15705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  15706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15707.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15708.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15711.         include_once \dirname(__DIR__4).'/vendor/jms/translation-bundle/Translation/Loader/Symfony/XliffLoader.php';
  15712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15720.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  15721.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  15722.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader()));
  15723.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  15724.         $instance->addLoader('yaml'$a);
  15725.         $instance->addLoader('yml'$a);
  15726.         $instance->addLoader('xlf'$b);
  15727.         $instance->addLoader('xliff'$b);
  15728.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  15729.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  15730.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  15731.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  15732.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  15733.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  15734.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  15735.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  15736.         return $instance;
  15737.     }
  15738.     /**
  15739.      * Gets the private 'translation.warmer' shared service.
  15740.      *
  15741.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  15742.      */
  15743.     protected function getTranslation_WarmerService()
  15744.     {
  15745.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  15747.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15748.             'translator' => ['services''translator''getTranslatorService'false],
  15749.         ], [
  15750.             'translator' => '?',
  15751.         ]))->withContext('translation.warmer'$this));
  15752.     }
  15753.     /**
  15754.      * Gets the private 'translation.writer' shared service.
  15755.      *
  15756.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  15757.      */
  15758.     protected function getTranslation_WriterService()
  15759.     {
  15760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  15761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  15762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15763.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15767.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15768.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15769.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15774.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  15775.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  15776.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  15777.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  15778.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  15779.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  15780.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  15781.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  15782.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  15783.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  15784.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  15785.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  15786.         return $instance;
  15787.     }
  15788.     /**
  15789.      * Gets the private 'translator.default' shared service.
  15790.      *
  15791.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  15792.      */
  15793.     protected function getTranslator_DefaultService()
  15794.     {
  15795.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15796.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  15797.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  15798.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  15799.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  15800.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  15801.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  15802.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  15803.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  15804.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  15805.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  15806.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  15807.         ], [
  15808.             'translation.loader.csv' => '?',
  15809.             'translation.loader.dat' => '?',
  15810.             'translation.loader.ini' => '?',
  15811.             'translation.loader.json' => '?',
  15812.             'translation.loader.mo' => '?',
  15813.             'translation.loader.php' => '?',
  15814.             'translation.loader.po' => '?',
  15815.             'translation.loader.qt' => '?',
  15816.             'translation.loader.res' => '?',
  15817.             'translation.loader.xliff' => '?',
  15818.             'translation.loader.yml' => '?',
  15819.         ]), ($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')], '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']]], []);
  15820.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  15821.         $instance->setFallbackLocales($this->parameters['a2lix_translation_form.required_locales']);
  15822.         return $instance;
  15823.     }
  15824.     /**
  15825.      * Gets the private 'translator.formatter.default' shared service.
  15826.      *
  15827.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  15828.      */
  15829.     protected function getTranslator_Formatter_DefaultService()
  15830.     {
  15831.         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())));
  15832.     }
  15833.     /**
  15834.      * Gets the private 'twig.app_variable' shared service.
  15835.      *
  15836.      * @return \Symfony\Bridge\Twig\AppVariable
  15837.      */
  15838.     protected function getTwig_AppVariableService()
  15839.     {
  15840.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  15841.         $instance->setEnvironment('dev');
  15842.         $instance->setDebug(true);
  15843.         if ($this->has('.container.private.security.token_storage')) {
  15844.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  15845.         }
  15846.         if ($this->has('request_stack')) {
  15847.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15848.         }
  15849.         return $instance;
  15850.     }
  15851.     /**
  15852.      * Gets the private 'twig.command.debug' shared service.
  15853.      *
  15854.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  15855.      */
  15856.     protected function getTwig_Command_DebugService()
  15857.     {
  15858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15859.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  15860.         $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()));
  15861.         $instance->setName('debug:twig');
  15862.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  15863.         return $instance;
  15864.     }
  15865.     /**
  15866.      * Gets the private 'twig.command.lint' shared service.
  15867.      *
  15868.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  15869.      */
  15870.     protected function getTwig_Command_LintService()
  15871.     {
  15872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15873.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  15874.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  15875.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15876.         $instance->setName('lint:twig');
  15877.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  15878.         return $instance;
  15879.     }
  15880.     /**
  15881.      * Gets the private 'twig.configurator.environment' shared service.
  15882.      *
  15883.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  15884.      */
  15885.     protected function getTwig_Configurator_EnvironmentService()
  15886.     {
  15887.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  15888.     }
  15889.     /**
  15890.      * Gets the private 'twig.error_renderer.html' shared service.
  15891.      *
  15892.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  15893.      */
  15894.     protected function getTwig_ErrorRenderer_HtmlService()
  15895.     {
  15896.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  15897.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  15898.         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));
  15899.     }
  15900.     /**
  15901.      * Gets the private 'twig.extension.assets' shared service.
  15902.      *
  15903.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  15904.      */
  15905.     protected function getTwig_Extension_AssetsService()
  15906.     {
  15907.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  15908.     }
  15909.     /**
  15910.      * Gets the private 'twig.extension.code' shared service.
  15911.      *
  15912.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  15913.      */
  15914.     protected function getTwig_Extension_CodeService()
  15915.     {
  15916.         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');
  15917.     }
  15918.     /**
  15919.      * Gets the private 'twig.extension.debug' shared service.
  15920.      *
  15921.      * @return \Twig\Extension\DebugExtension
  15922.      */
  15923.     protected function getTwig_Extension_DebugService()
  15924.     {
  15925.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  15926.     }
  15927.     /**
  15928.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  15929.      *
  15930.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  15931.      */
  15932.     protected function getTwig_Extension_Debug_StopwatchService()
  15933.     {
  15934.         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);
  15935.     }
  15936.     /**
  15937.      * Gets the private 'twig.extension.expression' shared service.
  15938.      *
  15939.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  15940.      */
  15941.     protected function getTwig_Extension_ExpressionService()
  15942.     {
  15943.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  15944.     }
  15945.     /**
  15946.      * Gets the private 'twig.extension.form' shared service.
  15947.      *
  15948.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  15949.      */
  15950.     protected function getTwig_Extension_FormService()
  15951.     {
  15952.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  15953.     }
  15954.     /**
  15955.      * Gets the private 'twig.extension.httpfoundation' shared service.
  15956.      *
  15957.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  15958.      */
  15959.     protected function getTwig_Extension_HttpfoundationService()
  15960.     {
  15961.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  15962.     }
  15963.     /**
  15964.      * Gets the private 'twig.extension.httpkernel' shared service.
  15965.      *
  15966.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  15967.      */
  15968.     protected function getTwig_Extension_HttpkernelService()
  15969.     {
  15970.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  15971.     }
  15972.     /**
  15973.      * Gets the private 'twig.extension.logout_url' shared service.
  15974.      *
  15975.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  15976.      */
  15977.     protected function getTwig_Extension_LogoutUrlService()
  15978.     {
  15979.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  15980.     }
  15981.     /**
  15982.      * Gets the private 'twig.extension.profiler' shared service.
  15983.      *
  15984.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  15985.      */
  15986.     protected function getTwig_Extension_ProfilerService()
  15987.     {
  15988.         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))));
  15989.     }
  15990.     /**
  15991.      * Gets the private 'twig.extension.routing' shared service.
  15992.      *
  15993.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  15994.      */
  15995.     protected function getTwig_Extension_RoutingService()
  15996.     {
  15997.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  15998.     }
  15999.     /**
  16000.      * Gets the private 'twig.extension.security' shared service.
  16001.      *
  16002.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  16003.      */
  16004.     protected function getTwig_Extension_SecurityService()
  16005.     {
  16006.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16007.         if (isset($this->privates['twig.extension.security'])) {
  16008.             return $this->privates['twig.extension.security'];
  16009.         }
  16010.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  16011.         if (isset($this->privates['twig.extension.security'])) {
  16012.             return $this->privates['twig.extension.security'];
  16013.         }
  16014.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  16015.     }
  16016.     /**
  16017.      * Gets the private 'twig.extension.security_csrf' shared service.
  16018.      *
  16019.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  16020.      */
  16021.     protected function getTwig_Extension_SecurityCsrfService()
  16022.     {
  16023.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  16024.     }
  16025.     /**
  16026.      * Gets the private 'twig.extension.trans' shared service.
  16027.      *
  16028.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  16029.      */
  16030.     protected function getTwig_Extension_TransService()
  16031.     {
  16032.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16033.     }
  16034.     /**
  16035.      * Gets the private 'twig.extension.weblink' shared service.
  16036.      *
  16037.      * @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
  16038.      */
  16039.     protected function getTwig_Extension_WeblinkService()
  16040.     {
  16041.         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())));
  16042.     }
  16043.     /**
  16044.      * Gets the private 'twig.extension.webprofiler' shared service.
  16045.      *
  16046.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  16047.      */
  16048.     protected function getTwig_Extension_WebprofilerService()
  16049.     {
  16050.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  16051.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  16052.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  16053.     }
  16054.     /**
  16055.      * Gets the private 'twig.extension.yaml' shared service.
  16056.      *
  16057.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  16058.      */
  16059.     protected function getTwig_Extension_YamlService()
  16060.     {
  16061.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  16062.     }
  16063.     /**
  16064.      * Gets the private 'twig.form.engine' shared service.
  16065.      *
  16066.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  16067.      */
  16068.     protected function getTwig_Form_EngineService()
  16069.     {
  16070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  16071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  16072.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  16073.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16074.         if (isset($this->privates['twig.form.engine'])) {
  16075.             return $this->privates['twig.form.engine'];
  16076.         }
  16077.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  16078.     }
  16079.     /**
  16080.      * Gets the private 'twig.form.renderer' shared service.
  16081.      *
  16082.      * @return \Symfony\Component\Form\FormRenderer
  16083.      */
  16084.     protected function getTwig_Form_RendererService()
  16085.     {
  16086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  16087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  16088.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  16089.         if (isset($this->privates['twig.form.renderer'])) {
  16090.             return $this->privates['twig.form.renderer'];
  16091.         }
  16092.         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()));
  16093.     }
  16094.     /**
  16095.      * Gets the private 'twig.loader.native_filesystem' shared service.
  16096.      *
  16097.      * @return \Twig\Loader\FilesystemLoader
  16098.      */
  16099.     protected function getTwig_Loader_NativeFilesystemService()
  16100.     {
  16101.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  16102.         $instance->addPath((\dirname(__DIR__4).'/public'), 'public_path');
  16103.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  16104.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  16105.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  16106.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  16107.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  16108.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  16109.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  16110.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  16111.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  16112.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  16113.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  16114.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  16115.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  16116.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  16117.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  16118.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  16119.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  16120.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/JMSTranslationBundle'), 'JMSTranslation');
  16121.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), 'JMSTranslation');
  16122.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/translation-bundle/Resources/views'), '!JMSTranslation');
  16123.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  16124.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  16125.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  16126.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  16127.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  16128.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  16129.         return $instance;
  16130.     }
  16131.     /**
  16132.      * Gets the private 'twig.mailer.message_listener' shared service.
  16133.      *
  16134.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  16135.      */
  16136.     protected function getTwig_Mailer_MessageListenerService()
  16137.     {
  16138.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  16139.         $a = ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService());
  16140.         if (isset($this->privates['twig.mailer.message_listener'])) {
  16141.             return $this->privates['twig.mailer.message_listener'];
  16142.         }
  16143.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL$a);
  16144.     }
  16145.     /**
  16146.      * Gets the private 'twig.mime_body_renderer' shared service.
  16147.      *
  16148.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  16149.      */
  16150.     protected function getTwig_MimeBodyRendererService()
  16151.     {
  16152.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  16153.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  16154.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16155.         if (isset($this->privates['twig.mime_body_renderer'])) {
  16156.             return $this->privates['twig.mime_body_renderer'];
  16157.         }
  16158.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer($a);
  16159.     }
  16160.     /**
  16161.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  16162.      *
  16163.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  16164.      */
  16165.     protected function getTwig_MissingExtensionSuggestorService()
  16166.     {
  16167.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  16168.     }
  16169.     /**
  16170.      * Gets the private 'twig.mobile_detect_extension' shared autowired service.
  16171.      *
  16172.      * @return \Bes\Twig\Extension\MobileDetectExtension
  16173.      */
  16174.     protected function getTwig_MobileDetectExtensionService()
  16175.     {
  16176.         return $this->privates['twig.mobile_detect_extension'] = new \Bes\Twig\Extension\MobileDetectExtension();
  16177.     }
  16178.     /**
  16179.      * Gets the private 'twig.profile' shared service.
  16180.      *
  16181.      * @return \Twig\Profiler\Profile
  16182.      */
  16183.     protected function getTwig_ProfileService()
  16184.     {
  16185.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  16186.     }
  16187.     /**
  16188.      * Gets the private 'twig.runtime.httpkernel' shared service.
  16189.      *
  16190.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  16191.      */
  16192.     protected function getTwig_Runtime_HttpkernelService()
  16193.     {
  16194.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  16195.         $a = ($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService());
  16196.         if (isset($this->privates['twig.runtime.httpkernel'])) {
  16197.             return $this->privates['twig.runtime.httpkernel'];
  16198.         }
  16199.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime($a, ($this->privates['fragment.uri_generator'] ?? $this->getFragment_UriGeneratorService()));
  16200.     }
  16201.     /**
  16202.      * Gets the private 'twig.runtime.security_csrf' shared service.
  16203.      *
  16204.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  16205.      */
  16206.     protected function getTwig_Runtime_SecurityCsrfService()
  16207.     {
  16208.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  16209.         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()));
  16210.     }
  16211.     /**
  16212.      * Gets the private 'twig.runtime_loader' shared service.
  16213.      *
  16214.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  16215.      */
  16216.     protected function getTwig_RuntimeLoaderService()
  16217.     {
  16218.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16219.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  16220.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  16221.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  16222.         ], [
  16223.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  16224.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  16225.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  16226.         ]));
  16227.     }
  16228.     /**
  16229.      * Gets the private 'twig.translation.extractor' shared service.
  16230.      *
  16231.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  16232.      */
  16233.     protected function getTwig_Translation_ExtractorService()
  16234.     {
  16235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  16236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  16237.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  16238.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  16239.     }
  16240.     /**
  16241.      * Gets the private 'uri_signer' shared service.
  16242.      *
  16243.      * @return \Symfony\Component\HttpKernel\UriSigner
  16244.      */
  16245.     protected function getUriSignerService()
  16246.     {
  16247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  16248.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  16249.     }
  16250.     /**
  16251.      * Gets the private 'url_helper' shared service.
  16252.      *
  16253.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  16254.      */
  16255.     protected function getUrlHelperService()
  16256.     {
  16257.         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()));
  16258.     }
  16259.     /**
  16260.      * Gets the private 'validate_request_listener' shared service.
  16261.      *
  16262.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  16263.      */
  16264.     protected function getValidateRequestListenerService()
  16265.     {
  16266.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  16267.     }
  16268.     /**
  16269.      * Gets the private 'validator.builder' shared service.
  16270.      *
  16271.      * @return \Symfony\Component\Validator\ValidatorBuilder
  16272.      */
  16273.     protected function getValidator_BuilderService()
  16274.     {
  16275.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  16276.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  16277.         if ($this->has('translator')) {
  16278.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  16279.         }
  16280.         $instance->setTranslationDomain('validators');
  16281.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  16282.         $instance->enableAnnotationMapping(true);
  16283.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16284.         $instance->addMethodMapping('loadValidatorMetadata');
  16285.         $instance->addObjectInitializers([=> ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService()), => ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  16286.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  16287.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  16288.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  16289.         return $instance;
  16290.     }
  16291.     /**
  16292.      * Gets the private 'validator.email' shared service.
  16293.      *
  16294.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  16295.      */
  16296.     protected function getValidator_EmailService()
  16297.     {
  16298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16299.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16300.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  16301.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  16302.     }
  16303.     /**
  16304.      * Gets the private 'validator.expression' shared service.
  16305.      *
  16306.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  16307.      */
  16308.     protected function getValidator_ExpressionService()
  16309.     {
  16310.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16311.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16312.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  16313.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(($this->privates['validator.expression_language'] ?? $this->getValidator_ExpressionLanguageService()));
  16314.     }
  16315.     /**
  16316.      * Gets the private 'validator.expression_language' shared service.
  16317.      *
  16318.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  16319.      */
  16320.     protected function getValidator_ExpressionLanguageService()
  16321.     {
  16322.         return $this->privates['validator.expression_language'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  16323.     }
  16324.     /**
  16325.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  16326.      *
  16327.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  16328.      */
  16329.     protected function getValidator_Mapping_CacheWarmerService()
  16330.     {
  16331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  16334.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  16335.     }
  16336.     /**
  16337.      * Gets the private 'validator.not_compromised_password' shared service.
  16338.      *
  16339.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  16340.      */
  16341.     protected function getValidator_NotCompromisedPasswordService()
  16342.     {
  16343.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16344.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16345.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  16346.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  16347.     }
  16348.     /**
  16349.      * Gets the private 'validator.property_info_loader' shared service.
  16350.      *
  16351.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  16352.      */
  16353.     protected function getValidator_PropertyInfoLoaderService()
  16354.     {
  16355.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  16356.         if (isset($this->privates['validator.property_info_loader'])) {
  16357.             return $this->privates['validator.property_info_loader'];
  16358.         }
  16359.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  16360.     }
  16361.     /**
  16362.      * Gets the private 'validator.validator_factory' shared service.
  16363.      *
  16364.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  16365.      */
  16366.     protected function getValidator_ValidatorFactoryService()
  16367.     {
  16368.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16369.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16370.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16371.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  16372.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16373.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  16374.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  16375.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  16376.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  16377.         ], [
  16378.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  16379.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  16380.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  16381.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  16382.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  16383.             'doctrine.orm.validator.unique' => '?',
  16384.             'security.validator.user_password' => '?',
  16385.             'validator.expression' => '?',
  16386.         ]));
  16387.     }
  16388.     /**
  16389.      * Gets the private 'web_link.add_link_header_listener' shared service.
  16390.      *
  16391.      * @return \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener
  16392.      */
  16393.     protected function getWebLink_AddLinkHeaderListenerService()
  16394.     {
  16395.         return $this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener();
  16396.     }
  16397.     /**
  16398.      * Gets the private 'web_profiler.csp.handler' shared service.
  16399.      *
  16400.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  16401.      */
  16402.     protected function getWebProfiler_Csp_HandlerService()
  16403.     {
  16404.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  16405.     }
  16406.     /**
  16407.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  16408.      *
  16409.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  16410.      */
  16411.     protected function getWebProfiler_DebugToolbarService()
  16412.     {
  16413.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16414.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  16415.             return $this->privates['web_profiler.debug_toolbar'];
  16416.         }
  16417.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  16418.     }
  16419.     /**
  16420.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  16421.      *
  16422.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  16423.      */
  16424.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  16425.     {
  16426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16428.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  16429.         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'));
  16430.     }
  16431.     /**
  16432.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  16433.      *
  16434.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  16435.      */
  16436.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  16437.     {
  16438.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  16439.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  16440.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  16441.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  16442.     }
  16443.     /**
  16444.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  16445.      *
  16446.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  16447.      */
  16448.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  16449.     {
  16450.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16451.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  16452.         ], [
  16453.             '_default' => '?',
  16454.         ]), '_default');
  16455.     }
  16456.     /**
  16457.      * Gets the private 'webpack_encore.exception_listener' shared service.
  16458.      *
  16459.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  16460.      */
  16461.     protected function getWebpackEncore_ExceptionListenerService()
  16462.     {
  16463.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  16464.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  16465.     }
  16466.     /**
  16467.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  16468.      *
  16469.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  16470.      */
  16471.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  16472.     {
  16473.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  16474.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  16475.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  16476.         }
  16477.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  16478.     }
  16479.     /**
  16480.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  16481.      *
  16482.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  16483.      */
  16484.     protected function getWebpackEncore_TagRendererService()
  16485.     {
  16486.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16487.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  16488.             return $this->privates['webpack_encore.tag_renderer'];
  16489.         }
  16490.         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);
  16491.     }
  16492.     /**
  16493.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  16494.      *
  16495.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  16496.      */
  16497.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  16498.     {
  16499.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16500.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  16501.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  16502.         ], [
  16503.             'webpack_encore.entrypoint_lookup_collection' => '?',
  16504.             'webpack_encore.tag_renderer' => '?',
  16505.         ]));
  16506.     }
  16507.     /**
  16508.      * Gets the private 'webpack_encore.twig_stimulus_extension' shared service.
  16509.      *
  16510.      * @return \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension
  16511.      */
  16512.     protected function getWebpackEncore_TwigStimulusExtensionService()
  16513.     {
  16514.         return $this->privates['webpack_encore.twig_stimulus_extension'] = new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension();
  16515.     }
  16516.     /**
  16517.      * Gets the public 'cache_clearer' alias.
  16518.      *
  16519.      * @return object The ".container.private.cache_clearer" service.
  16520.      */
  16521.     protected function getCacheClearerService()
  16522.     {
  16523.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  16524.         return $this->get('.container.private.cache_clearer');
  16525.     }
  16526.     /**
  16527.      * Gets the public 'filesystem' alias.
  16528.      *
  16529.      * @return object The ".container.private.filesystem" service.
  16530.      */
  16531.     protected function getFilesystemService()
  16532.     {
  16533.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  16534.         return $this->get('.container.private.filesystem');
  16535.     }
  16536.     /**
  16537.      * Gets the public 'security.csrf.token_manager' alias.
  16538.      *
  16539.      * @return object The ".container.private.security.csrf.token_manager" service.
  16540.      */
  16541.     protected function getSecurity_Csrf_TokenManagerService()
  16542.     {
  16543.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  16544.         return $this->get('.container.private.security.csrf.token_manager');
  16545.     }
  16546.     /**
  16547.      * Gets the public 'form.factory' alias.
  16548.      *
  16549.      * @return object The ".container.private.form.factory" service.
  16550.      */
  16551.     protected function getForm_FactoryService()
  16552.     {
  16553.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  16554.         return $this->get('.container.private.form.factory');
  16555.     }
  16556.     /**
  16557.      * Gets the public 'form.type.file' alias.
  16558.      *
  16559.      * @return object The ".container.private.form.type.file" service.
  16560.      */
  16561.     protected function getForm_Type_FileService()
  16562.     {
  16563.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  16564.         return $this->get('.container.private.form.type.file');
  16565.     }
  16566.     /**
  16567.      * Gets the public 'profiler' alias.
  16568.      *
  16569.      * @return object The ".container.private.profiler" service.
  16570.      */
  16571.     protected function getProfilerService()
  16572.     {
  16573.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  16574.         return $this->get('.container.private.profiler');
  16575.     }
  16576.     /**
  16577.      * Gets the public 'twig' alias.
  16578.      *
  16579.      * @return object The ".container.private.twig" service.
  16580.      */
  16581.     protected function getTwigService()
  16582.     {
  16583.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  16584.         return $this->get('.container.private.twig');
  16585.     }
  16586.     /**
  16587.      * Gets the public 'security.authorization_checker' alias.
  16588.      *
  16589.      * @return object The ".container.private.security.authorization_checker" service.
  16590.      */
  16591.     protected function getSecurity_AuthorizationCheckerService()
  16592.     {
  16593.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  16594.         return $this->get('.container.private.security.authorization_checker');
  16595.     }
  16596.     /**
  16597.      * Gets the public 'security.token_storage' alias.
  16598.      *
  16599.      * @return object The ".container.private.security.token_storage" service.
  16600.      */
  16601.     protected function getSecurity_TokenStorageService()
  16602.     {
  16603.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  16604.         return $this->get('.container.private.security.token_storage');
  16605.     }
  16606.     /**
  16607.      * Gets the public 'security.password_encoder' alias.
  16608.      *
  16609.      * @return object The ".container.private.security.password_encoder" service.
  16610.      */
  16611.     protected function getSecurity_PasswordEncoderService()
  16612.     {
  16613.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  16614.         return $this->get('.container.private.security.password_encoder');
  16615.     }
  16616.     /**
  16617.      * Gets the public 'session' alias.
  16618.      *
  16619.      * @return object The ".container.private.session" service.
  16620.      */
  16621.     protected function getSessionService()
  16622.     {
  16623.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  16624.         return $this->get('.container.private.session');
  16625.     }
  16626.     /**
  16627.      * Gets the public 'validator' alias.
  16628.      *
  16629.      * @return object The ".container.private.validator" service.
  16630.      */
  16631.     protected function getValidatorService()
  16632.     {
  16633.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  16634.         return $this->get('.container.private.validator');
  16635.     }
  16636.     /**
  16637.      * @return array|bool|float|int|string|\UnitEnum|null
  16638.      */
  16639.     public function getParameter(string $name)
  16640.     {
  16641.         if (isset($this->buildParameters[$name])) {
  16642.             return $this->buildParameters[$name];
  16643.         }
  16644.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  16645.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  16646.         }
  16647.         if (isset($this->loadedDynamicParameters[$name])) {
  16648.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16649.         }
  16650.         return $this->parameters[$name];
  16651.     }
  16652.     public function hasParameter(string $name): bool
  16653.     {
  16654.         if (isset($this->buildParameters[$name])) {
  16655.             return true;
  16656.         }
  16657.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  16658.     }
  16659.     public function setParameter(string $name$value): void
  16660.     {
  16661.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  16662.     }
  16663.     public function getParameterBag(): ParameterBagInterface
  16664.     {
  16665.         if (null === $this->parameterBag) {
  16666.             $parameters $this->parameters;
  16667.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  16668.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16669.             }
  16670.             foreach ($this->buildParameters as $name => $value) {
  16671.                 $parameters[$name] = $value;
  16672.             }
  16673.             $this->parameterBag = new FrozenParameterBag($parameters);
  16674.         }
  16675.         return $this->parameterBag;
  16676.     }
  16677.     private $loadedDynamicParameters = [
  16678.         'kernel.runtime_environment' => false,
  16679.         'kernel.build_dir' => false,
  16680.         'kernel.cache_dir' => false,
  16681.         'kernel.secret' => false,
  16682.         'debug.container.dump' => false,
  16683.         'session.save_path' => false,
  16684.         'validator.mapping.cache.file' => false,
  16685.         'profiler.storage.dsn' => false,
  16686.         'doctrine.orm.proxy_dir' => false,
  16687.         'lexik_jwt_authentication.pass_phrase' => false,
  16688.     ];
  16689.     private $dynamicParameters = [];
  16690.     private function getDynamicParameter(string $name)
  16691.     {
  16692.         switch ($name) {
  16693.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  16694.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  16695.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  16696.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  16697.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  16698.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  16699.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  16700.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  16701.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  16702.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  16703.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  16704.         }
  16705.         $this->loadedDynamicParameters[$name] = true;
  16706.         return $this->dynamicParameters[$name] = $value;
  16707.     }
  16708.     protected function getDefaultParameters(): array
  16709.     {
  16710.         return [
  16711.             'kernel.project_dir' => \dirname(__DIR__4),
  16712.             'kernel.environment' => 'dev',
  16713.             'kernel.debug' => true,
  16714.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  16715.             'kernel.bundles' => [
  16716.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  16717.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  16718.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  16719.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  16720.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  16721.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  16722.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  16723.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  16724.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  16725.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  16726.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  16727.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  16728.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  16729.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  16730.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  16731.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  16732.                 'MinishlinkWebPushBundle' => 'Minishlink\\Bundle\\WebPushBundle\\MinishlinkWebPushBundle',
  16733.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  16734.                 'JMSTranslationBundle' => 'JMS\\TranslationBundle\\JMSTranslationBundle',
  16735.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  16736.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  16737.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  16738.             ],
  16739.             'kernel.bundles_metadata' => [
  16740.                 'A2lixTranslationFormBundle' => [
  16741.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  16742.                     'namespace' => 'A2lix\\TranslationFormBundle',
  16743.                 ],
  16744.                 'LiipImagineBundle' => [
  16745.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  16746.                     'namespace' => 'Liip\\ImagineBundle',
  16747.                 ],
  16748.                 'SensioFrameworkExtraBundle' => [
  16749.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  16750.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  16751.                 ],
  16752.                 'MakerBundle' => [
  16753.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  16754.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  16755.                 ],
  16756.                 'MonologBundle' => [
  16757.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  16758.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  16759.                 ],
  16760.                 'WebpackEncoreBundle' => [
  16761.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  16762.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  16763.                 ],
  16764.                 'FrameworkBundle' => [
  16765.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  16766.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  16767.                 ],
  16768.                 'A2lixAutoFormBundle' => [
  16769.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  16770.                     'namespace' => 'A2lix\\AutoFormBundle',
  16771.                 ],
  16772.                 'TwigBundle' => [
  16773.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  16774.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  16775.                 ],
  16776.                 'TwigExtraBundle' => [
  16777.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  16778.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  16779.                 ],
  16780.                 'WebProfilerBundle' => [
  16781.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  16782.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  16783.                 ],
  16784.                 'SecurityBundle' => [
  16785.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  16786.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  16787.                 ],
  16788.                 'FOSUserBundle' => [
  16789.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  16790.                     'namespace' => 'FOS\\UserBundle',
  16791.                 ],
  16792.                 'KnpPaginatorBundle' => [
  16793.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  16794.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  16795.                 ],
  16796.                 'DoctrineBehaviorsBundle' => [
  16797.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  16798.                     'namespace' => 'Knp\\DoctrineBehaviors',
  16799.                 ],
  16800.                 'DoctrineBundle' => [
  16801.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  16802.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  16803.                 ],
  16804.                 'MinishlinkWebPushBundle' => [
  16805.                     'path' => (\dirname(__DIR__4).'/vendor/minishlink/web-push-bundle/Minishlink/Bundle/WebPushBundle'),
  16806.                     'namespace' => 'Minishlink\\Bundle\\WebPushBundle',
  16807.                 ],
  16808.                 'JMSI18nRoutingBundle' => [
  16809.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  16810.                     'namespace' => 'JMS\\I18nRoutingBundle',
  16811.                 ],
  16812.                 'JMSTranslationBundle' => [
  16813.                     'path' => (\dirname(__DIR__4).'/vendor/jms/translation-bundle'),
  16814.                     'namespace' => 'JMS\\TranslationBundle',
  16815.                 ],
  16816.                 'DoctrineMigrationsBundle' => [
  16817.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  16818.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  16819.                 ],
  16820.                 'LexikJWTAuthenticationBundle' => [
  16821.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  16822.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  16823.                 ],
  16824.                 'GesdinetJWTRefreshTokenBundle' => [
  16825.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  16826.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  16827.                 ],
  16828.             ],
  16829.             'kernel.charset' => 'UTF-8',
  16830.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  16831.             'container.dumper.inline_class_loader' => true,
  16832.             'container.dumper.inline_factories' => true,
  16833.             'langs' => [
  16834.                 => 'en',
  16835.                 => 'fr',
  16836.             ],
  16837.             'security_langs' => '(en|fr)',
  16838.             'default_lang' => 'en',
  16839.             'mail_to' => '[email protected]',
  16840.             'mail_from' => '[email protected]',
  16841.             'website_name' => 'Amsel Suite',
  16842.             'spw_api_key' => 'hZ$5gdP57Mm9f,%<<JX4&H9g',
  16843.             'captcha_site_key' => '6LeUut0mAAAAAKpzZH7QUuuu9XKGy9prBwpA-5Cf',
  16844.             'captcha_secret_key' => '6LeUut0mAAAAAP555u3WNWvKC1JkJv511AQ1KXp1',
  16845.             'phone' => '04 82 53 72 22',
  16846.             'address' => NULL,
  16847.             'facebook' => 'http://',
  16848.             'twitter' => 'http://',
  16849.             'instagram' => 'http://',
  16850.             'linkedin' => 'http://',
  16851.             'pinterest' => 'http://',
  16852.             'color' => '#171717',
  16853.             'darkTheme' => false,
  16854.             'matomo_site_id' => '745',
  16855.             'google_analytics_id' => 'G-X1PM3GEV0S',
  16856.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  16857.             'mailchimp_key' => '173874dcd67ff428e8cfc3c1873a5ba2-us9',
  16858.             'mailchimp_prefix_server' => 'us9',
  16859.             'stripe_public_key' => 'pk_test_51NTOqpDbSwGDXFsO94PSf5vxIZPOrNhfDUmzPYT4yypuhIwy6OfjOREg1r39TONc0lC2fjRNZxL7SBzCIfpLl5nP00Mqr5aHvw',
  16860.             'stripe_secret_key' => 'sk_test_51NTOqpDbSwGDXFsOzMZK04UXfzZWdewtdVY4B8loIjfrygVo1Ju9G3GulQZ8Qivo8nuY93j90wHrTymYzVmclEH700bwJyNQKA',
  16861.             'a2lix_translation_form.locale_provider' => 'default',
  16862.             'a2lix_translation_form.locales' => [
  16863.                 => 'en',
  16864.                 => 'fr',
  16865.             ],
  16866.             'a2lix_translation_form.required_locales' => [
  16867.                 => 'en',
  16868.             ],
  16869.             'a2lix_translation_form.default_locale' => 'en',
  16870.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  16871.             'liip_imagine.resolvers' => [
  16872.                 'default' => [
  16873.                     'web_path' => [
  16874.                         'web_root' => (\dirname(__DIR__4).'/public'),
  16875.                         'cache_prefix' => 'media/cache',
  16876.                     ],
  16877.                 ],
  16878.             ],
  16879.             'liip_imagine.loaders' => [
  16880.                 'default' => [
  16881.                     'filesystem' => [
  16882.                         'locator' => 'filesystem',
  16883.                         'data_root' => [
  16884.                             => (\dirname(__DIR__4).'/public'),
  16885.                         ],
  16886.                         'allow_unresolvable_data_roots' => false,
  16887.                         'bundle_resources' => [
  16888.                             'enabled' => false,
  16889.                             'access_control_type' => 'blacklist',
  16890.                             'access_control_list' => [
  16891.                             ],
  16892.                         ],
  16893.                     ],
  16894.                 ],
  16895.             ],
  16896.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  16897.             'liip_imagine.jpegoptim.stripAll' => true,
  16898.             'liip_imagine.jpegoptim.max' => NULL,
  16899.             'liip_imagine.jpegoptim.progressive' => true,
  16900.             'liip_imagine.jpegoptim.tempDir' => NULL,
  16901.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  16902.             'liip_imagine.optipng.level' => 7,
  16903.             'liip_imagine.optipng.stripAll' => true,
  16904.             'liip_imagine.optipng.tempDir' => NULL,
  16905.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  16906.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  16907.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  16908.             'liip_imagine.cwebp.tempDir' => NULL,
  16909.             'liip_imagine.cwebp.q' => 75,
  16910.             'liip_imagine.cwebp.alphaQ' => 100,
  16911.             'liip_imagine.cwebp.m' => 4,
  16912.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  16913.             'liip_imagine.cwebp.alphaMethod' => 1,
  16914.             'liip_imagine.cwebp.exact' => false,
  16915.             'liip_imagine.cwebp.metadata' => [
  16916.                 => 'none',
  16917.             ],
  16918.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  16919.             'liip_imagine.cache.resolver.default' => 'default',
  16920.             'liip_imagine.default_image' => NULL,
  16921.             'liip_imagine.filter_sets' => [
  16922.                 'compress' => [
  16923.                     'quality' => 75,
  16924.                     'jpeg_quality' => NULL,
  16925.                     'png_compression_level' => NULL,
  16926.                     'png_compression_filter' => NULL,
  16927.                     'format' => NULL,
  16928.                     'animated' => false,
  16929.                     'cache' => NULL,
  16930.                     'data_loader' => NULL,
  16931.                     'default_image' => NULL,
  16932.                     'filters' => [
  16933.                     ],
  16934.                     'post_processors' => [
  16935.                     ],
  16936.                 ],
  16937.                 'cache' => [
  16938.                     'quality' => 100,
  16939.                     'jpeg_quality' => NULL,
  16940.                     'png_compression_level' => NULL,
  16941.                     'png_compression_filter' => NULL,
  16942.                     'format' => NULL,
  16943.                     'animated' => false,
  16944.                     'cache' => NULL,
  16945.                     'data_loader' => NULL,
  16946.                     'default_image' => NULL,
  16947.                     'filters' => [
  16948.                     ],
  16949.                     'post_processors' => [
  16950.                     ],
  16951.                 ],
  16952.                 'default' => [
  16953.                     'quality' => 90,
  16954.                     'jpeg_quality' => NULL,
  16955.                     'png_compression_level' => NULL,
  16956.                     'png_compression_filter' => NULL,
  16957.                     'format' => NULL,
  16958.                     'animated' => false,
  16959.                     'cache' => NULL,
  16960.                     'data_loader' => NULL,
  16961.                     'default_image' => NULL,
  16962.                     'filters' => [
  16963.                     ],
  16964.                     'post_processors' => [
  16965.                     ],
  16966.                 ],
  16967.                 'thumbnail_filemanager_modal' => [
  16968.                     'quality' => 65,
  16969.                     'jpeg_quality' => NULL,
  16970.                     'png_compression_level' => NULL,
  16971.                     'png_compression_filter' => NULL,
  16972.                     'format' => NULL,
  16973.                     'animated' => false,
  16974.                     'cache' => NULL,
  16975.                     'data_loader' => NULL,
  16976.                     'default_image' => NULL,
  16977.                     'filters' => [
  16978.                         'thumbnail' => [
  16979.                             'size' => [
  16980.                                 => 50,
  16981.                                 => 50,
  16982.                             ],
  16983.                             'mode' => 'outbound',
  16984.                         ],
  16985.                     ],
  16986.                     'post_processors' => [
  16987.                     ],
  16988.                 ],
  16989.                 'gph3' => [
  16990.                     'quality' => 80,
  16991.                     'jpeg_quality' => NULL,
  16992.                     'png_compression_level' => NULL,
  16993.                     'png_compression_filter' => NULL,
  16994.                     'format' => NULL,
  16995.                     'animated' => false,
  16996.                     'cache' => NULL,
  16997.                     'data_loader' => NULL,
  16998.                     'default_image' => NULL,
  16999.                     'filters' => [
  17000.                         'thumbnail' => [
  17001.                             'size' => [
  17002.                                 => 400,
  17003.                                 => 400,
  17004.                             ],
  17005.                             'mode' => 'outbound',
  17006.                         ],
  17007.                     ],
  17008.                     'post_processors' => [
  17009.                     ],
  17010.                 ],
  17011.                 'thumbnail_filemanager_preview' => [
  17012.                     'quality' => 75,
  17013.                     'jpeg_quality' => NULL,
  17014.                     'png_compression_level' => NULL,
  17015.                     'png_compression_filter' => NULL,
  17016.                     'format' => NULL,
  17017.                     'animated' => false,
  17018.                     'cache' => NULL,
  17019.                     'data_loader' => NULL,
  17020.                     'default_image' => NULL,
  17021.                     'filters' => [
  17022.                         'relative_resize' => [
  17023.                             'heighten' => 150,
  17024.                         ],
  17025.                     ],
  17026.                     'post_processors' => [
  17027.                     ],
  17028.                 ],
  17029.                 'thumbnail_page_admin' => [
  17030.                     'quality' => 75,
  17031.                     'jpeg_quality' => NULL,
  17032.                     'png_compression_level' => NULL,
  17033.                     'png_compression_filter' => NULL,
  17034.                     'format' => NULL,
  17035.                     'animated' => false,
  17036.                     'cache' => NULL,
  17037.                     'data_loader' => NULL,
  17038.                     'default_image' => NULL,
  17039.                     'filters' => [
  17040.                         'thumbnail' => [
  17041.                             'size' => [
  17042.                                 => 50,
  17043.                                 => 50,
  17044.                             ],
  17045.                             'mode' => 'inset',
  17046.                         ],
  17047.                         'background' => [
  17048.                             'size' => [
  17049.                                 => 50,
  17050.                                 => 50,
  17051.                             ],
  17052.                             'position' => 'center',
  17053.                             'color' => '#fff',
  17054.                         ],
  17055.                     ],
  17056.                     'post_processors' => [
  17057.                     ],
  17058.                 ],
  17059.                 'cm' => [
  17060.                     'quality' => 75,
  17061.                     'jpeg_quality' => NULL,
  17062.                     'png_compression_level' => NULL,
  17063.                     'png_compression_filter' => NULL,
  17064.                     'format' => NULL,
  17065.                     'animated' => false,
  17066.                     'cache' => NULL,
  17067.                     'data_loader' => NULL,
  17068.                     'default_image' => NULL,
  17069.                     'filters' => [
  17070.                         'thumbnail' => [
  17071.                             'size' => [
  17072.                                 => 400,
  17073.                                 => 300,
  17074.                             ],
  17075.                             'mode' => 'outbound',
  17076.                         ],
  17077.                     ],
  17078.                     'post_processors' => [
  17079.                     ],
  17080.                 ],
  17081.                 'box' => [
  17082.                     'quality' => 80,
  17083.                     'jpeg_quality' => NULL,
  17084.                     'png_compression_level' => NULL,
  17085.                     'png_compression_filter' => NULL,
  17086.                     'format' => NULL,
  17087.                     'animated' => false,
  17088.                     'cache' => NULL,
  17089.                     'data_loader' => NULL,
  17090.                     'default_image' => NULL,
  17091.                     'filters' => [
  17092.                         'thumbnail' => [
  17093.                             'size' => [
  17094.                                 => 1000,
  17095.                                 => 800,
  17096.                             ],
  17097.                             'mode' => 'outbound',
  17098.                         ],
  17099.                     ],
  17100.                     'post_processors' => [
  17101.                     ],
  17102.                 ],
  17103.                 'opengraph' => [
  17104.                     'quality' => 85,
  17105.                     'jpeg_quality' => NULL,
  17106.                     'png_compression_level' => NULL,
  17107.                     'png_compression_filter' => NULL,
  17108.                     'format' => NULL,
  17109.                     'animated' => false,
  17110.                     'cache' => NULL,
  17111.                     'data_loader' => NULL,
  17112.                     'default_image' => NULL,
  17113.                     'filters' => [
  17114.                         'thumbnail' => [
  17115.                             'size' => [
  17116.                                 => 600,
  17117.                                 => 400,
  17118.                             ],
  17119.                             'mode' => 'outbound',
  17120.                         ],
  17121.                         'background' => [
  17122.                             'size' => [
  17123.                                 => 600,
  17124.                                 => 400,
  17125.                             ],
  17126.                             'position' => 'center',
  17127.                             'color' => '#fff',
  17128.                         ],
  17129.                         'scale' => [
  17130.                             'dim' => [
  17131.                                 => 600,
  17132.                                 => 400,
  17133.                             ],
  17134.                         ],
  17135.                         'crop' => [
  17136.                             'size' => [
  17137.                                 => 600,
  17138.                                 => 400,
  17139.                             ],
  17140.                         ],
  17141.                     ],
  17142.                     'post_processors' => [
  17143.                     ],
  17144.                 ],
  17145.             ],
  17146.             'liip_imagine.binary.loader.default' => 'default',
  17147.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  17148.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  17149.             'liip_imagine.webp.generate' => true,
  17150.             'liip_imagine.webp.options' => [
  17151.                 'quality' => 100,
  17152.                 'cache' => NULL,
  17153.                 'data_loader' => NULL,
  17154.                 'post_processors' => [
  17155.                 ],
  17156.             ],
  17157.             'monolog.use_microseconds' => true,
  17158.             'monolog.swift_mailer.handlers' => [
  17159.             ],
  17160.             'monolog.handlers_to_channels' => [
  17161.             ],
  17162.             'event_dispatcher.event_aliases' => [
  17163.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  17164.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  17165.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  17166.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  17167.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  17168.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  17169.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  17170.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  17171.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  17172.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  17173.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  17174.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  17175.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  17176.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  17177.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  17178.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  17179.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  17180.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  17181.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  17182.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  17183.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  17184.             ],
  17185.             'fragment.renderer.hinclude.global_template' => NULL,
  17186.             'fragment.path' => '/_fragment',
  17187.             'kernel.http_method_override' => false,
  17188.             'kernel.trusted_hosts' => [
  17189.             ],
  17190.             'kernel.default_locale' => 'en',
  17191.             'kernel.enabled_locales' => [
  17192.             ],
  17193.             'kernel.error_controller' => 'error_controller',
  17194.             'debug.file_link_format' => NULL,
  17195.             'test.client.parameters' => [
  17196.             ],
  17197.             'asset.request_context.base_path' => NULL,
  17198.             'asset.request_context.secure' => NULL,
  17199.             'translator.logging' => false,
  17200.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  17201.             'debug.error_handler.throw_at' => -1,
  17202.             'router.request_context.host' => 'localhost',
  17203.             'router.request_context.scheme' => 'http',
  17204.             'router.request_context.base_url' => '',
  17205.             'router.resource' => 'kernel::loadRoutes',
  17206.             'request_listener.http_port' => 80,
  17207.             'request_listener.https_port' => 443,
  17208.             'session.metadata.storage_key' => '_sf2_meta',
  17209.             'session.storage.options' => [
  17210.                 'cache_limiter' => '0',
  17211.                 'cookie_secure' => 'auto',
  17212.                 'cookie_httponly' => true,
  17213.                 'cookie_samesite' => 'lax',
  17214.                 'gc_probability' => 1,
  17215.             ],
  17216.             'session.metadata.update_threshold' => 0,
  17217.             'form.type_extension.csrf.enabled' => true,
  17218.             'form.type_extension.csrf.field_name' => '_token',
  17219.             'validator.translation_domain' => 'validators',
  17220.             'profiler_listener.only_exceptions' => false,
  17221.             'profiler_listener.only_main_requests' => false,
  17222.             'twig.form.resources' => [
  17223.                 => 'form_div_layout.html.twig',
  17224.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  17225.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  17226.             ],
  17227.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  17228.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  17229.             'web_profiler.debug_toolbar.mode' => 2,
  17230.             'security.role_hierarchy.roles' => [
  17231.                 'ROLE_CONTENT' => [
  17232.                     => 'ROLE_USER',
  17233.                 ],
  17234.                 'ROLE_ADMIN' => [
  17235.                     => 'ROLE_CONTENT',
  17236.                 ],
  17237.                 'ROLE_SUPER_ADMIN' => [
  17238.                     => 'ROLE_ADMIN',
  17239.                 ],
  17240.             ],
  17241.             'security.access.denied_url' => NULL,
  17242.             'security.authentication.manager.erase_credentials' => true,
  17243.             'security.authentication.session_strategy.strategy' => 'migrate',
  17244.             'security.access.always_authenticate_before_granting' => false,
  17245.             'security.authentication.hide_user_not_found' => true,
  17246.             'security.firewalls' => [
  17247.                 => 'admin',
  17248.                 => 'api_login',
  17249.                 => 'api',
  17250.                 => 'main',
  17251.             ],
  17252.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  17253.             'fos_user.backend_type_orm' => true,
  17254.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  17255.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  17256.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  17257.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  17258.             'fos_user.registration.confirmation.from_email' => [
  17259.                 '[email protected]=> 'Amsel Suite',
  17260.             ],
  17261.             'fos_user.resetting.email.from_email' => [
  17262.                 '[email protected]=> 'Amsel Suite',
  17263.             ],
  17264.             'fos_user.registration.confirmation.from_address' => [
  17265.                 'address' => '[email protected]',
  17266.                 'sender_name' => 'Amsel Suite',
  17267.             ],
  17268.             'fos_user.resetting.email.from_address' => [
  17269.                 'address' => '[email protected]',
  17270.                 'sender_name' => 'Amsel Suite',
  17271.             ],
  17272.             'fos_user.storage' => 'orm',
  17273.             'fos_user.firewall_name' => 'main',
  17274.             'fos_user.model_manager_name' => NULL,
  17275.             'fos_user.model.user.class' => 'App\\Entity\\User',
  17276.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  17277.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  17278.             'fos_user.profile.form.validation_groups' => [
  17279.                 => 'Profile',
  17280.                 => 'Default',
  17281.             ],
  17282.             'fos_user.registration.confirmation.enabled' => false,
  17283.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationType',
  17284.             'fos_user.registration.form.validation_groups' => [
  17285.                 => 'Registration',
  17286.                 => 'Default',
  17287.             ],
  17288.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  17289.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  17290.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  17291.             'fos_user.change_password.form.validation_groups' => [
  17292.                 => 'ChangePassword',
  17293.                 => 'Default',
  17294.             ],
  17295.             'fos_user.resetting.retry_ttl' => 7200,
  17296.             'fos_user.resetting.token_ttl' => 86400,
  17297.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  17298.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  17299.             'fos_user.resetting.form.validation_groups' => [
  17300.                 => 'ResetPassword',
  17301.                 => 'Default',
  17302.             ],
  17303.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  17304.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  17305.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  17306.             'knp_paginator.page_range' => 5,
  17307.             'knp_paginator.page_limit' => NULL,
  17308.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  17309.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  17310.             'doctrine_behaviors_blameable_user_entity' => NULL,
  17311.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  17312.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  17313.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  17314.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  17315.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  17316.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  17317.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  17318.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  17319.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  17320.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  17321.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  17322.             'doctrine.entity_managers' => [
  17323.                 'default' => 'doctrine.orm.default_entity_manager',
  17324.             ],
  17325.             'doctrine.default_entity_manager' => 'default',
  17326.             'doctrine.dbal.connection_factory.types' => [
  17327.             ],
  17328.             'doctrine.connections' => [
  17329.                 'default' => 'doctrine.dbal.default_connection',
  17330.             ],
  17331.             'doctrine.default_connection' => 'default',
  17332.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  17333.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  17334.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  17335.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  17336.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  17337.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  17338.             'doctrine.orm.cache.memcache_host' => 'localhost',
  17339.             'doctrine.orm.cache.memcache_port' => 11211,
  17340.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  17341.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  17342.             'doctrine.orm.cache.memcached_host' => 'localhost',
  17343.             'doctrine.orm.cache.memcached_port' => 11211,
  17344.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  17345.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  17346.             'doctrine.orm.cache.redis_host' => 'localhost',
  17347.             'doctrine.orm.cache.redis_port' => 6379,
  17348.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  17349.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  17350.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  17351.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  17352.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  17353.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  17354.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  17355.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  17356.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  17357.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  17358.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  17359.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  17360.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  17361.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  17362.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  17363.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  17364.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  17365.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  17366.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  17367.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  17368.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  17369.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  17370.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  17371.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  17372.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  17373.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  17374.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  17375.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  17376.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  17377.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  17378.             'doctrine.orm.auto_generate_proxy_classes' => true,
  17379.             'doctrine.orm.proxy_namespace' => 'Proxies',
  17380.             'minishlink_web_push.class' => 'Minishlink\\WebPush\\WebPush',
  17381.             'minishlink_web_push.auth' => [
  17382.             ],
  17383.             'minishlink_web_push.default_options' => [
  17384.                 'TTL' => 2419200,
  17385.                 'urgency' => NULL,
  17386.                 'topic' => NULL,
  17387.             ],
  17388.             'minishlink_web_push.timeout' => 30,
  17389.             'minishlink_web_push.automatic_padding' => true,
  17390.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  17391.             'jms_i18n_routing.locale_resolver.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultLocaleResolver',
  17392.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  17393.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  17394.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  17395.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  17396.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  17397.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  17398.             'jms_i18n_routing.default_locale' => 'en',
  17399.             'jms_i18n_routing.locales' => [
  17400.                 => 'en',
  17401.                 => 'fr',
  17402.             ],
  17403.             'jms_i18n_routing.catalogue' => 'routes',
  17404.             'jms_i18n_routing.strategy' => 'prefix_except_default',
  17405.             'jms_i18n_routing.redirect_to_host' => true,
  17406.             'jms_i18n_routing.cookie.name' => 'hl',
  17407.             'jms_translation.twig_extension.class' => 'JMS\\TranslationBundle\\Twig\\TranslationExtension',
  17408.             'jms_translation.controller.translate_controller.class' => 'JMS\\TranslationBundle\\Controller\\TranslateController',
  17409.             'jms_translation.controller.api_controller.class' => 'JMS\\TranslationBundle\\Controller\\ApiController',
  17410.             'jms_translation.extractor_manager.class' => 'JMS\\TranslationBundle\\Translation\\ExtractorManager',
  17411.             'jms_translation.extractor.file_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\FileExtractor',
  17412.             'jms_translation.extractor.file.default_php_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\DefaultPhpFileExtractor',
  17413.             'jms_translation.extractor.file.translation_container_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TranslationContainerExtractor',
  17414.             'jms_translation.extractor.file.twig_extractor' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\TwigFileExtractor',
  17415.             'jms_translation.extractor.file.form_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\FormExtractor',
  17416.             'jms_translation.extractor.file.validation_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\ValidationExtractor',
  17417.             'jms_translation.extractor.file.authentication_message_extractor.class' => 'JMS\\TranslationBundle\\Translation\\Extractor\\File\\AuthenticationMessagesExtractor',
  17418.             'jms_translation.loader.symfony.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\Symfony\\XliffLoader',
  17419.             'jms_translation.loader.xliff_loader.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\XliffLoader',
  17420.             'jms_translation.loader.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Loader\\SymfonyLoaderAdapter',
  17421.             'jms_translation.loader_manager.class' => 'JMS\\TranslationBundle\\Translation\\LoaderManager',
  17422.             'jms_translation.dumper.php_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\PhpDumper',
  17423.             'jms_translation.dumper.xliff_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\XliffDumper',
  17424.             'jms_translation.dumper.yaml_dumper.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\YamlDumper',
  17425.             'jms_translation.dumper.symfony_adapter.class' => 'JMS\\TranslationBundle\\Translation\\Dumper\\SymfonyDumperAdapter',
  17426.             'jms_translation.file_writer.class' => 'JMS\\TranslationBundle\\Translation\\FileWriter',
  17427.             'jms_translation.updater.class' => 'JMS\\TranslationBundle\\Translation\\Updater',
  17428.             'jms_translation.config_factory.class' => 'JMS\\TranslationBundle\\Translation\\ConfigFactory',
  17429.             'jms_translation.file_source_factory.class' => 'JMS\\TranslationBundle\\Translation\\FileSourceFactory',
  17430.             'jms_translation.source_language' => 'en',
  17431.             'jms_translation.locales' => [
  17432.             ],
  17433.             'jms_translation.dumper.add_date' => true,
  17434.             'jms_translation.dumper.add_references' => true,
  17435.             'doctrine.migrations.preferred_em' => NULL,
  17436.             'doctrine.migrations.preferred_connection' => NULL,
  17437.             'lexik_jwt_authentication.token_ttl' => 3600,
  17438.             'lexik_jwt_authentication.clock_skew' => 0,
  17439.             'lexik_jwt_authentication.user_identity_field' => 'username',
  17440.             'lexik_jwt_authentication.allow_no_expiration' => false,
  17441.             'lexik_jwt_authentication.user_id_claim' => 'username',
  17442.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  17443.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  17444.             'gesdinet_jwt_refresh_token.ttl' => 1296000,
  17445.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  17446.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  17447.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  17448.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  17449.             'gesdinet_jwt_refresh_token.single_use' => false,
  17450.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  17451.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  17452.             'gesdinet_jwt_refresh_token.cookie' => [
  17453.                 'enabled' => false,
  17454.                 'same_site' => 'lax',
  17455.                 'path' => '/',
  17456.                 'domain' => NULL,
  17457.                 'http_only' => true,
  17458.                 'secure' => true,
  17459.                 'partitioned' => false,
  17460.                 'remove_token_from_body' => true,
  17461.             ],
  17462.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  17463.             'gesdinet_jwt_refresh_token.return_expiration' => true,
  17464.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  17465.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\RefreshToken',
  17466.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  17467.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  17468.             'maker.compatible_check.doctrine.supports_attributes' => true,
  17469.             'data_collector.templates' => [
  17470.                 'data_collector.request' => [
  17471.                     => 'request',
  17472.                     => '@WebProfiler/Collector/request.html.twig',
  17473.                 ],
  17474.                 'data_collector.time' => [
  17475.                     => 'time',
  17476.                     => '@WebProfiler/Collector/time.html.twig',
  17477.                 ],
  17478.                 'data_collector.memory' => [
  17479.                     => 'memory',
  17480.                     => '@WebProfiler/Collector/memory.html.twig',
  17481.                 ],
  17482.                 'data_collector.validator' => [
  17483.                     => 'validator',
  17484.                     => '@WebProfiler/Collector/validator.html.twig',
  17485.                 ],
  17486.                 'data_collector.ajax' => [
  17487.                     => 'ajax',
  17488.                     => '@WebProfiler/Collector/ajax.html.twig',
  17489.                 ],
  17490.                 'data_collector.form' => [
  17491.                     => 'form',
  17492.                     => '@WebProfiler/Collector/form.html.twig',
  17493.                 ],
  17494.                 'data_collector.exception' => [
  17495.                     => 'exception',
  17496.                     => '@WebProfiler/Collector/exception.html.twig',
  17497.                 ],
  17498.                 'data_collector.logger' => [
  17499.                     => 'logger',
  17500.                     => '@WebProfiler/Collector/logger.html.twig',
  17501.                 ],
  17502.                 'data_collector.events' => [
  17503.                     => 'events',
  17504.                     => '@WebProfiler/Collector/events.html.twig',
  17505.                 ],
  17506.                 'data_collector.router' => [
  17507.                     => 'router',
  17508.                     => '@WebProfiler/Collector/router.html.twig',
  17509.                 ],
  17510.                 'data_collector.cache' => [
  17511.                     => 'cache',
  17512.                     => '@WebProfiler/Collector/cache.html.twig',
  17513.                 ],
  17514.                 'data_collector.translation' => [
  17515.                     => 'translation',
  17516.                     => '@WebProfiler/Collector/translation.html.twig',
  17517.                 ],
  17518.                 'data_collector.security' => [
  17519.                     => 'security',
  17520.                     => '@Security/Collector/security.html.twig',
  17521.                 ],
  17522.                 'data_collector.twig' => [
  17523.                     => 'twig',
  17524.                     => '@WebProfiler/Collector/twig.html.twig',
  17525.                 ],
  17526.                 'data_collector.doctrine' => [
  17527.                     => 'db',
  17528.                     => '@Doctrine/Collector/db.html.twig',
  17529.                 ],
  17530.                 'mailer.data_collector' => [
  17531.                     => 'mailer',
  17532.                     => '@WebProfiler/Collector/mailer.html.twig',
  17533.                 ],
  17534.                 'data_collector.config' => [
  17535.                     => 'config',
  17536.                     => '@WebProfiler/Collector/config.html.twig',
  17537.                 ],
  17538.             ],
  17539.             'console.command.ids' => [
  17540.             ],
  17541.         ];
  17542.     }
  17543.     protected function throw($message)
  17544.     {
  17545.         throw new RuntimeException($message);
  17546.     }
  17547. }